summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* commit_list: fix possible buffer overflow in `commit_quick_parse`Patrick Steinhardt2019-08-051-2/+6
* config: validate ownership of C:\ProgramData\Git\config before using itJohannes Schindelin2019-08-053-1/+97
* ignore: remove now-useless check for LEADINGDIRPatrick Steinhardt2019-01-251-14/+3
* ignore: fix negative leading directory rules unignoring subdirectory filesPatrick Steinhardt2019-01-252-3/+10
* patch_parse: remove unused function `parse_number`Patrick Steinhardt2019-01-251-20/+0
* strntol: fix out-of-bounds reads when parsing numbers with leading signPatrick Steinhardt2019-01-251-2/+8
* tree: fix integer overflow when reading unreasonably large filemodesPatrick Steinhardt2019-01-251-13/+15
* strntol: fix detection and skipping of base prefixesPatrick Steinhardt2019-01-251-11/+22
* tree: fix mode parsing reading out-of-boundsPatrick Steinhardt2019-01-251-3/+4
* strntol: fix out-of-bounds read when skipping leading spacesPatrick Steinhardt2019-01-251-2/+5
* signature: fix out-of-bounds read when parsing timezone offsetPatrick Steinhardt2019-01-181-1/+1
* tests: address two null argument instancesNoah Pendleton2019-01-181-1/+2
* commit: fix out-of-bound reads when parsing truncated author fieldsPatrick Steinhardt2019-01-181-1/+1
* config: fix adding files if their parent directory is a filePatrick Steinhardt2019-01-181-1/+1
* Typesetting conventionsJoe Rabinoff2019-01-181-9/+9
* Removed one null checkJoe Rabinoff2019-01-181-3/+2
* Fix segfault in loose_backend__readstreamJoe Rabinoff2019-01-181-5/+10
* make proxy_stream_close close target stream even on errorsAnders Borum2019-01-181-0/+6
* annotated_commit: peel to commit instead of assuming we have oneCarlos Martín Nieto2019-01-181-4/+4
* refs: constify git_reference_peelCarlos Martín Nieto2019-01-181-7/+8
* config: assert that our parameters are validEtienne Samson2019-01-181-0/+2
* refs: assert that we're passed valid refs when renamingEtienne Samson2019-01-181-0/+2
* diff: assert that we're passed a valid git_diff objectEtienne Samson2019-01-181-0/+2
* submodule: grab the error while loading from configEtienne Samson2019-01-181-1/+1
* smart transport: only clear url on hard resetethomson/backport_0278Edward Thomson2018-12-191-5/+4
* winhttp: retry erroneously failing requestsEdward Thomson2018-10-261-14/+18
* git_remote_prune to be O(n * logn)Marcin Krystianc2018-10-261-1/+1
* ignore unsupported http authentication schemesAnders Borum2018-10-261-1/+4
* transport/http: do not return success if we failed to get a schemeEtienne Samson2018-10-261-1/+1
* fix check if blob is uninteresting when inserting tree to packbuilderAnders Borum2018-10-261-1/+1
* revwalk: only check the first commit in the list for an earlier timestampCarlos Martín Nieto2018-10-261-2/+8
* revwalk: use the max value for a signed integerCarlos Martín Nieto2018-10-261-1/+1
* vector: do not realloc 0-size vectorsEtienne Samson2018-10-261-0/+3
* vector: do not malloc 0-length vectors on dupEtienne Samson2018-10-261-8/+10
* index: release the snapshot instead of freeing the indexEtienne Samson2018-10-261-1/+1
* remote: set the error before cleanupEtienne Samson2018-10-261-2/+2
* revwalk: The left operand of '<' is a garbage valueEtienne Samson2018-10-261-1/+1
* worktree: unlock should return 1 when the worktree isn't lockedEtienne Samson2018-10-261-1/+1
* Fix leak in index.cabyss72018-10-261-1/+2
* util: make the qsort_r check work on macOSEtienne Samson2018-10-262-7/+16
* diff: fix OOM on AIX when finding similar deltas in empty diffPatrick Steinhardt2018-10-261-1/+1
* Add a commentNelson Elhage2018-10-261-0/+4
* Don't error on missing section, just continueNelson Elhage2018-10-261-4/+4
* config_file: Don't crash on options without a sectionNelson Elhage2018-10-261-0/+4