Sign in
googlers
/
jrn
/
git
/
aaa7e0d7f8f003c0c8ab34f959083f6d191d44ca
/
http.c
826aed5
http: release the memory of a http pack request as well
by Stefan Beller
· 10 years ago
74c91d1
Merge branch 'ye/http-accept-language'
by Junio C Hamano
· 10 years ago
93f7d91
gettext.c: move get_preferred_languages() from http.c
by Jeff King
· 10 years ago
90eea88
Merge branch 'tc/missing-http-proxyauth'
by Junio C Hamano
· 10 years ago
f18e389
Merge branch 'ye/http-accept-language'
by Junio C Hamano
· 10 years ago
b93b5b2
Merge branch 'jk/dumb-http-idx-fetch-fix'
by Junio C Hamano
· 10 years ago
c985aaf
Merge branch 'jc/unused-symbols'
by Junio C Hamano
· 10 years ago
1c2dbf2
http: support curl < 7.10.7
by Tom G. Christensen
· 10 years ago
f18604b
http: add Accept-Language header if possible
by Yi EungJun
· 10 years ago
8b9c2dd
dumb-http: do not pass NULL path to parse_pack_index
by Jeff King
· 10 years ago
b90a3d7
http.c: make finish_active_slot() and handle_curl_result() static
by Junio C Hamano
· 10 years ago
4dbe664
remote-curl: fall back to Basic auth if Negotiate fails
by brian m. carlson
· 10 years ago
211836f
Merge branch 'da/include-compat-util-first-in-c'
by Junio C Hamano
· 10 years ago
1c4b660
cleanups: ensure that git-compat-util.h is included first
by David Aguilar
· 10 years ago
6c1d42a
Merge branch 'br/http-init-fix'
by Junio C Hamano
· 11 years ago
8837eb4
http: style fixes for curl_multi_init error check
by Jeff King
· 11 years ago
d318027
run-command: introduce CHILD_PROCESS_INIT
by René Scharfe
· 11 years ago
faa3807
http.c: die if curl_*_init fails
by Bernhard Reiter
· 11 years ago
e91ae32
Merge branch 'jk/skip-prefix'
by Junio C Hamano
· 11 years ago
de8118e
use skip_prefix to avoid repeated calculations
by Jeff King
· 11 years ago
f34a655
http: fix charset detection of extract_content_type()
by Yi EungJun
· 11 years ago
c553fd1
http: default text charset to iso-8859-1
by Jeff King
· 11 years ago
e313162
http: optionally extract charset parameter from content-type
by Jeff King
· 11 years ago
bf197fd
http: extract type/subtype portion of content-type
by Jeff King
· 11 years ago
060be00
Merge branch 'mh/object-code-cleanup'
by Junio C Hamano
· 11 years ago
30d6c6e
sha1_file_name(): declare to return a const string
by Michael Haggerty
· 11 years ago
beed336
http: never use curl_easy_perform
by Jeff King
· 11 years ago
ad70448
Merge branch 'cc/starts-n-ends-with'
by Junio C Hamano
· 11 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
· 11 years ago
c5a77e8
Merge branch 'bc/http-100-continue'
by Junio C Hamano
· 11 years ago
0972ccd
http: return curl's AUTHAVAIL via slot_results
by Jeff King
· 11 years ago
177f0a4
Merge branch 'jk/http-auth-redirects'
by Junio C Hamano
· 11 years ago
bb2fd90
Merge branch 'ew/keepalive'
by Junio C Hamano
· 11 years ago
70900ed
http.c: Spell the null pointer as NULL
by Ramsay Jones
· 11 years ago
47ce115
http: use curl's tcp keepalive if available
by Jeff King
· 11 years ago
c93c92f
http: update base URLs when we see redirects
by Jeff King
· 11 years ago
7886896
http: provide effective url to callers
by Jeff King
· 11 years ago
2501aff
http: hoist credential request out of handle_curl_result
by Jeff King
· 11 years ago
a15d069
http: enable keepalive on TCP sockets
by Eric Wong
· 11 years ago
1bbcc22
http: refactor options to http_get_*
by Jeff King
· 11 years ago
132b70a
http_request: factor out curlinfo_strbuf
by Jeff King
· 11 years ago
3d1fb76
http_get_file: style fixes
by Jeff King
· 11 years ago
a0a08d4
Merge branch 'jc/url-match'
by Junio C Hamano
· 12 years ago
6a56993
config: parse http.<url>.<variable> using urlmatch
by Kyle J. McKay
· 12 years ago
3f4ccd2
http.c: fix parsing of http.sslCertPasswordProtected variable
by Junio C Hamano
· 12 years ago
912b2ac
http: add http.savecookies option to write out HTTP cookies
by Dave Borowitz
· 12 years ago
dc2ed04
Merge branch 'bc/http-keep-memory-given-to-curl'
by Junio C Hamano
· 12 years ago
a94cf2c
http.c: don't rewrite the user:passwd string multiple times
by Brandon Casey
· 12 years ago
574d51b
Merge branch 'mv/ssl-ftp-curl'
by Junio C Hamano
· 12 years ago
b793acf
http: set curl FAILONERROR each time we select a handle
by Jeff King
· 12 years ago
4bc444e
Support FTP-over-SSL/TLS for regular FTP
by Modestas Vainius
· 12 years ago
4df13f6
http: drop http_error function
by Jeff King
· 12 years ago
39a570f
http: re-word http error message
by Jeff King
· 12 years ago
67d2a7b
http: simplify http_error helper function
by Jeff King
· 12 years ago
6d052d7
http: add HTTP_KEEP_ERROR option
by Jeff King
· 12 years ago
047ec60
pkt-line: move LARGE_PACKET_MAX definition from sideband
by Jeff King
· 12 years ago
3443db5
http_request: reset "type" strbuf before adding
by Jeff King
· 12 years ago
4656bf4
Verify Content-Type from smart HTTP servers
by Shawn Pearce
· 12 years ago
8bc714b
Merge branch 'rb/http-cert-cred-no-username-prompt' into maint
by Junio C Hamano
· 12 years ago
75e9a40
http.c: Avoid username prompt for certifcate credentials
by Rene Bredlau
· 12 years ago
23a50a1
Merge branch 'sz/maint-curl-multi-timeout'
by Jeff King
· 12 years ago
58f3f98
Merge branch 'jk/maint-http-init-not-in-result-handler'
by Jeff King
· 12 years ago
7202b81
Fix potential hang in https handshake
by Stefan Zager
· 12 years ago
e98fa64
Merge branch 'jk/maint-http-half-auth-push' into maint
by Junio C Hamano
· 12 years ago
053a08f
Merge branch 'jk/maint-http-half-auth-push'
by Junio C Hamano
· 12 years ago
1960897
http: do not set up curl auth after a 401
by Jeff King
· 12 years ago
188923f
http: fix segfault in handle_curl_result
by Jeff King
· 12 years ago
aa90b96
Enable info/refs gzip decompression in HTTP client
by Shawn O. Pearce
· 12 years ago
3503e9a
Merge branch 'maint-1.7.11' into maint
by Junio C Hamano
· 13 years ago
7d9483c
Merge branch 'jk/maint-http-half-auth-push' into maint-1.7.11
by Junio C Hamano
· 13 years ago
8809703
http: factor out http error code handling
by Jeff King
· 13 years ago
4246b0b
http.c: don't use curl_easy_strerror prior to curl-7.12.0
by Joachim Schmitz
· 13 years ago
745c7c8
http: get default user-agent from git_user_agent
by Jeff King
· 13 years ago
82247e9
remove superfluous newlines in error messages
by Pete Wyckoff
· 13 years ago
6f4c347
http: use newer curl options for setting credentials
by Jeff King
· 13 years ago
aa0834a
http: clean up leak in init_curl_http_auth
by Jeff King
· 13 years ago
dfa1725
fix http auth with multiple curl handles
by Jeff King
· 13 years ago
a7793a7
correct spelling: an URL -> a URL
by Jim Meyering
· 13 years ago
dd61399
http: support proxies that require authentication
by Nelson Benitez Leon
· 13 years ago
1d3a035
Merge branch 'jk/maint-push-over-dav'
by Junio C Hamano
· 13 years ago
367d20e
Merge branch 'jk/credentials'
by Junio C Hamano
· 13 years ago
a4ddbc3
http-push: enable "proactive auth"
by Jeff King
· 13 years ago
148bb6a
http: use credential API to get passwords
by Jeff King
· 13 years ago
c4c9a63
Merge branch 'mf/curl-select-fdset'
by Junio C Hamano
· 13 years ago
620771c
http: remove unused function hex()
by Ramkumar Ramachandra
· 13 years ago
093c44a
http: drop "local" member from request struct
by Jeff King
· 13 years ago
df26c47
http.c: Rely on select instead of tracking whether data was received
by Mika Fischer
· 13 years ago
eb56c82
http.c: Use timeout suggested by curl instead of fixed 50ms timeout
by Mika Fischer
· 13 years ago
6f9dd67
http.c: Use curl_multi_fdset to select on curl fds instead of just sleeping
by Mika Fischer
· 13 years ago
986bbc0
http: don't always prompt for password
by Stefan Naewe
· 13 years ago
9638384
Merge branch 'jk/http-auth'
by Junio C Hamano
· 13 years ago
deba493
http_init: accept separate URL parameter
by Jeff King
· 13 years ago
070b4dd
http: use hostname in credential description
by Michael J Gruber
· 13 years ago
9488c18
Merge branch 'jn/maint-http-error-message'
by Junio C Hamano
· 13 years ago
be22d92
http: avoid empty error messages for some curl errors
by Jonathan Nieder
· 14 years ago
8abc508
http: remove extra newline in error message
by Jonathan Nieder
· 14 years ago
0e9b12f
Merge branch 'rc/maint-http-wrong-free'
by Junio C Hamano
· 14 years ago
ec99c9a
http.c: fix an invalid free()
by Tay Ray Chuan
· 14 years ago
8d677ed
http: retry authentication failures for all http requests
by Jeff King
· 14 years ago
66c8448
url: decode buffers that are not NUL-terminated
by Jeff King
· 14 years ago
Next »