1 Commits (ae3e76c2991ddd5fd72cff22cd39d5d297e63504)

Author SHA1 Message Date
Daniel Barkalow 30ae764b1e Modularize commit-walker 17 years ago
Daniel Barkalow fc57b6aaa5 Make function to refill http queue a callback 17 years ago
Daniel Barkalow 45c1741235 Refactor http.h USE_CURL_MULTI fill_active_slots(). 17 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Dana How b5da24679e Fix lseek(2) calls with args 2 and 3 swapped 18 years ago
Gerrit Pape 9c880b3ea5 http-fetch: remove path_len from struct alt_base, it was computed but never used 18 years ago
Gerrit Pape 2afea3bcd2 http-fetch: don't use double-slash as directory separator in URLs 18 years ago
Junio C Hamano 1968d77dd6 prefixcmp(): fix-up leftover strncmp(). 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Junio C Hamano df391b192d git-fsck-objects is now synonym to git-fsck 18 years ago
Junio C Hamano 01754769ab Don't force everybody to call setup_ident(). 18 years ago
Shawn O. Pearce 1c23d794bf Don't die in git-http-fetch when fetching packs. 18 years ago
Andy Whitcroft 93822c2239 short i/o: fix calls to write to use xwrite or write_in_full 18 years ago
Andy Whitcroft 93d26e4cb9 short i/o: fix calls to read to use xread or read_in_full 18 years ago
Junio C Hamano adc446fe5d Add WEBDAV timeout to http-fetch. 18 years ago
Junio C Hamano 4adffc7b54 Add ftp:// protocol support for git-http-fetch 18 years ago
Junio C Hamano be4a015b0f http-fetch.c: consolidate code to detect missing fetch target 18 years ago
Junio C Hamano 883653babd http-fetch: fix alternates handling. 18 years ago
Junio C Hamano 5df1e0d05c http-fetch: fix alternates handling. 18 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 18 years ago
Junio C Hamano 4cac42b132 free(NULL) is perfectly valid. 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 18 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 18 years ago
Rene Scharfe 5bb1cda5f7 drop length argument of has_extension 19 years ago
Rene Scharfe 83a2b841d6 Add has_extension() 19 years ago
Ramsay Jones 19c4588178 commit walkers: setup_ident() to record correct committer in ref-log. 19 years ago
Petr Baudis 8e29f6a07e Teach git-http-fetch the --stdin switch 19 years ago
Petr Baudis 4211e4d10c Make pull() support fetching multiple targets at once 19 years ago
Petr Baudis c6b69bdbc1 Make pull() take some implicit data as explicit arguments 19 years ago
Petr Baudis cc41cd2e60 Remove -d from *-fetch usage strings 19 years ago
Pavel Roskin a9486b02ec Avoid C99 comments, use old-style C comments instead. 19 years ago
Peter Eriksen 817151e61a Rename safe_strncpy() to strlcpy(). 19 years ago
Florian Forster 1d7f171c3a Remove all void-pointer arithmetic. 19 years ago
Florian Forster cfd432e63d Remove ranges from switch statements. 19 years ago
Peter Eriksen bfbd0bb6ec Implement safe_strncpy() as strlcpy() and use it more. 19 years ago
Nick Hengeveld e8dff6ba8b http-fetch: fix possible segfault 19 years ago
Sean 07001f95a6 Remove possible segfault in http-fetch. 19 years ago
Shawn Pearce d0740d92be Log ref updates made by fetch. 19 years ago
Dennis Stosberg ef9e58c826 Replace index() with strchr(). 19 years ago
Nick Hengeveld 8d9fbe57b3 http-fetch: add optional DAV-based pack list 19 years ago
Junio C Hamano bb52807916 http-fetch: nicer warning for a server with unreliable 404 status 19 years ago
Nick Hengeveld c982647310 Fix broken slot reuse when fetching alternates 19 years ago
Junio C Hamano bd2afde8a3 Give no terminating LF to error() function. 19 years ago
Mark Wooding 53f313897e http-fetch: Abort requests for objects which arrived in packs 19 years ago
Mark Wooding a3f583cbf7 http-fetch: Tidy control flow in process_alternate_response 19 years ago
Mark Wooding 7b934ec015 http-fetch: Fix message reporting rename of object file. 19 years ago
Mark Wooding 09db444fdb http-fetch: Fix object list corruption in fill_active_slots(). 19 years ago
Junio C Hamano 8fcf7f9af5 whitespace cleanup. 19 years ago
Nick Hengeveld cb754fdf5a Use local structs for HTTP slot callback data 19 years ago