summaryrefslogtreecommitdiff
path: root/connect.c
AgeCommit message (Expand)Author
2005-10-15Support git+ssh:// and ssh+git:// URLLinus Torvalds
2005-09-29NO_IPV6 support for git daemonPeter Anvin
2005-09-28Call it NO_IPV6 rather than hard-coding __CYGWIN__hpa
2005-09-28Cygwin doesn't support IPv6 or getaddrinfo()hpa
2005-08-29Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git Junio C Hamano
2005-08-24Support +<src>:<dst> format in push as well.Junio C Hamano
2005-08-24Fix ?: statements.Jason Riedy
2005-08-10Use GIT_SSH environment to specify alternate ssh binary.Martin Sivak
2005-08-10[PATCH] -Werror fixesTimo Sirainen
2005-08-06send-pack: allow generic sha1 expression on the source side.Junio C Hamano
2005-08-06send-pack: allow the same source to be pushed more than once.Junio C Hamano
2005-08-05Fix refname termination.Junio C Hamano
2005-08-04[PATCH] Fix sparse warningsAlecs King
2005-08-04Renaming push.Junio C Hamano
2005-07-23Fix git protocol connection 'port' overrideLinus Torvalds
2005-07-23[PATCH] GIT: Try all addresses for given remote nameYOSHIFUJI Hideaki
2005-07-16Merge three separate "fetch refs" functionsLinus Torvalds
2005-07-14Add first cut at "git protocol" connect logic.Linus Torvalds
2005-07-08[PATCH] Use sq_quote() to properly quote the parameter to call shell.Junio C Hamano
2005-07-08Mark more characters shell-safe.Linus Torvalds
2005-07-05Move "get_ack()" to common git_connect functionsLinus Torvalds
2005-07-04Move ref path matching to connect.c libraryLinus Torvalds
2005-07-04Factor out the ssh connection stuff from send-pack.cLinus Torvalds