- c13b263 Make walker.fetch_ref() take a struct ref. by Daniel Barkalow · 17 years ago
- 9fc6440 Set proxy override with http_init() by Mike Hommey · 17 years ago
- d7e9280 Move fetch_ref from http-push.c and http-walker.c to http.c by Mike Hommey · 17 years ago
- 3a462bc Fix various memory leaks in http-push.c and http-walker.c by Mike Hommey · 17 years ago
- 028c297 Use strbuf in http code by Mike Hommey · 17 years ago
- e8dc37e Avoid redundant declaration of missing_target() by Mike Hommey · 17 years ago
- a096bb1 Fix random sha1 in error message in http-fetch and http-push by Mike Hommey · 17 years ago
- 84ef033 Print the real filename that we failed to open. by André Goddard Rosa · 17 years ago
- 30ae764 Modularize commit-walker by Daniel Barkalow · 17 years ago[Renamed (85%) from http-fetch.c]
- fc57b6a Make function to refill http queue a callback by Daniel Barkalow · 17 years ago
- 45c1741 Refactor http.h USE_CURL_MULTI fill_active_slots(). by Daniel Barkalow · 17 years ago
- a6080a0 War on whitespace by Junio C Hamano · 18 years ago
- b5da246 Fix lseek(2) calls with args 2 and 3 swapped by Dana How · 18 years ago
- 9c880b3 http-fetch: remove path_len from struct alt_base, it was computed but never used by Gerrit Pape · 18 years ago
- 2afea3b http-fetch: don't use double-slash as directory separator in URLs by Gerrit Pape · 18 years ago
- 1968d77 prefixcmp(): fix-up leftover strncmp(). by Junio C Hamano · 18 years ago
- cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
- df391b1 git-fsck-objects is now synonym to git-fsck by Junio C Hamano · 18 years ago
- 0175476 Don't force everybody to call setup_ident(). by Junio C Hamano · 18 years ago
- 1c23d79 Don't die in git-http-fetch when fetching packs. by Shawn O. Pearce · 18 years ago
- 93822c2 short i/o: fix calls to write to use xwrite or write_in_full by Andy Whitcroft · 18 years ago
- 93d26e4 short i/o: fix calls to read to use xread or read_in_full by Andy Whitcroft · 18 years ago
- adc446f Add WEBDAV timeout to http-fetch. by Junio C Hamano · 18 years ago
- 4adffc7 Add ftp:// protocol support for git-http-fetch by Junio C Hamano · 18 years ago
- be4a015 http-fetch.c: consolidate code to detect missing fetch target by Junio C Hamano · 18 years ago
- 5df1e0d http-fetch: fix alternates handling. by Junio C Hamano · 18 years ago
- 9befac4 Replace uses of strdup with xstrdup. by Shawn Pearce · 18 years ago
- 4cac42b free(NULL) is perfectly valid. by Junio C Hamano · 18 years ago
- e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
- a89fccd Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. by David Rientjes · 19 years ago
- 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
- 5bb1cda drop length argument of has_extension by Rene Scharfe · 19 years ago
- 83a2b84 Add has_extension() by Rene Scharfe · 19 years ago
- 19c4588 commit walkers: setup_ident() to record correct committer in ref-log. by Ramsay Jones · 19 years ago
- 8e29f6a Teach git-http-fetch the --stdin switch by Petr Baudis · 19 years ago
- 4211e4d Make pull() support fetching multiple targets at once by Petr Baudis · 19 years ago
- c6b69bd Make pull() take some implicit data as explicit arguments by Petr Baudis · 19 years ago
- cc41cd2 Remove -d from *-fetch usage strings by Petr Baudis · 19 years ago
- a9486b0 Avoid C99 comments, use old-style C comments instead. by Pavel Roskin · 19 years ago
- 817151e Rename safe_strncpy() to strlcpy(). by Peter Eriksen · 19 years ago
- 1d7f171 Remove all void-pointer arithmetic. by Florian Forster · 19 years ago
- cfd432e6 Remove ranges from switch statements. by Florian Forster · 19 years ago
- bfbd0bb Implement safe_strncpy() as strlcpy() and use it more. by Peter Eriksen · 19 years ago
- e8dff6b http-fetch: fix possible segfault by Nick Hengeveld · 19 years ago
- f0679f4 Merge branch 'sp/reflog' by Junio C Hamano · 19 years ago
- 07001f9 Remove possible segfault in http-fetch. by Sean · 19 years ago
- d0740d9 Log ref updates made by fetch. by Shawn Pearce · 19 years ago
- ef9e58c Replace index() with strchr(). by Dennis Stosberg · 19 years ago
- 8d9fbe5 http-fetch: add optional DAV-based pack list by Nick Hengeveld · 19 years ago
- bb52807 http-fetch: nicer warning for a server with unreliable 404 status by Junio C Hamano · 19 years ago
- c982647 Fix broken slot reuse when fetching alternates by Nick Hengeveld · 19 years ago
- bd2afde Give no terminating LF to error() function. by Junio C Hamano · 19 years ago
- 53f3138 http-fetch: Abort requests for objects which arrived in packs by Mark Wooding · 19 years ago
- a3f583c http-fetch: Tidy control flow in process_alternate_response by Mark Wooding · 19 years ago
- 7b934ec http-fetch: Fix message reporting rename of object file. by Mark Wooding · 19 years ago
- 09db444 http-fetch: Fix object list corruption in fill_active_slots(). by Mark Wooding · 19 years ago
- 8fcf7f9 whitespace cleanup. by Junio C Hamano · 19 years ago
- cb754fd Use local structs for HTTP slot callback data by Nick Hengeveld · 19 years ago
- c8568e1 Fix HTTP request result processing after slot reuse by Nick Hengeveld · 19 years ago
- a14c225 Fix for http-fetch from file:// URLs by Nick Hengeveld · 19 years ago
- 455c161 http-fetch.c: fix objects/info/pack parsing. by Junio C Hamano · 19 years ago
- 5a32771 Make networking commands to work from a subdirectory. by Junio C Hamano · 19 years ago
- 5e3a769 Improve pack list response handling by Nick Hengeveld · 19 years ago
- e388ab7 Make http-fetch request types more clear by Nick Hengeveld · 19 years ago
- 29508e1 Isolate shared HTTP request functionality by Nick Hengeveld · 19 years ago
- 313c471 Fix bunch of fd leaks in http-fetch by Petr Baudis · 19 years ago
- 54a9ba0 Fix fd leak in http-fetch by Nick Hengeveld · 19 years ago
- acc075a Fix for multiple alternates requests in http-fetch by Nick Hengeveld · 19 years ago
- 6fd72e3 Show URL in the "Getting <foo> list" http-fetch messages by Petr Baudis · 19 years ago
- 66c9ec2 Let git-clone/git-fetch follow HTTP redirections by Josef Weidendorfer · 19 years ago
- f4f440a sparse fixes for http-{fetch,push}.c by Peter Hagervall · 19 years ago
- 9027907 http-fetch: do not use curl_message after releasing it by Johannes Schindelin · 19 years ago
- 50496b2 Remove the temp file if it is empty after the request has failed by Nick Hengeveld · 19 years ago
- e2029eb Silence confusing and false-positive curl error message by Petr Baudis · 19 years ago
- 7b9ae53 [PATCH 3/3] Allow running requests to finish after a pull error by Nick Hengeveld · 19 years ago
- f7eb290 [PATCH 2/3] Switched back to loading alternates as needed by Nick Hengeveld · 19 years ago
- f1a906a [PATCH 1/3] Clean up CURL handles in unused request slots by Nick Hengeveld · 19 years ago
- e0004e2 Support for HTTP transfer timeouts based on transfer speed by Nick Hengeveld · 19 years ago
- f5dce80 Sparse fixes for http-fetch by Peter Hagervall · 19 years ago
- f80376c Show curl error a bit better. by Junio C Hamano · 19 years ago
- 7baa3e8 Some curl versions lack curl_easy_duphandle() by Johannes Schindelin · 19 years ago
- d402d55 Use config file settings for http by Nick Hengeveld · 19 years ago
- bc8f265 git-http-fetch: Remove size limit for objects/info/{packs,alternates} by Sergey Vlasov · 19 years ago
- 94fa447 Quote reference names while fetching with curl. by Junio C Hamano · 19 years ago
- dc1b5ea Remove unused 'got_alternates' variable. by Junio C Hamano · 19 years ago
- b721e01 Use the same move_temp_to_file in git-http-fetch. by Junio C Hamano · 19 years ago
- 0312600 Restore functionality to allow proxies to cache objects by Nick Hengeveld · 19 years ago
- 11f0daf [PATCH] Don't fetch objects that exist in the local repository by Nick Hengeveld · 19 years ago
- 3807923 Set the parallel HTTP request limit via an environment variable by Nick Hengeveld · 19 years ago
- a7a8d37 Only compile parallel HTTP support with CURL >= 7.9.8 by Nick Hengeveld · 19 years ago
- 1d389ab Add support for parallel HTTP transfers by Nick Hengeveld · 19 years ago
- 4fa2197 [PATCH] HTTP partial transfer support fix. by Nick Hengeveld · 19 years ago
- 271421c Update partial HTTP transfers. by Junio C Hamano · 19 years ago
- 49a0f24 [PATCH] HTTP partial transfer support for object, pack, and index transfers by Nick Hengeveld · 19 years ago
- 7d167fe [PATCH] Old curl does not know about CURLOPT_SSLKEY by Johannes Schindelin · 19 years ago
- a7928f8 [PATCH] Make some needlessly global stuff static by Peter Hagervall · 19 years ago
- 5acb6de [PATCH] Support for more CURL SSL settings via environment variables by Nick Hengeveld · 19 years ago
- 1ddea77 [PATCH] Return CURL error message when object transfer fails by Nick Hengeveld · 19 years ago
- 820eca6 [PATCH] Implement --recover for git-*-fetch by Daniel Barkalow · 19 years ago
- 09d9208 Make object creation in http fetch a bit safer. by Junio C Hamano · 19 years ago