summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Merge pull request #3956 from pks-t/pks/object-parsing-hardeningEdward Thomson2016-10-092-4/+10
|\ \
| * | commit: always initialize commit messagePatrick Steinhardt2016-10-091-3/+4
| * | tree: validate filename and OID length when parsing objectPatrick Steinhardt2016-10-071-1/+6
* | | Merge pull request #3921 from libgit2/cmn/walk-limit-enoughEdward Thomson2016-10-078-191/+301
|\ \ \
| * | | revwalk: don't show commits that become uninteresting after being enqueuedcmn/walk-limit-enoughCarlos Martín Nieto2016-10-061-8/+13
| * | | rebase: don't ask for time sortingCarlos Martín Nieto2016-10-061-1/+1
| * | | revwalk: update the description for the default sortingCarlos Martín Nieto2016-10-061-4/+0
| * | | revwalk: remove a useless enqueueing phase for topological and default sortingCarlos Martín Nieto2016-10-061-23/+22
| * | | revwalk: get rid of obsolete marking codeCarlos Martín Nieto2016-10-061-122/+9
| * | | revwalk: style changeCarlos Martín Nieto2016-10-061-4/+2
| * | | commit_list: fix the date comparison functionCarlos Martín Nieto2016-10-061-3/+8
| * | | revwalk: port over the topological sortingCarlos Martín Nieto2016-10-061-47/+107
| * | | pqueue: support not having a comparison functionCarlos Martín Nieto2016-10-061-3/+9
| * | | vector, pqueue: add git_vector_reverse and git_pqueue_reverseCarlos Martín Nieto2016-10-063-0/+22
| * | | revwalk: get closer to gitCarlos Martín Nieto2016-10-062-43/+175
* | | | Make sure we use the `C` locale for `regcomp` on macOS.Arthur Schreiber2016-10-066-11/+22
|/ / /
* | | Merge pull request #3931 from libgit2/ethomson/checkout_dont_calculate_oid_fo...Edward Thomson2016-10-011-0/+4
|\ \ \
| * | | checkout: don't try to calculate oid for directoriesethomson/checkout_dont_calculate_oid_for_dirsEdward Thomson2016-09-141-0/+4
| |/ /
* | | time: Export `git_time_monotonic`vmg/timeVicent Marti2016-09-131-0/+5
* | | Merge pull request #3923 from libgit2/ethomson/diff-read-empty-binaryEdward Thomson2016-09-065-22/+67
|\ \ \
| * | | diff: treat binary patches with no data specialethomson/diff-read-empty-binaryEdward Thomson2016-09-054-19/+61
| * | | diff_print: change test for skipping binary printingEdward Thomson2016-09-021-3/+3
| * | | patch: error on diff callback failureEdward Thomson2016-09-021-0/+3
* | | | Merge pull request #3882 from pks-t/pks/fix-fetch-refspec-dst-parsingPatrick Steinhardt2016-09-061-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | refspec: do not set empty rhs for fetch refspecsPatrick Steinhardt2016-08-041-2/+4
* | | | patch_generate: only calculate binary diffs if requestedPatrick Steinhardt2016-09-011-14/+18
| |/ / |/| |
* | | git_checkout_tree options fixStefan Huber2016-08-301-1/+1
* | | Merge pull request #3900 from pks-t/pks/http-close-substream-on-connectPatrick Steinhardt2016-08-291-0/+3
|\ \ \
| * | | transports: http: reset `connected` flag when closing transportPatrick Steinhardt2016-08-171-0/+2