summaryrefslogtreecommitdiff
path: root/connect.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-29Merge branch 'db/remote'Junio C Hamano1-239/+1
2007-05-24Verbose connect messages to show the IP addresses usedAlex Riesen1-1/+37
2007-05-20Move refspec parser from connect.c and cache.h to remote.{c,h}Daniel Barkalow1-239/+1
2007-05-16connect: display connection progressMichael S. Tsirkin1-6/+24
2007-03-27Fix "getaddrinfo()" bugletLinus Torvalds1-1/+3
2007-03-12Use run_command for proxy connectionsShawn O. Pearce1-21/+15
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-3/+3
2007-01-21Make sure git_connect() always give two file descriptors.Junio C Hamano1-1/+1
2006-12-20simplify inclusion of system header files.Junio C Hamano1-6/+0
2006-11-24Allow git push to delete remote ref.Junio C Hamano1-1/+10
2006-11-23refs outside refs/{heads,tags} match less strongly.Junio C Hamano1-5/+42
2006-09-12connect.c: finish_connect(): allow null pid parameterFranck Bui-Huu1-2/+11
2006-09-10Fix a memory leak in "connect.c" and die if command too long.Christian Couder1-3/+14
2006-09-05send-pack: remove remote reference limitAndy Whitcroft1-1/+1
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce1-3/+3
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce1-3/+3
2006-08-15remove unnecessary initializationsDavid Rientjes1-3/+3
2006-08-15finish_connect(): thinkofixJunio C Hamano1-8/+3
2006-07-04Improve git-peek-remoteLinus Torvalds1-4/+31
2006-07-01Fix errno usage in connect.cPetr Baudis1-6/+12
2006-06-28connect.c: remove unused parameters from tcp_connect and proxy_connectJunio C Hamano1-6/+4
2006-06-28Make some strings constTimo Hirvonen1-2/+2
2006-06-26Solaris needs inclusion of signal.h for signal()Dennis Stosberg1-0/+1
2006-06-19Restore SIGCHLD to SIG_DFL where we care about waitpid().Junio C Hamano1-0/+5
2006-06-08check for error return from fork()Paul T Darga1-0/+2
2006-06-06Refactor git_tcp_connect() functions a little.Jon Loeliger1-18/+42
2006-05-22fetch-pack: output refs in the order they were given on the command line.Junio C Hamano1-1/+1
2006-04-17cleanups: Fix potential bugs in connect.cSerge E. Hallyn1-4/+14
2006-01-25Add compat/unsetenv.c .Jason Riedy1-0/+1
2006-01-25local push/pull env cleanupMatt Draisey1-2/+8
2005-12-27send-pack/receive-pack: allow errors to be reported back to pusher.Junio C Hamano1-4/+4
2005-12-21GIT: Support [address] in URLsYOSHIFUJI Hideaki / 吉藤英明1-8/+24
2005-11-22Fixed git:// IPv4 address problem when compiled with -DNO_IPV6.Paul Serice1-1/+1
2005-11-21GIT: Fix compilation error in connect.cYOSHIFUJI Hideaki / 吉藤英明1-4/+5
2005-11-21git-proxy updates.Junio C Hamano1-7/+45
2005-11-21proxy-command support for git://Paul Collins1-1/+71
2005-11-19Client side support for user-relative paths.Andreas Ericsson1-21/+32
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