summaryrefslogtreecommitdiffstats
path: root/http-push.c
AgeCommit message (Expand)AuthorLines
2016-08-08Merge branch 'rs/use-strbuf-addstr'Junio C Hamano-1/+1
2016-08-01use strbuf_addstr() for adding constant strings to a strbufRené Scharfe-1/+1
2016-07-06Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano-7/+3
2016-07-01common-main: call git_setup_gettext()Jeff King-2/+0
2016-07-01common-main: call git_extract_argv0_path()Jeff King-2/+0
2016-07-01add an extra level of indirection to main()Jeff King-3/+3
2016-05-06Merge branch 'bc/object-id'Junio C Hamano-2/+2
2016-04-27http: support sending custom HTTP headersJohannes Schindelin-5/+5
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson-2/+2
2016-02-12http-push: stop using name_pathJeff King-16/+7
2015-11-20Remove get_object_hash.brian m. carlson-10/+10
2015-11-20Convert struct object to object_idbrian m. carlson-11/+11
2015-11-20Add several uses of get_object_hash.brian m. carlson-10/+10
2015-11-20ref_newer: convert to use struct object_idbrian m. carlson-2/+2
2015-11-20Convert struct ref to use object_id.brian m. carlson-22/+22
2015-10-05drop strcpy in favor of raw sha1_to_hexJeff King-4/+2
2015-10-05http-push: use an argv_array for setup_revisionsJeff King-22/+10
2015-09-25http-push: use strbuf instead of fwrite_bufferJeff King-16/+5
2015-09-25http-push: replace strcat with xsnprintfJeff King-4/+4
2015-09-25use xsnprintf for generating git object headersJeff King-1/+1
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King-1/+1
2015-03-27Merge branch 'sb/leaks'Junio C Hamano-1/+0
2015-03-23http-push: remove unneeded cleanupStefan Beller-1/+0
2015-03-17Merge branch 'rs/deflate-init-cleanup'Junio C Hamano-1/+0
2015-03-05zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe-1/+0
2015-01-14http-push: trim trailing newline from remote symrefJeff King-0/+3
2014-07-22Merge branch 'ah/fix-http-push' into maintJunio C Hamano-1/+1
2014-07-16Merge branch 'ah/fix-http-push'Junio C Hamano-1/+1
2014-07-13http-push.c: make CURLOPT_IOCTLDATA a usable pointerAbbaad Haider-1/+1
2014-07-09Merge branch 'jk/xstrfmt'Junio C Hamano-17/+7
2014-06-20http-push: refactor parsing of remote object namesJeff King-15/+23
2014-06-20use skip_prefix to avoid magic numbersJeff King-5/+6
2014-06-19use xstrfmt to replace xmalloc + sprintfJeff King-13/+5
2014-06-19use xstrdup instead of xmalloc + strcpyJeff King-4/+2
2014-05-27http-push.c: rearrange xcalloc argumentsBrian Gesiak-1/+1
2014-03-25object.h: centralize object flag allocationNguyễn Thái Ngọc Duy-2/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder-2/+2
2013-10-30Merge branch 'jk/http-auth-redirects'Junio C Hamano-2/+2
2013-09-30http: refactor options to http_get_*Jeff King-2/+2
2013-09-20Merge branch 'nd/fetch-into-shallow'Junio C Hamano-1/+1
2013-09-17Merge branch 'jk/free-tree-buffer'Junio C Hamano-2/+1
2013-08-28list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy-1/+1
2013-07-19http-push.c::add_send_request(): do not initialize transfer_requestStefan Beller-1/+1
2013-06-06clear parsed flag when we free tree buffersJeff King-2/+1
2013-04-06http: drop http_error functionJeff King-1/+1
2013-04-06http: simplify http_error helper functionJeff King-1/+1
2013-02-11Allow building with xmlparse.hMatt Kraai-0/+4
2013-02-10Merge branch 'sp/smart-http-content-type-check'Junio C Hamano-2/+2
2013-02-04Verify Content-Type from smart HTTP serversShawn Pearce-2/+2
2012-11-26xml_entities(): use function strbuf_addstr_xml_quoted()Michael Haggerty-22/+1