summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fetchhead reading/iteratingEdward Thomson2012-12-194-12/+208
* Merge pull request #1150 from schu/fix-netops-sslVicent Martí2012-12-191-7/+4
|\
| * netops: on SSL teardown only send shutdown alertMichael Schubert2012-12-171-4/+1
| * netops: properly handle GITNO_CONNECT_SSL_NO_CHECK_CERTMichael Schubert2012-12-171-3/+3
* | reflog: Actual error handlingVicent Marti2012-12-191-5/+13
* | reflog: Rename error handlingVicent Marti2012-12-191-14/+15
* | Make goto cleanup more consistentRick Bradley2012-12-181-3/+3
* | don't deref before we've assertedRick Bradley2012-12-181-2/+2
* | Also, whitespace.Rick Bradley2012-12-181-1/+1
* | Improve comment textRick Bradley2012-12-181-1/+1
* | Merge pull request #1151 from arrbee/fix-diff-constructor-namesVicent Martí2012-12-175-11/+11
|\ \
| * | Fix diff constructor name order confusionRussell Belfer2012-12-175-11/+11
| |/
* | Merge pull request #1149 from nulltoken/topic/blob_isbinaryVicent Martí2012-12-173-4/+15
|\ \ | |/ |/|
| * blob: introduce git_blob_is_binary()nulltoken2012-12-171-0/+12
| * Fix MSVC compilation warningsnulltoken2012-12-172-4/+3
* | Fix -Wmaybe-uninitialized warningMichael Schubert2012-12-171-1/+1
* | Cloning empty repos: only allow missing target for HEADBen Straub2012-12-151-2/+2
* | Stop returning incorrect error messageBen Straub2012-12-141-1/+1
* | Local Only ignore ENOTFOUNDs when adding corrupted refsBen Straub2012-12-142-5/+11
* | Allow clone to handle empty reposBen Straub2012-12-141-1/+3
|/
* Move non-options back out of options structBen Straub2012-12-141-5/+12
* Deploy git_clone_options; remove git_clone_bareBen Straub2012-12-141-34/+10
* Merge remote-tracking branch 'origin/clone-auth' into developmentVicent Marti2012-12-142-53/+86
|\
| * Stop premature remote freeing when cloningBen Straub2012-12-131-1/+0
| * Define constant for default fetch specBen Straub2012-12-131-1/+1
| * Convert clone to use dangling remotesBen Straub2012-12-122-17/+26
| * API to set a dangling remote's repositoryBen Straub2012-12-121-0/+13
| * Allow creation of dangling remotesBen Straub2012-12-121-35/+47
* | Fix comment so it doesn't go over 100 charsJameson Miller2012-12-131-4/+6
* | Transport resolution on Win32 should handle absolute local pathsJameson Miller2012-12-131-9/+24
* | don't walk off the end of the indexEdward Thomson2012-12-121-4/+5
|/
* tree cache: loosen negative entry count checkNguyễn Thái Ngọc Duy2012-12-121-1/+1
* Fix iterator reset and add reset rangesRussell Belfer2012-12-107-113/+221
* Clean up iterator APIsRussell Belfer2012-12-109-33/+48
* Add git_cred_acquire_cb payload to winhttp transportBen Straub2012-12-101-1/+1
* Add a payload param to git_cred_acquire_cbBen Straub2012-12-107-6/+15
* Merge pull request #1126 from carlosmn/indexer-bufferVicent Martí2012-12-101-10/+9
|\
| * indexer: move the temporary buffers into the indexer objectCarlos Martín Nieto2012-12-071-10/+9
* | orite C89Justin Spahr-Summers2012-12-091-2/+2
* | Treat git_mutex_lock as successful when threads are disabledJustin Spahr-Summers2012-12-091-1/+1
* | Always check the result of git_mutex_lockJustin Spahr-Summers2012-12-093-14/+51
* | git__mwindow_mutex needs to be initialized even with pthreadsJustin Spahr-Summers2012-12-091-0/+2
|/
* Merge pull request #1091 from carlosmn/stream-objectVicent Martí2012-12-075-59/+282
|\
| * indexer: correctly deal with objects larger than the window sizeCarlos Martín Nieto2012-11-301-19/+26
| * indexer: make use of streaming also for deltasCarlos Martín Nieto2012-11-301-49/+78
| * indexer: use the packfile streaming APICarlos Martín Nieto2012-11-303-30/+137
| * pack: introduce a streaming API for raw objectsCarlos Martín Nieto2012-11-302-0/+80
* | tree: relax the filemode parserCarlos Martín Nieto2012-12-071-19/+26
* | Fix diff header comments and missing constRussell Belfer2012-12-051-1/+1
* | versions: MSVC build fixesVicent Marti2012-12-051-5/+5