summaryrefslogtreecommitdiff
path: root/builtin/receive-pack.c
AgeCommit message (Expand)Author
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-24PRItime: introduce a new "printf format" for timestampsJohannes Schindelin
2017-04-24parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin
2017-04-20Merge branch 'bc/object-id'Junio C Hamano
2017-04-17Merge branch 'jk/snprintf-cleanups'Junio C Hamano
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-31Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson
2017-03-31Make sha1_array_append take a struct object_id *brian m. carlson
2017-03-30receive-pack: print --pack-header directly into argv arrayJeff King
2017-03-30Merge branch 'bc/push-cert-receive-fix'Junio C Hamano
2017-03-28sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson
2017-03-28builtin/receive-pack: convert portions to struct object_idbrian m. carlson
2017-03-28builtin/receive-pack: fix incorrect pointer arithmeticbrian m. carlson
2017-03-27Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson
2017-03-24Merge branch 'rs/update-hook-optim'Junio C Hamano
2017-03-18receive-pack: simplify run_update_post_hook()René Scharfe
2017-03-17Merge branch 'bc/object-id'Junio C Hamano
2017-03-14Merge branch 'jk/push-deadlock-regression-fix'Junio C Hamano
2017-03-07receive-pack: fix deadlock when we cannot create tmpdirJeff King
2017-02-22Convert remaining callers of resolve_refdup to object_idbrian m. carlson
2017-02-08receive-pack: avoid duplicates between our refs and alternatesJeff King
2017-02-08receive-pack: treat namespace .have lines like alternatesJeff King
2017-02-08receive-pack: fix misleading namespace/.have commentJeff King
2017-02-08receive-pack: use oidset to de-duplicate .have linesJeff King
2017-02-08for_each_alternate_ref: pass name/oid instead of ref structJeff King
2017-02-02Merge branch 'rs/receive-pack-cleanup'Junio C Hamano
2017-01-30receive-pack: call string_list_clear() unconditionallyRené Scharfe
2016-12-05receive-pack: improve English grammar of denyCurrentBranch messageAlex Henrie
2016-10-31Merge branch 'ls/filter-process'Junio C Hamano
2016-10-26find_unique_abbrev: use 4-buffer ringJeff King
2016-10-17Merge branch 'jk/quarantine-received-objects'Junio C Hamano
2016-10-17pkt-line: rename packet_write() to packet_write_fmt()Lars Schneider
2016-10-10receive-pack: quarantine objects until pre-receive acceptsJeff King
2016-09-26sha1_array: let callbacks interrupt iterationJeff King
2016-09-21Merge branch 'va/i18n'Junio C Hamano
2016-09-15i18n: receive-pack: mark messages for translationVasco Almeida
2016-08-24receive-pack: allow a maximum input size to be specifiedJeff King
2016-08-17Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-08-14receive-pack: use FLEX_ALLOC_MEM in queue_command()René Scharfe
2016-08-03Merge branch 'jk/push-progress'Junio C Hamano
2016-07-20receive-pack: send keepalives during quiet periodsJeff King
2016-07-20receive-pack: turn on connectivity progressJeff King
2016-07-20receive-pack: relay connectivity errors to sidebandJeff King
2016-07-20receive-pack: turn on index-pack resolving progressJeff King
2016-07-20check_everything_connected: use a struct with named optionsJeff King
2016-07-14receive-pack: implement advertising and receiving push optionsStefan Beller
2016-07-14push options: {pre,post}-receive hook learns about push optionsStefan Beller
2016-06-27Merge branch 'lf/receive-pack-auto-gc-to-client'Junio C Hamano
2016-06-06receive-pack: send auto-gc output over sideband 2Lukas Fleischer
2016-04-25Merge branch 'dt/pre-refs-backend'Junio C Hamano