summaryrefslogtreecommitdiffstats
path: root/upload-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jt/partial-clone-proto-v2'Junio C Hamano2018-05-301-2/+17
|\
| * {fetch,upload}-pack: support filter in protocol v2Jonathan Tan2018-05-061-1/+14
| * upload-pack: read config when serving protocol v2Jonathan Tan2018-05-061-0/+2
| * upload-pack: fix error message typoJonathan Tan2018-05-021-1/+1
| * Merge branch 'bw/protocol-v2' into jt/partial-clone-proto-v2Junio C Hamano2018-05-021-150/+466
| |\
* | \ Merge branch 'bc/object-id'Junio C Hamano2018-05-301-9/+9
|\ \ \
| * | | upload-pack: replace use of several hard-coded constantsbrian m. carlson2018-05-021-9/+9
* | | | Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-081-150/+466
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | fetch-pack: perform a fetch using v2Brandon Williams2018-03-151-35/+106
| * | upload-pack: introduce fetch server commandBrandon Williams2018-03-151-0/+266
| * | upload-pack: factor out processing linesBrandon Williams2018-03-141-39/+74
| * | upload-pack: convert to a builtinBrandon Williams2018-03-141-82/+25
* | | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
| |/ |/|
* | Merge branch 'jh/partial-clone'Junio C Hamano2018-03-291-4/+4
|\ \
| * | upload-pack: disable object filtering when disabled by configJonathan Nieder2018-03-291-4/+4
* | | Merge branch 'jh/partial-clone'Junio C Hamano2018-02-131-1/+30
|\| | | |/ |/|
| * fetch-pack: test support excluding large blobsJonathan Tan2017-12-081-4/+9
| * upload-pack: add object filtering for partial cloneJeff Hostetler2017-12-081-1/+25
* | Merge branch 'bw/protocol-v1'Junio C Hamano2017-12-061-1/+19
|\ \
| * | upload-pack, receive-pack: introduce protocol version 1Brandon Williams2017-10-171-1/+19
* | | refs: convert peel_ref to struct object_idbrian m. carlson2017-10-161-1/+1
* | | refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson2017-10-161-1/+1
| |/ |/|
* | Merge branch 'ma/leakplugs'Junio C Hamano2017-09-291-1/+1
|\ \
| * | object_array: use `object_array_clear()`, not `free()`Martin Ågren2017-09-241-1/+1
| |/
* / refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-241-2/+1
|/
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-30/+30
|\ \
| * | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-4/+4
| * | upload-pack: convert remaining parse_object callers to object_idbrian m. carlson2017-05-081-25/+25
| * | shallow: convert shallow registration functions to object_idbrian m. carlson2017-05-081-4/+4
| |/
* | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-271-2/+2
* | PRItime: introduce a new "printf format" for timestampsJohannes Schindelin2017-04-231-1/+1
* | parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin2017-04-231-1/+1
|/
* upload-pack: report "not our ref" to clientJonathan Tan2017-02-231-1/+5
* upload-pack: optionally allow fetching any sha1David Turner2016-11-181-1/+9
* Merge branch 'ls/filter-process'Junio C Hamano2016-10-311-17/+17
|\
| * pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider2016-10-171-15/+15
* | upload-pack: use priority queue in reachable() checkJeff King2016-10-111-6/+7
* | Merge branch 'nd/shallow-deepen'Junio C Hamano2016-10-101-87/+277
|\ \ | |/ |/|
| * fetch, upload-pack: --deepen=N extends shallow boundary by N commitsNguyễn Thái Ngọc Duy2016-06-131-4/+19
| * upload-pack: add get_reachable_list()Nguyễn Thái Ngọc Duy2016-06-131-3/+49
| * upload-pack: split check_unreachable() in two, prep for get_reachable_list()Nguyễn Thái Ngọc Duy2016-06-131-18/+38
| * upload-pack: support define shallow boundary by excluding revisionsNguyễn Thái Ngọc Duy2016-06-131-2/+21
| * upload-pack: add deepen-since to cut shallow repos based on timeNguyễn Thái Ngọc Duy2016-06-131-2/+43
| * upload-pack: move rev-list code out of check_non_tip()Nguyễn Thái Ngọc Duy2016-06-131-13/+23
| * upload-pack: make check_non_tip() clean things up on errorNguyễn Thái Ngọc Duy2016-06-131-7/+16
| * upload-pack: tighten number parsing at "deepen" linesNguyễn Thái Ngọc Duy2016-06-131-2/+2
| * upload-pack: use skip_prefix() instead of starts_with()Nguyễn Thái Ngọc Duy2016-06-131-14/+18
| * upload-pack: move "unshallow" sending code out of deepen()Nguyễn Thái Ngọc Duy2016-06-131-13/+30