summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sortedcache: close the fd on stat trouble as wellcmn/sortedcache-closeCarlos Martín Nieto2016-11-151-0/+1
* 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
* | | | Merge pull request #3985 from libgit2/cmn/threading-updateCarlos Martín Nieto2016-11-141-22/+24
|\ \ \ \
| * | | | THREADING: OpenSSL 1.1 is thead-safe, rework some paragraphscmn/threading-updateCarlos Martín Nieto2016-11-041-22/+24
| * | | | THREADING: update cURL thread safety linkCarlos Martín Nieto2016-11-021-1/+1
* | | | | Merge pull request #3992 from joshtriplett/env-namespacePatrick Steinhardt2016-11-141-5/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | git_repository_open_ext: fix handling of $GIT_NAMESPACEJosh Triplett2016-11-111-5/+8
* | | | | Merge pull request #4001 from pks-t/pks/fileops-docs-typoPatrick Steinhardt2016-11-141-2/+2
|\ \ \ \ \
| * | | | | fileops: fix typos in `git_futils_creat_locked{,with_path}`Patrick Steinhardt2016-11-141-2/+2
|/ / / / /
* | | | | Merge pull request #3993 from alexcrichton/fix-faultPatrick Steinhardt2016-11-111-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | curl_stream: check for -1 after CURLINFO_LASTSOCKETAlex Crichton2016-11-111-0/+6
|/ / / /