80 Commits (fc2b2be031f44aef0106cf7f872b750cd90b2253)

Author SHA1 Message Date
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
Nick Hengeveld c8568e139e Fix HTTP request result processing after slot reuse 19 years ago
Nick Hengeveld a14c225661 Fix for http-fetch from file:// URLs 19 years ago
Junio C Hamano 455c161c47 http-fetch.c: fix objects/info/pack parsing. 19 years ago
Junio C Hamano 5a3277133d Make networking commands to work from a subdirectory. 19 years ago
Nick Hengeveld 5e3a769186 Improve pack list response handling 19 years ago
Nick Hengeveld e388ab74db Make http-fetch request types more clear 19 years ago
Nick Hengeveld 29508e1efb Isolate shared HTTP request functionality 19 years ago
Junio C Hamano 27dedf0c3b GIT 0.99.9j aka 1.0rc3 19 years ago
Petr Baudis 313c4714c5 Fix bunch of fd leaks in http-fetch 19 years ago
Nick Hengeveld 54a9ba0d44 Fix fd leak in http-fetch 19 years ago
Nick Hengeveld acc075a8ad Fix for multiple alternates requests in http-fetch 19 years ago
Petr Baudis 6fd72e39af Show URL in the "Getting <foo> list" http-fetch messages 19 years ago
Josef Weidendorfer 66c9ec2555 Let git-clone/git-fetch follow HTTP redirections 19 years ago
Peter Hagervall f4f440a039 sparse fixes for http-{fetch,push}.c 19 years ago
Johannes Schindelin 90279074ca http-fetch: do not use curl_message after releasing it 19 years ago
Nick Hengeveld 50496b2170 Remove the temp file if it is empty after the request has failed 19 years ago
Petr Baudis e2029eb963 Silence confusing and false-positive curl error message 19 years ago