| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sb/leaks' | Junio C Hamano | 2015-03-27 | 1 | -1/+0 |
|\ |
|
| * | http-push: remove unneeded cleanup | Stefan Beller | 2015-03-23 | 1 | -1/+0 |
* | | Merge branch 'rs/deflate-init-cleanup' | Junio C Hamano | 2015-03-17 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}rs/deflate-init-cleanup | René Scharfe | 2015-03-05 | 1 | -1/+0 |
| * | Merge branch 'ah/fix-http-push' into maint | Junio C Hamano | 2014-07-22 | 1 | -1/+1 |
| |\ |
|
* | | | http-push: trim trailing newline from remote symrefjk/http-push-symref-fix | Jeff King | 2015-01-14 | 1 | -0/+3 |
* | | | Merge branch 'ah/fix-http-push' | Junio C Hamano | 2014-07-16 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | http-push.c: make CURLOPT_IOCTLDATA a usable pointerah/fix-http-push | Abbaad Haider | 2014-07-13 | 1 | -1/+1 |
* | | | Merge branch 'jk/xstrfmt' | Junio C Hamano | 2014-07-09 | 1 | -17/+7 |
|\ \ \ |
|
| * | | | use xstrfmt to replace xmalloc + sprintf | Jeff King | 2014-06-19 | 1 | -13/+5 |
| * | | | use xstrdup instead of xmalloc + strcpy | Jeff King | 2014-06-19 | 1 | -4/+2 |
| | |/
| |/| |
|
* | | | http-push: refactor parsing of remote object names | Jeff King | 2014-06-20 | 1 | -15/+23 |
* | | | use skip_prefix to avoid magic numbers | Jeff King | 2014-06-20 | 1 | -5/+6 |
|/ / |
|
* | | http-push.c: rearrange xcalloc arguments | Brian Gesiak | 2014-05-27 | 1 | -1/+1 |
* | | object.h: centralize object flag allocation | Nguyễn Thái Ngọc Duy | 2014-03-25 | 1 | -2/+1 |
* | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'jk/http-auth-redirects' | Junio C Hamano | 2013-10-30 | 1 | -2/+2 |
|\ |
|
| * | http: refactor options to http_get_* | Jeff King | 2013-09-30 | 1 | -2/+2 |
* | | Merge branch 'nd/fetch-into-shallow' | Junio C Hamano | 2013-09-20 | 1 | -1/+1 |
|\ \ |
|
| * | | list-objects: reduce one argument in mark_edges_uninteresting | Nguyễn Thái Ngọc Duy | 2013-08-28 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'jk/free-tree-buffer' | Junio C Hamano | 2013-09-17 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | clear parsed flag when we free tree buffersjk/free-tree-buffer | Jeff King | 2013-06-06 | 1 | -2/+1 |
* | | http-push.c::add_send_request(): do not initialize transfer_request | Stefan Beller | 2013-07-19 | 1 | -1/+1 |
|/ |
|
* | http: drop http_error function | Jeff King | 2013-04-06 | 1 | -1/+1 |
* | http: simplify http_error helper function | Jeff King | 2013-04-06 | 1 | -1/+1 |
* | Allow building with xmlparse.h | Matt Kraai | 2013-02-11 | 1 | -0/+4 |
* | Merge branch 'sp/smart-http-content-type-check' | Junio C Hamano | 2013-02-10 | 1 | -2/+2 |
|\ |
|
| * | Verify Content-Type from smart HTTP servers | Shawn Pearce | 2013-02-04 | 1 | -2/+2 |
* | | xml_entities(): use function strbuf_addstr_xml_quoted() | Michael Haggerty | 2012-11-26 | 1 | -22/+1 |
|/ |
|
* | Merge branch 'jc/merge-bases' | Junio C Hamano | 2012-09-11 | 1 | -2/+1 |
|\ |
|
| * | http-push: use in_merge_bases() for fast-forward check | Junio C Hamano | 2012-08-27 | 1 | -2/+1 |
* | | http-push: do not access git_default_email directly | Jeff King | 2012-05-22 | 1 | -1/+1 |
* | | remove superfluous newlines in error messages | Pete Wyckoff | 2012-04-30 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'ab/enable-i18n' | Junio C Hamano | 2011-12-19 | 1 | -0/+2 |
|\ |
|
| * | i18n: add infrastructure for translating Git with gettextab/enable-i18n | Ævar Arnfjörð Bjarmason | 2011-12-05 | 1 | -0/+2 |
* | | http-push: enable "proactive auth"jk/maint-push-over-dav | Jeff King | 2011-12-13 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jc/match-refs-clarify' | Junio C Hamano | 2011-10-21 | 1 | -2/+2 |
|\ |
|
| * | rename "match_refs()" to "match_push_refs()"jc/match-refs-clarify | Junio C Hamano | 2011-09-12 | 1 | -2/+2 |
* | | Merge branch 'jk/http-auth' | Junio C Hamano | 2011-10-17 | 1 | -9/+1 |
|\ \ |
|
| * | | http_init: accept separate URL parameter | Jeff King | 2011-10-15 | 1 | -9/+1 |
| * | | Merge branch 'jc/zlib-wrap' | Junio C Hamano | 2011-07-19 | 1 | -8/+8 |
| |\ \ |
|
* | \ \ | Merge branch 'nd/maint-autofix-tag-in-head' | Junio C Hamano | 2011-10-13 | 1 | -4/+4 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Accept tags in HEAD or MERGE_HEAD | Nguyễn Thái Ngọc Duy | 2011-09-18 | 1 | -4/+4 |
| |/ / |
|
* | | | whitespace: have SP on both sides of an assignment "=" | Junio C Hamano | 2011-08-25 | 1 | -1/+1 |
* | | | Merge branch 'jc/zlib-wrap' into maint | Junio C Hamano | 2011-08-16 | 1 | -8/+8 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | zlib: zlib can only process 4GB at a time | Junio C Hamano | 2011-06-10 | 1 | -1/+1 |
| * | zlib: wrap deflateBound() too | Junio C Hamano | 2011-06-10 | 1 | -1/+1 |
| * | zlib: wrap deflate side of the API | Junio C Hamano | 2011-06-10 | 1 | -6/+6 |
* | | http-push: refactor curl_easy_setup madness | Dan McGee | 2011-05-04 | 1 | -96/+48 |
* | | http-push: use const for strings in signatures | Dan McGee | 2011-05-04 | 1 | -4/+4 |
|/ |
|