aboutsummaryrefslogtreecommitdiff
path: root/http-push.c
Commit message (Expand)AuthorAge
* http-push: use hex_to_bytes()René Scharfe2017-11-01
* Merge branch 'tg/memfixes'Junio C Hamano2017-10-07
|\
| * http-push: fix construction of hex value from pathThomas Gummerer2017-10-04
* | consistently use "fallthrough" comments in switchesJeff King2017-09-22
* | pack: move find_sha1_pack()Jonathan Tan2017-08-23
|/
* coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-16
* object: convert parse_object* to take struct object_idbrian m. carlson2017-05-08
* http-push: convert process_ls_object and descendants to object_idbrian m. carlson2017-05-08
* Convert lookup_tree to struct object_idbrian m. carlson2017-05-08
* Convert lookup_blob to struct object_idbrian m. carlson2017-05-08
* Convert lookup_commit* to struct object_idbrian m. carlson2017-05-08
* http-push: convert some static functions to struct object_idbrian m. carlson2017-05-08
* http-push: don't check return value of lookup_unknown_object()René Scharfe2017-03-18
* Merge branch 'jk/common-main' into maintJunio C Hamano2016-09-08
|\
| * Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano2016-07-06
| |\
| | * common-main: call git_setup_gettext()Jeff King2016-07-01
| | * common-main: call git_extract_argv0_path()Jeff King2016-07-01
| | * add an extra level of indirection to main()Jeff King2016-07-01
* | | use strbuf_addstr() for adding constant strings to a strbufRené Scharfe2016-08-01
|/ /
* | Merge branch 'bc/object-id'Junio C Hamano2016-05-06
|\ \
| * | struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-25
| |/
* | http: support sending custom HTTP headersJohannes Schindelin2016-04-27
|/
* http-push: stop using name_pathJeff King2016-02-12
* Remove get_object_hash.brian m. carlson2015-11-20
* Convert struct object to object_idbrian m. carlson2015-11-20
* Add several uses of get_object_hash.brian m. carlson2015-11-20
* ref_newer: convert to use struct object_idbrian m. carlson2015-11-20
* Convert struct ref to use object_id.brian m. carlson2015-11-20
* drop strcpy in favor of raw sha1_to_hexJeff King2015-10-05
* http-push: use an argv_array for setup_revisionsJeff King2015-10-05
* http-push: use strbuf instead of fwrite_bufferJeff King2015-09-25
* http-push: replace strcat with xsnprintfJeff King2015-09-25
* use xsnprintf for generating git object headersJeff King2015-09-25
* convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-25
* Merge branch 'sb/leaks'Junio C Hamano2015-03-27
|\
| * http-push: remove unneeded cleanupStefan Beller2015-03-23
* | Merge branch 'rs/deflate-init-cleanup'Junio C Hamano2015-03-17
|\ \ | |/ |/|
| * zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}René Scharfe2015-03-05
| * Merge branch 'ah/fix-http-push' into maintJunio C Hamano2014-07-22
| |\
* | | http-push: trim trailing newline from remote symrefJeff King2015-01-14
* | | Merge branch 'ah/fix-http-push'Junio C Hamano2014-07-16
|\ \ \ | | |/ | |/|
| * | http-push.c: make CURLOPT_IOCTLDATA a usable pointerAbbaad Haider2014-07-13
* | | Merge branch 'jk/xstrfmt'Junio C Hamano2014-07-09
|\ \ \
| * | | use xstrfmt to replace xmalloc + sprintfJeff King2014-06-19
| * | | use xstrdup instead of xmalloc + strcpyJeff King2014-06-19
| | |/ | |/|
* | | http-push: refactor parsing of remote object namesJeff King2014-06-20
* | | use skip_prefix to avoid magic numbersJeff King2014-06-20
|/ /
* | http-push.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
* | object.h: centralize object flag allocationNguyễn Thái Ngọc Duy2014-03-25
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
|/