169 Commits (c553fd1c1ef76688b6200e66a825b530b0b02140)

Author SHA1 Message Date
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
Jeff King 5cbf8246d2 connect: treat generic proxy processes like ssh processes 14 years ago
Johannes Schindelin 8713feb16d Make sure that git_getpass() never returns NULL 15 years ago
Knut Franke 90e87b017f Allow core.askpass to override SSH_ASKPASS. 15 years ago
Anselm Kruis d3e7da8979 Add a new option 'core.askpass'. 15 years ago
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
Jeff King 9d2e942070 decode file:// and ssh:// URLs 15 years ago
Frank Li f206063b4b git-core: Support retrieving passwords with GIT_ASKPASS 15 years ago
Giuseppe Bilotta 48a7c1c49d Refactor list of of repo-local env vars 15 years ago
Michael Lukashov 72a534dab0 connect.c: move duplicated code to a new function 'get_host_and_port' 15 years ago
Junio C Hamano 9517e6b843 Typofixes outside documentation area 15 years ago
Ilari Liusvaara 9aa5053d9f Allow use of []-wrapped addresses in git:// 15 years ago
Johannes Sixt 4cfb2a44bb git_connect: use use_shell instead of explicit "sh", "-c" 15 years ago
Christian Couder 6476b38b1f replace: use a GIT_NO_REPLACE_OBJECTS env variable 15 years ago
Shawn O. Pearce 28754ab5f0 Move "get_ack()" back to fetch-pack 15 years ago
Brian Gianforcaro eeefa7c90e Style fixes, add a space after if/for/while. 16 years ago
Linus Torvalds 2af202be3d Fix various sparse warnings in the git source code 16 years ago