summaryrefslogtreecommitdiffstats
path: root/http-push.c
Commit message (Expand)AuthorAgeFilesLines
* http-push: don't check return value of lookup_unknown_object()René Scharfe2017-03-181-5/+3
* Merge branch 'jk/common-main' into maintJunio C Hamano2016-09-081-7/+3
|\
| * Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano2016-07-061-7/+3
| |\
| | * common-main: call git_setup_gettext()Jeff King2016-07-011-2/+0
| | * common-main: call git_extract_argv0_path()Jeff King2016-07-011-2/+0
| | * add an extra level of indirection to main()Jeff King2016-07-011-3/+3
* | | use strbuf_addstr() for adding constant strings to a strbufRené Scharfe2016-08-011-1/+1
|/ /
* | Merge branch 'bc/object-id'Junio C Hamano2016-05-061-2/+2
|\ \
| * | struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-251-2/+2
| |/
* / http: support sending custom HTTP headersJohannes Schindelin2016-04-271-5/+5
|/
* http-push: stop using name_pathJeff King2016-02-121-16/+7
* Remove get_object_hash.brian m. carlson2015-11-201-10/+10
* Convert struct object to object_idbrian m. carlson2015-11-201-11/+11
* Add several uses of get_object_hash.brian m. carlson2015-11-201-10/+10
* ref_newer: convert to use struct object_idbrian m. carlson2015-11-201-2/+2
* Convert struct ref to use object_id.brian m. carlson2015-11-201-22/+22
* drop strcpy in favor of raw sha1_to_hexJeff King2015-10-051-4/+2
* http-push: use an argv_array for setup_revisionsJeff King2015-10-051-22/+10
* http-push: use strbuf instead of fwrite_bufferJeff King2015-09-251-16/+5
* http-push: replace strcat with xsnprintfJeff King2015-09-251-4/+4
* use xsnprintf for generating git object headersJeff King2015-09-251-1/+1
* convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-251-1/+1
* Merge branch 'sb/leaks'Junio C Hamano2015-03-271-1/+0
|\
| * http-push: remove unneeded cleanupStefan Beller2015-03-231-1/+0
* | Merge branch 'rs/deflate-init-cleanup'Junio C Hamano2015-03-171-1/+0
|\ \ | |/ |/|
| * zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe2015-03-051-1/+0
| * Merge branch 'ah/fix-http-push' into maintJunio C Hamano2014-07-221-1/+1
| |\
* | | http-push: trim trailing newline from remote symrefJeff King2015-01-141-0/+3
* | | Merge branch 'ah/fix-http-push'Junio C Hamano2014-07-161-1/+1
|\ \ \ | | |/ | |/|
| * | http-push.c: make CURLOPT_IOCTLDATA a usable pointerAbbaad Haider2014-07-131-1/+1
* | | Merge branch 'jk/xstrfmt'Junio C Hamano2014-07-091-17/+7
|\ \ \
| * | | use xstrfmt to replace xmalloc + sprintfJeff King2014-06-191-13/+5
| * | | use xstrdup instead of xmalloc + strcpyJeff King2014-06-191-4/+2
| | |/ | |/|
* | | http-push: refactor parsing of remote object namesJeff King2014-06-201-15/+23
* | | use skip_prefix to avoid magic numbersJeff King2014-06-201-5/+6
|/ /
* | http-push.c: rearrange xcalloc argumentsBrian Gesiak2014-05-271-1/+1
* | object.h: centralize object flag allocationNguyễn Thái Ngọc Duy2014-03-251-2/+1
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-2/+2
|/
* Merge branch 'jk/http-auth-redirects'Junio C Hamano2013-10-301-2/+2
|\
| * http: refactor options to http_get_*Jeff King2013-09-301-2/+2
* | Merge branch 'nd/fetch-into-shallow'Junio C Hamano2013-09-201-1/+1
|\ \
| * | list-objects: reduce one argument in mark_edges_uninterestingNguyễn Thái Ngọc Duy2013-08-281-1/+1
| |/
* | Merge branch 'jk/free-tree-buffer'Junio C Hamano2013-09-171-2/+1
|\ \ | |/ |/|
| * clear parsed flag when we free tree buffersJeff King2013-06-061-2/+1
* | http-push.c::add_send_request(): do not initialize transfer_requestStefan Beller2013-07-191-1/+1
|/
* http: drop http_error functionJeff King2013-04-061-1/+1
* http: simplify http_error helper functionJeff King2013-04-061-1/+1
* Allow building with xmlparse.hMatt Kraai2013-02-111-0/+4
* Merge branch 'sp/smart-http-content-type-check'Junio C Hamano2013-02-101-2/+2
|\
| * Verify Content-Type from smart HTTP serversShawn Pearce2013-02-041-2/+2