summaryrefslogtreecommitdiff
path: root/src/transports/http.c
Commit message (Expand)AuthorAgeFilesLines
* http: fix typo in credentials logicCarlos Martín Nieto2014-06-131-1/+1
* transports: allow the creds callback to say it doesn't existCarlos Martín Nieto2014-04-221-20/+35
* Cleanups, renames, and leak fixesRussell Belfer2013-12-121-1/+1
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-7/+1
* Adjust to new utility signatureBen Straub2013-09-261-3/+2
* Deploy gitno_connection_data into transportBen Straub2013-09-261-73/+16
* Migrate redirect URL handling to common utilityBen Straub2013-09-251-72/+30
* Prevent HTTPS to HTTP redirectRussell Belfer2013-09-241-1/+6
* Disconnect path string to preserve after redirectRussell Belfer2013-09-241-74/+103
* Allow redirects to use same hostBen Straub2013-09-241-2/+15
* Refine the redirect check conditionPhilip Kelley2013-03-251-2/+5
* http: Support 302 Found (arrbee did most of the work)Philip Kelley2013-03-251-32/+96
* HTTP: use creds in url if availableBen Straub2013-01-311-0/+14
* Enhance url parsing to include passwordsBen Straub2013-01-311-2/+13
* Add user-from-url param to auth callbackBen Straub2013-01-311-0/+1
* Stash username from url (but don't use it yet)Ben Straub2013-01-301-1/+2
* update copyrightsEdward Thomson2013-01-081-1/+1
* Add a payload param to git_cred_acquire_cbBen Straub2012-12-101-1/+2
* Leverage the min macro from util.hPhilip Kelley2012-11-291-2/+1
* Remove casts of return values of type void *Philip Kelley2012-11-291-3/+3
* Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-281-87/+296
* http: UnrustleVicent Marti2012-11-131-4/+1
* Merge pull request #1016 from arrbee/fix-checkout-dir-removalVicent Martí2012-11-131-0/+2
|\
| * Fix warnings and valgrind issuesRussell Belfer2012-11-091-0/+2
* | Remove unused variablesMichael Schubert2012-11-131-1/+0
|/
* Don't store no_check_cert; fetch it on demandPhilip Kelley2012-11-061-11/+7
* Fix connection leak in http subtransportPhilip Kelley2012-11-061-0/+3
* Basic authentication for http and winhttpPhilip Kelley2012-11-061-90/+259
* Http: Set an error for invalid content-typePhilip Kelley2012-11-011-1/+3
* Reorganize transport architecture (squashed 3)Philip Kelley2012-11-011-425/+279
* Add network transfer callbacks on WindowsBen Straub2012-10-261-0/+1
* gitno_buffer: callback on each packetBen Straub2012-10-191-0/+2
* test: fix some memory leaksnulltoken2012-10-151-6/+10
* http: don't discard the HEAD refCarlos Martín Nieto2012-10-101-4/+1
* Fix MSVC amd64 compilation warningsnulltoken2012-09-201-1/+1
* http: use the new unicode functionsCarlos Martín Nieto2012-09-141-13/+7
* http: use WinHTTP on WindowsCarlos Martín Nieto2012-09-141-30/+196
* 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