Sign in
googlers
/
jrn
/
git
/
aa9bab29b8b5e70be5c89e375bfba6e0051b3682
/
http-walker.c
d6fe003
pack: move find_sha1_pack()
by Jonathan Tan
· 8 years ago
2af882b
Merge branch 'jk/http-walker-buffer-underflow-fix'
by Junio C Hamano
· 8 years ago
d61434a
http-walker: fix buffer underflow processing remote alternates
by Jeff King
· 8 years ago
5cae73d
http: release strbuf on disabled alternates
by Eric Wong
· 8 years ago
de46138
http: inform about alternates-as-redirects behavior
by Eric Wong
· 8 years ago
abcbdc0
http: respect protocol.*.allow=user for http-alternates
by Jeff King
· 8 years ago
3680f16
http-walker: complain about non-404 loose object errors
by Jeff King
· 8 years ago
43ec089
Merge branch 'ew/http-walker' into jk/http-walker-limit-redirect
by Junio C Hamano
· 8 years ago
cb4d2d3
http: treat http-alternates like redirects
by Jeff King
· 8 years ago
94e9901
http-walker: reduce O(n) ops with doubly-linked list
by Eric Wong
· 9 years ago
17966c0
http: avoid disconnecting on 404s for loose objects
by Eric Wong
· 9 years ago
43b8bba
http-walker: remove unused parameter from fetch_object
by Eric Wong
· 9 years ago
54ba4c5
http-walker: store url in a strbuf
by Jeff King
· 9 years ago
59b8263
http-walker: simplify process_alternates_response() using strbuf
by René Scharfe
· 11 years ago
2831018
use xstrfmt to replace xmalloc + sprintf
by Jeff King
· 11 years ago
95244ae
use xstrdup instead of xmalloc + strcpy
by Jeff King
· 11 years ago
07c19e7
Rename static function fetch_pack() to http_fetch_pack()
by Michael Haggerty
· 13 years ago
a04ff3e
http: make curl callbacks match contracts from curl header
by Dan McGee
· 14 years ago
9cba13c
standardize brace placement in struct definitions
by Jonathan Nieder
· 14 years ago
8d676d8
Merge branch 'gv/portable'
by Junio C Hamano
· 15 years ago
4b05548
enums: omit trailing comma for portability
by Gary V. Vaughan
· 15 years ago
035bf8d
Merge branch 'sp/maint-dumb-http-pack-reidx'
by Junio C Hamano
· 15 years ago
0da8b2e
http.c: Don't store destination name in request structures
by Shawn O. Pearce
· 15 years ago
888692b
http: init and cleanup separately from http-walker
by Tay Ray Chuan
· 15 years ago
09ae9ac
http-walker: cleanup more thoroughly
by Tay Ray Chuan
· 15 years ago
5424bc5
http*: add helper methods for fetching objects (loose)
by Tay Ray Chuan
· 16 years ago
2264dfa
http*: add helper methods for fetching packs
by Tay Ray Chuan
· 16 years ago
b8caac2
http*: add http_get_info_packs
by Tay Ray Chuan
· 16 years ago
e917674
http*: move common variables and macros to http.[ch]
by Tay Ray Chuan
· 16 years ago
20cfb3a
http*: copy string returned by sha1_to_hex
by Tay Ray Chuan
· 16 years ago
48188c2
http-walker: verify remote packs
by Tay Ray Chuan
· 16 years ago
4c42aa1
http-push, http-walker: style fixes
by Tay Ray Chuan
· 16 years ago
8607987
Merge branch 'rc/maint-http-local-slot-fix' into rc/http-push
by Junio C Hamano
· 16 years ago
16493eb
http*: cleanup slot->local after fclose
by Tay Ray Chuan
· 16 years ago
691f1a2
replace direct calls to unlink(2) with unlink_or_warn
by Alex Riesen
· 16 years ago
fb8b193
Move chmod(foo, 0444) into move_temp_to_file()
by Johan Herland
· 16 years ago
36dd939
Merge branch 'lt/maint-wrap-zlib'
by Junio C Hamano
· 16 years ago
39c6854
Wrap inflate and other zlib routines for better error reporting
by Linus Torvalds
· 16 years ago
9126f00
fix openssl headers conflicting with custom SHA1 implementations
by Nicolas Pitre
· 16 years ago
6796399
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
a70c232
http-fetch: do not SEGV after fetching a bad pack idx file
by Junio C Hamano
· 17 years ago
77d3ece
move show_pack_info() where it belongs
by Nicolas Pitre
· 17 years ago
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
· 18 years ago
[Renamed (85%) from http-fetch.c]
fc57b6a
Make function to refill http queue a callback
by Daniel Barkalow
· 18 years ago
45c1741
Refactor http.h USE_CURL_MULTI fill_active_slots().
by Daniel Barkalow
· 18 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
· 19 years ago
9befac4
Replace uses of strdup with xstrdup.
by Shawn Pearce
· 19 years ago
4cac42b
free(NULL) is perfectly valid.
by Junio C Hamano
· 19 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
Next »