summaryrefslogtreecommitdiff
path: root/http-push.c
AgeCommit message (Expand)Author
2016-08-08Merge branch 'rs/use-strbuf-addstr'Junio C Hamano
2016-08-01use strbuf_addstr() for adding constant strings to a strbufRené Scharfe
2016-07-06Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano
2016-07-01common-main: call git_setup_gettext()Jeff King
2016-07-01common-main: call git_extract_argv0_path()Jeff King
2016-07-01add an extra level of indirection to main()Jeff King
2016-05-06Merge branch 'bc/object-id'Junio C Hamano
2016-04-27http: support sending custom HTTP headersJohannes Schindelin
2016-04-25struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson
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