26 Commits (377d0276ca7446ce9fb2f6987b1e6b4ba9e7cf29)

Author SHA1 Message Date
Tay Ray Chuan 5424bc557f http*: add helper methods for fetching objects (loose) 16 years ago
Tay Ray Chuan 2264dfa5c4 http*: add helper methods for fetching packs 16 years ago
Tay Ray Chuan b8caac2b8a http*: add http_get_info_packs 16 years ago
Tay Ray Chuan e917674597 http*: move common variables and macros to http.[ch] 16 years ago
Tay Ray Chuan 20cfb3aa71 http*: copy string returned by sha1_to_hex 16 years ago
Tay Ray Chuan 48188c259a http-walker: verify remote packs 16 years ago
Tay Ray Chuan 4c42aa1a13 http-push, http-walker: style fixes 16 years ago
Tay Ray Chuan 16493eb0d0 http*: cleanup slot->local after fclose 16 years ago
Alex Riesen 691f1a28bf replace direct calls to unlink(2) with unlink_or_warn 16 years ago
Johan Herland fb8b193670 Move chmod(foo, 0444) into move_temp_to_file() 16 years ago
Linus Torvalds 39c68542fc Wrap inflate and other zlib routines for better error reporting 16 years ago
Nicolas Pitre 9126f0091f fix openssl headers conflicting with custom SHA1 implementations 16 years ago
Junio C Hamano a70c232e0f http-fetch: do not SEGV after fetching a bad pack idx file 17 years ago
Nicolas Pitre 77d3ecee85 move show_pack_info() where it belongs 17 years ago
Daniel Barkalow c13b2633f4 Make walker.fetch_ref() take a struct ref. 17 years ago
Mike Hommey 9fc6440d78 Set proxy override with http_init() 17 years ago
Mike Hommey d7e92806cd Move fetch_ref from http-push.c and http-walker.c to http.c 17 years ago
Mike Hommey 3a462bc9ba Fix various memory leaks in http-push.c and http-walker.c 17 years ago
Mike Hommey 028c297638 Use strbuf in http code 17 years ago
Mike Hommey e8dc37e0e3 Avoid redundant declaration of missing_target() 17 years ago
Mike Hommey a096bb18af Fix random sha1 in error message in http-fetch and http-push 17 years ago
André Goddard Rosa 84ef033832 Print the real filename that we failed to open. 17 years ago
Daniel Barkalow 30ae764b1e Modularize commit-walker 18 years ago
Daniel Barkalow fc57b6aaa5 Make function to refill http queue a callback 18 years ago
Daniel Barkalow 45c1741235 Refactor http.h USE_CURL_MULTI fill_active_slots(). 18 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 19 years ago
Junio C Hamano be4a015b0f http-fetch.c: consolidate code to detect missing fetch target 19 years ago
Junio C Hamano 883653babd http-fetch: fix alternates handling. 19 years ago
Junio C Hamano 5df1e0d05c http-fetch: fix alternates handling. 19 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 19 years ago
Junio C Hamano 4cac42b132 free(NULL) is perfectly valid. 19 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 19 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 19 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 19 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