summaryrefslogtreecommitdiff
path: root/src/transports/local.c
Commit message (Expand)AuthorAgeFilesLines
* local: adjust to the common refspec parsercmn/local-pushCarlos Martín Nieto2014-11-231-11/+6
* Plug leaksCarlos Martín Nieto2014-11-231-6/+14
* push: use the common refspec parsercmn/push-refspec-refactorCarlos Martín Nieto2014-11-091-2/+2
* clone: re-use the local transport's path resolutioncmn/path-to-pathCarlos Martín Nieto2014-06-031-20/+2
* Plug leaks and fix a C99-ismCarlos Martín Nieto2014-05-221-8/+11
* local transport: expose the symref dataCarlos Martín Nieto2014-05-211-4/+18
* Don't redefine the same callback types, their signatures may changeJacques Germishuys2014-04-211-2/+2
* local transport: catch double-opensCarlos Martín Nieto2014-03-071-0/+3
* Factor out code to convert local "url" into a path.Graham Dennis2014-01-191-20/+28
* Fix local push to file:// URL.Graham Dennis2014-01-181-1/+19
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-1/+1
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-32/+29
* Add config read fns with controlled error behaviorRussell Belfer2013-12-111-1/+2
* 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