summaryrefslogtreecommitdiffstats
path: root/connect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-10-28fix multi_ack.Johannes Schindelin1-2/+3
2005-10-28git-fetch-pack: Support multi_ack extensionJohannes Schindelin1-1/+4
2005-10-28Support receiving server capabilitiesJohannes Schindelin1-1/+15
2005-10-25Revert recent fetch-pack/upload-pack updates.Junio C Hamano1-4/+1
2005-10-24git-fetch-pack: Implement client part of the multi_ack extensionJohannes Schindelin1-1/+4
2005-10-16Squelch compiler warnings from connect.cJunio C Hamano1-0/+1
2005-10-15Ignore funny refname sent from remoteJunio C Hamano1-1/+7
2005-10-14Support git+ssh:// and ssh+git:// URLLinus Torvalds1-0/+4
2005-09-28NO_IPV6 support for git daemonPeter Anvin1-1/+1
2005-09-28Call it NO_IPV6 rather than hard-coding __CYGWIN__hpa1-3/+3
2005-09-28Cygwin doesn't support IPv6 or getaddrinfo()hpa1-0/+73
2005-08-28Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git Junio C Hamano1-2/+4
2005-08-24Support +<src>:<dst> format in push as well.Junio C Hamano1-2/+15
2005-08-23Fix ?: statements.Jason Riedy1-2/+4
2005-08-09Use GIT_SSH environment to specify alternate ssh binary.Martin Sivak1-2/+9
2005-08-09[PATCH] -Werror fixesTimo Sirainen1-1/+2
2005-08-06send-pack: allow generic sha1 expression on the source side.Junio C Hamano1-0/+20
2005-08-06send-pack: allow the same source to be pushed more than once.Junio C Hamano1-7/+0
2005-08-05Fix refname termination.Junio C Hamano1-1/+1
2005-08-03[PATCH] Fix sparse warningsAlecs King1-3/+1
2005-08-03Renaming push.Junio C Hamano1-3/+169
2005-07-23Fix git protocol connection 'port' overrideLinus Torvalds1-1/+3
2005-07-23[PATCH] GIT: Try all addresses for given remote nameYOSHIFUJI Hideaki1-28/+43
2005-07-16Merge three separate "fetch refs" functionsLinus Torvalds1-0/+35
2005-07-13Add first cut at "git protocol" connect logic.Linus Torvalds1-2/+81
2005-07-08[PATCH] Use sq_quote() to properly quote the parameter to call shell.Junio C Hamano1-30/+3
2005-07-07Mark more characters shell-safe.Linus Torvalds1-1/+3
2005-07-05Move "get_ack()" to common git_connect functionsLinus Torvalds1-0/+19
2005-07-04Move ref path matching to connect.c libraryLinus Torvalds1-0/+21
2005-07-04Factor out the ssh connection stuff from send-pack.cLinus Torvalds1-0/+86