aboutsummaryrefslogtreecommitdiff
path: root/http-walker.c
Commit message (Expand)AuthorAge
* pack: move find_sha1_pack()Jonathan Tan2017-08-23
* Merge branch 'jk/http-walker-buffer-underflow-fix'Junio C Hamano2017-03-17
|\
| * http-walker: fix buffer underflow processing remote alternatesJeff King2017-03-13
* | http: release strbuf on disabled alternatesEric Wong2017-03-06
* | http: inform about alternates-as-redirects behaviorEric Wong2017-03-06
|/
* http: respect protocol.*.allow=user for http-alternatesJeff King2016-12-15
* http-walker: complain about non-404 loose object errorsJeff King2016-12-06
* Merge branch 'ew/http-walker' into jk/http-walker-limit-redirectJunio C Hamano2016-12-06
|\
| * http-walker: reduce O(n) ops with doubly-linked listEric Wong2016-07-12
| * http: avoid disconnecting on 404s for loose objectsEric Wong2016-07-12
| * http-walker: remove unused parameter from fetch_objectEric Wong2016-07-12
* | http: treat http-alternates like redirectsJeff King2016-12-06
|/
* http-walker: store url in a strbufJeff King2015-09-25
* http-walker: simplify process_alternates_response() using strbufRené Scharfe2014-09-02
* use xstrfmt to replace xmalloc + sprintfJeff King2014-06-19
* use xstrdup instead of xmalloc + strcpyJeff King2014-06-19
* Rename static function fetch_pack() to http_fetch_pack()Michael Haggerty2012-09-12
* http: make curl callbacks match contracts from curl headerDan McGee2011-05-04
* standardize brace placement in struct definitionsJonathan Nieder2011-03-16
* Merge branch 'gv/portable'Junio C Hamano2010-06-21
|\
| * enums: omit trailing comma for portabilityGary V. Vaughan2010-05-31
* | Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano2010-05-21
|\ \ | |/ |/|
| * http.c: Don't store destination name in request structuresShawn O. Pearce2010-04-17
* | http: init and cleanup separately from http-walkerTay Ray Chuan2010-03-02
* | http-walker: cleanup more thoroughlyTay Ray Chuan2010-03-02
|/
* http*: add helper methods for fetching objects (loose)Tay Ray Chuan2009-06-06
* http*: add helper methods for fetching packsTay Ray Chuan2009-06-06
* http*: add http_get_info_packsTay Ray Chuan2009-06-06
* http*: move common variables and macros to http.[ch]Tay Ray Chuan2009-06-06
* http*: copy string returned by sha1_to_hexTay Ray Chuan2009-06-06
* http-walker: verify remote packsTay Ray Chuan2009-06-06
* http-push, http-walker: style fixesTay Ray Chuan2009-06-06
* Merge branch 'rc/maint-http-local-slot-fix' into rc/http-pushJunio C Hamano2009-06-06
|\
| * http*: cleanup slot->local after fcloseTay Ray Chuan2009-06-06
* | replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-29
|/
* Move chmod(foo, 0444) into move_temp_to_file()Johan Herland2009-03-27
* Merge branch 'lt/maint-wrap-zlib'Junio C Hamano2009-01-21
|\
| * Wrap inflate and other zlib routines for better error reportingLinus Torvalds2009-01-11
* | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-02
|/
* Merge branch 'maint'Junio C Hamano2008-07-19
|\
| * http-fetch: do not SEGV after fetching a bad pack idx fileJunio C Hamano2008-07-18
* | move show_pack_info() where it belongsNicolas Pitre2008-06-24
|/
* Make walker.fetch_ref() take a struct ref.Daniel Barkalow2008-04-26
* Set proxy override with http_init()Mike Hommey2008-02-27
* Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey2007-12-14
* Fix various memory leaks in http-push.c and http-walker.cMike Hommey2007-12-14
* Use strbuf in http codeMike Hommey2007-12-14
* Avoid redundant declaration of missing_target()Mike Hommey2007-12-14
* Fix random sha1 in error message in http-fetch and http-pushMike Hommey2007-12-14
* Print the real filename that we failed to open.André Goddard Rosa2007-11-25