summaryrefslogtreecommitdiff
path: root/http-push.c
Commit message (Expand)AuthorAgeFilesLines
* Set proxy override with http_init()Mike Hommey2008-02-271-1/+1
* http-push and http-fetch: handle URLs without trailing /Grégoire Barbier2008-01-201-0/+11
* http-push: clarify the reason of error from the initial PROPFIND requestJunio C Hamano2008-01-201-2/+9
* http-push: fail when info/refs exists and is already lockedGrégoire Barbier2008-01-201-0/+5
* http-push: fix webdav lock leak.Grégoire Barbier2008-01-201-5/+8
* http-push: disable http-push without USE_CURL_MULTIGrégoire Barbier2008-01-181-0/+4
* Fix double-free() in http-push.c:remote_exists()Grégoire Barbier2007-12-301-2/+0
* Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey2007-12-141-84/+4
* Fix various memory leaks in http-push.c and http-walker.cMike Hommey2007-12-141-13/+20
* Use strbuf in http codeMike Hommey2007-12-141-126/+61
* Remove the default_headers variable from http-push.cMike Hommey2007-12-141-7/+0
* Fix random sha1 in error message in http-fetch and http-pushMike Hommey2007-12-141-2/+3
* Fix some more memory leaks in http-push.cMike Hommey2007-12-141-2/+11
* Fix XML parser leaks in http-pushMike Hommey2007-12-121-6/+9
* Print the real filename that we failed to open.André Goddard Rosa2007-11-251-2/+2
* Teach send-pack a mirror modeAndy Whitcroft2007-11-091-2/+2
* Merge master into aw/mirror-pushJunio C Hamano2007-11-091-5/+10
|\
| * errors: "strict subset" -> "ancestor"J. Bruce Fields2007-11-031-5/+10
* | Miscellaneous const changes and utilitiesDaniel Barkalow2007-11-021-1/+1
|/
* Support 'push --dry-run' for http transportShawn O. Pearce2007-10-161-3/+10
* Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-161-7/+2
|\
| * Use xmemdupz() in many places.Pierre Habouzit2007-09-181-7/+2
* | Modularize commit-walkerDaniel Barkalow2007-09-191-1/+0
* | Make function to refill http queue a callbackDaniel Barkalow2007-09-191-1/+2
* | Refactor http.h USE_CURL_MULTI fill_active_slots().Daniel Barkalow2007-09-191-17/+6
|/
* War on whitespaceJunio C Hamano2007-06-071-1/+1
* Move refspec parser from connect.c and cache.h to remote.{c,h}Daniel Barkalow2007-05-201-0/+1
* Fix lseek(2) calls with args 2 and 3 swappedDana How2007-04-051-1/+1
* Initialize tree descriptors with a helper function rather than by hand.Linus Torvalds2007-03-211-2/+1
* Merge branch 'maint'Junio C Hamano2007-03-021-3/+7
|\
| * Another memory overrun in http-push.cEygene Ryabinkin2007-03-021-3/+7
* | Merge branch 'maint'Junio C Hamano2007-02-281-1/+1
|\ \ | |/
| * http-push.c::lock_remote(): validate all remote refs.Eygene Ryabinkin2007-02-281-1/+1
* | convert object type handling from a string to a numberNicolas Pitre2007-02-271-3/+3
* | prefixcmp(): fix-up leftover strncmp().Junio C Hamano2007-02-201-1/+1
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-4/+4
|/
* Don't force everybody to call setup_ident().Junio C Hamano2007-01-281-1/+0
* Don't die in git-http-fetch when fetching packs.Shawn O. Pearce2007-01-091-0/+3
* short i/o: fix calls to write to use xwrite or write_in_fullAndy Whitcroft2007-01-081-1/+1
* short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-081-1/+1
* Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-201-1/+1
* Add callback data to for_each_ref() family.Junio C Hamano2006-09-201-2/+2
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-3/+3
* free(NULL) is perfectly valid.Junio C Hamano2006-08-271-9/+4
* Merge branch 'gl/cleanup'Junio C Hamano2006-08-261-4/+4
|\
| * Convert memset(hash,0,20) to hashclr(hash).Junio C Hamano2006-08-231-1/+1
| * Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-3/+3
* | missing 'static' keywordsPierre Habouzit2006-08-231-1/+1
|/
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-2/+2
* remove unnecessary initializationsDavid Rientjes2006-08-151-8/+8