index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
http.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'jk/maint-http-half-auth-push'
Junio C Hamano
2012-09-07
|
\
|
*
http: factor out http error code handling
Jeff King
2012-08-27
*
|
http.c: don't use curl_easy_strerror prior to curl-7.12.0
Joachim Schmitz
2012-08-23
*
|
http: get default user-agent from git_user_agent
Jeff King
2012-06-03
*
|
remove superfluous newlines in error messages
Pete Wyckoff
2012-04-30
|
/
*
http: use newer curl options for setting credentials
Jeff King
2012-04-14
*
http: clean up leak in init_curl_http_auth
Jeff King
2012-04-14
*
fix http auth with multiple curl handles
Jeff King
2012-04-10
*
correct spelling: an URL -> a URL
Jim Meyering
2012-03-28
*
http: support proxies that require authentication
Nelson Benitez Leon
2012-03-02
*
Merge branch 'jk/maint-push-over-dav'
Junio C Hamano
2011-12-19
|
\
|
*
http-push: enable "proactive auth"
Jeff King
2011-12-13
*
|
Merge branch 'jk/credentials'
Junio C Hamano
2011-12-19
|
\
\
|
*
|
http: use credential API to get passwords
Jeff King
2011-12-11
|
|
/
*
|
Merge branch 'mf/curl-select-fdset'
Junio C Hamano
2011-12-05
|
\
\
|
|
/
|
/
|
|
*
http: drop "local" member from request struct
Jeff King
2011-11-04
|
*
http.c: Rely on select instead of tracking whether data was received
Mika Fischer
2011-11-04
|
*
http.c: Use timeout suggested by curl instead of fixed 50ms timeout
Mika Fischer
2011-11-04
|
*
http.c: Use curl_multi_fdset to select on curl fds instead of just sleeping
Mika Fischer
2011-11-04
*
|
http: remove unused function hex()
Ramkumar Ramachandra
2011-11-15
*
|
http: don't always prompt for password
Stefan Naewe
2011-11-04
*
|
Merge branch 'jk/http-auth'
Junio C Hamano
2011-10-17
|
\
\
|
*
|
http_init: accept separate URL parameter
Jeff King
2011-10-15
|
*
|
http: use hostname in credential description
Michael J Gruber
2011-10-15
|
*
|
http: retry authentication failures for all http requests
Jeff King
2011-07-20
|
*
|
url: decode buffers that are not NUL-terminated
Jeff King
2011-07-20
*
|
|
Merge branch 'jn/maint-http-error-message'
Junio C Hamano
2011-10-10
|
\
\
\
|
*
|
|
http: avoid empty error messages for some curl errors
Jonathan Nieder
2011-09-06
|
*
|
|
http: remove extra newline in error message
Jonathan Nieder
2011-09-06
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'rc/maint-http-wrong-free'
Junio C Hamano
2011-08-11
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
http.c: fix an invalid free()
Tay Ray Chuan
2011-08-03
|
*
|
Merge branch 'sp/maint-clear-postfields' into maint
Junio C Hamano
2011-05-04
|
|
\
\
*
|
|
|
http: pass http.cookiefile using CURLOPT_COOKIEFILE
Duncan Brown
2011-06-03
|
|
_
|
/
|
/
|
|
*
|
|
http: make curl callbacks match contracts from curl header
Dan McGee
2011-05-04
*
|
|
Merge branch 'sp/maint-clear-postfields'
Junio C Hamano
2011-04-28
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
http: clear POSTFIELDS when initializing a slot
Junio C Hamano
2011-04-26
*
|
Merge branch 'tc/http-urls-ends-with-slash'
Junio C Hamano
2010-12-12
|
\
\
|
*
|
shift end_url_with_slash() from http.[ch] to url.[ch]
Tay Ray Chuan
2010-11-26
*
|
|
Merge branch 'gc/http-with-non-ascii-username-url'
Junio C Hamano
2010-12-08
|
\
\
\
|
*
|
|
Fix username and password extraction from HTTP URLs
Gabriel Corona
2010-11-17
|
|
/
/
*
|
|
smart-http: Don't change POST to GET when following redirect
Tay Ray Chuan
2010-09-27
|
/
/
*
|
Allow HTTP user agent string to be modified.
Spencer E. Olson
2010-08-11
*
|
Merge branch 'sp/maint-dumb-http-pack-reidx'
Junio C Hamano
2010-05-21
|
\
\
|
*
|
http.c::new_http_pack_request: do away with the temp variable filename
Tay Ray Chuan
2010-04-19
|
*
|
http-fetch: Use temporary files for pack-*.idx until verified
Shawn O. Pearce
2010-04-19
|
*
|
http-fetch: Use index-pack rather than verify-pack to check packs
Shawn O. Pearce
2010-04-19
|
*
|
Allow parse_pack_index on temporary files
Shawn O. Pearce
2010-04-19
|
*
|
http.c: Remove unnecessary strdup of sha1_to_hex result
Shawn O. Pearce
2010-04-19
|
*
|
http.c: Don't store destination name in request structures
Shawn O. Pearce
2010-04-17
|
*
|
http.c: Drop useless != NULL test in finish_http_pack_request
Shawn O. Pearce
2010-04-17
[next]