aboutsummaryrefslogtreecommitdiff
path: root/builtin/receive-pack.c
Commit message (Expand)AuthorAge
* Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano2017-04-23
|\
| * xgethostname: handle long hostnamesDavid Turner2017-04-18
| * use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe2017-04-18
* | Merge branch 'jk/quarantine-received-objects'Junio C Hamano2017-04-23
|\ \
| * | receive-pack: drop tmp_objdir_env from run_update_hookJeff King2017-04-16
* | | Merge branch 'bc/object-id'Junio C Hamano2017-04-19
|\ \ \
| * | | Rename sha1_array to oid_arraybrian m. carlson2017-03-31
| * | | Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson2017-03-31
| * | | Make sha1_array_append take a struct object_id *brian m. carlson2017-03-31
| * | | sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson2017-03-28
| * | | builtin/receive-pack: convert portions to struct object_idbrian m. carlson2017-03-28
| * | | Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson2017-03-26
* | | | Merge branch 'jk/snprintf-cleanups'Junio C Hamano2017-04-16
|\ \ \ \
| * | | | receive-pack: print --pack-header directly into argv arrayJeff King2017-03-30
| |/ / /
* | | | Merge branch 'bc/push-cert-receive-fix'Junio C Hamano2017-03-30
|\ \ \ \ | |/ / / |/| | |
| * | | builtin/receive-pack: fix incorrect pointer arithmeticbrian m. carlson2017-03-28
* | | | Merge branch 'rs/update-hook-optim'Junio C Hamano2017-03-24
|\ \ \ \
| * | | | receive-pack: simplify run_update_post_hook()René Scharfe2017-03-18
| | |_|/ | |/| |
* | | | Merge branch 'bc/object-id'Junio C Hamano2017-03-17
|\ \ \ \
| * | | | Convert remaining callers of resolve_refdup to object_idbrian m. carlson2017-02-22
* | | | | Merge branch 'jk/push-deadlock-regression-fix'Junio C Hamano2017-03-14
|\ \ \ \ \
| * | | | | receive-pack: fix deadlock when we cannot create tmpdirJeff King2017-03-07
* | | | | | receive-pack: avoid duplicates between our refs and alternatesJeff King2017-02-08
* | | | | | receive-pack: treat namespace .have lines like alternatesJeff King2017-02-08
* | | | | | receive-pack: fix misleading namespace/.have commentJeff King2017-02-08
* | | | | | receive-pack: use oidset to de-duplicate .have linesJeff King2017-02-08
* | | | | | for_each_alternate_ref: pass name/oid instead of ref structJeff King2017-02-08
| |/ / / / |/| | | |
* | | | | Merge branch 'rs/receive-pack-cleanup'Junio C Hamano2017-02-02
|\ \ \ \ \
| * | | | | receive-pack: call string_list_clear() unconditionallyRené Scharfe2017-01-30
| |/ / / /
* | | | | receive-pack: improve English grammar of denyCurrentBranch messageAlex Henrie2016-12-05
|/ / / /
* | | | Merge branch 'ls/filter-process'Junio C Hamano2016-10-31
|\ \ \ \
| * | | | pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider2016-10-17
* | | | | find_unique_abbrev: use 4-buffer ringJeff King2016-10-26
* | | | | Merge branch 'jk/quarantine-received-objects'Junio C Hamano2016-10-17
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | receive-pack: quarantine objects until pre-receive acceptsJeff King2016-10-10
* | | | | sha1_array: let callbacks interrupt iterationJeff King2016-09-26
|/ / / /
* | | | Merge branch 'va/i18n'Junio C Hamano2016-09-21
|\ \ \ \ | |/ / / |/| | |
| * | | i18n: receive-pack: mark messages for translationVasco Almeida2016-09-15
| |/ /
* | | receive-pack: allow a maximum input size to be specifiedJeff King2016-08-24
|/ /
* | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-08-17
|\ \
| * | receive-pack: use FLEX_ALLOC_MEM in queue_command()René Scharfe2016-08-13
* | | Merge branch 'jk/push-progress'Junio C Hamano2016-08-03
|\ \ \
| * | | receive-pack: send keepalives during quiet periodsJeff King2016-07-20
| * | | receive-pack: turn on connectivity progressJeff King2016-07-20
| * | | receive-pack: relay connectivity errors to sidebandJeff King2016-07-20
| * | | receive-pack: turn on index-pack resolving progressJeff King2016-07-20
| * | | check_everything_connected: use a struct with named optionsJeff King2016-07-20
* | | | receive-pack: implement advertising and receiving push optionsStefan Beller2016-07-14
* | | | push options: {pre,post}-receive hook learns about push optionsStefan Beller2016-07-14
|/ / /
* | | Merge branch 'lf/receive-pack-auto-gc-to-client'Junio C Hamano2016-06-27
|\ \ \