summaryrefslogtreecommitdiff
path: root/src/transports
Commit message (Expand)AuthorAgeFilesLines
* 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
* remote: add test to retrieve the advertised references from a local repositor...nulltoken2011-12-211-7/+17
* Use git_buf for path storage instead of stack-based buffersRussell Belfer2011-12-072-10/+11
* transports: fix -Wunused-but-set-variable warningschu2011-11-291-0/+1
* remote: Cleanup the remotes coderepo-ownershipVicent Marti2011-11-283-105/+102
* Rename all `_close` methodsVicent Marti2011-11-261-1/+1
* net: move the reference storage to common codeCarlos Martín Nieto2011-11-182-69/+29
* Free all used references in the source treeschu2011-11-061-2/+5
* 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-283-26/+26
|/
* Fix compilation error on Windowsnulltoken2011-10-131-1/+0
* Move the transports to their own directoryCarlos Martín Nieto2011-10-123-0/+1533