summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tree: standard error messages are lowercaseethomson/tree_error_messagesEdward Thomson2017-12-311-10/+10
* Merge pull request #4159 from richardipsum/notes-commitEdward Thomson2017-12-301-48/+164
|\
| * notes: Rewrite funcs in terms of note_commit funcsRichard Ipsum2017-12-021-81/+86
| * notes: Add git_note_commit_iterator_newRichard Ipsum2017-10-071-0/+19
| * notes: Add git_note_commit_removeRichard Ipsum2017-10-071-2/+35
| * notes: Add git_note_commit_readRichard Ipsum2017-10-071-0/+22
| * notes: Add git_note_commit_createRichard Ipsum2017-10-071-0/+31
| * notes: Make note_write return commit oidRichard Ipsum2017-09-231-4/+10
* | Merge pull request #4028 from chescock/improve-local-fetchEdward Thomson2017-12-303-175/+25
|\ \
| * | Use git_packbuilder_insert_walk in queue_objects.Chris Hescock2016-12-201-169/+2
| * | Don't fetch objects we don't need in local transport.Chris Hescock2016-12-202-6/+23
* | | Merge pull request #4455 from libgit2/ethomson/branch_symlinksEdward Thomson2017-12-303-1/+39
|\ \ \
| * | | iterator: cleanups with symlink dir handlingEdward Thomson2017-12-303-17/+32
| * | | branches: Check symlinked subdirectoriesAndy Doan2017-12-293-1/+24
* | | | Merge pull request #4443 from libgit2/ethomson/large_loose_blobsEdward Thomson2017-12-308-136/+196
|\ \ \ \ | |/ / / |/| | |
| * | | hash: commoncrypto hash should support large filesEdward Thomson2017-12-201-2/+15
| * | | hash: win32 hash mechanism should support large filesEdward Thomson2017-12-201-6/+24
| * | | odb_loose: reject objects that cannot fit in memoryEdward Thomson2017-12-201-0/+5
| * | | zstream: use UINT_MAX sized chunksEdward Thomson2017-12-201-2/+3
| * | | odb: support large loose objectsEdward Thomson2017-12-201-98/+92
| * | | object: introduce git_object_stringn2typeEdward Thomson2017-12-202-2/+13
| * | | util: introduce `git__prefixncmp` and consolidate implementationsEdward Thomson2017-12-202-16/+29
| * | | zstream: treat `Z_BUF_ERROR` as non-fatalEdward Thomson2017-12-201-10/+15
* | | | Merge pull request #4021 from carlosmn/cmn/refspecs-fetchheadEdward Thomson2017-12-284-1/+33
|\ \ \ \
| * | | | remote: append to FETCH_HEAD rather than overwrite for each refspecCarlos Martín Nieto2017-12-262-1/+18
| * | | | futils: add a function to truncate a fileCarlos Martín Nieto2017-12-262-0/+15
* | | | | Merge pull request #4285 from pks-t/pks/patches-with-whitespaceEdward Thomson2017-12-231-8/+42
|\ \ \ \ \
| * | | | | patch_parse: allow parsing ambiguous patch headersPatrick Steinhardt2017-11-111-0/+16
| * | | | | patch_parse: treat complete line after "---"/"+++" as pathPatrick Steinhardt2017-11-111-8/+26
* | | | | | Fix unpack double freelhchavez2017-12-232-3/+12
* | | | | | Merge pull request #4430 from tiennou/fix/openssl-x509-leakEdward Thomson2017-12-231-12/+17
|\ \ \ \ \ \
| * | | | | | openssl: free the peer certificateEtienne Samson2017-12-161-1/+2
| * | | | | | openssl: merge all the exit paths of verify_server_certEtienne Samson2017-12-161-11/+15
* | | | | | | Merge pull request #4435 from lhchavez/ubsan-shift-overflowEdward Thomson2017-12-231-6/+6
|\ \ \ \ \ \ \
| * | | | | | | Simplified overflow conditionlhchavez2017-12-151-3/+1
| * | | | | | | Using unsigned insteadlhchavez2017-12-091-6/+8
| * | | | | | | libFuzzer: Prevent a potential shift overflowlhchavez2017-12-081-1/+1
* | | | | | | | Merge pull request #4402 from libgit2/ethomson/iconvEdward Thomson2017-12-231-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | cmake: let USE_ICONV be optional on macOSethomson/iconvEdward Thomson2017-11-111-1/+1
* | | | | | | | | Merge pull request #4429 from novalis/delete-modify-submodule-mergeEdward Thomson2017-12-231-2/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Do not attempt to check out submodule as blob when merging a submodule modify...David Turner2017-12-041-2/+5
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4447 from pks-t/pks/diff-file-contents-refcount-blobEdward Thomson2017-12-161-1/+3
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | diff_file: properly refcount blobs when initializing file contentsPatrick Steinhardt2017-12-151-1/+3
* | | | | | | | Merge pull request #4432 from lhchavez/fix-missing-trailerPatrick Steinhardt2017-12-151-0/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | libFuzzer: Fix missing trailer crashlhchavez2017-12-081-0/+4
* | | | | | | | stransport: provide error message on trust failuresEtienne Samson2017-12-141-1/+3
|/ / / / / / /
* | | | | | | libFuzzer: Fix a git_packfile_stream leaklhchavez2017-12-061-0/+3
|/ / / / / /
* | | | | | Merge pull request #4318 from Uncommon/amend_statusEdward Thomson2017-12-011-7/+12
|\ \ \ \ \ \
| * | | | | | status: Add a baseline field to git_status_options for comparing to trees oth...David Catmull2017-11-301-7/+12
* | | | | | | Merge pull request #4427 from pks-t/pks/openssl-threadidEdward Thomson2017-12-011-0/+9
|\ \ \ \ \ \ \