summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
* 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
* remote: start moving the protocol to a common areaCarlos Martín Nieto2012-07-302-156/+7
* indexer: don't use '/objects/pack/' unconditionallyCarlos Martín Nieto2012-06-281-1/+6
* transports: fix bugletMichael Schubert2012-06-052-2/+2
* Merge pull request #697 from carlosmn/sslVicent Martí2012-06-052-56/+76
|\
| * 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-192-57/+74
* | Fix git_close/http_close/local_close to set the transport's connected attribu...Arthur Schreiber2012-06-023-0/+5
|/
* Merge pull request #710 from libgit2/breaking-changesVicent Martí2012-05-183-9/+9
|\
| * errors: Rename error codesbreaking-changesVicent Martí2012-05-182-4/+4
| * errors: Rename the generic return codesVicent Martí2012-05-182-8/+8
| * refs: git_reference_listall -> git_reference_listVicent Martí2012-05-181-1/+1
* | fetch: set dummy function for local fetchMichael Schubert2012-05-181-0/+11
|/
* transport git: don't use 'error' uninitializedCarlos Martín Nieto2012-05-061-1/+1
* Merge remote-tracking branch 'scottjg/fix-mingw32' into developmentVicent Martí2012-05-052-12/+15
|\
| * Fix gitno_connect() error handling on WindowsScott J. Goldman2012-05-052-8/+11
* | Remove old and unused error codesVicent Martí2012-05-022-4/+4
* | 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
|/ /