summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* remote: Prevent create() from blindly overwritingnulltoken2012-12-241-5/+5
* Fix indentationsnulltoken2012-12-241-8/+8
* In-memory remotes don't have namesBen Straub2012-12-211-2/+7
* git_remote_create calls git_remote_saveBen Straub2012-12-201-1/+0
* Remote: deprecate dangling, prevent saving in-memoryBen Straub2012-12-202-46/+48
* Rename remote creation APIsBen Straub2012-12-203-5/+5
* Initialize variableBen Straub2012-12-191-2/+2
* Clone: trust but verifyBen Straub2012-12-191-0/+3
* Add more clone options. Push test suite segfaults.Ben Straub2012-12-191-47/+78
* 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