summaryrefslogtreecommitdiff
path: root/connect.c
Commit message (Expand)AuthorAgeFilesLines
* refs outside refs/{heads,tags} match less strongly.Junio C Hamano2006-11-231-5/+42
* connect.c: finish_connect(): allow null pid parameterFranck Bui-Huu2006-09-121-2/+11
* Fix a memory leak in "connect.c" and die if command too long.Christian Couder2006-09-101-3/+14
* send-pack: remove remote reference limitAndy Whitcroft2006-09-051-1/+1
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-021-3/+3
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-231-3/+3
* remove unnecessary initializationsDavid Rientjes2006-08-151-3/+3
* finish_connect(): thinkofixJunio C Hamano2006-08-151-8/+3
* Improve git-peek-remoteLinus Torvalds2006-07-041-4/+31
* Fix errno usage in connect.cPetr Baudis2006-07-011-6/+12
* connect.c: remove unused parameters from tcp_connect and proxy_connectJunio C Hamano2006-06-281-6/+4
* Make some strings constTimo Hirvonen2006-06-281-2/+2
* Solaris needs inclusion of signal.h for signal()Dennis Stosberg2006-06-261-0/+1
* Restore SIGCHLD to SIG_DFL where we care about waitpid().Junio C Hamano2006-06-191-0/+5
* check for error return from fork()Paul T Darga2006-06-081-0/+2
* Refactor git_tcp_connect() functions a little.Jon Loeliger2006-06-061-18/+42
* fetch-pack: output refs in the order they were given on the command line.Junio C Hamano2006-05-221-1/+1
* cleanups: Fix potential bugs in connect.cSerge E. Hallyn2006-04-171-4/+14
* Add compat/unsetenv.c .Jason Riedy2006-01-251-0/+1
* local push/pull env cleanupMatt Draisey2006-01-251-2/+8
* send-pack/receive-pack: allow errors to be reported back to pusher.Junio C Hamano2005-12-271-4/+4
* GIT: Support [address] in URLsYOSHIFUJI Hideaki / 吉藤英明2005-12-211-8/+24
* Fixed git:// IPv4 address problem when compiled with -DNO_IPV6.Paul Serice2005-11-221-1/+1
* GIT: Fix compilation error in connect.cYOSHIFUJI Hideaki / 吉藤英明2005-11-211-4/+5
* git-proxy updates.Junio C Hamano2005-11-211-7/+45
* proxy-command support for git://Paul Collins2005-11-211-1/+71
* Client side support for user-relative paths.Andreas Ericsson2005-11-191-22/+33
* fix multi_ack.Johannes Schindelin2005-10-281-2/+3
* git-fetch-pack: Support multi_ack extensionJohannes Schindelin2005-10-281-1/+4
* Support receiving server capabilitiesJohannes Schindelin2005-10-281-1/+15
* Revert recent fetch-pack/upload-pack updates.Junio C Hamano2005-10-251-4/+1
* git-fetch-pack: Implement client part of the multi_ack extensionJohannes Schindelin2005-10-241-1/+4
* Squelch compiler warnings from connect.cJunio C Hamano2005-10-161-0/+1
* Ignore funny refname sent from remoteJunio C Hamano2005-10-151-1/+7
* Support git+ssh:// and ssh+git:// URLLinus Torvalds2005-10-141-0/+4
* NO_IPV6 support for git daemonPeter Anvin2005-09-281-1/+1
* Call it NO_IPV6 rather than hard-coding __CYGWIN__hpa2005-09-281-3/+3
* Cygwin doesn't support IPv6 or getaddrinfo()hpa2005-09-281-0/+73
* Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git Junio C Hamano2005-08-281-2/+4
|\
| * Fix ?: statements.Jason Riedy2005-08-231-2/+4
* | Support +<src>:<dst> format in push as well.Junio C Hamano2005-08-241-2/+15
|/
* Use GIT_SSH environment to specify alternate ssh binary.Martin Sivak2005-08-091-2/+9
* [PATCH] -Werror fixesTimo Sirainen2005-08-091-1/+2
* send-pack: allow generic sha1 expression on the source side.Junio C Hamano2005-08-061-0/+20
* send-pack: allow the same source to be pushed more than once.Junio C Hamano2005-08-061-7/+0
* Fix refname termination.Junio C Hamano2005-08-051-1/+1
* [PATCH] Fix sparse warningsAlecs King2005-08-031-3/+1
* Renaming push.Junio C Hamano2005-08-031-3/+169
* Fix git protocol connection 'port' overrideLinus Torvalds2005-07-231-1/+3
* [PATCH] GIT: Try all addresses for given remote nameYOSHIFUJI Hideaki2005-07-231-28/+43