summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | 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-141-2/+6
|\ \ \
| * | | 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
* | | | 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
* | | | fileops: fix typos in `git_futils_creat_locked{,with_path}`Patrick Steinhardt2016-11-141-2/+2
| |_|/ |/| |
* | | curl_stream: check for -1 after CURLINFO_LASTSOCKETAlex Crichton2016-11-111-0/+6
|/ /
* | Merge pull request #3974 from libgit2/pks/synchronize-shutdownPatrick Steinhardt2016-11-041-4/+19
|\ \
| * | global: reset global state on shutdown without threadingPatrick Steinhardt2016-11-021-1/+2
| * | global: synchronize initialization and shutdown with pthreadsPatrick Steinhardt2016-11-011-3/+17
| |/
* | Merge pull request #3977 from jfultz/fix-forced-branch-creation-on-bare-repoPatrick Steinhardt2016-11-041-4/+5
|\ \
| * | branch: fix forced branch creation on HEAD of a bare repoJohn Fultz2016-11-041-4/+5
* | | Merge pull request #3960 from ignatenkobrain/openssl-1.1.0Carlos Martín Nieto2016-11-022-25/+150
|\ \ \
| * | | openssl: include OpenSSL headers only when we're buliding against itCarlos Martín Nieto2016-11-021-6/+10
| * | | openssl: use ASN1_STRING_get0_data when compiling against 1.1Carlos Martín Nieto2016-11-022-2/+7
| * | | openssl: recreate the OpenSSL 1.1 BIO interface for older versionsCarlos Martín Nieto2016-11-022-55/+134
| * | | add support for OpenSSL 1.1.0 for BIO filterIgor Gnatenko2016-10-121-0/+37
| |/ /
* | | pack: fix race in pack_entry_find_offsetPatrick Steinhardt2016-11-021-5/+5
* | | Merge pull request #3976 from pks-t/pks/pqueue-null-derefPatrick Steinhardt2016-11-021-2/+3
|\ \ \ | |_|/ |/| |
| * | pqueue: resolve possible NULL pointer dereferencePatrick Steinhardt2016-10-281-2/+3
| |/
* | openssl_stream: fix typoPatrick Steinhardt2016-10-311-1/+1
|/
* Merge branch 'pr/3809'Edward Thomson2016-10-091-10/+18
|\
| * make git_diff_stats_to_buf not show 0 insertions or 0 deletionsSim Domingo2016-10-091-10/+18