140 Commits (f7dc6a96435e050afbbdbdeffac481fea7ddb8af)

Author SHA1 Message Date
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 13 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 14 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
Shawn O. Pearce 73bb33a94e daemon: Strictly parse the "extra arg" part of the command 16 years ago
Edward Z. Yang 36ad53ffee connect.c: Support PuTTY plink and TortoisePlink as SSH on Windows 16 years ago
Benjamin Kramer 785a985749 connect: replace inet_ntop with getnameinfo 16 years ago
Benjamin Kramer 8e76bf3fc9 Remove unused assignments 16 years ago
Erik Faye-Lund 15112c9599 connect.c: remove a few globals by using git_config callback data 16 years ago
Alexander Potashev d75307084d remove trailing LF in die() messages 16 years ago
René Scharfe 8f1482536a connect.c: stricter port validation, silence compiler warning 16 years ago
Tom Preston-Werner a807328979 connect.c: add a way for git-daemon to pass an error back to client 16 years ago
René Scharfe 59c69c0c65 make alloc_ref_from_str() the new alloc_ref() 16 years ago
René Scharfe b0b44bc7b2 use alloc_ref_from_str() everywhere 16 years ago
Junio C Hamano 40c155ff14 push: prepare sender to receive extended ref information from the receiver 17 years ago
Junio C Hamano 7e44c93558 'git foo' program identifies itself without dash in die() messages 17 years ago
Johannes Sixt be501813d2 Windows: Disambiguate DOS style paths from SSH URLs. 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Jim Meyering 8e0f70033b Avoid unnecessary "if-before-free" tests. 17 years ago
Junio C Hamano c64b9ad0fc connect.c: guard config parser from value=NULL 17 years ago
Johannes Schindelin fb32c9172a Fix "git clone" for git:// protocol 17 years ago
Daniel Barkalow 4577370e9b Miscellaneous const changes and utilities 17 years ago
Johannes Sixt f364cb8823 Use start_command() in git_connect() instead of explicit fork/exec. 17 years ago
Johannes Sixt 98158e9cfd Change git_connect() to return a struct child_process instead of a pid_t. 17 years ago
Junio C Hamano 90446a0009 bundle transport: fix an alloc_ref() call 18 years ago
Pierre Habouzit 7a33bcbe80 sq_quote_argv and add_to_string rework with strbuf's. 18 years ago