summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add minimal cancellation to diffcmn/cancellationCarlos Martín Nieto2016-11-154-1/+25
* NULL and freeCarlos Martín Nieto2016-11-151-0/+3
* Set cancellations as active for the current threadCarlos Martín Nieto2016-11-154-2/+80
* renameCarlos Martín Nieto2016-11-157-324/+312
* docsCarlos Martín Nieto2016-11-151-1/+66
* moar lockCarlos Martín Nieto2016-11-153-16/+85
* wipCarlos Martín Nieto2016-11-151-1/+38
* wipCarlos Martín Nieto2016-11-154-0/+153
* 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 #3962 from libgit2/ethomson/issue_templateCarlos Martín Nieto2016-11-151-0/+14
|\ \
| * | Introduce a GitHub Issue Templateethomson/issue_templateEdward Thomson2016-11-141-0/+14
* | | Merge pull request #4004 from libgit2/cmn/changelogCarlos Martín Nieto2016-11-151-2/+63
|\ \ \
| * | | CHANGELOG: fill in some updates we missedcmn/changelogCarlos Martín Nieto2016-11-141-2/+63
* | | | 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-142-57/+105
|\ \ \ \
| * | | | repository: do not interpret all files as gitlinks in discoveryPatrick Steinhardt2016-11-142-1/+11
| * | | | test: discover: fix indentationPatrick Steinhardt2016-11-141-1/+1
| * | | | test: discover: split up monolithic test into smaller onesPatrick Steinhardt2016-11-141-49/+67
| * | | | test: discover: pass constants to ensure_repository_discoverPatrick Steinhardt2016-11-141-19/+26
| * | | | test: discover: move layout creation into test initializerPatrick Steinhardt2016-11-141-22/+35
* | | | | Merge pull request #4003 from libgit2/cmn/tree-updater-orderingEdward Thomson2016-11-142-2/+62
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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
| * | | | tree: add a failing test for unsorted inputCarlos Martín Nieto2016-11-141-0/+57
| |/ / /
* | | | Merge pull request #3561 from libgit2/cmn/refdb-paraEdward Thomson2016-11-146-148/+185
|\ \ \ \ | |/ / / |/| | |
| * | | refdb: use a constant for the number of per-thread creations/deletescmn/refdb-paraCarlos Martín Nieto2016-11-141-6/+8
| * | | refdb: bubble up locked files on the read sideCarlos Martín Nieto2016-11-144-23/+42
| * | | refdb: expect threaded test deletes to raceCarlos Martín Nieto2016-11-141-0/+4
| * | | 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: add retry logic to the threaded testsCarlos 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
| * | | refdb: adjust the threading tests to what we promiseCarlos Martín Nieto2016-11-141-78/+44
|/ / /
* | | Merge pull request #4002 from pks-t/pks/giterr-formatCarlos Martín Nieto2016-11-1410-43/+44
|\ \ \
| * | | path: pass string instead of git_buf to giterr_setPatrick Steinhardt2016-11-141-1/+1
| * | | checkout: pass string instead of git_buf to `giterr_set`Patrick Steinhardt2016-11-141-2/+2
| * | | common: cast precision specifiers to intPatrick Steinhardt2016-11-142-3/+3
| * | | common: use PRIuZ for size_t in `giterr_set` callsPatrick Steinhardt2016-11-145-36/+36
| * | | common: mark printf-style formatting for `giterr_set`Patrick Steinhardt2016-11-141-1/+2
* | | | Merge pull request #3983 from pks-t/pks/smart-early-eofCarlos Martín Nieto2016-11-142-3/+7
|\ \ \ \
| * | | | transports: smart: abort receiving packets on end of streamPatrick Steinhardt2016-11-021-1/+5
| * | | | transports: smart: abort ref announcement on early end of streamPatrick Steinhardt2016-11-021-1/+1
| * | | | proxy: fix typo in documentationPatrick Steinhardt2016-11-011-1/+1