summaryrefslogtreecommitdiff
path: root/builtin/receive-pack.c
Commit message (Expand)AuthorAgeFilesLines
* shallow: convert shallow registration functions to object_idbrian m. carlson2017-05-081-1/+1
* Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano2017-04-231-2/+2
|\
| * xgethostname: handle long hostnamesdt/xgethostname-nul-terminationDavid Turner2017-04-181-1/+1
| * use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe2017-04-181-1/+1
* | Merge branch 'jk/quarantine-received-objects'Junio C Hamano2017-04-231-1/+0
|\ \
| * | receive-pack: drop tmp_objdir_env from run_update_hookJeff King2017-04-161-1/+0
* | | Merge branch 'bc/object-id'Junio C Hamano2017-04-191-67/+67
|\ \ \
| * | | Rename sha1_array to oid_arraybrian m. carlson2017-03-311-12/+12
| * | | Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson2017-03-311-6/+6
| * | | Make sha1_array_append take a struct object_id *brian m. carlson2017-03-311-3/+3
| * | | sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-281-2/+2
| * | | builtin/receive-pack: convert portions to struct object_idbrian m. carlson2017-03-281-49/+49
| * | | Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson2017-03-261-1/+1
* | | | Merge branch 'jk/snprintf-cleanups'Junio C Hamano2017-04-161-7/+10
|\ \ \ \
| * | | | receive-pack: print --pack-header directly into argv arrayJeff King2017-03-301-7/+10
| |/ / /
* | | | Merge branch 'bc/push-cert-receive-fix'Junio C Hamano2017-03-301-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | builtin/receive-pack: fix incorrect pointer arithmeticbc/push-cert-receive-fixbrian m. carlson2017-03-281-1/+1
* | | | Merge branch 'rs/update-hook-optim'Junio C Hamano2017-03-241-8/+5
|\ \ \ \
| * | | | receive-pack: simplify run_update_post_hook()rs/update-hook-optimRené Scharfe2017-03-181-8/+5
| | |_|/ | |/| |
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-03-171-2/+2
|\ \ \ \
| * | | | Convert remaining callers of resolve_refdup to object_idbrian m. carlson2017-02-221-2/+2
* | | | | Merge branch 'jk/push-deadlock-regression-fix'Junio C Hamano2017-03-141-1/+4
|\ \ \ \ \
| * | | | | receive-pack: fix deadlock when we cannot create tmpdirJeff King2017-03-071-1/+4
* | | | | | receive-pack: avoid duplicates between our refs and alternatesJeff King2017-02-081-1/+3
* | | | | | receive-pack: treat namespace .have lines like alternatesJeff King2017-02-081-3/+7
* | | | | | receive-pack: fix misleading namespace/.have commentJeff King2017-02-081-4/+1
* | | | | | receive-pack: use oidset to de-duplicate .have linesJeff King2017-02-081-14/+12
* | | | | | for_each_alternate_ref: pass name/oid instead of ref structJeff King2017-02-081-2/+4
| |/ / / / |/| | | |
* | | | | Merge branch 'rs/receive-pack-cleanup'Junio C Hamano2017-02-021-2/+1
|\ \ \ \ \
| * | | | | receive-pack: call string_list_clear() unconditionallyrs/receive-pack-cleanupRené Scharfe2017-01-301-2/+1
| |/ / / /
* | | | | receive-pack: improve English grammar of denyCurrentBranch messageAlex Henrie2016-12-051-2/+2
|/ / / /
* | | | Merge branch 'ls/filter-process'Junio C Hamano2016-10-311-2/+2
|\ \ \ \
| * | | | pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider2016-10-171-2/+2
* | | | | find_unique_abbrev: use 4-buffer ringJeff King2016-10-261-10/+6
* | | | | Merge branch 'jk/quarantine-received-objects'Junio C Hamano2016-10-171-1/+40
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | receive-pack: quarantine objects until pre-receive acceptsJeff King2016-10-101-1/+40
* | | | | sha1_array: let callbacks interrupt iterationJeff King2016-09-261-1/+2
|/ / / /
* | | | Merge branch 'va/i18n'Junio C Hamano2016-09-211-33/+25
|\ \ \ \ | |/ / / |/| | |
| * | | i18n: receive-pack: mark messages for translationVasco Almeida2016-09-151-33/+25
| |/ /
* | | receive-pack: allow a maximum input size to be specifiedcc/receive-pack-limitJeff King2016-08-241-0/+12
|/ /
* | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-08-171-3/+1
|\ \
| * | receive-pack: use FLEX_ALLOC_MEM in queue_command()René Scharfe2016-08-131-3/+1
* | | Merge branch 'jk/push-progress'Junio C Hamano2016-08-031-8/+92
|\ \ \
| * | | receive-pack: send keepalives during quiet periodsjk/push-progressJeff King2016-07-201-1/+67
| * | | receive-pack: turn on connectivity progressJeff King2016-07-201-0/+1
| * | | receive-pack: relay connectivity errors to sidebandJeff King2016-07-201-1/+17
| * | | receive-pack: turn on index-pack resolving progressJeff King2016-07-201-0/+2
| * | | check_everything_connected: use a struct with named optionsJeff King2016-07-201-7/+6
* | | | receive-pack: implement advertising and receiving push optionsStefan Beller2016-07-141-0/+30
* | | | push options: {pre,post}-receive hook learns about push optionsStefan Beller2016-07-141-13/+34
|/ / /