Sign in
googlers
/
jrn
/
git
/
4b172de81b878cdc8b10803fd0cd79b3ca66a621
/
http.c
be885d9
Make ls-remote http://... list HEAD, like for git://...
by Daniel Barkalow
· 17 years ago
c13b263
Make walker.fetch_ref() take a struct ref.
by Daniel Barkalow
· 17 years ago
27b4070
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
f23d1f7
Fix random crashes in http_cleanup()
by Mike Hommey
· 17 years ago
9fc6440
Set proxy override with http_init()
by Mike Hommey
· 17 years ago
111dd25
http.c: guard config parser from value=NULL
by Junio C Hamano
· 17 years ago
d7e9280
Move fetch_ref from http-push.c and http-walker.c to http.c
by Mike Hommey
· 17 years ago
028c297
Use strbuf in http code
by Mike Hommey
· 17 years ago
02dc534
Remove a CURLOPT_HTTPHEADER (un)setting
by Mike Hommey
· 17 years ago
cc3530e
Cleanup variables in http.[ch]
by Mike Hommey
· 17 years ago
9c5665a
Allow HTTP proxy to be overridden in config
by Sam Vilain
· 17 years ago
3278cd0
Properly cleanup in http_cleanup so builtin-fetch does not segfault
by Shawn O. Pearce
· 18 years ago
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
e9d54bd
http.c: Fix problem with repeated calls of http_init
by Julian Phillips
· 18 years ago
3ea099d
http/ftp: optionally ask curl to not use EPSV command
by Sasha Khapyorsky
· 18 years ago
1d7f171
Remove all void-pointer arithmetic.
by Florian Forster
· 19 years ago
b3ca4e4e
HTTP cleanup
by Nick Hengeveld
· 19 years ago
9094950
http: prevent segfault during curl handle reuse
by Nick Hengeveld
· 19 years ago
20fc9bc
Set HTTP user agent to git/GIT_VERSION
by Nick Hengeveld
· 19 years ago
baa7b67
HTTP slot reuse fixes
by Nick Hengeveld
· 19 years ago
53f3138
http-fetch: Abort requests for objects which arrived in packs
by Mark Wooding
· 19 years ago
7982d74
http: Turn on verbose Curl messages if GIT_CURL_VERBOSE set in environment
by Mark Wooding
· 19 years ago
c8568e1
Fix HTTP request result processing after slot reuse
by Nick Hengeveld
· 19 years ago
11979b9
http.c: reorder to avoid compilation failure.
by Junio C Hamano
· 19 years ago
29508e1
Isolate shared HTTP request functionality
by Nick Hengeveld
· 19 years ago