summaryrefslogtreecommitdiff
path: root/http-push.c
AgeCommit message (Expand)Author
2015-03-17Merge branch 'rs/deflate-init-cleanup'Junio C Hamano
2015-03-05zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe
2015-01-14http-push: trim trailing newline from remote symrefJeff King
2014-07-22Merge branch 'ah/fix-http-push' into maintJunio C Hamano
2014-07-16Merge branch 'ah/fix-http-push'Junio C Hamano
2014-07-14http-push.c: make CURLOPT_IOCTLDATA a usable pointerAbbaad Haider
2014-07-09Merge branch 'jk/xstrfmt'Junio C Hamano
2014-06-20http-push: refactor parsing of remote object namesJeff King
2014-06-20use skip_prefix to avoid magic numbersJeff King
2014-06-19use xstrfmt to replace xmalloc + sprintfJeff King
2014-06-19use xstrdup instead of xmalloc + strcpyJeff King
2014-05-27http-push.c: rearrange xcalloc argumentsBrian Gesiak
2014-03-25object.h: centralize object flag allocationNguyễn Thái Ngọc Duy
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-10-30Merge branch 'jk/http-auth-redirects'Junio C Hamano
2013-10-01http: refactor options to http_get_*Jeff King
2013-09-20Merge branch 'nd/fetch-into-shallow'Junio C Hamano
2013-09-17Merge branch 'jk/free-tree-buffer'Junio C Hamano
2013-08-28list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy
2013-07-19http-push.c::add_send_request(): do not initialize transfer_requestStefan Beller
2013-06-06clear parsed flag when we free tree buffersJeff King
2013-04-07http: drop http_error functionJeff King
2013-04-07http: simplify http_error helper functionJeff King
2013-02-11Allow building with xmlparse.hMatt Kraai
2013-02-11Merge branch 'sp/smart-http-content-type-check'Junio C Hamano
2013-02-04Verify Content-Type from smart HTTP serversShawn Pearce
2012-11-26xml_entities(): use function strbuf_addstr_xml_quoted()Michael Haggerty
2012-09-11Merge branch 'jc/merge-bases'Junio C Hamano
2012-08-28http-push: use in_merge_bases() for fast-forward checkJunio C Hamano
2012-05-22http-push: do not access git_default_email directlyJeff King
2012-04-30remove superfluous newlines in error messagesPete Wyckoff
2011-12-20Merge branch 'ab/enable-i18n'Junio C Hamano
2011-12-14http-push: enable "proactive auth"Jeff King
2011-12-06i18n: add infrastructure for translating Git with gettextÆvar Arnfjörð Bjarmason
2011-10-21Merge branch 'jc/match-refs-clarify'Junio C Hamano
2011-10-18Merge branch 'jk/http-auth'Junio C Hamano
2011-10-16http_init: accept separate URL parameterJeff King
2011-10-14Merge branch 'nd/maint-autofix-tag-in-head'Junio C Hamano
2011-09-18Accept tags in HEAD or MERGE_HEADNguyễn Thái Ngọc Duy
2011-09-12rename "match_refs()" to "match_push_refs()"Junio C Hamano
2011-08-25whitespace: have SP on both sides of an assignment "="Junio C Hamano
2011-08-16Merge branch 'jc/zlib-wrap' into maintJunio C Hamano
2011-07-19Merge branch 'jc/zlib-wrap'Junio C Hamano
2011-06-10zlib: zlib can only process 4GB at a timeJunio C Hamano
2011-06-10zlib: wrap deflateBound() tooJunio C Hamano
2011-06-10zlib: wrap deflate side of the APIJunio C Hamano
2011-05-04http-push: refactor curl_easy_setup madnessDan McGee
2011-05-04http-push: use const for strings in signaturesDan McGee
2011-03-16standardize brace placement in struct definitionsJonathan Nieder
2010-11-26http-push: add trailing slash at arg-parse time, instead of later onTay Ray Chuan