47 Commits (e14421b9aa85f11853a0dacae09498515daab7b8)

Author SHA1 Message Date
Junio C Hamano c78963d280 connect.c: remove unused parameters from tcp_connect and proxy_connect 19 years ago
Timo Hirvonen 554fe20d80 Make some strings const 19 years ago
Dennis Stosberg e898081dfb Solaris needs inclusion of signal.h for signal() 19 years ago
Junio C Hamano f0b7367cb1 Restore SIGCHLD to SIG_DFL where we care about waitpid(). 19 years ago
Paul T Darga c9bc159d7f check for error return from fork() 19 years ago
Jon Loeliger 5ad312bede Refactor git_tcp_connect() functions a little. 19 years ago
Junio C Hamano 9546010b7b fetch-pack: output refs in the order they were given on the command line. 19 years ago
Serge E. Hallyn da2a95b2a8 cleanups: Fix potential bugs in connect.c 19 years ago
Jason Riedy 731043fd4d Add compat/unsetenv.c . 19 years ago
Matt Draisey 016fb48bc4 local push/pull env cleanup 19 years ago
Junio C Hamano cfee10a773 send-pack/receive-pack: allow errors to be reported back to pusher. 19 years ago
YOSHIFUJI Hideaki / 吉藤英明 356bece0a2 GIT: Support [address] in URLs 19 years ago
Paul Serice c61642185d Fixed git:// IPv4 address problem when compiled with -DNO_IPV6. 19 years ago
YOSHIFUJI Hideaki / 吉藤英明 c3df856842 GIT: Fix compilation error in connect.c 19 years ago
Junio C Hamano e814bc4d15 git-proxy updates. 19 years ago
Paul Collins f801477645 proxy-command support for git:// 19 years ago
Andreas Ericsson faea9ccbad Client side support for user-relative paths. 19 years ago
Johannes Schindelin 1f5881bb5f fix multi_ack. 19 years ago
Johannes Schindelin c4c86f07d0 git-fetch-pack: Support multi_ack extension 19 years ago
Johannes Schindelin 211b5f9e62 Support receiving server capabilities 19 years ago
Junio C Hamano af2d3aa4d8 Revert recent fetch-pack/upload-pack updates. 19 years ago
Johannes Schindelin 40a1046249 git-fetch-pack: Implement client part of the multi_ack extension 19 years ago
Junio C Hamano 6abf5c0c6f Squelch compiler warnings from connect.c 19 years ago
Junio C Hamano a2239b79e5 GIT v0.99.8d 19 years ago
Junio C Hamano 5a2e04d203 Ignore funny refname sent from remote 19 years ago
Junio C Hamano 1a7141ff28 Ignore funny refname sent from remote 19 years ago
Linus Torvalds c05186cc38 Support git+ssh:// and ssh+git:// URL 19 years ago
Peter Anvin 6573faff34 NO_IPV6 support for git daemon 19 years ago
hpa 49744d63e9 Call it NO_IPV6 rather than hard-coding __CYGWIN__ 19 years ago
hpa 4c505f71e6 Cygwin doesn't support IPv6 or getaddrinfo() 19 years ago
Junio C Hamano ff27adf3da Support +<src>:<dst> format in push as well. 19 years ago
Jason Riedy c7c81b3a51 Fix ?: statements. 19 years ago
Martin Sivak 4852f7232b Use GIT_SSH environment to specify alternate ssh binary. 20 years ago
Timo Sirainen 4ec99bf080 [PATCH] -Werror fixes 20 years ago
Junio C Hamano 15e02b372d send-pack: allow generic sha1 expression on the source side. 20 years ago
Junio C Hamano db27ee6392 send-pack: allow the same source to be pushed more than once. 20 years ago
Junio C Hamano 4fa1604f10 Fix refname termination. 20 years ago
Alecs King 635d37afff [PATCH] Fix sparse warnings 20 years ago
Junio C Hamano f88395ac23 Renaming push. 20 years ago
Linus Torvalds ce6f8e7ec2 Fix git protocol connection 'port' override 20 years ago
YOSHIFUJI Hideaki 5ba884483f [PATCH] GIT: Try all addresses for given remote name 20 years ago
Linus Torvalds d1c133f5d4 Merge three separate "fetch refs" functions 20 years ago
Linus Torvalds 2386d65822 Add first cut at "git protocol" connect logic. 20 years ago
Junio C Hamano b10d0ec732 [PATCH] Use sq_quote() to properly quote the parameter to call shell. 20 years ago
Linus Torvalds 924e121954 Mark more characters shell-safe. 20 years ago
Linus Torvalds 41cb7488b9 Move "get_ack()" to common git_connect functions 20 years ago
Linus Torvalds 013e7c7ff4 Move ref path matching to connect.c library 20 years ago
Linus Torvalds f71925983d Factor out the ssh connection stuff from send-pack.c 20 years ago