summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | pack: do not free passed in poiter on errorPatrick Steinhardt2016-02-091-1/+0
* | | | | | | Merge pull request #3602 from libgit2/cmn/header-field-2Carlos Martín Nieto2016-02-091-17/+22
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | commit: also match the first header field when searchingcmn/header-field-2Carlos Martín Nieto2016-02-091-17/+22
| | |_|_|/ / | |/| | | |
* | | | | | curl_stream: fix unused cert infosPatrick Steinhardt2016-02-081-0/+1
* | | | | | merge: fix memory leakPatrick Steinhardt2016-02-081-3/+2
| |_|_|/ / |/| | | |
* | | | | Merge pull request #3578 from bubaflub/fix_small_memory_leakCarlos Martín Nieto2016-02-051-1/+4
|\ \ \ \ \
| * | | | | Free allocated pointer to curl stream on errorBob Kuo2016-01-161-1/+4
| | |/ / / | |/| | |
* | | | | winhttp: name mangle class / iid on mingwEdward Thomson2016-01-191-2/+7
|/ / / /
* | | | Make packfile_unpack_compressed a private APIP.S.V.R2016-01-132-9/+2
|/ / /
* | | Merge pull request #3562 from mgorny/ssh-read-stderr-failCarlos Martín Nieto2015-12-291-3/+8
|\ \ \
| * | | ssh_stream_read(): fix possible *bytes_read < 0 branchMichał Górny2015-12-261-3/+8
| | |/ | |/|
* | | Merge pull request #3558 from libgit2/cmn/index-nolockCarlos Martín Nieto2015-12-282-131/+15
|\ \ \
| * | | index: get rid of the lockingcmn/index-nolockCarlos Martín Nieto2015-12-282-131/+15
| |/ /
* | | git_repository_init: include dotfiles when copying templatesEdward Thomson2015-12-261-1/+3
| |/ |/|
* | Merge pull request #3546 from Cruel/masterEdward Thomson2015-12-261-1/+1
|\ \ | |/ |/|
| * Fix a couple function signaturesThomas Edvalson2015-12-141-1/+1
* | typos in commentsDmitriy Olshevskiy2015-12-211-1/+1
* | index: Also size-hint the hash tablevmg/index-fill-2Vicent Marti2015-12-162-4/+3
* | index: Preallocate the entries vector with size hintVicent Marti2015-12-163-0/+16
* | index: Adjust namemask & mode when fillingVicent Marti2015-12-161-14/+17
* | merge: Use `git_index__fill` to populate the indexvmg/index-fillVicent Marti2015-12-163-5/+41
|/
* Merge pull request #3528 from chescock/Passthrough-from-credential-callbackEdward Thomson2015-12-141-1/+4
|\
| * Treat GIT_PASSTHROUGH as though git_cred_acquire_cb isn't set.Chris Hescock2015-12-011-1/+4
* | Merge pull request #3521 from pks-t/blame-line-overflowEdward Thomson2015-12-143-31/+37
|\ \
| * | blame: use size_t for line counts in git_blame__entryPatrick Steinhardt2015-12-012-19/+25
| * | blame: use size_t for line counts in git_blame_hunkPatrick Steinhardt2015-12-011-12/+12
* | | Merge pull request #3522 from pks-t/email-format-commit-messageCarlos Martín Nieto2015-12-103-1/+39
|\ \ \
| * | | diff: include commit message when formatting patchPatrick Steinhardt2015-12-011-1/+10
| * | | commit: introduce `git_commit_body`Patrick Steinhardt2015-12-012-0/+29
| |/ /
* | | Merge pull request #3538 from pks-t/pks/index-memory-leakCarlos Martín Nieto2015-12-101-1/+1
|\ \ \
| * | | index: always queue `remove_entry` for removalPatrick Steinhardt2015-12-081-1/+1
| | |/ | |/|
* | | reset: perform the checkout before moving HEAD or the indexcmn/reset-dir-fileCarlos Martín Nieto2015-12-091-6/+6
* | | Merge pull request #3539 from libgit2/typedef-submodule-cbCarlos Martín Nieto2015-12-081-1/+1
|\ \ \
| * | | Use a typedef for the submodule_foreach callback.joshaber2015-12-081-1/+1
* | | | tree: mark a tree as already sortedcmn/tree-is-sortedCarlos Martín Nieto2015-12-061-1/+2
|/ / /
* | | Merge pull request #3530 from libgit2/cmn/parse-modeEdward Thomson2015-12-031-5/+21
|\ \ \
| * | | tree: use a specialised mode parse functioncmn/parse-modeCarlos Martín Nieto2015-12-021-5/+21
| |/ /
* | | index: canonicalize inserted paths safelyEdward Thomson2015-12-031-1/+1
|/ /
* | tree: mark cloned tree entries as un-pooledPatrick Steinhardt2015-12-011-0/+2
|/
* Merge pull request #3508 from libgit2/cmn/tree-parse-speedEdward Thomson2015-11-302-17/+55
|\
| * tree: ensure the entry filename fits in 16 bitscmn/tree-parse-speedCarlos Martín Nieto2015-11-301-16/+26
| * tree: make path len uint16_t and avoid holesCarlos Martín Nieto2015-11-282-2/+2
| * tree: calculate the filename length onceCarlos Martín Nieto2015-11-281-5/+8
| * tree: pool the entry memory allocationsCarlos Martín Nieto2015-11-282-6/+33
| * tree: avoid advancing over the filename multiple timesCarlos Martín Nieto2015-11-281-4/+2
* | object: remove unused constant OBJECT_BASE_SIZEPatrick Steinhardt2015-11-301-2/+0
* | Merge pull request #3513 from ethomson/merge_recursiveCarlos Martín Nieto2015-11-304-125/+402
|\ \ | |/ |/|
| * recursive merge: add a recursion limitEdward Thomson2015-11-251-3/+10
| * merge: handle conflicts in recursive base buildingEdward Thomson2015-11-251-19/+48
| * merge: use annotated commits for recursionEdward Thomson2015-11-253-68/+122