summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* git__tolower: a tolower() that isn't dumbEdward Thomson2015-05-297-24/+33
* git__strcasecmp: treat input bytes as unsignedEdward Thomson2015-05-291-2/+2
* Fix ident replacement to match Git behaviorColomban Wendling2015-05-261-2/+2
* Merge pull request #3151 from ethomson/thinpackCarlos Martín Nieto2015-05-222-1/+21
|\
| * indexer: avoid loading already existent basesEdward Thomson2015-05-221-1/+14
| * indexer: don't look for the index we're creatingEdward Thomson2015-05-221-0/+7
* | Merge pull request #3108 from libgit2/cmn/ssl-no-wantEdward Thomson2015-05-221-16/+5
|\ \ | |/ |/|
| * openssl: don't try to handle WANT_READ or WANT_WRITEcmn/ssl-no-wantCarlos Martín Nieto2015-05-091-16/+5
* | Merge branch 'sni'Carlos Martín Nieto2015-05-211-0/+3
|\ \
| * | Call the openssl API to be able to work with SNI servers.Cristian Oneț2015-05-211-0/+3
* | | Merge pull request #3146 from ethomson/add_untracked_filesCarlos Martín Nieto2015-05-211-1/+3
|\ \ \
| * | | git_index_add_all: don't recurse ignored dirsEdward Thomson2015-05-201-2/+1
| * | | index_add_all: include untracked files in new subdirsEdward Thomson2015-05-201-1/+4
* | | | ignore: clear the error when matching a pattern negationcmn/ignored-ignoreCarlos Martín Nieto2015-05-201-0/+1
|/ / /
* | | errors: add GIT_EEOF to indicate early EOFcmn/server-errorsCarlos Martín Nieto2015-05-203-4/+9
* | | ssh: read from stderr if stdout is emptyCarlos Martín Nieto2015-05-201-1/+8
|/ /
* | Merge pull request #3109 from libgit2/cmn/index-use-diffEdward Thomson2015-05-191-69/+102
|\ \
| * | index: include TYPECHANGE in the diffCarlos Martín Nieto2015-05-141-1/+2
| * | index: make add_all to act on a diffCarlos Martín Nieto2015-05-141-80/+28
| * | index: refactor diff-based update_all to match other appliesCarlos Martín Nieto2015-05-141-80/+87
| * | index: use a diff to perform update_allCarlos Martín Nieto2015-05-141-2/+79
* | | fileops: set an error on write error for file copycmn/path-direach-cberrorCarlos Martín Nieto2015-05-171-0/+3
* | | fileops: set an error message if we fail to link a fileCarlos Martín Nieto2015-05-151-1/+2
* | | path: don't let direach overwrite the callback's error messageCarlos Martín Nieto2015-05-151-1/+3
* | | Make "Early EOF" message start with lowercaseMarius Ungureanu2015-05-141-2/+2
* | | local: plug a leak in the progress reportingCarlos Martín Nieto2015-05-141-1/+5
* | | push: fix the update constructorcmn/push-notify-deletedCarlos Martín Nieto2015-05-141-3/+4
|/ /
* | Merge pull request #3119 from ethomson/ignoreCarlos Martín Nieto2015-05-132-38/+20
|\ \
| * | attr: declare variable at top of block for msvcEdward Thomson2015-05-121-1/+3
| * | attr: less path mangling during attribute matchingEdward Thomson2015-05-121-40/+12
| * | attr: don't mangle file path during attr matchingEdward Thomson2015-05-121-3/+2
| * | attr: always return errorsEdward Thomson2015-05-121-1/+2
| * | attr: don't match files for foldersEdward Thomson2015-05-121-0/+8
* | | Merge pull request #3103 from libgit2/cmn/local-push-messageEdward Thomson2015-05-131-56/+22
|\ \ \
| * | | local: use the packbuilder to pushCarlos Martín Nieto2015-05-131-55/+18
| * | | local: add clarification for non-bare push restrictionCarlos Martín Nieto2015-05-131-1/+4
* | | | Merge pull request #3102 from libgit2/cmn/pack-objects-reportEdward Thomson2015-05-133-0/+58
|\ \ \ \
| * | | | packbuilder: report progress during deltificationcmn/pack-objects-reportCarlos Martín Nieto2015-05-132-0/+29
| * | | | local: send the packbuilder progress via the sidebandCarlos Martín Nieto2015-05-131-0/+29
| |/ / /
* | | | Merge pull request #3118 from libgit2/cmn/stream-sizeEdward Thomson2015-05-134-9/+15
|\ \ \ \
| * | | | odb: make the writestream's size a git_off_tcmn/stream-sizeCarlos Martín Nieto2015-05-134-9/+15
| | |/ / | |/| |
* | | | Fix a few leaksCarlos Martín Nieto2015-05-131-4/+8
* | | | Merge pull request #3120 from libgit2/cmn/backends-prioEdward Thomson2015-05-131-3/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | odb: reverse the default backend prioritiescmn/backends-prioCarlos Martín Nieto2015-05-131-3/+6
| |/ /
* | | push: free the update listCarlos Martín Nieto2015-05-131-0/+8
* | | remote: simplify anonymous creationCarlos Martín Nieto2015-05-131-8/+1
* | | remote: remove git_remote_save()Carlos Martín Nieto2015-05-132-27/+0
* | | remote: remove live changing of refspecsCarlos Martín Nieto2015-05-132-33/+43
* | | remote: move the tagopt setting to the fetch optionsCarlos Martín Nieto2015-05-133-52/+71
* | | remote: move the update_fetchhead setting to the optionsCarlos Martín Nieto2015-05-133-22/+13