summaryrefslogtreecommitdiff
path: root/src/transports/http.c
Commit message (Expand)AuthorAgeFilesLines
* http: increase buffer side to deal with side-band-64kCarlos Martín Nieto2012-08-251-1/+1
* Fix warnings and merge issues on Win64Russell Belfer2012-08-231-1/+1
* transport: rename encrypt to use_sslCarlos Martín Nieto2012-07-301-1/+1
* transport: store the refs in a common areaCarlos Martín Nieto2012-07-301-136/+74
* remote: use the same code to control git and httpCarlos Martín Nieto2012-07-301-246/+59
* remote: start moving the protocol to a common areaCarlos Martín Nieto2012-07-301-0/+1
* indexer: don't use '/objects/pack/' unconditionallyCarlos Martín Nieto2012-06-281-1/+6
* transports: fix bugletMichael Schubert2012-06-051-1/+1
* Merge pull request #697 from carlosmn/sslVicent Martí2012-06-051-29/+52
|\
| * ssl: allow skipping the server certificate checkCarlos Martín Nieto2012-05-261-0/+1
| * ssl: teardown the connection on closeCarlos Martín Nieto2012-05-191-0/+3
| * https: make it work with OpenSSL as wellCarlos Martín Nieto2012-05-191-2/+1
| * http: add https support when GnuTLS is availableCarlos Martín Nieto2012-05-191-30/+50
* | 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-1/+1
* errors: Rename the generic return codesVicent Martí2012-05-181-3/+3
* Merge remote-tracking branch 'scottjg/fix-mingw32' into developmentVicent Martí2012-05-051-2/+2
|\
| * Fix gitno_connect() error handling on WindowsScott J. Goldman2012-05-051-4/+5
* | Remove old and unused error codesVicent Martí2012-05-021-3/+3
* | Merge pull request #654 from carlosmn/pkt-errVicent Martí2012-04-301-0/+16
|\ \
| * | net: recognize and report server-side error messagesCarlos Martín Nieto2012-04-301-0/+16
* | | buf: deploy git_buf_len()nulltoken2012-04-301-5/+5
|/ /
* | transports: buffer the git requests before sending themCarlos Martín Nieto2012-04-251-39/+1
* | fetch: use the streaming indexer when downloading a packCarlos Martín Nieto2012-04-251-44/+33
* | Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-2/+2
* | error-handling: httpCarlos Martín Nieto2012-04-111-165/+120
* | error-handling: RepositoryVicent Martí2012-03-071-1/+4
|/
* Update Copyright headerschu2012-02-131-1/+1
* diff-index: fix leakCarlos Martín Nieto2012-01-191-1/+1
* http: use PRIuZCarlos Martín Nieto2012-01-191-1/+1
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-071-9/+10
* remote: Cleanup the remotes codeVicent Marti2011-11-281-12/+5
* net: move the reference storage to common codeCarlos Martín Nieto2011-11-181-40/+13
* Merge pull request #456 from brodie/perm-fixesVicent Martí2011-10-281-1/+2
|\
| * *: correct and codify various file permissionsBrodie Rao2011-10-141-1/+2
* | global: Properly use `git__` memory wrappersVicent Marti2011-10-281-10/+10
|/
* Fix compilation error on Windowsnulltoken2011-10-131-1/+0
* Move the transports to their own directoryCarlos Martín Nieto2011-10-121-0/+790