101 Commits (cfe370c6476392095bc3f18013d195b1cccd6184)

Author SHA1 Message Date
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 17 years ago
Pierre Habouzit 7a33bcbe80 sq_quote_argv and add_to_string rework with strbuf's. 18 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 18 years ago
Luben Tuikov 2e7766655a URL: allow port specification in ssh:// URLs 18 years ago
Linus Torvalds 72a4f4b657 connect: accept file:// URL scheme 18 years ago
Daniel Barkalow dfd255dd1a Add allocation and freeing functions for struct refs 18 years ago
Alex Riesen 7cbf2f24ee Do not use h_errno after connect(2): the function does not set it 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Matthias Lederhofer 892c41b98a introduce GIT_WORK_TREE to specify the work tree 18 years ago
Alex Riesen ba505322a4 Verbose connect messages to show the IP addresses used 18 years ago
Daniel Barkalow 6b62816cb1 Move refspec parser from connect.c and cache.h to remote.{c,h} 18 years ago
Michael S. Tsirkin 7841ce7985 connect: display connection progress 18 years ago
Linus Torvalds 608d48b220 Fix "getaddrinfo()" buglet 18 years ago
Shawn O. Pearce 15a1c01263 Use run_command for proxy connections 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Junio C Hamano ec587fde0a Make sure git_connect() always give two file descriptors. 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Junio C Hamano d4f694ba89 Allow git push to delete remote ref. 18 years ago
Junio C Hamano 29561ad0ad refs outside refs/{heads,tags} match less strongly. 18 years ago
Franck Bui-Huu f42a5c4eb0 connect.c: finish_connect(): allow null pid parameter 19 years ago
Christian Couder 0f503d77ac Fix a memory leak in "connect.c" and die if command too long. 19 years ago
Andy Whitcroft c41e20b30b send-pack: remove remote reference limit 19 years ago
Shawn Pearce 9befac470b Replace uses of strdup with xstrdup. 19 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 19 years ago
David Rientjes 96f1e58f52 remove unnecessary initializations 19 years ago
Junio C Hamano 53e1a761be finish_connect(): thinkofix 19 years ago
Linus Torvalds 2718ff098a Improve git-peek-remote 19 years ago
Petr Baudis ac3bc6c1d1 Fix errno usage in connect.c 19 years ago
Junio C Hamano c78963d280 connect.c: remove unused parameters from tcp_connect and proxy_connect 19 years ago