summaryrefslogtreecommitdiff
path: root/src/netops.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the build on EmscriptenEhsan Akhgari2012-02-021-0/+1
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-1/+1
* pkt: get rid of the chunked supportCarlos Martín Nieto2011-10-121-14/+0
* http: parse the response from the serverCarlos Martín Nieto2011-10-121-2/+2
* net,pkt: add chunked supportCarlos Martín Nieto2011-10-121-0/+16
* netops: abstract away socket closingCarlos Martín Nieto2011-10-011-0/+12
* Initialise the winsock DLLCarlos Martín Nieto2011-10-011-3/+9
* netops: Use pragmas only in MSVCVicent Marti2011-09-291-9/+11
* Merge pull request #405 from carlosmn/http-lsVicent Martí2011-09-221-2/+33
|\
| * netops: store the error if gitno_send failsCarlos Martín Nieto2011-09-091-1/+1
| * netops: don't try to free addrinfo on DNS errorCarlos Martín Nieto2011-09-091-0/+1
| * netops: get rid of the len - 1 limitationCarlos Martín Nieto2011-09-091-1/+1
| * Move extract_host_and_port to netops and add default port argumentCarlos Martín Nieto2011-09-041-0/+30
* | Cleanup legal dataVicent Marti2011-09-191-21/+3
|/
* netops: Use the size_t, LukeVicent Marti2011-08-301-5/+7
* Fix Windows compilationCarlos Martín Nieto2011-08-301-0/+16
* Actually implement object negotiationCarlos Martín Nieto2011-08-181-1/+1
* Fix network MSYS compilationCarlos Martín Nieto2011-07-061-1/+2
* Use gitno_buffer in the git transportCarlos Martín Nieto2011-06-271-7/+7
* Add gitno_buffer as a recv wrapperCarlos Martín Nieto2011-06-271-0/+47
* Implement and use gitno_sendCarlos Martín Nieto2011-06-261-3/+24
* Create netops and start moving git:// to itCarlos Martín Nieto2011-06-261-0/+76