summaryrefslogtreecommitdiff
path: root/builtin/receive-pack.c
Commit message (Expand)AuthorAgeFilesLines
* use labs() for variables of type long instead of abs()rs/receive-pack-use-labsRené Scharfe2014-11-171-1/+1
* receive-pack::hmac_sha1(): copy the entire SHA-1 hash outBrian Gernhardt2014-09-251-2/+2
* signed push: allow stale nonce in stateless modeJunio C Hamano2014-09-171-10/+79
* signed push: fortify against replay attacksJunio C Hamano2014-09-171-8/+124
* signed push: remove duplicated protocol infoJunio C Hamano2014-09-151-0/+26
* receive-pack: GPG-validate push certificatesJunio C Hamano2014-09-151-0/+31
* push: the beginning of "git push --signed"Junio C Hamano2014-09-151-0/+52
* receive-pack: factor out capability string generationJunio C Hamano2014-09-151-8/+14
* receive-pack: factor out queueing of commandJunio C Hamano2014-09-151-21/+29
* receive-pack: do not reuse old_sha1[] for other thingsJunio C Hamano2014-09-151-3/+5
* receive-pack: parse feature request a bit earlierJunio C Hamano2014-09-151-12/+14
* receive-pack: do not overallocate command structureJunio C Hamano2014-09-151-2/+3
* Merge branch 'jk/misc-fixes-maint'Junio C Hamano2014-07-281-2/+2
|\
| * receive-pack: don't copy "dir" parameterJeff King2014-07-241-2/+2
* | Merge branch 'kb/perf-trace'Junio C Hamano2014-07-221-1/+1
|\ \
| * | trace: improve trace performanceKarsten Blees2014-07-131-1/+1
| |/
* | use xstrdup instead of xmalloc + strcpyJeff King2014-06-191-4/+1
|/
* shallow: automatically clean up shallow tempfilesJeff King2014-02-271-12/+4
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-64/+249
|\
| * shallow: remove unused codeRamsay Jones2014-01-061-1/+0
| * receive-pack: support pushing to a shallow clone via httpNguyễn Thái Ngọc Duy2013-12-101-3/+0
| * receive-pack: allow pushes that update .git/shallowNguyễn Thái Ngọc Duy2013-12-101-13/+150
| * receive/send-pack: support pushing from a shallow cloneNguyễn Thái Ngọc Duy2013-12-101-9/+69
| * receive-pack: reorder some code in unpack()Nguyễn Thái Ngọc Duy2013-12-101-40/+30
| * make the sender advertise shallow commits to the receiverNguyễn Thái Ngọc Duy2013-12-101-1/+3
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-3/+3
|/
* Merge branch 'bk/refs-multi-update'Junio C Hamano2013-09-201-1/+2
|\
| * refs: report ref type from lock_any_ref_for_updateBrad King2013-08-301-1/+2
* | Merge branch 'nd/push-no-thin'Junio C Hamano2013-09-111-1/+7
|\ \
| * | push: respect --no-thinnd/push-no-thinNguyễn Thái Ngọc Duy2013-08-131-1/+7
| |/
* | cache.h: move remote/connect API out of itJunio C Hamano2013-07-081-0/+1
|/
* Merge branch 'jk/receive-pack-deadlocks-with-early-failure'Junio C Hamano2013-04-231-1/+4
|\
| * receive-pack: close sideband fd on early pack errorsJeff King2013-04-191-1/+4
* | pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-201-3/+3
* | pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-201-2/+0
* | pkt-line: drop safe_write functionJeff King2013-02-201-1/+1
* | Merge branch 'jc/hidden-refs'Junio C Hamano2013-02-171-0/+24
|\ \
| * | upload/receive-pack: allow hiding ref hierarchiesJunio C Hamano2013-02-071-0/+24
| |/
* | hooks: Add function to check if a hook existsAaron Schrab2013-01-141-14/+11
|/
* Merge branch 'jk/receive-pack-unpack-error-to-pusher'Junio C Hamano2012-10-011-4/+31
|\
| * receive-pack: drop "n/a" on unpacker errorsJeff King2012-09-211-1/+1
| * receive-pack: send pack-processing stderr over sidebandJeff King2012-09-211-2/+24
| * receive-pack: redirect unpack-objects stdout to /dev/nullJeff King2012-09-211-1/+6
| * Merge branch 'jc/capabilities' into maintJunio C Hamano2012-09-111-2/+4
| |\
* | \ Merge branch 'jc/merge-bases'Junio C Hamano2012-09-111-7/+1
|\ \ \
| * | | receive-pack: use in_merge_bases() for fast-forward checkJunio C Hamano2012-08-271-7/+1
* | | | Merge branch 'jc/capabilities'Junio C Hamano2012-08-291-2/+4
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | include agent identifier in capability stringJeff King2012-08-031-2/+4
| * | Merge branch 'cb/receive-pack-keep-errors'Junio C Hamano2012-02-201-7/+17
| |\ \
| * \ \ Merge branch 'cb/push-quiet'Junio C Hamano2012-01-291-4/+15
| |\ \ \