summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* diff: check pathspec on non-filesEdward Thomson2015-09-121-8/+17
* mempack: expose clear functionEdward Thomson2015-09-112-4/+3
* Removing memory leak in mempack's freeBryan Woods2015-09-111-2/+6
* Fixing dangling pointers in git_mempack_resetBryan Woods2015-09-101-0/+3
* Merge pull request #3379 from theseion/additional_libssh2_error_reportingCarlos Martín Nieto2015-09-091-1/+3
|\
| * added a single line of additional error reporting from libssh2 when failing t...Max Leske2015-08-141-1/+3
* | Merge pull request #3353 from ethomson/wrongcase_addCarlos Martín Nieto2015-09-081-22/+114
|\ \
| * | git_index_add: allow case changing renamesEdward Thomson2015-09-081-15/+26
| * | index: canonicalize directory case when addingEdward Thomson2015-09-081-7/+88
* | | Merge pull request #3381 from leoyanggit/index_directory_iteratorEdward Thomson2015-09-081-0/+24
|\ \ \ | |/ / |/| |
| * | New API: git_index_find_prefixLeo Yang2015-09-041-0/+24
* | | Merge pull request #3413 from libgit2/cmn/follow-symlinkEdward Thomson2015-09-061-3/+81
|\ \ \
| * | | filebuf: follow symlinks when creating a lock filecmn/follow-symlinkCarlos Martín Nieto2015-09-051-3/+81
| |/ /
* | | Merge pull request #3366 from libgit2/cmn/index-hashmapEdward Thomson2015-09-063-17/+193
|\ \ \ | |/ / |/| |
| * | index: put the icase insert choice in macroscmn/index-hashmapCarlos Martín Nieto2015-09-041-25/+30
| * | index: keep a hash table as well as a vector of entriesCarlos Martín Nieto2015-08-142-17/+96
| * | Add a hashmap for index entriesCarlos Martín Nieto2015-08-141-0/+92
* | | Merge pull request #3402 from ethomson/faster_diffCarlos Martín Nieto2015-09-0111-174/+474
|\ \ \
| * | | iterator: saner pathlist matching for idx iteratorEdward Thomson2015-08-312-62/+77
| * | | diff: drop `FILELIST_MATCH`Edward Thomson2015-08-301-1/+1
| * | | checkout: use pathlist-based iteratorsEdward Thomson2015-08-301-1/+7
| * | | tree_iterator: use a pathlistEdward Thomson2015-08-301-1/+34
| * | | diff: use new iterator pathlist handlingEdward Thomson2015-08-304-128/+210
| * | | iterator: sort subdirs properly with pathlistEdward Thomson2015-08-281-6/+15
| * | | racy-git: TODO to use improved diffingEdward Thomson2015-08-281-0/+1
| * | | Move filelist into the iterator handling itself.Edward Thomson2015-08-284-23/+150
| * | | iterator: use an options struct instead of argsEdward Thomson2015-08-2811-117/+144
* | | | Merge pull request #3352 from ethomson/hiddenEdward Thomson2015-08-283-10/+44
|\ \ \ \ | |/ / / |/| | |
| * | | win32: ensure hidden files can be stagedEdward Thomson2015-08-033-10/+44
* | | | Merge pull request #3355 from palmin/palmin/fix-2830Carlos Martín Nieto2015-08-251-2/+9
|\ \ \ \
| * | | | Include the 4 characters not recognised as hex-number when setting error in p...Anders Borum2015-08-171-2/+9
* | | | | cred: add a free function wrappercmn/smart-callbacksCarlos Martín Nieto2015-08-191-0/+8
* | | | | transport: provide a way to get the callbacksCarlos Martín Nieto2015-08-191-0/+14
* | | | | Fix build warning: implicit declaration of function ‘git_transaction_config...Leo Yang2015-08-171-0/+1
* | | | | Merge pull request #3377 from dleehr/fix-push-cbEdward Thomson2015-08-151-1/+1
|\ \ \ \ \
| * | | | | Fix bug in git_smart__push: push_transfer_progress cb is never calledDan Leehr2015-08-131-1/+1
* | | | | | Merge pull request #3384 from libgit2/cmn/regex-nofailEdward Thomson2015-08-151-7/+6
|\ \ \ \ \ \
| * | | | | | diff: don't error out on an invalid regexcmn/regex-nofailCarlos Martín Nieto2015-08-151-7/+6
* | | | | | | http: propagate the credentials callback's error codecmn/http-errorCarlos Martín Nieto2015-08-151-1/+9
|/ / / / / /
* | | | | | Merge pull request #3362 from libgit2/cmn/curl-proxyauth-anyCarlos Martín Nieto2015-08-141-0/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | curl: use the most secure auth method for the proxycmn/curl-proxyauth-anyCarlos Martín Nieto2015-08-061-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3168 from libgit2/cmn/config-txEdward Thomson2015-08-136-18/+207
|\ \ \ \ \
| * | | | | config: perform unlocking via git_transactioncmn/config-txCarlos Martín Nieto2015-08-124-2/+77
| * | | | | config: expose locking via the main APICarlos Martín Nieto2015-08-121-0/+31
| * | | | | config: implement basic transactional supportCarlos Martín Nieto2015-08-122-12/+91
| * | | | | config: write the modified file to memoryCarlos Martín Nieto2015-08-121-8/+12
| |/ / / /
* | | | | remote: don't confuse tag auto-follow rules with refspec matchingcmn/mirror-refspecCarlos Martín Nieto2015-08-111-4/+10
|/ / / /
* | | | Fix duplicate basenames to support older VSJohn Haley2015-08-054-4/+3
| |/ / |/| |
* | | errors: tighten up git_error_state OOMs a bit moreEdward Thomson2015-08-035-41/+58
* | | Merge remote-tracking branches 'upstream/pr/3323' and 'upstream/pr/3329'Edward Thomson2015-08-033-23/+42
|\ \ \