196 Commits (f124b7302353fb38f39bf4b44fd8bb0fc950c7d1)

Author SHA1 Message Date
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 12 years ago
Junio C Hamano a45b5f0552 connect: annotate refs with their symref information in get_remote_head() 12 years ago
Junio C Hamano 5d54cffc36 connect.c: make parse_feature_value() static 12 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
Jeff King 0380942902 pkt-line: provide a generic reading function with options 12 years ago
Jeff King 9442710801 parse_feature_request: make it easier to see feature values 13 years ago
Heiko Voigt 46284dd152 remove the impression of unexpectedness when access is denied 13 years ago
René Scharfe 7acf438215 git: Wrong parsing of ssh urls with IPv6 literals ignores port 13 years ago
Junio C Hamano f47182c852 server_supports(): parse feature list more carefully 13 years ago
Jeff King bab8d28e77 connect.c: drop path_match function 13 years ago
Jeff King afe7c5ff1f drop "match" parameter from get_remote_heads 13 years ago
Jeff King d3c58b83ae move git_getpass to its own source file 13 years ago
Eric Wong e47a8583a2 enable SO_KEEPALIVE for connected TCP sockets 13 years ago
Michael Haggerty 8d9c50105f Change check_ref_format() to take a flags argument 14 years ago
Erik Faye-Lund 7203a2d1ca connect: only log if all attempts failed (ipv4) 14 years ago
Erik Faye-Lund e08afecd7f connect: correctly number ipv6 network adapter 14 years ago
Dave Zarzycki 63a995b657 Do not log unless all connect() attempts fail 14 years ago
Jeff King 7ffe853b10 connect: let callers know if connection is a socket 14 years ago