summaryrefslogtreecommitdiff
path: root/src/transport_git.c
Commit message (Expand)AuthorAgeFilesLines
* Move the transports to their own directoryCarlos Martín Nieto2011-10-121-516/+0
* net: plug a few memory leaksCarlos Martín Nieto2011-10-121-0/+3
* git transport: don't loose received dataCarlos Martín Nieto2011-10-121-83/+38
* pkt: get rid of the chunked supportCarlos Martín Nieto2011-10-121-8/+8
* transport: don't have an extra send-wants stepCarlos Martín Nieto2011-10-121-18/+5
* net,pkt: add chunked supportCarlos Martín Nieto2011-10-121-10/+11
* transport-git: fix git request length calculationCarlos Martín Nieto2011-10-011-1/+1
* transport-git: Encapsulation ist gutVicent Marti2011-10-011-16/+11
* netops: abstract away socket closingCarlos Martín Nieto2011-10-011-7/+6
* Initialise the winsock DLLCarlos Martín Nieto2011-10-011-3/+21
* Use git_buf in the git requestCarlos Martín Nieto2011-10-011-10/+10
* Merge pull request #405 from carlosmn/http-lsVicent Martí2011-09-221-32/+2
|\
| * Move extract_host_and_port to netops and add default port argumentCarlos Martín Nieto2011-09-041-32/+2
* | Tabify everythingVicent Marti2011-09-191-3/+3
* | Cleanup legal dataVicent Marti2011-09-191-21/+3
|/
* Fix Windows compilationCarlos Martín Nieto2011-08-301-14/+2
* network: <select.h> is not available in MinGWVicent Marti2011-08-301-0/+2
* Merge pull request #378 from kiryl/WuninitializedVicent Martí2011-08-301-0/+2
|\
| * transport_git: add missed error handlingKirill A. Shutemov2011-08-241-0/+2
* | Drop STRLEN() macrosKirill A. Shutemov2011-08-251-5/+5
|/
* Keep sending want lines if the server doesn't anwer a flushCarlos Martín Nieto2011-08-181-0/+23
* Actually implement object negotiationCarlos Martín Nieto2011-08-181-16/+52
* Move negotiation to the transportCarlos Martín Nieto2011-08-181-0/+67
* Don't try to download the packfile too earlyCarlos Martín Nieto2011-08-181-14/+11
* Use strcpy+strcat as memcpy was overlappingCarlos Martín Nieto2011-08-181-2/+3
* Use common capabilitiesCarlos Martín Nieto2011-08-181-1/+36
* Only wait for pack if we need itCarlos Martín Nieto2011-08-181-4/+11
* Tell the user where the downloaded packfile is storedCarlos Martín Nieto2011-08-181-4/+8
* Download packCarlos Martín Nieto2011-08-181-0/+93
* Move have sendingCarlos Martín Nieto2011-08-181-3/+11
* Implement sending havesCarlos Martín Nieto2011-08-181-0/+8
* Add a generic send_wantsCarlos Martín Nieto2011-08-181-0/+8
* Cleanup external APIVicent Marti2011-07-111-1/+1
* Fix network MSYS compilationCarlos Martín Nieto2011-07-061-10/+0
* Slim down git_transportCarlos Martín Nieto2011-06-271-2/+3
* Initialize memory in git transportCarlos Martín Nieto2011-06-271-0/+3
* Use gitno_buffer in the git transportCarlos Martín Nieto2011-06-271-21/+12
* Move transports to an inheritance modelCarlos Martín Nieto2011-06-261-36/+38
* Move git_pkt_{gen_proto,send_request} to transport_git.cCarlos Martín Nieto2011-06-261-1/+56
* Implement and use git_pkt_send_requestCarlos Martín Nieto2011-06-261-13/+3
* Implement and use gitno_sendCarlos Martín Nieto2011-06-261-6/+3
* Create netops and start moving git:// to itCarlos Martín Nieto2011-06-261-34/+11
* Correctly handle network inputCarlos Martín Nieto2011-06-261-14/+28
* Implement and use git_pkt_freeCarlos Martín Nieto2011-06-261-6/+1
* Implement the git TCP transport up to ls-remoteCarlos Martín Nieto2011-06-261-0/+312