summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* WIPethomson/ntlm2Edward Thomson2018-09-157-7/+284
* ntlm: add ntlmclient as a dependencyEdward Thomson2018-07-261-0/+9
* http: match mechs with the cred types they supportethomson/winauthEdward Thomson2018-07-251-5/+28
* http: only provide "preauth" for certain mechsEdward Thomson2018-07-252-14/+47
* mbedtls: free stream on shutdownethomson/leaksEdward Thomson2018-07-201-0/+1
* mbedtls: make ciphers_list a static arrayEdward Thomson2018-07-201-10/+10
* mbedtls: free ciphers_listEdward Thomson2018-07-201-0/+2
* mbedtls: check allocationsEdward Thomson2018-07-201-1/+14
* smart subtransport: free url when resetting streamEdward Thomson2018-07-201-0/+5
* Merge pull request #4692 from tiennou/examples/checkoutPatrick Steinhardt2018-07-201-0/+7
|\
| * annotated_commit: make the refname accessibleEtienne Samson2018-07-071-0/+7
* | Merge pull request #4702 from tiennou/fix/coverityPatrick Steinhardt2018-07-204-21/+29
|\ \
| * | smart: don't dereference a NULL pkt pointerEtienne Samson2018-07-062-12/+15
| * | smart: clarify error handling in git_smart__connectEtienne Samson2018-07-061-8/+9
| * | submodule: don't leak memory when failing to insert the namesEtienne Samson2018-07-061-1/+2
| * | blame: check error code when loading the mailmapEtienne Samson2018-07-061-2/+5
| |/
* | Merge pull request #4704 from nelhage/no-pkt-packPatrick Steinhardt2018-07-193-24/+4
|\ \
| * | No need for this placeholder.Nelson Elhage2018-07-151-1/+0
| * | This error case is now unneededNelson Elhage2018-06-291-6/+0
| * | Merge remote-tracking branch 'origin/master' into no-pkt-packNelson Elhage2018-06-297-57/+85
| |\ \
| * | | Small style tweak, and set an errorNelson Elhage2018-06-281-1/+11
| * | | Remove GIT_PKT_PACK entirelyNelson Elhage2018-06-262-26/+3
* | | | alloc: don't overwrite allocator during init if setcmn/allocator-init-orderCarlos Martín Nieto2018-07-151-0/+7
* | | | cmake: enforce C90 standardPatrick Steinhardt2018-07-131-0/+2
* | | | mbedtls: fix `inline` being used in mbedtls headersPatrick Steinhardt2018-07-131-0/+11
* | | | cmake: distinguish internal and system include directoriesPatrick Steinhardt2018-07-131-14/+19
* | | | treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-136-13/+13
* | | | treewide: avoid use of `inline` attributePatrick Steinhardt2018-07-133-3/+9
* | | | Merge pull request #4719 from pks-t/pks/delta-oobEdward Thomson2018-07-091-28/+30
|\ \ \ \
| * | | | delta: fix overflow when computing limitPatrick Steinhardt2018-07-051-2/+4
| * | | | delta: fix out-of-bounds read of deltaPatrick Steinhardt2018-06-291-8/+10
| * | | | delta: fix sign-extension of big left-shiftPatrick Steinhardt2018-06-291-17/+15
| | |/ / | |/| |
* | | | Merge pull request #4710 from pks-t/pks/ssl-init-errorsEdward Thomson2018-07-081-21/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | streams: report OpenSSL errors if global init failsPatrick Steinhardt2018-07-061-21/+16
* | | | Merge pull request #4687 from tiennou/fix/4672Edward Thomson2018-07-061-0/+7
|\ \ \ \
| * | | | patch_parse: populate line numbers while parsing diffsEtienne Samson2018-06-191-0/+7
| | |_|/ | |/| |
* | | | Merge pull request #4686 from tiennou/fix/more-worktree-from-barePatrick Steinhardt2018-07-061-16/+6
|\ \ \ \
| * | | | worktree: don't return "untyped" negative numbers as error codesEtienne Samson2018-06-291-11/+4
| * | | | worktree: skip building a buffer when validatingEtienne Samson2018-06-291-4/+1
| * | | | tests: worktree/bare: fix git_worktree_validateEtienne Samson2018-06-291-1/+1
* | | | | Merge pull request #4699 from nelhage/fetch-null-dstPatrick Steinhardt2018-07-061-1/+1
|\ \ \ \ \
| * | | | | git_refspec_transform: Handle NULL dstNelson Elhage2018-06-251-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #4536 from libgit2/ethomson/index_dirtyEdward Thomson2018-06-306-51/+165
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | settings: optional unsaved index safetyEdward Thomson2018-06-293-1/+10
| * | | | index: return a unique error code on dirty indexEdward Thomson2018-06-291-1/+1
| * | | | checkout: FORCE doesn't halt on dirty indexEdward Thomson2018-06-291-10/+19
| * | | | index: commit the changes to the index properlyEdward Thomson2018-06-294-2/+15
| * | | | index: add a dirty bit reflecting unsaved changesEdward Thomson2018-06-292-6/+40
| * | | | stash: use _an_ index not _the_ indexEdward Thomson2018-06-291-28/+77
| * | | | checkout: always set the index in checkout dataEdward Thomson2018-06-261-6/+6