summaryrefslogtreecommitdiff
path: root/src/transports/local.c
Commit message (Expand)AuthorAgeFilesLines
...
* remote: make _ls return the list directlyCarlos Martín Nieto2013-11-111-7/+3
* indexer: remove the stream infixCarlos Martín Nieto2013-10-301-1/+1
* remote: move the credentials callback to the structCarlos Martín Nieto2013-10-021-1/+1
* Provide better errors for push on non-bare local remotesBen Straub2013-09-041-1/+2
* odb: wrap the stream reading and writing functionsCarlos Martín Nieto2013-08-151-3/+3
* Make sure we don't leak memory again.Arthur Schreiber2013-06-251-0/+7
* Unbreak git_remote_ls on a local transport after disconnecting.Arthur Schreiber2013-06-251-12/+15
* Fix a leak in the local transport code.Arthur Schreiber2013-06-241-9/+9
* Fix trailing whitespacesnulltoken2013-05-151-1/+1
* Unify whitespaces to tabsLinquize2013-05-151-1/+1
* refs: remove the OID/SYMBOLIC filteringCarlos Martín Nieto2013-05-111-1/+1
* Make git_oid_cmp public and add git_oid__cmpRussell Belfer2013-04-291-1/+1
* Allow git_remote_ls after disconnecting from the remoteCarlos Martín Nieto2013-04-151-12/+14
* Several warnings detected by static code analyzer fixedArkadiy Shapkin2013-03-181-1/+1
* Implemented push on the local transportabepern2013-03-111-18/+218
* Fix fail clone local repository because can't found objectFrank Li2013-01-271-2/+5
* update copyrightsEdward Thomson2013-01-081-1/+1
* Cloning empty repos: only allow missing target for HEADBen Straub2012-12-151-2/+2
* Local Only ignore ENOTFOUNDs when adding corrupted refsBen Straub2012-12-141-4/+10
* Allow clone to handle empty reposBen Straub2012-12-141-1/+3
* Add a payload param to git_cred_acquire_cbBen Straub2012-12-101-0/+2
* Deploy versioned git_transport structureBen Straub2012-11-301-3/+2
* Remove casts of return values of type void *Philip Kelley2012-11-291-2/+2
* Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-281-5/+6
* More external API cleanupVicent Marti2012-11-271-1/+1
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-1/+1
* Slightly different valgrind fixCarlos Martín Nieto2012-11-131-3/+1
* Fix a few valgrind errorsCarlos Martín Nieto2012-11-131-0/+2
* local: fix memory leaknulltoken2012-11-131-0/+1
* Remove unnecessary progress logicBen Straub2012-11-121-4/+0
* Fix error checkBen Straub2012-11-121-1/+1
* Avoid copying duplicate commitsBen Straub2012-11-091-7/+8
* Implement local transport's fetchBen Straub2012-11-091-7/+138
* Basic authentication for http and winhttpPhilip Kelley2012-11-061-1/+7
* Reorganize transport architecture (squashed 3)Philip Kelley2012-11-011-46/+92
* transport: store the refs in a common areaCarlos Martín Nieto2012-07-301-32/+35
* Fix git_close/http_close/local_close to set the transport's connected attribu...Arthur Schreiber2012-06-021-0/+1
* Merge pull request #710 from libgit2/breaking-changesVicent Martí2012-05-181-1/+1
|\
| * refs: git_reference_listall -> git_reference_listVicent Martí2012-05-181-1/+1
* | fetch: set dummy function for local fetchMichael Schubert2012-05-181-0/+11
|/
* Rename to git_reference_name_to_oidRussell Belfer2012-04-231-1/+1
* Add git_reference_lookup_oid and lookup_resolvedRussell Belfer2012-04-171-19/+8
* local transport: plug leakCarlos Martín Nieto2012-04-121-0/+1
* error-handling local transportCarlos Martín Nieto2012-04-111-80/+66
* transport/local: Fix peeling of nested tagsnulltoken2012-04-101-2/+7
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-021-3/+3
* Update Copyright headerschu2012-02-131-1/+1
* transport: make local transport accept a file Uri containing percent-encoded ...nulltoken2011-12-281-12/+15
* remotes: Remove unused variablesVicent Martí2011-12-251-1/+0
* remote: add test to retrieve the advertised references from a local repositor...nulltoken2011-12-211-7/+17