summaryrefslogtreecommitdiff
path: root/http-push.c
AgeCommit message (Expand)Author
2016-02-12http-push: stop using name_pathJeff King
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2015-11-20ref_newer: convert to use struct object_idbrian m. carlson
2015-11-20Convert struct ref to use object_id.brian m. carlson
2015-10-05drop strcpy in favor of raw sha1_to_hexJeff King
2015-10-05http-push: use an argv_array for setup_revisionsJeff King
2015-09-25http-push: use strbuf instead of fwrite_bufferJeff King
2015-09-25http-push: replace strcat with xsnprintfJeff King
2015-09-25use xsnprintf for generating git object headersJeff King
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King
2015-03-27Merge branch 'sb/leaks'Junio C Hamano
2015-03-23http-push: remove unneeded cleanupStefan Beller
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