| Commit message (Expand) | Author | Age |
* | Merge branch 'gv/portable' | Junio C Hamano | 2010-06-21 |
|\ |
|
| * | enums: omit trailing comma for portability | Gary V. Vaughan | 2010-05-31 |
* | | Merge branch 'sp/maint-dumb-http-pack-reidx' | Junio C Hamano | 2010-05-21 |
|\ \
| |/
|/| |
|
| * | http.c: Don't store destination name in request structures | Shawn O. Pearce | 2010-04-17 |
* | | http: init and cleanup separately from http-walker | Tay Ray Chuan | 2010-03-02 |
* | | http-walker: cleanup more thoroughly | Tay Ray Chuan | 2010-03-02 |
|/ |
|
* | http*: add helper methods for fetching objects (loose) | Tay Ray Chuan | 2009-06-06 |
* | http*: add helper methods for fetching packs | Tay Ray Chuan | 2009-06-06 |
* | http*: add http_get_info_packs | Tay Ray Chuan | 2009-06-06 |
* | http*: move common variables and macros to http.[ch] | Tay Ray Chuan | 2009-06-06 |
* | http*: copy string returned by sha1_to_hex | Tay Ray Chuan | 2009-06-06 |
* | http-walker: verify remote packs | Tay Ray Chuan | 2009-06-06 |
* | http-push, http-walker: style fixes | Tay Ray Chuan | 2009-06-06 |
* | Merge branch 'rc/maint-http-local-slot-fix' into rc/http-push | Junio C Hamano | 2009-06-06 |
|\ |
|
| * | http*: cleanup slot->local after fclose | Tay Ray Chuan | 2009-06-06 |
* | | replace direct calls to unlink(2) with unlink_or_warn | Alex Riesen | 2009-04-29 |
|/ |
|
* | Move chmod(foo, 0444) into move_temp_to_file() | Johan Herland | 2009-03-27 |
* | Merge branch 'lt/maint-wrap-zlib' | Junio C Hamano | 2009-01-21 |
|\ |
|
| * | Wrap inflate and other zlib routines for better error reporting | Linus Torvalds | 2009-01-11 |
* | | fix openssl headers conflicting with custom SHA1 implementations | Nicolas Pitre | 2008-10-02 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2008-07-19 |
|\ |
|
| * | http-fetch: do not SEGV after fetching a bad pack idx file | Junio C Hamano | 2008-07-18 |
* | | move show_pack_info() where it belongs | Nicolas Pitre | 2008-06-24 |
|/ |
|
* | Make walker.fetch_ref() take a struct ref. | Daniel Barkalow | 2008-04-26 |
* | Set proxy override with http_init() | Mike Hommey | 2008-02-27 |
* | Move fetch_ref from http-push.c and http-walker.c to http.c | Mike Hommey | 2007-12-14 |
* | Fix various memory leaks in http-push.c and http-walker.c | Mike Hommey | 2007-12-14 |
* | Use strbuf in http code | Mike Hommey | 2007-12-14 |
* | Avoid redundant declaration of missing_target() | Mike Hommey | 2007-12-14 |
* | Fix random sha1 in error message in http-fetch and http-push | Mike Hommey | 2007-12-14 |
* | Print the real filename that we failed to open. | André Goddard Rosa | 2007-11-25 |
* | Modularize commit-walker | Daniel Barkalow | 2007-09-19 |