summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
* Cloning empty repos: only allow missing target for HEADBen Straub2012-12-151-2/+2
* Local Only ignore ENOTFOUNDs when adding corrupted refsBen Straub2012-12-141-4/+10
* Allow clone to handle empty reposBen Straub2012-12-141-1/+3
* Add git_cred_acquire_cb payload to winhttp transportBen Straub2012-12-101-1/+1
* Add a payload param to git_cred_acquire_cbBen Straub2012-12-105-2/+9
* Deploy versioned git_transport structureBen Straub2012-11-302-3/+3
* Leverage the min macro from util.hPhilip Kelley2012-11-292-6/+3
* Remove casts of return values of type void *Philip Kelley2012-11-298-32/+32
* Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-288-304/+1358
* API updates for remote.hBen Straub2012-11-271-2/+2
* Fix warnings on Win64 buildRussell Belfer2012-11-275-10/+12
* More external API cleanupVicent Marti2012-11-271-1/+1
* Rename ref and reflog apis for consistencyBen Straub2012-11-272-2/+2
* Slightly different valgrind fixCarlos Martín Nieto2012-11-131-3/+1
* Fix a few valgrind errorsCarlos Martín Nieto2012-11-131-0/+2
* 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
* | Merge pull request #1065 from nulltoken/fix/memory-leakBen Straub2012-11-131-0/+1
|\ \
| * | local: fix memory leaknulltoken2012-11-131-0/+1
* | | Remove unused variablesMichael Schubert2012-11-131-1/+0
|/ /
* | Merge remote-tracking branch 'ben/local-transport' into developmentVicent Marti2012-11-121-7/+135
|\ \ | |/ |/|
| * Remove unnecessary progress logicBen Straub2012-11-121-4/+0
| * Fix error checkBen Straub2012-11-121-1/+1
| * Avoid copying duplicate commitsBen Straub2012-11-091-7/+8
| * Implement local transport's fetchBen Straub2012-11-091-7/+138
* | Fix uninitialized memory in winhttp subtransport on 64-bitPhilip Kelley2012-11-091-1/+4
|/
* Merge pull request #1048 from pwkelley/basic_authPhilip Kelley2012-11-086-118/+512
|\
| * Don't store no_check_cert; fetch it on demandPhilip Kelley2012-11-062-24/+16
| * Fix connection leak in http subtransportPhilip Kelley2012-11-061-0/+3
| * Basic authentication for http and winhttpPhilip Kelley2012-11-066-94/+493
* | create callback to handle packs from fetch, move the indexer to odb_packEdward Thomson2012-11-051-15/+13
|/
* Fix bytes_received in fetch tests - we weren't calling the callbackPhilip Kelley2012-11-021-8/+15
* Http: Set an error for invalid content-typePhilip Kelley2012-11-011-1/+3
* Improve consistency of WinHTTP request headersPhilip Kelley2012-11-011-1/+18
* Reorganize transport architecture (squashed 3)Philip Kelley2012-11-018-601/+2322
* 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
* network: add sideband supportCarlos Martín Nieto2012-08-241-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-303-247/+132
* remote: use the same code to control git and httpCarlos Martín Nieto2012-07-302-283/+60
* network: implement multi_ack for the git transportCarlos Martín Nieto2012-07-301-0/+10