summaryrefslogtreecommitdiff
path: root/http-fetch.c
Commit message (Expand)AuthorAgeFilesLines
* Fix lseek(2) calls with args 2 and 3 swappedDana How2007-04-051-1/+1
* http-fetch: remove path_len from struct alt_base, it was computed but never usedGerrit Pape2007-03-281-17/+3
* http-fetch: don't use double-slash as directory separator in URLsGerrit Pape2007-03-281-9/+12
* prefixcmp(): fix-up leftover strncmp().Junio C Hamano2007-02-201-1/+1
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-1/+1
* git-fsck-objects is now synonym to git-fsckJunio C Hamano2007-01-281-1/+1
* 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/+1
* 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
* Add WEBDAV timeout to http-fetch.Junio C Hamano2006-10-081-257/+0
* Add ftp:// protocol support for git-http-fetchJunio C Hamano2006-09-161-1/+3
* http-fetch.c: consolidate code to detect missing fetch targetJunio C Hamano2006-09-161-8/+15
* http-fetch: fix alternates handling.Junio C Hamano2006-09-131-5/+34
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-1/+1
* free(NULL) is perfectly valid.Junio C Hamano2006-08-271-9/+4
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-1/+1
* Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length.David Rientjes2006-08-171-3/+3
* remove unnecessary initializationsDavid Rientjes2006-08-151-4/+4
* drop length argument of has_extensionRene Scharfe2006-08-111-1/+1
* Add has_extension()Rene Scharfe2006-08-101-1/+1
* commit walkers: setup_ident() to record correct committer in ref-log.Ramsay Jones2006-08-051-0/+1
* Teach git-http-fetch the --stdin switchPetr Baudis2006-07-271-16/+29
* Make pull() support fetching multiple targets at oncePetr Baudis2006-07-271-1/+1
* Make pull() take some implicit data as explicit argumentsPetr Baudis2006-07-271-2/+2
* Remove -d from *-fetch usage stringsPetr Baudis2006-07-271-1/+1
* Avoid C99 comments, use old-style C comments instead.Pavel Roskin2006-07-101-3/+3
* Rename safe_strncpy() to strlcpy().Peter Eriksen2006-06-241-3/+3
* Remove all void-pointer arithmetic.Florian Forster2006-06-201-1/+1
* Remove ranges from switch statements.Florian Forster2006-06-181-6/+7
* Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen2006-06-161-6/+4
* http-fetch: fix possible segfaultNick Hengeveld2006-06-061-0/+1
* Merge branch 'sp/reflog'Junio C Hamano2006-06-031-0/+2
|\
| * Log ref updates made by fetch.Shawn Pearce2006-05-191-0/+2
* | Remove possible segfault in http-fetch.Sean2006-05-221-2/+2
|/
* Replace index() with strchr().Dennis Stosberg2006-04-111-4/+4
* http-fetch: add optional DAV-based pack listNick Hengeveld2006-04-041-0/+278
* http-fetch: nicer warning for a server with unreliable 404 statusJunio C Hamano2006-03-201-0/+8
* Fix broken slot reuse when fetching alternatesNick Hengeveld2006-03-151-0/+4
* Give no terminating LF to error() function.Junio C Hamano2006-02-221-4/+4
* http-fetch: Abort requests for objects which arrived in packsMark Wooding2006-02-071-1/+15
* http-fetch: Tidy control flow in process_alternate_responseMark Wooding2006-02-051-4/+2
* http-fetch: Fix message reporting rename of object file.Mark Wooding2006-02-051-3/+2
* http-fetch: Fix object list corruption in fill_active_slots().Mark Wooding2006-02-051-1/+1
* whitespace cleanup.Junio C Hamano2006-02-021-11/+10
* Use local structs for HTTP slot callback dataNick Hengeveld2006-01-311-5/+5
* Fix HTTP request result processing after slot reuseNick Hengeveld2006-01-311-6/+14
* Fix for http-fetch from file:// URLsNick Hengeveld2005-12-221-4/+8
* http-fetch.c: fix objects/info/pack parsing.Junio C Hamano2005-12-211-2/+2
* Make networking commands to work from a subdirectory.Junio C Hamano2005-11-281-0/+2