Sign in
googlers
/
jrn
/
git
/
7785f9ba030674671eb78ccfd2358f6903b632fb
/
transport-helper.c
2a983b2
Merge branch 'mh/import-transport-fd-fix'
by Junio C Hamano
· 6 years ago
8b35542
dup() the input fd for fast-import used for remote helpers
by Mike Hommey
· 6 years ago
abd81a3
trace2:data: add trace2 transport child classification
by Jeff Hostetler
· 6 years ago
073312b
Merge branch 'js/filter-options-should-use-plain-int'
by Junio C Hamano
· 6 years ago
9f2eba2
Merge branch 'rb/hpe'
by Junio C Hamano
· 6 years ago
87c2d9d
filter-options: expand scaled numbers
by Josh Steadmon
· 6 years ago
d4c8136
transport-helper: drop read/write errno checks
by Jeff King
· 7 years ago
c14e5a1
transport-helper: use xread instead of read
by Randall S. Becker
· 6 years ago
3b33576
style: the opening '{' of a function is in a separate line
by Nguyễn Thái Ngọc Duy
· 6 years ago
9ec8af6
Merge branch 'nd/n18n-fix'
by Junio C Hamano
· 6 years ago
739fb71
transport-helper.c: do not translate a string twice
by Nguyễn Thái Ngọc Duy
· 6 years ago
6ab4055
transport: list refs before fetch if necessary
by Jonathan Tan
· 6 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
6b5b309
transport-helper.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
989b8c4
fetch-pack: put shallow info in output parameter
by Brandon Williams
· 7 years ago
d000414
remote: convert apply_refspecs to take a struct refspec
by Brandon Williams
· 7 years ago
57f32ac
transport-helper: convert 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
9bfa0f9
Merge branch 'bw/protocol-v2'
by Junio C Hamano
· 7 years ago
edc9caf
transport-helper: introduce stateless-connect
by Brandon Williams
· 7 years ago
176e85c
transport-helper: refactor process_connect_service
by Brandon Williams
· 7 years ago
b1c2edf
transport-helper: remove name parameter
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
6bed209
Merge branch 'jh/partial-clone'
by Junio C Hamano
· 7 years ago
2546de2
Merge branch 'jt/transport-hide-vtable'
by Junio C Hamano
· 7 years ago
54b1335
Merge branch 'rs/fmt-merge-msg-leakfix'
by Junio C Hamano
· 7 years ago
e967ca3
transport: make transport vtable more private
by Jonathan Tan
· 7 years ago
176cb97
transport-helper: plug strbuf and string_list leaks
by René Scharfe
· 7 years ago
640d8b7
fetch-pack, index-pack, transport: partial clone
by Jeff Hostetler
· 7 years ago
49e6147
refs: convert resolve_ref_unsafe to struct object_id
by brian m. carlson
· 7 years ago
34c290a
refs: convert read_ref and read_ref_full to object_id
by brian m. carlson
· 7 years ago
ae07777
refs: convert update_ref and refs_update_ref to use struct object_id
by brian m. carlson
· 7 years ago
c50424a
Merge branch 'jk/write-in-full-fix'
by Junio C Hamano
· 7 years ago
d811ba1
Merge branch 'rs/strbuf-leakfix'
by Junio C Hamano
· 7 years ago
06f46f2
avoid "write_in_full(fd, buf, len) != len" pattern
by Jeff King
· 8 years ago
a48ce37
Merge branch 'ma/ts-cleanups'
by Junio C Hamano
· 8 years ago
4168be8
transport-helper: release strbuf after use in process_connect_service()
by Rene Scharfe
· 8 years ago
6cdf8a7
ThreadSanitizer: add suppressions
by Martin Ågren
· 8 years ago
e82caf3
sha1_name: convert get_sha1* to get_oid*
by brian m. carlson
· 8 years ago
6a83d90
coccinelle: make use of the "type" FREE_AND_NULL() rule
by Ævar Arnfjörð Bjarmason
· 8 years ago
8c5acfb
transport-helper: replace checked snprintf with xsnprintf
by Jeff King
· 8 years ago
ace83dc
Merge branch 'jn/remote-helpers-with-git-dir'
by Junio C Hamano
· 8 years ago
4b0c3c7
remote helpers: avoid blind fall-back to ".git" when setting GIT_DIR
by Jonathan Nieder
· 8 years ago
438fc68
push options: pass push options to the transport helper
by Stefan Beller
· 8 years ago
a460ea4
Merge branch 'nd/shallow-deepen'
by Junio C Hamano
· 8 years ago
2e3a16b
Spelling fixes
by Ville Skyttä
· 9 years ago
3c5077f
i18n: transport-helper.c: change N_() call to _()
by Vasco Almeida
· 9 years ago
cccf74e
fetch, upload-pack: --deepen=N extends shallow boundary by N commits
by Nguyễn Thái Ngọc Duy
· 9 years ago
a45a260
fetch: define shallow boundary with --shallow-exclude
by Nguyễn Thái Ngọc Duy
· 9 years ago
9318c5d
transport-helper.c: refactor set_helper_option()
by Nguyễn Thái Ngọc Duy
· 9 years ago
40cfc95
Merge branch 'nd/error-errno'
by Junio C Hamano
· 9 years ago
1fee1dc
transport-helper.c: use error_errno()
by Nguyễn Thái Ngọc Duy
· 9 years ago
832c0e5
typofix: assorted typofixes in comments, documentation and messages
by Li Peng
· 9 years ago
e84d5e9
Merge branch 'ew/force-ipv4'
by Junio C Hamano
· 9 years ago
c915f11
connect & http: support -4 and -6 switches for remote operations
by Eric Wong
· 9 years ago
692dfdf
transport-helper: read helper response with strbuf_getline()
by Junio C Hamano
· 9 years ago
1a0c8df
strbuf: give strbuf_getline() to the "most text friendly" variant
by Junio C Hamano
· 9 years ago
8f309ae
strbuf: introduce strbuf_getline_{lf,nul}()
by Junio C Hamano
· 9 years ago
27912a0
push_refs_with_export: convert to struct object_id
by brian m. carlson
· 9 years ago
f4e54d0
Convert struct ref to use object_id.
by brian m. carlson
· 9 years ago
3adc4ec
Sync with v2.5.4
by Junio C Hamano
· 9 years ago
11a458b
Sync with 2.4.10
by Junio C Hamano
· 9 years ago
6343e2f
Sync with 2.3.10
by Junio C Hamano
· 9 years ago
a5adace
transport: add a protocol-whitelist environment variable
by Jeff King
· 9 years ago
b21089d
Merge branch 'db/push-sign-if-asked'
by Junio C Hamano
· 10 years ago
3026109
push: support signing pushes iff the server supports it
by Dave Borowitz
· 10 years ago
ae25fd3
transport-helper: die on errors reading refs.
by Stefan Beller
· 10 years ago
b1cffbf
Merge branch 'jc/push-cert' into maint
by Junio C Hamano
· 10 years ago
6db0497
Merge branch 'mh/deref-symref-over-helper-transport' into maint
by Junio C Hamano
· 10 years ago
be94b33
Merge branch 'mh/transport-capabilities'
by Junio C Hamano
· 10 years ago
a75c663
Merge branch 'dp/remove-duplicated-header-inclusion'
by Junio C Hamano
· 10 years ago
74f45df
Merge branch 'jc/push-cert'
by Junio C Hamano
· 10 years ago
5d30851
do not include the same header twice
by Дилян Палаузов
· 10 years ago
aab1beb
transport-helper: ask the helper to set the same options for import as for fetch
by Mike Hommey
· 10 years ago
2879bc3
transport-helper: ask the helper to set progress and verbosity options after asking for its capabilities
by Mike Hommey
· 10 years ago
45917f0
transport-helper: fix typo in error message when --signed is not supported
by Mike Hommey
· 10 years ago
33cae54
transport-helper: do not request symbolic refs to remote helpers
by Mike Hommey
· 10 years ago
8828f29
use child_process_init() to initialize struct child_process variables
by René Scharfe
· 10 years ago
217610d
Merge branch 'rs/run-command-env-array'
by Junio C Hamano
· 10 years ago
a915459
use env_array member of struct child_process
by René Scharfe
· 10 years ago
7695d11
refs.c: change resolve_ref_unsafe reading argument to be a flags field
by Ronnie Sahlberg
· 11 years ago
fb06b52
Merge branch 'jc/push-cert'
by Junio C Hamano
· 10 years ago
0ea47f9
signed push: teach smart-HTTP to pass "git push --signed" around
by Junio C Hamano
· 10 years ago
483bbd4
run-command: introduce child_process_init()
by René Scharfe
· 11 years ago
21a2d4a
transport-helper: avoid reading past end-of-string
by Jeff King
· 11 years ago
c9fc3a6
Merge branch 'fc/remote-helper-refmap'
by Junio C Hamano
· 11 years ago
a634a6d
Merge branch 'bg/xcalloc-nmemb-then-size'
by Junio C Hamano
· 11 years ago
92e25b6
transport-helper.c: rearrange xcalloc arguments
by Brian Gesiak
· 11 years ago
b2c851a
Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)"
by Junio C Hamano
· 11 years ago
10e1fee
Revert "Merge branch 'fc/transport-helper-sync-error-fix'"
by Junio C Hamano
· 11 years ago
173fd1a
get_importer: use run-command's internal argv_array
by Jeff King
· 11 years ago
2aeae40
get_exporter: use argv_array
by Jeff King
· 11 years ago
e0ab2ac
get_helper: use run-command's internal argv_array
by Jeff King
· 11 years ago
e143ef4
transport-helper: remove unnecessary strbuf resets
by Felipe Contreras
· 11 years ago
Next »