summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | transports: buffer the git requests before sending themCarlos Martín Nieto2012-04-252-87/+25
* | fetch: use the streaming indexer when downloading a packCarlos Martín Nieto2012-04-252-46/+35
* | Rename to git_reference_name_to_oidRussell Belfer2012-04-231-1/+1
* | Fix warnings on 64-bit windows buildsRussell Belfer2012-04-172-5/+6
* | Add git_reference_lookup_oid and lookup_resolvedRussell Belfer2012-04-171-19/+8
* | local transport: plug leakCarlos Martín Nieto2012-04-121-0/+1
* | error-handling local transportCarlos Martín Nieto2012-04-111-80/+66
* | error-handling: httpCarlos Martín Nieto2012-04-111-165/+120
* | error-handling: git transportCarlos Martín Nieto2012-04-111-134/+127
* | transport/local: Fix peeling of nested tagsnulltoken2012-04-101-2/+7
* | error-handling: RepositoryVicent Martí2012-03-072-2/+8
|/
* Clean up GIT_UNUSED macros on all platformsRussell Belfer2012-03-021-3/+3
* Update Copyright headerschu2012-02-133-3/+3
* diff-index: fix leakCarlos Martín Nieto2012-01-191-1/+1
* http: use PRIuZCarlos Martín Nieto2012-01-191-1/+1
* transport: make local transport accept a file Uri containing percent-encoded ...nulltoken2011-12-281-12/+15
* remotes: Remove unused variablesVicent Martí2011-12-251-1/+0