summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* crashdebugcmn/tmpCarlos Martín Nieto2017-11-211-0/+6
* Merge branch '25_smartpktparse' into maint/v0.25Edward Thomson2017-01-062-16/+13
|\
| * smart_pkt: treat empty packet lines as errorPatrick Steinhardt2017-01-062-16/+5
| * smart_pkt: verify packet length exceeds PKT_LEN_SIZEPatrick Steinhardt2017-01-061-0/+8
* | http: check certificate validity before clobbering the error variableEtienne Samson2017-01-061-2/+1
|/
* http: bump the pretend git version in the User-Agentcmn/bump-pretend-gitCarlos Martín Nieto2016-12-201-1/+1
* Merge pull request #4034 from libgit2/cmn/sysdir-no-reguessEdward Thomson2016-12-201-1/+1
|\
| * sysdir: don't guess the paths again when $PATH is specifiedcmn/sysdir-no-reguessCarlos Martín Nieto2016-12-181-1/+1
* | Merge pull request #4032 from libgit2/cmn/https-cap-no-hardcodeEdward Thomson2016-12-201-0/+2
|\ \
| * | settings: don't hard-code HTTPS capabilityCarlos Martín Nieto2016-12-171-0/+2
| |/
* | Merge pull request #4026 from libgit2/cmn/refdb-fs-errorsCarlos Martín Nieto2016-12-191-2/+2
|\ \
| * | refdb: bubble up recursive rm when locking a refcmn/refdb-fs-errorsCarlos Martín Nieto2016-12-161-2/+2
| |/
* | Merge pull request #4027 from pks-t/pks/pack-deref-cache-on-errorCarlos Martín Nieto2016-12-191-1/+4
|\ \
| * | pack: dereference cached pack entry on errorPatrick Steinhardt2016-12-121-1/+4
* | | Fix off-by-one problems in git_signature__parseAndreas Henriksson2016-12-171-1/+1
| |/ |/|
* | Fix potential use of uninitialized valuesPatrick Steinhardt2016-12-123-3/+5
* | graph: flag fields should be declared as unsignedPatrick Steinhardt2016-12-121-1/+1
* | transports: smart: do not redeclare loop countersPatrick Steinhardt2016-12-121-4/+4
* | path: remove unused local variablePatrick Steinhardt2016-12-121-1/+0
* | revwalk: do not re-declare `commit` variablePatrick Steinhardt2016-12-121-1/+1
* | odb_mempack: mark zero-length array as GIT_FLEX_ARRAYPatrick Steinhardt2016-12-121-1/+1
|/
* Merge pull request #4020 from novalis/rebase-detachedEdward Thomson2016-12-071-1/+1
|\
| * git_rebase_init: correctly handle detached HEADDavid Turner2016-12-011-1/+1
* | Properly pass `wchar *` type to giterr_setBoris Barbulovski2016-12-061-1/+1
* | Properly pass `wchar *` type to giterr_setBoris Barbulovski2016-11-201-1/+1
|/
* Merge pull request #4010 from libgit2/ethomson/clar_threadsCarlos Martín Nieto2016-11-184-0/+28
|\
| * threads: introduce `git_thread_exit`Edward Thomson2016-11-184-0/+28
* | use `giterr_set_str()` wherever possiblePranit Bauva2016-11-172-2/+2
|/
* Merge pull request #4008 from pks-t/pks/sortedcache-fd-leakCarlos Martín Nieto2016-11-152-1/+4
|\
| * patch_parse: fix memory leakPatrick Steinhardt2016-11-151-1/+3
| * sortedcache: plug leaked file descriptorPatrick Steinhardt2016-11-151-0/+1
* | Merge pull request #3996 from pks-t/pks/curl-lastsocket-deprecationCarlos Martín Nieto2016-11-151-3/+14
|\ \ | |/ |/|
| * curl_stream: use CURLINFO_ACTIVESOCKET if curl is recent enoughPatrick Steinhardt2016-11-151-3/+14
* | Merge pull request #4006 from libgit2/cmn/compress-buf-freeEdward Thomson2016-11-141-0/+2
|\ \
| * | Plug a leak in the refs compressorcmn/compress-buf-freeCarlos Martín Nieto2016-11-141-0/+2
* | | Merge pull request #3998 from pks-t/pks/repo-discoveryCarlos Martín Nieto2016-11-141-1/+1
|\ \ \
| * | | repository: do not interpret all files as gitlinks in discoveryPatrick Steinhardt2016-11-141-1/+1
* | | | Merge pull request #4003 from libgit2/cmn/tree-updater-orderingEdward Thomson2016-11-141-2/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | tree: look for conflicts in the new tree when updatingcmn/tree-updater-orderingCarlos Martín Nieto2016-11-141-0/+3
| * | | tree: use the sorted update list in our loopCarlos Martín Nieto2016-11-141-2/+2
| |/ /
* | | refdb: bubble up locked files on the read sideCarlos Martín Nieto2016-11-143-19/+29
* | | refdb: remove a check-delete race when removing a loose refCarlos Martín Nieto2016-11-141-7/+7
* | | sortedcache: check file size after opening the fileCarlos Martín Nieto2016-11-141-5/+13
* | | refdb: bubble up the error code when compressing the dbCarlos Martín Nieto2016-11-141-4/+5
* | | refdb: refactor the lockfile cleanupCarlos Martín Nieto2016-11-141-15/+9
* | | refdb: don't report failure for expected errorsCarlos Martín Nieto2016-11-141-20/+9
* | | fileops: save errno and report file existenceCarlos Martín Nieto2016-11-141-1/+9
* | | refdb: make ref deletion after pack saferCarlos Martín Nieto2016-11-141-7/+44
* | | refdb: bubble up errorsCarlos Martín Nieto2016-11-141-9/+10
|/ /
* | Merge pull request #4002 from pks-t/pks/giterr-formatCarlos Martín Nieto2016-11-1410-43/+44
|\ \