summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4727 from libgit2/cmn/null-oid-existing-treeEdward Thomson2018-08-261-6/+8
|\
| * tree: rename from_tree to validate and clarify the tree in the testcmn/null-oid-existing-treeCarlos Martín Nieto2018-07-271-6/+6
| * tree: accept null ids in existing trees when updatingCarlos Martín Nieto2018-07-181-6/+8
* | Merge pull request #4374 from pks-t/pks/pack-file-verifyEdward Thomson2018-08-2614-135/+430
|\ \
| * | odb_pack: fix passing partially initialized indexer optionsPatrick Steinhardt2018-06-221-1/+1
| * | indexer: correctly initialize struct with {0}Patrick Steinhardt2018-06-221-1/+1
| * | indexer: add ability to select connectivity checksPatrick Steinhardt2018-06-221-3/+3
| * | indexer: introduce options struct to `git_indexer_new`Patrick Steinhardt2018-06-223-6/+24
| * | indexer: check pack file connectivityPatrick Steinhardt2018-06-221-1/+151
| * | indexer: extract function reading stream objectsPatrick Steinhardt2018-06-221-78/+91
| * | indexer: remove useless local variablePatrick Steinhardt2018-06-221-6/+3
| * | object: implement function to parse raw dataPatrick Steinhardt2018-06-222-8/+68
| * | tree: implement function to parse raw dataPatrick Steinhardt2018-06-222-6/+20
| * | tag: implement function to parse raw dataPatrick Steinhardt2018-06-222-0/+6
| * | commit: implement function to parse raw dataPatrick Steinhardt2018-06-222-3/+11
| * | blob: implement function to parse raw dataPatrick Steinhardt2018-06-222-7/+36
| * | blob: use getters to get raw blob content and sizePatrick Steinhardt2018-06-221-4/+4
| * | pack-objects: make `git_walk_object` internal to pack-objectsPatrick Steinhardt2018-06-222-16/+16
* | | Merge pull request #4774 from tiennou/fix/clang-analyzerPatrick Steinhardt2018-08-244-5/+5
|\ \ \
| * | | transport/http: do not return success if we failed to get a schemeEtienne Samson2018-08-211-1/+1
| * | | remote: set the error before cleanupEtienne Samson2018-08-211-2/+2
| * | | mailmap: Undefined or garbage value returned to callerEtienne Samson2018-08-211-1/+1
| * | | revwalk: The left operand of '<' is a garbage valueEtienne Samson2018-08-211-1/+1
* | | | Merge pull request #4769 from tiennou/fix/worktree-unlockPatrick Steinhardt2018-08-241-1/+1
|\ \ \ \
| * | | | worktree: unlock should return 1 when the worktree isn't lockedEtienne Samson2018-08-171-1/+1
* | | | | Merge pull request #4763 from cschlack/fix_ng_packetsPatrick Steinhardt2018-08-241-7/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix 'invalid packet line' for ng packets containing errorsChristian Schlack2018-08-171-7/+9
* | | | | Fix leak in index.cabyss72018-08-161-1/+2
| |/ / / |/| | |
* | | | Merge pull request #4749 from neithernut/fix-git__linenlen-ubPatrick Steinhardt2018-08-161-4/+7
|\ \ \ \
| * | | | parse: Do not initialize the content in context to NULLJulian Ganz2018-08-041-4/+7
* | | | | Merge pull request #4750 from nelhage/nelhage-config-no-sectionPatrick Steinhardt2018-08-161-2/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add a commentNelson Elhage2018-08-051-0/+4
| * | | | Don't error on missing section, just continueNelson Elhage2018-08-051-5/+4
| * | | | config_file: Don't crash on options without a sectionNelson Elhage2018-08-051-0/+4
| |/ / /
* | | | diff: fix OOM on AIX when finding similar deltas in empty diffPatrick Steinhardt2018-08-091-1/+1
* | | | Merge pull request #4759 from pks-t/pks/ci-werrorEdward Thomson2018-08-061-2/+2
|\ \ \ \
| * | | | odb: fix use of wrong printf formattersPatrick Steinhardt2018-08-061-2/+2
| |/ / /
* | | | Merge pull request #4758 from pks-t/pks/smart-pkt-oob-readPatrick Steinhardt2018-08-061-2/+8
|\ \ \ \
| * | | | smart_pkt: fix potential OOB-read when processing ng packetPatrick Steinhardt2018-07-191-2/+8
* | | | | Fix a double-free in config parsingNelson Elhage2018-08-051-0/+1
| |/ / / |/| | |
* | | | Merge pull request #4743 from Agent00Log/dev/winbugfixesEdward Thomson2018-08-021-4/+9
|\ \ \ \
| * | | | Only unitialize if the call to CoInitializeEx was successfulHenning Schaffaf2018-07-301-1/+3
| * | | | Fix fallback credentials: The call to CoInitializeEx fails if it was previous...Henning Schaffaf2018-07-261-1/+4
| * | | | Fix default credentials: The WinHttpSetCredentials auth scheme must only be o...Henning Schaffaf2018-07-261-2/+2
* | | | | revwalk: remove tautologic condition for hiding a commitJulian Ganz2018-07-291-2/+2
* | | | | Merge pull request #4731 from libgit2/ethomson/wintls_fixEdward Thomson2018-07-271-14/+18
|\ \ \ \ \
| * | | | | winhttp: retry erroneously failing requestsethomson/wintls_fixEdward Thomson2018-07-201-14/+18
* | | | | | Merge pull request #4721 from nelhage/max-objectsPatrick Steinhardt2018-07-262-6/+16
|\ \ \ \ \ \
| * | | | | | Use UINT32_MAX as the default object limitNelson Elhage2018-07-201-1/+1
| * | | | | | INDEXER_MAX_OBJECTS -> PACK_MAX_OBJECTSNelson Elhage2018-07-161-2/+2