Sign in
googlers
/
jrn
/
git
/
f0a96e8d4c98c2394dc726b57b914f95cbc7a0de
/
transport.c
b0df0c1
stateless-connect: send response end packet
by Denton Liu
· 4 years, 10 months ago
dde72f9
transport: extract common fetch_pack() call
by Denton Liu
· 4 years, 10 months ago
5b6864c
Merge branch 'jx/atomic-push'
by Junio C Hamano
· 4 years, 11 months ago
46701bd
send-pack: mark failure of atomic push properly
by Jiang Xin
· 5 years ago
7dcbeaa
send-pack: fix inconsistent porcelain output
by Jiang Xin
· 5 years ago
fe299ec
oid_array: rename source file from sha1-array
by Jeff King
· 5 years ago
45f47ff
Merge branch 'jk/no-flush-upon-disconnecting-slrpc-transport'
by Junio C Hamano
· 5 years ago
4d8cab9
transport: don't flush when disconnecting stateless-rpc helper
by Jeff King
· 5 years ago
360c7ba
transport: push codepath can take arbitrary repository
by Junio C Hamano
· 5 years ago
25e4b80
push: add trace2 instrumentation
by Josh Steadmon
· 5 years ago
f67bf53
Merge branch 'jt/avoid-ls-refs-with-http'
by Junio C Hamano
· 5 years ago
627b826
Merge branch 'md/list-objects-filter-combo'
by Junio C Hamano
· 5 years ago
fddf2eb
transport: teach all vtables to allow fetch first
by Jonathan Tan
· 6 years ago
f87ee7f
Merge branch 'es/local-atomic-push-failure-with-http'
by Junio C Hamano
· 6 years ago
2581ea3
transport-helper: avoid var decl in for () loop control
by Junio C Hamano
· 6 years ago
3bca1e7
transport-helper: enforce atomic in push_refs_with_push
by Emily Shaffer
· 6 years ago
709dfa6
object-store.h: move for_each_alternate_ref() from transport.h
by Jeff King
· 6 years ago
489fc9e
list-objects-filter-options: allow mult. --filter
by Matthew DeVore
· 6 years ago
6d3df8e
Merge branch 'jt/clone-server-option'
by Junio C Hamano
· 6 years ago
35eb824
transport: die if server options are unsupported
by Jonathan Tan
· 6 years ago
0f804b0
fetch_pack(): drop unused parameters
by Jeff King
· 6 years ago
6206286
trace2:data: add trace2 hook classification
by Jeff Hostetler
· 6 years ago
17069c7
Merge branch 'ms/packet-err-check' into jt/fetch-v2-sideband
by Junio C Hamano
· 6 years ago
cde5554
Merge branch 'nd/the-index'
by Junio C Hamano
· 6 years ago
2d103c3
pack-protocol.txt: accept error packets in any context
by Masaya Suzuki
· 6 years ago
263db40
rename "alternate_object_database" to "object_directory"
by Jeff King
· 6 years ago
74ae4b6
bundle.c: remove the_repository references
by Nguyễn Thái Ngọc Duy
· 6 years ago
6c6d5d0
transport.c: remove implicit dependency on the_index
by Nguyễn Thái Ngọc Duy
· 6 years ago
1443ca9
Merge branch 'nd/submodule-unused-vars'
by Junio C Hamano
· 6 years ago
d829d49
Merge branch 'bc/hash-transition-part-15'
by Junio C Hamano
· 6 years ago
6245b98
submodule.c: remove some of the_repository references
by Nguyễn Thái Ngọc Duy
· 6 years ago
465e73f
Merge branch 'tb/filter-alternate-refs'
by Junio C Hamano
· 6 years ago
0527fba
Merge branch 'jt/avoid-ls-refs'
by Junio C Hamano
· 6 years ago
11877b9
Merge branch 'nd/the-index'
by Junio C Hamano
· 6 years ago
fbd0e37
transport: use parse_oid_hex instead of a constant
by brian m. carlson
· 6 years ago
40f327f
transport.c: introduce core.alternateRefsPrefixes
by Taylor Blau
· 6 years ago
89284c1
transport.c: introduce core.alternateRefsCommand
by Taylor Blau
· 6 years ago
1e5f31d
transport.c: extract 'fill_alternate_refs_command'
by Taylor Blau
· 6 years ago
bdf4276
transport: drop refnames from for_each_alternate_ref
by Jeff King
· 6 years ago
6ab4055
transport: list refs before fetch if necessary
by Jonathan Tan
· 6 years ago
0177565
transport: do not list refs if possible
by Jonathan Tan
· 6 years ago
99bcb88
transport: allow skipping of ref listing
by Jonathan Tan
· 6 years ago
174d131
submodule.c: remove implicit dependency on the_index
by Nguyễn Thái Ngọc Duy
· 6 years ago
4a7e27e
convert "oidcmp() == 0" to oideq()
by Jeff King
· 7 years ago
b160b6e
Merge branch 'jt/connectivity-check-after-unshallow'
by Junio C Hamano
· 7 years ago
4bea848
Merge branch 'nd/i18n'
by Junio C Hamano
· 7 years ago
30bf8d9
Merge branch 'jt/fetch-nego-tip'
by Junio C Hamano
· 7 years ago
e2842b3
fetch-pack: unify ref in and out param
by Jonathan Tan
· 7 years ago
68e39e4
transport.c: mark more strings for translation
by Nguyễn Thái Ngọc Duy
· 7 years ago
1a07e59
Update messages in preparation for i18n
by Nguyễn Thái Ngọc Duy
· 7 years ago
3390e42
fetch-pack: support negotiation tip whitelist
by Jonathan Tan
· 7 years ago
cf1e7c0
fetch-pack: write shallow, then check connectivity
by Jonathan Tan
· 7 years ago
989b8c4
fetch-pack: put shallow info in output parameter
by Brandon Williams
· 7 years ago
e12cbea
Merge branch 'bw/ref-prefix-for-configured-refspec'
by Junio C Hamano
· 7 years ago
50f08db
Merge branch 'js/use-bug-macro'
by Junio C Hamano
· 7 years ago
41267e9
Merge branch 'bw/server-options'
by Junio C Hamano
· 7 years ago
6373cb5
refspec: consolidate ref-prefix generation logic
by Brandon Williams
· 7 years ago
60fba4b
submodule: convert push_unpushed_submodules to take a struct refspec
by Brandon Williams
· 7 years ago
afb1aed
remote: convert check_push_refs to take a struct refspec
by Brandon Williams
· 7 years ago
5c7ec84
remote: convert match_push_refs to take a struct refspec
by Brandon Williams
· 7 years ago
7a78a82
transport: remove transport_verify_remote_names
by Brandon Williams
· 7 years ago
306f22d
transport: convert transport_push to take a struct refspec
by Brandon Williams
· 7 years ago
e03c4e0
transport: convert transport_push to use struct refspec
by Brandon Williams
· 7 years ago
0ad4a5f
refspec: rename struct refspec to struct refspec_item
by Brandon Williams
· 7 years ago
ec0cb49
refspec: move refspec parsing logic into its own file
by Brandon Williams
· 7 years ago
a56fb3d
Merge branch 'js/colored-push-errors'
by Junio C Hamano
· 7 years ago
9bfa0f9
Merge branch 'bw/protocol-v2'
by Junio C Hamano
· 7 years ago
033abf9
Replace all die("BUG: ...") calls by BUG() ones
by Johannes Schindelin
· 7 years ago
5e3548e
fetch: send server options when using protocol v2
by Brandon Williams
· 7 years ago
ff47322
ls-remote: send server options when using protocol v2
by Brandon Williams
· 7 years ago
bbc39d4
Merge branch 'bw/protocol-v2' into HEAD
by Junio C Hamano
· 7 years ago
960786e
push: colorize errors
by Ryan Dammrose
· 7 years ago
cf0b179
Merge branch 'sb/object-store'
by Junio C Hamano
· 7 years ago
0d4a132
object-store: migrate alternates struct and functions from cache.h
by Stefan Beller
· 7 years ago
edc9caf
transport-helper: introduce stateless-connect
by Brandon Williams
· 7 years ago
685fbd3
fetch-pack: perform a fetch using v2
by Brandon Williams
· 7 years ago
5b872ff
push: pass ref prefixes when pushing
by Brandon Williams
· 7 years ago
1af8ae1
transport: convert transport_get_remote_refs to take a list of ref prefixes
by Brandon Williams
· 7 years ago
834cf34
transport: convert get_refs_list to take a list of ref prefixes
by Brandon Williams
· 7 years ago
e52449b
connect: request remote refs using v2
by Brandon Williams
· 7 years ago
8f6982b
protocol: introduce enum protocol_version value protocol_v2
by Brandon Williams
· 7 years ago
432e956
transport: store protocol version
by Brandon Williams
· 7 years ago
ad6ac12
connect: discover protocol version outside of get_remote_heads
by Brandon Williams
· 7 years ago
635365e
transport: use get_refs_via_connect to get refs
by Brandon Williams
· 7 years ago
aab9583
Convert find_unique_abbrev* to struct object_id
by brian m. carlson
· 7 years ago
30e677e
strbuf: convert strbuf_add_unique_abbrev to use struct object_id
by brian m. carlson
· 7 years ago
6bed209
Merge branch 'jh/partial-clone'
by Junio C Hamano
· 7 years ago
f3d618d
Merge branch 'jh/fsck-promisors'
by Junio C Hamano
· 7 years ago
2546de2
Merge branch 'jt/transport-hide-vtable'
by Junio C Hamano
· 7 years ago
d22114a
Merge branch 'jt/transport-no-more-rsync'
by Junio C Hamano
· 7 years ago
e967ca3
transport: make transport vtable more private
by Jonathan Tan
· 7 years ago
1700786
transport: remove unused "push" in vtable
by Jonathan Tan
· 7 years ago
640d8b7
fetch-pack, index-pack, transport: partial clone
by Jeff Hostetler
· 7 years ago
88e2f9e
introduce fetch-object: fetch one promisor object
by Jonathan Tan
· 7 years ago
ae07777
refs: convert update_ref and refs_update_ref to use struct object_id
by brian m. carlson
· 7 years ago
efbd4fd
refs: pass NULL to resolve_refdup() if hash is not needed
by René Scharfe
· 7 years ago
744c040
refs: pass NULL to resolve_ref_unsafe() if hash is not needed
by René Scharfe
· 7 years ago
50f03c6
Merge branch 'ab/free-and-null'
by Junio C Hamano
· 8 years ago
f31d23a
Merge branch 'bw/config-h'
by Junio C Hamano
· 8 years ago
6a83d90
coccinelle: make use of the "type" FREE_AND_NULL() rule
by Ævar Arnfjörð Bjarmason
· 8 years ago
Next »