summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | smart_pkt: fix overflow resulting in OOB read/write of one bytePatrick Steinhardt2019-12-131-1/+1
| |/ /
* | | Merge pull request #5300 from tiennou/fix/branch-documentationPatrick Steinhardt2019-12-134-35/+51
|\ \ \ | |/ / |/| |
| * | refs: rename git_reference__set_name to git_reference__reallocEtienne Samson2019-12-133-8/+20
| * | branch: clarify documentation around branchesEtienne Samson2019-12-071-27/+31
* | | Merge pull request #5333 from lrm29/attr_binary_macroPatrick Steinhardt2019-12-131-1/+1
|\ \ \
| * | | attr: Update definition of binary macroLaurence McGlashan2019-12-121-1/+1
| |/ /
* | | path: support non-ascii drive letters on dosEdward Thomson2019-12-101-8/+30
* | | path: protect NTFS everywhereEdward Thomson2019-12-103-8/+4
* | | path: rename function that detects end of filenameEdward Thomson2019-12-101-4/+13
* | | path: also guard `.gitmodules` against NTFS Alternate Data StreamsJohannes Schindelin2019-12-101-1/+1
* | | Disallow NTFS Alternate Data Stream attacks, even on Linux/macOSJohannes Schindelin2019-12-101-2/+6
* | | Protect against 8.3 "short name" attacks also on Linux/macOSJohannes Schindelin2019-12-101-1/+1
|/ /
* | MSVC: Fix warning C4133 on x64: "function": Incompatible types - from "unsign...Sven Strickroth2019-12-031-1/+1
* | Merge pull request #5314 from pks-t/pks/dll-main-removalEdward Thomson2019-12-013-47/+12
|\ \
| * | global: convert to fiber-local storage to fix exit racesPatrick Steinhardt2019-11-293-47/+12
* | | patch_parse: fix out-of-bounds reads caused by integer underflowPatrick Steinhardt2019-11-281-1/+1
|/ /
* | Merge pull request #5306 from herrerog/patchidPatrick Steinhardt2019-11-285-74/+52
|\ \
| * | diff: make patchid computation work with all types of commits.Gregory Herrero2019-11-281-61/+21
| * | patch_parse: correct parsing of patch containing not shown binary data.Gregory Herrero2019-11-191-4/+9
| * | diff_print: add support for GIT_DIFF_FORMAT_PATCH_ID.Gregory Herrero2019-11-191-1/+6
| * | diff_print: add a new 'print_index' flag when printing diff.Gregory Herrero2019-11-193-9/+17
* | | Merge pull request #5243 from pks-t/pks/config-optimize-memPatrick Steinhardt2019-11-281-74/+36
|\ \ \
| * | | config_entries: micro-optimize storage of multivarsPatrick Steinhardt2019-11-051-3/+16
| * | | config_entries: only keep track of a single entry listPatrick Steinhardt2019-11-051-73/+22
| * | | config_entries: mark local functions as staticPatrick Steinhardt2019-11-051-3/+3
* | | | Merge pull request #5307 from palmin/hash_sha256Patrick Steinhardt2019-11-281-0/+8
|\ \ \ \
| * | | | ssh: include sha256 host key hash when supportedAnders Borum2019-11-201-0/+8
| | |/ / | |/| |
* | | | Merge pull request #5272 from tiennou/examples/cli-ificationPatrick Steinhardt2019-11-284-8/+0
|\ \ \ \
| * | | | global: DRY includes of assert.hEtienne Samson2019-11-064-8/+0
* | | | | Merge pull request #5123 from libgit2/ethomson/off_tPatrick Steinhardt2019-11-2841-163/+191
|\ \ \ \ \
| * | | | | internal: use off64_t instead of git_off_tethomson/off_tEdward Thomson2019-11-2510-75/+75
| * | | | | integer: use int64_t's for checksEdward Thomson2019-11-251-4/+4
| * | | | | offmap: store off64_t's instead of git_off_t'sEdward Thomson2019-11-252-14/+14
| * | | | | mmap: use a 64-bit signed type `off64_t` for mmapEdward Thomson2019-11-256-7/+19
| * | | | | mmap: remove unnecessary assertionEdward Thomson2019-11-251-2/+0
| * | | | | blame: use a size_t for the bufferEdward Thomson2019-11-222-3/+10
| * | | | | filestamp: use `uint64_t` for object sizeEdward Thomson2019-11-222-4/+4
| * | | | | odb: use `git_object_size_t` for object sizeEdward Thomson2019-11-222-4/+4
| * | | | | futils_filesize: use `uint64_t` for object sizeEdward Thomson2019-11-225-22/+31
| * | | | | blob: use `git_object_size_t` for object sizeEdward Thomson2019-11-2215-23/+25
| * | | | | odb: use `git_object_size_t` for object sizeEdward Thomson2019-11-222-6/+6
| | |/ / / | |/| | |
* | | | | valgrind: add valgrind hints in OpenSSLEdward Thomson2019-11-242-1/+19
* | | | | valgrind: add suppressions for undefined useEdward Thomson2019-11-241-0/+4
|/ / / /
* | | | Merge pull request #5303 from pks-t/pks/patch-path-in-body-onlyEdward Thomson2019-11-161-5/+11
|\ \ \ \
| * | | | patch_parse: use paths from "---"/"+++" lines for binary patchesPatrick Steinhardt2019-11-101-5/+11
| | |_|/ | |/| |
* | | | Merge pull request #5285 from pcpthm/winhttp-308Edward Thomson2019-11-161-1/+6
|\ \ \ \
| * | | | Follow 308 redirect in WinHTTP transportpcpthm2019-10-261-1/+6
* | | | | Merge pull request #5302 from tiennou/fix/p_lstat-errnoEdward Thomson2019-11-161-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fileops: correct error return on p_lstat failures when mkdirEtienne Samson2019-11-091-0/+1
| | |/ / | |/| |
* | | | Merge pull request #5299 from pks-t/pks/config-mem-snapshotsEdward Thomson2019-11-061-9/+1
|\ \ \ \