summaryrefslogtreecommitdiff
path: root/src/transports/git.c
Commit message (Expand)AuthorAgeFilesLines
* network: add sideband supportCarlos Martín Nieto2012-08-241-1/+1
* transport: store the refs in a common areaCarlos Martín Nieto2012-07-301-79/+23
* remote: use the same code to control git and httpCarlos Martín Nieto2012-07-301-37/+1
* network: implement multi_ack for the git transportCarlos Martín Nieto2012-07-301-0/+10
* remote: start moving the protocol to a common areaCarlos Martín Nieto2012-07-301-156/+6
* transports: fix bugletMichael Schubert2012-06-051-1/+1
* Merge pull request #697 from carlosmn/sslVicent Martí2012-06-051-27/+24
|\
| * http: add https support when GnuTLS is availableCarlos Martín Nieto2012-05-191-27/+24
* | Fix git_close/http_close/local_close to set the transport's connected attribu...Arthur Schreiber2012-06-021-0/+2
|/
* errors: Rename error codesVicent Martí2012-05-181-3/+3
* errors: Rename the generic return codesVicent Martí2012-05-181-5/+5
* transport git: don't use 'error' uninitializedCarlos Martín Nieto2012-05-061-1/+1
* Merge remote-tracking branch 'scottjg/fix-mingw32' into developmentVicent Martí2012-05-051-10/+13
|\
| * Fix gitno_connect() error handling on WindowsScott J. Goldman2012-05-051-4/+6
* | Remove old and unused error codesVicent Martí2012-05-021-1/+1
* | transports: buffer the git requests before sending themCarlos Martín Nieto2012-04-251-48/+24
* | fetch: use the streaming indexer when downloading a packCarlos Martín Nieto2012-04-251-2/+2
* | Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-3/+4
* | error-handling: git transportCarlos Martín Nieto2012-04-111-134/+127
* | error-handling: RepositoryVicent Martí2012-03-071-1/+4
|/
* Update Copyright headerschu2012-02-131-1/+1
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-1/+1
* remote: Cleanup the remotes codeVicent Marti2011-11-281-12/+11
* net: move the reference storage to common codeCarlos Martín Nieto2011-11-181-29/+16
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-9/+9
* Move the transports to their own directoryCarlos Martín Nieto2011-10-121-0/+516