aboutsummaryrefslogtreecommitdiffstats
path: root/http-push.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-27Merge branch 'sb/leaks'Junio C Hamano1-1/+0
2015-03-23http-push: remove unneeded cleanupStefan Beller1-1/+0
2015-03-17Merge branch 'rs/deflate-init-cleanup'Junio C Hamano1-1/+0
2015-03-05zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe1-1/+0
2015-01-14http-push: trim trailing newline from remote symrefJeff King1-0/+3
2014-07-22Merge branch 'ah/fix-http-push' into maintJunio C Hamano1-1/+1
2014-07-16Merge branch 'ah/fix-http-push'Junio C Hamano1-1/+1
2014-07-13http-push.c: make CURLOPT_IOCTLDATA a usable pointerAbbaad Haider1-1/+1
2014-07-09Merge branch 'jk/xstrfmt'Junio C Hamano1-17/+7
2014-06-20http-push: refactor parsing of remote object namesJeff King1-15/+23
2014-06-20use skip_prefix to avoid magic numbersJeff King1-5/+6
2014-06-19use xstrfmt to replace xmalloc + sprintfJeff King1-13/+5
2014-06-19use xstrdup instead of xmalloc + strcpyJeff King1-4/+2
2014-05-27http-push.c: rearrange xcalloc argumentsBrian Gesiak1-1/+1
2014-03-25object.h: centralize object flag allocationNguyễn Thái Ngọc Duy1-2/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-2/+2
2013-10-30Merge branch 'jk/http-auth-redirects'Junio C Hamano1-2/+2
2013-09-30http: refactor options to http_get_*Jeff King1-2/+2
2013-09-20Merge branch 'nd/fetch-into-shallow'Junio C Hamano1-1/+1
2013-09-17Merge branch 'jk/free-tree-buffer'Junio C Hamano1-2/+1
2013-08-28list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy1-1/+1
2013-07-19http-push.c::add_send_request(): do not initialize transfer_requestStefan Beller1-1/+1
2013-06-06clear parsed flag when we free tree buffersJeff King1-2/+1
2013-04-06http: drop http_error functionJeff King1-1/+1
2013-04-06http: simplify http_error helper functionJeff King1-1/+1
2013-02-11Allow building with xmlparse.hMatt Kraai1-0/+4
2013-02-10Merge branch 'sp/smart-http-content-type-check'Junio C Hamano1-2/+2
2013-02-04Verify Content-Type from smart HTTP serversShawn Pearce1-2/+2
2012-11-26xml_entities(): use function strbuf_addstr_xml_quoted()Michael Haggerty1-22/+1
2012-09-11Merge branch 'jc/merge-bases'Junio C Hamano1-2/+1
2012-08-27http-push: use in_merge_bases() for fast-forward checkJunio C Hamano1-2/+1
2012-05-22http-push: do not access git_default_email directlyJeff King1-1/+1
2012-04-30remove superfluous newlines in error messagesPete Wyckoff1-2/+2
2011-12-19Merge branch 'ab/enable-i18n'Junio C Hamano1-0/+2
2011-12-13http-push: enable "proactive auth"Jeff King1-1/+1
2011-12-05i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason1-0/+2
2011-10-21Merge branch 'jc/match-refs-clarify'Junio C Hamano1-2/+2
2011-10-17Merge branch 'jk/http-auth'Junio C Hamano1-9/+1
2011-10-15http_init: accept separate URL parameterJeff King1-9/+1
2011-10-13Merge branch 'nd/maint-autofix-tag-in-head'Junio C Hamano1-4/+4
2011-09-18Accept tags in HEAD or MERGE_HEADNguyễn Thái Ngọc Duy1-4/+4
2011-09-12rename "match_refs()" to "match_push_refs()"Junio C Hamano1-2/+2
2011-08-25whitespace: have SP on both sides of an assignment "="Junio C Hamano1-1/+1
2011-08-16Merge branch 'jc/zlib-wrap' into maintJunio C Hamano1-8/+8
2011-07-19Merge branch 'jc/zlib-wrap'Junio C Hamano1-8/+8
2011-06-10zlib: zlib can only process 4GB at a timeJunio C Hamano1-1/+1
2011-06-10zlib: wrap deflateBound() tooJunio C Hamano1-1/+1
2011-06-10zlib: wrap deflate side of the APIJunio C Hamano1-6/+6
2011-05-04http-push: refactor curl_easy_setup madnessDan McGee1-96/+48
2011-05-04http-push: use const for strings in signaturesDan McGee1-4/+4