summaryrefslogtreecommitdiff
path: root/src/transports/git.c
Commit message (Expand)AuthorAgeFilesLines
* Further EUSER and error propagation fixesRussell Belfer2013-12-111-11/+16
* Use http_parser_parse_url to parse urlsBen Straub2013-11-041-42/+30
* Initialize variablesBen Straub2013-10-301-2/+2
* Address feedbackBen Straub2013-02-041-4/+4
* Remove double-free segfaultsBen Straub2013-01-311-6/+6
* Enhance url parsing to include passwordsBen Straub2013-01-311-4/+6
* Stash username from url (but don't use it yet)Ben Straub2013-01-301-4/+6
* update copyrightsEdward Thomson2013-01-081-1/+1
* 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-8/+81
* Reorganize transport architecture (squashed 3)Philip Kelley2012-11-011-130/+160
* 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 codesbreaking-changesVicent 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 coderepo-ownershipVicent 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