summaryrefslogtreecommitdiff
path: root/connect.c
AgeCommit message (Expand)Author
2007-01-22Make sure git_connect() always give two file descriptors.Junio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-11-24Allow git push to delete remote ref.Junio C Hamano
2006-11-24refs outside refs/{heads,tags} match less strongly.Junio C Hamano
2006-09-13connect.c: finish_connect(): allow null pid parameterFranck Bui-Huu
2006-09-11Fix a memory leak in "connect.c" and die if command too long.Christian Couder
2006-09-06send-pack: remove remote reference limitAndy Whitcroft
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-16finish_connect(): thinkofixJunio C Hamano
2006-07-04Improve git-peek-remoteLinus Torvalds
2006-07-02Fix errno usage in connect.cPetr Baudis
2006-06-28connect.c: remove unused parameters from tcp_connect and proxy_connectJunio C Hamano
2006-06-28Make some strings constTimo Hirvonen
2006-06-26Solaris needs inclusion of signal.h for signal()Dennis Stosberg
2006-06-20Restore SIGCHLD to SIG_DFL where we care about waitpid().Junio C Hamano
2006-06-08check for error return from fork()Paul T Darga
2006-06-07Refactor git_tcp_connect() functions a little.Jon Loeliger
2006-05-22fetch-pack: output refs in the order they were given on the command line.Junio C Hamano
2006-04-17cleanups: Fix potential bugs in connect.cSerge E. Hallyn
2006-01-25Add compat/unsetenv.c .Jason Riedy
2006-01-25local push/pull env cleanupMatt Draisey
2005-12-28send-pack/receive-pack: allow errors to be reported back to pusher.Junio C Hamano
2005-12-22GIT: Support [address] in URLsYOSHIFUJI Hideaki / 吉藤英明
2005-11-22Fixed git:// IPv4 address problem when compiled with -DNO_IPV6.Paul Serice
2005-11-22GIT: Fix compilation error in connect.cYOSHIFUJI Hideaki / 吉藤英明
2005-11-21git-proxy updates.Junio C Hamano
2005-11-21proxy-command support for git://Paul Collins
2005-11-20Client side support for user-relative paths.Andreas Ericsson
2005-10-29fix multi_ack.Johannes Schindelin
2005-10-29git-fetch-pack: Support multi_ack extensionJohannes Schindelin
2005-10-29Support receiving server capabilitiesJohannes Schindelin
2005-10-25Revert recent fetch-pack/upload-pack updates.Junio C Hamano
2005-10-24git-fetch-pack: Implement client part of the multi_ack extensionJohannes Schindelin
2005-10-16Squelch compiler warnings from connect.cJunio C Hamano
2005-10-15Ignore funny refname sent from remoteJunio C Hamano
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