aboutsummaryrefslogtreecommitdiff
path: root/connect.c
Commit message (Expand)AuthorAge
* fix multi_ack.Johannes Schindelin2005-10-28
* git-fetch-pack: Support multi_ack extensionJohannes Schindelin2005-10-28
* Support receiving server capabilitiesJohannes Schindelin2005-10-28
* Revert recent fetch-pack/upload-pack updates.Junio C Hamano2005-10-25
* git-fetch-pack: Implement client part of the multi_ack extensionJohannes Schindelin2005-10-24
* Squelch compiler warnings from connect.cJunio C Hamano2005-10-16
* Ignore funny refname sent from remoteJunio C Hamano2005-10-15
* Support git+ssh:// and ssh+git:// URLLinus Torvalds2005-10-14
* NO_IPV6 support for git daemonPeter Anvin2005-09-28
* Call it NO_IPV6 rather than hard-coding __CYGWIN__hpa2005-09-28
* Cygwin doesn't support IPv6 or getaddrinfo()hpa2005-09-28
* Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git Junio C Hamano2005-08-28
|\
| * Fix ?: statements.Jason Riedy2005-08-23
* | Support +<src>:<dst> format in push as well.Junio C Hamano2005-08-24
|/
* Use GIT_SSH environment to specify alternate ssh binary.Martin Sivak2005-08-09
* [PATCH] -Werror fixesTimo Sirainen2005-08-09
* send-pack: allow generic sha1 expression on the source side.Junio C Hamano2005-08-06
* send-pack: allow the same source to be pushed more than once.Junio C Hamano2005-08-06
* Fix refname termination.Junio C Hamano2005-08-05
* [PATCH] Fix sparse warningsAlecs King2005-08-03
* Renaming push.Junio C Hamano2005-08-03
* Fix git protocol connection 'port' overrideLinus Torvalds2005-07-23
* [PATCH] GIT: Try all addresses for given remote nameYOSHIFUJI Hideaki2005-07-23
* Merge three separate "fetch refs" functionsLinus Torvalds2005-07-16
* Add first cut at "git protocol" connect logic.Linus Torvalds2005-07-13
* [PATCH] Use sq_quote() to properly quote the parameter to call shell.Junio C Hamano2005-07-08
* Mark more characters shell-safe.Linus Torvalds2005-07-07
* Move "get_ack()" to common git_connect functionsLinus Torvalds2005-07-05
* Move ref path matching to connect.c libraryLinus Torvalds2005-07-04
* Factor out the ssh connection stuff from send-pack.cLinus Torvalds2005-07-04