220 Commits (1a5fccc0c26b4a8abafd85a73558022e65f6f8cf)

Author SHA1 Message Date
Lars Schneider 81c634e94f pkt-line: rename packet_write() to packet_write_fmt() 8 years ago
Vasco Almeida f2b93b388c i18n: connect: mark die messages for translation 8 years ago
Jonathan Tan eb398797cd connect: advertized capability is not a ref 8 years ago
Jonathan Nieder 55e4f9365a connect: tighten check for unexpected early hang up 8 years ago
Nguyễn Thái Ngọc Duy 3c8ede3ff3 connect: read $GIT_SSH_COMMAND from config file 9 years ago
Carlos Martín Nieto 07c7782cc8 Disown ssh+git and git+ssh 9 years ago
Eric Wong c915f11eb4 connect & http: support -4 and -6 switches for remote operations 9 years ago
brian m. carlson e96b16cc2a get_remote_heads: convert to struct object_id 9 years ago
brian m. carlson f4e54d02b8 Convert struct ref to use object_id. 9 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 9 years ago
Tobias Klauser 83e6bda3fa connect: fix typo in result string of prot_name() 9 years ago
Jeff King a5adaced2e transport: add a protocol-whitelist environment variable 9 years ago
Jeff King a48b409f9c git_connect: clarify conn->use_shell flag 9 years ago
Jeff King aab4043851 git_connect: clear GIT_* environment for ssh 9 years ago
brian m. carlson baaf233755 connect: improve check for plink to reduce false positives 10 years ago
brian m. carlson 37ee646e72 connect: simplify SSH connection code path 10 years ago
Torsten Bögershausen 6b6c5f7a2f connect.c: ignore extra colon after hostname 10 years ago
Stefan Beller 04f20c04c6 connect.c: do not leak "conn" after showing diagnosis 10 years ago
Torsten Bögershausen 3f55ccab8e t5500: show user name and host in diag-url 10 years ago
Torsten Bögershausen 86ceb337ec connect.c: allow ssh://user@[2001:db8::1]/repo.git 10 years ago
René Scharfe 2ae7f90f26 connect: use strcmp() for string comparison 10 years ago
Jeff King 94bc83c593 git_connect: let user override virtual-host we send to daemon 10 years ago
Michael Haggerty 3383e19984 sort_string_list(): rename to string_list_sort() 10 years ago
Thomas Quinot 39942766ab git_connect: set ssh shell command in GIT_SSH_COMMAND 10 years ago
René Scharfe be0b3f822b connect: simplify check_ref() using skip_prefix() and starts_with() 11 years ago
René Scharfe 483bbd4e4c run-command: introduce child_process_init() 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
René Scharfe 5c0b13f85a use xmemdupz() to allocate copies of strings given by start and length 11 years ago
Jeff King ae021d8791 use skip_prefix to avoid magic numbers 11 years ago
Jeff King 1823bea10f git_connect: use argv_array 11 years ago
Nguyễn Thái Ngọc Duy c049b61d42 connect.c: SP after "}", not TAB 11 years ago
Nguyễn Thái Ngọc Duy b06dcd7d68 connect.c: teach get_remote_heads to parse "shallow" lines 11 years ago
Nguyễn Thái Ngọc Duy 13eb4626c4 remote.h: replace struct extra_have_objects with struct sha1_array 11 years ago
Torsten Bögershausen a2036d7e00 git_connect(): use common return point 11 years ago
Torsten Bögershausen c59ab2e52a connect.c: refactor url parsing 11 years ago
Torsten Bögershausen 83b0587527 git_connect(): refactor the port handling for ssh 11 years ago
Torsten Bögershausen 6a59974869 git fetch: support host:/~repo 11 years ago
Torsten Bögershausen 5610b7c0c6 git fetch-pack: add --diag-url 11 years ago
Johannes Sixt cabc3c12e4 git_connect: factor out discovery of the protocol and its parts 11 years ago
Johannes Sixt d98d109979 git_connect: remove artificial limit of a remote command 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Nguyễn Thái Ngọc Duy 8d3d28f5db clone: tighten "local paths with colons" check a bit 11 years ago
Junio C Hamano a45b5f0552 connect: annotate refs with their symref information in get_remote_head() 11 years ago
Junio C Hamano 5d54cffc36 connect.c: make parse_feature_value() static 11 years ago
Junio C Hamano 47a5918536 cache.h: move remote/connect API out of it 12 years ago
Nguyễn Thái Ngọc Duy 60003340cd clone: allow cloning local paths with colons in them 12 years ago
Jeff King 85edf4f58b teach get_remote_heads to read from a memory buffer 12 years ago
Jeff King 4981fe750b pkt-line: share buffer/descriptor reading implementation 12 years ago
Jeff King 74543a0423 pkt-line: provide a LARGE_PACKET_MAX static buffer 12 years ago
Jeff King 819b929d33 pkt-line: teach packet_read_line to chomp newlines 12 years ago