261 Commits (caa47adc5a68045bfb9e88fcfee0e50589d129df)

Author SHA1 Message Date
Jeff King c6bd2a1dec http-push: stop using name_path 9 years ago
Jeff King 415959387e http-push: stop using name_path 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
brian m. carlson 6f3d57b6e4 ref_newer: convert to use struct object_id 9 years ago
brian m. carlson f4e54d02b8 Convert struct ref to use object_id. 9 years ago
Jeff King 2b87d3a896 drop strcpy in favor of raw sha1_to_hex 10 years ago
Jeff King a0355f6bcd http-push: use an argv_array for setup_revisions 10 years ago
Jeff King 7d0581a9ab http-push: use strbuf instead of fwrite_buffer 10 years ago
Jeff King 0cc4142859 http-push: replace strcat with xsnprintf 10 years ago
Jeff King ef1286d3c0 use xsnprintf for generating git object headers 10 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
Stefan Beller e280888cfb http-push: remove unneeded cleanup 10 years ago
René Scharfe 9a6f1287fb zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} 10 years ago
Jeff King f6786c8dcb http-push: trim trailing newline from remote symref 10 years ago
Abbaad Haider 479eaa8ef8 http-push.c: make CURLOPT_IOCTLDATA a usable pointer 11 years ago
Jeff King 67a31f6128 http-push: refactor parsing of remote object names 11 years ago
Jeff King ae021d8791 use skip_prefix to avoid magic numbers 11 years ago
Jeff King 283101869b use xstrfmt to replace xmalloc + sprintf 11 years ago
Jeff King 95244ae3dd use xstrdup instead of xmalloc + strcpy 11 years ago
Brian Gesiak f3d51ffde8 http-push.c: rearrange xcalloc arguments 11 years ago
Nguyễn Thái Ngọc Duy 208acbfb82 object.h: centralize object flag allocation 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Jeff King 1bbcc224cc http: refactor options to http_get_* 12 years ago
Nguyễn Thái Ngọc Duy e76a5fb459 list-objects: reduce one argument in mark_edges_uninteresting 12 years ago
Stefan Beller 3def06e625 http-push.c::add_send_request(): do not initialize transfer_request 12 years ago
Jeff King 6e454b9a31 clear parsed flag when we free tree buffers 12 years ago
Jeff King 4df13f69e9 http: drop http_error function 12 years ago
Jeff King 67d2a7b5c5 http: simplify http_error helper function 12 years ago
Matt Kraai 081fd8d093 Allow building with xmlparse.h 12 years ago
Shawn Pearce 4656bf47fc Verify Content-Type from smart HTTP servers 12 years ago
Michael Haggerty 37141f27d8 xml_entities(): use function strbuf_addstr_xml_quoted() 12 years ago
Junio C Hamano 6571225137 http-push: use in_merge_bases() for fast-forward check 13 years ago
Jeff King 5cb2194aba http-push: do not access git_default_email directly 13 years ago
Pete Wyckoff 82247e9bd5 remove superfluous newlines in error messages 13 years ago
Jeff King a4ddbc33d7 http-push: enable "proactive auth" 13 years ago
Ævar Arnfjörð Bjarmason 5e9637c629 i18n: add infrastructure for translating Git with gettext 13 years ago
Jeff King deba49377b http_init: accept separate URL parameter 14 years ago
Nguyễn Thái Ngọc Duy baf18fc261 Accept tags in HEAD or MERGE_HEAD 14 years ago
Junio C Hamano 29753cddc8 rename "match_refs()" to "match_push_refs()" 14 years ago
Junio C Hamano cd2b8ae983 whitespace: have SP on both sides of an assignment "=" 14 years ago
Junio C Hamano ef49a7a012 zlib: zlib can only process 4GB at a time 14 years ago
Junio C Hamano 225a6f1068 zlib: wrap deflateBound() too 14 years ago
Junio C Hamano 55bb5c9147 zlib: wrap deflate side of the API 14 years ago
Dan McGee ebaaf316ca http-push: refactor curl_easy_setup madness 14 years ago
Dan McGee 2aab167adf http-push: use const for strings in signatures 14 years ago
Jonathan Nieder 9cba13ca5d standardize brace placement in struct definitions 14 years ago
Tay Ray Chuan 1462d1af69 http-push: add trailing slash at arg-parse time, instead of later on 15 years ago
Tay Ray Chuan dfc2dcd9ac http-push: check path length before using it 15 years ago