summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: rename vsts to azure-pipelinesethomson/ci_027Edward Thomson2018-09-205-7/+7
* ci: use templates for VSTS buildsEdward Thomson2018-09-204-88/+97
* ci: explicitly run in the build directoryEdward Thomson2018-09-201-0/+13
* online::clone: free url and username before resettingEdward Thomson2018-09-201-0/+6
* ci: only run the exact named testEdward Thomson2018-09-101-1/+1
* smart subtransport: free url when resetting streamEdward Thomson2018-09-081-0/+5
* push tests: deeply free the specsEdward Thomson2018-09-081-1/+1
* push tests: deeply free the push statusEdward Thomson2018-09-081-2/+6
* ci: use newer valgrind suppressionEdward Thomson2018-09-081-0/+25
* README: remove travisEdward Thomson2018-09-081-1/+0
* ci: remove travisEdward Thomson2018-09-081-90/+0
* readme: remove appveyor build badgeEdward Thomson2018-09-081-2/+2
* ci: remove appveyorEdward Thomson2018-09-081-44/+0
* ci: run VSTS builds on master and maint branchesEdward Thomson2018-09-081-0/+4
* ci: run coverity from a nightly VSTS buildEdward Thomson2018-09-081-0/+22
* ci: run coverity from travis's cronEdward Thomson2018-09-082-20/+13
* winhttp: retry erroneously failing requestsEdward Thomson2018-09-081-14/+18
* ci: remove unused old ci scriptsEdward Thomson2018-09-082-113/+0
* ci: move travis to the new scriptsEdward Thomson2018-09-085-17/+35
* ci: move appveyor to new scriptsEdward Thomson2018-09-082-60/+21
* ci: use a single setup script for mingwEdward Thomson2018-09-083-26/+13
* ci: use docker containers from libgit2 accountEdward Thomson2018-09-081-4/+4
* ci: perform clang builds on LinuxEdward Thomson2018-09-083-11/+15
* ci: dissociate test from leaks processEdward Thomson2018-09-081-2/+1
* ci: some additional debuggingEdward Thomson2018-09-081-0/+8
* ci: enable leak checking on osxEdward Thomson2018-09-083-0/+5
* ci: msvc leak-checkingEdward Thomson2018-09-082-5/+4
* ci: xcode leaks leak-checkingEdward Thomson2018-09-081-0/+4
* buf tests: allocate a smaller size for the oomEdward Thomson2018-09-081-3/+15
* ci: valgrind leak-checkingEdward Thomson2018-09-082-6/+26
* ci: introduce vsts buildsEdward Thomson2018-09-082-0/+135
* ci: scripts to setup mingw build environmentEdward Thomson2018-09-082-0/+40
* ci: set up a macos hostEdward Thomson2018-09-081-0/+6
* ci: setup a linux hostEdward Thomson2018-09-081-0/+8
* ci: improved flexibility for citest.shEdward Thomson2018-09-081-64/+113
* fixup! ci: move tests into citest.ps1Edward Thomson2018-09-081-1/+5
* ci: refactor unix ci build/test scriptsEdward Thomson2018-09-082-0/+136
* ci: move tests into citest.ps1Edward Thomson2018-09-082-11/+38
* ci: Windows PowerShell build scriptEdward Thomson2018-09-081-0/+42
* Merge pull request #4756 from pks-t/pks/v0.27.4v0.27.4Patrick Steinhardt2018-08-064-4/+26
|\
| * version: bump to v0.27.4Patrick Steinhardt2018-08-061-2/+2
| * CHANGELOG.md: document security release v0.27.4Patrick Steinhardt2018-08-061-0/+15
| * smart_pkt: fix potential OOB-read when processing ng packetPatrick Steinhardt2018-08-061-2/+8
| * travis: force usage of Xcode 8.3 imagePatrick Steinhardt2018-08-061-0/+1
|/
* Merge pull request #4717 from pks-t/pks/v0.27.3v0.27.3Patrick Steinhardt2018-07-095-30/+77
|\
| * version: bump to v0.27.3Patrick Steinhardt2018-07-051-2/+2
| * CHANGELOG: add release notes for v0.27.3Patrick Steinhardt2018-07-051-0/+23
| * delta: fix overflow when computing limitPatrick Steinhardt2018-07-051-2/+4
| * delta: fix out-of-bounds read of deltaPatrick Steinhardt2018-07-052-8/+19
| * delta: fix sign-extension of big left-shiftPatrick Steinhardt2018-07-053-17/+28
|/