aboutsummaryrefslogtreecommitdiff
path: root/http-fetch.c
Commit message (Expand)AuthorAge
* Add WEBDAV timeout to http-fetch.Junio C Hamano2006-10-08
* Add ftp:// protocol support for git-http-fetchJunio C Hamano2006-09-16
* http-fetch.c: consolidate code to detect missing fetch targetJunio C Hamano2006-09-16
* http-fetch: fix alternates handling.Junio C Hamano2006-09-13
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02
* free(NULL) is perfectly valid.Junio C Hamano2006-08-27
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-17
* remove unnecessary initializationsDavid Rientjes2006-08-15
* drop length argument of has_extensionRene Scharfe2006-08-11
* Add has_extension()Rene Scharfe2006-08-10
* commit walkers: setup_ident() to record correct committer in ref-log.Ramsay Jones2006-08-05
* Teach git-http-fetch the --stdin switchPetr Baudis2006-07-27
* Make pull() support fetching multiple targets at oncePetr Baudis2006-07-27
* Make pull() take some implicit data as explicit argumentsPetr Baudis2006-07-27
* Remove -d from *-fetch usage stringsPetr Baudis2006-07-27
* Avoid C99 comments, use old-style C comments instead.Pavel Roskin2006-07-10
* Rename safe_strncpy() to strlcpy().Peter Eriksen2006-06-24
* Remove all void-pointer arithmetic.Florian Forster2006-06-20
* Remove ranges from switch statements.Florian Forster2006-06-18
* Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen2006-06-16
* http-fetch: fix possible segfaultNick Hengeveld2006-06-06
* Merge branch 'sp/reflog'Junio C Hamano2006-06-03
|\
| * Log ref updates made by fetch.Shawn Pearce2006-05-19
* | Remove possible segfault in http-fetch.Sean2006-05-22
|/
* Replace index() with strchr().Dennis Stosberg2006-04-11
* http-fetch: add optional DAV-based pack listNick Hengeveld2006-04-04
* http-fetch: nicer warning for a server with unreliable 404 statusJunio C Hamano2006-03-20
* Fix broken slot reuse when fetching alternatesNick Hengeveld2006-03-15
* Give no terminating LF to error() function.Junio C Hamano2006-02-22
* http-fetch: Abort requests for objects which arrived in packsMark Wooding2006-02-07
* http-fetch: Tidy control flow in process_alternate_responseMark Wooding2006-02-05
* http-fetch: Fix message reporting rename of object file.Mark Wooding2006-02-05
* http-fetch: Fix object list corruption in fill_active_slots().Mark Wooding2006-02-05
* whitespace cleanup.Junio C Hamano2006-02-02
* Use local structs for HTTP slot callback dataNick Hengeveld2006-01-31
* Fix HTTP request result processing after slot reuseNick Hengeveld2006-01-31
* Fix for http-fetch from file:// URLsNick Hengeveld2005-12-22
* http-fetch.c: fix objects/info/pack parsing.Junio C Hamano2005-12-21
* Make networking commands to work from a subdirectory.Junio C Hamano2005-11-28
* Improve pack list response handlingNick Hengeveld2005-11-19
* Make http-fetch request types more clearNick Hengeveld2005-11-19
* Isolate shared HTTP request functionalityNick Hengeveld2005-11-19
* Fix bunch of fd leaks in http-fetchPetr Baudis2005-11-15
* Fix fd leak in http-fetchNick Hengeveld2005-11-12
* Fix for multiple alternates requests in http-fetchNick Hengeveld2005-11-12
* Show URL in the "Getting <foo> list" http-fetch messagesPetr Baudis2005-11-11
* Let git-clone/git-fetch follow HTTP redirectionsJosef Weidendorfer2005-11-10
* sparse fixes for http-{fetch,push}.cPeter Hagervall2005-11-08
* http-fetch: do not use curl_message after releasing itJohannes Schindelin2005-11-06