aboutsummaryrefslogtreecommitdiff
path: root/connect.c
Commit message (Expand)AuthorAge
* Fix "getaddrinfo()" bugletLinus Torvalds2007-03-27
* Use run_command for proxy connectionsShawn O. Pearce2007-03-12
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
* Make sure git_connect() always give two file descriptors.Junio C Hamano2007-01-21
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* Allow git push to delete remote ref.Junio C Hamano2006-11-24
* refs outside refs/{heads,tags} match less strongly.Junio C Hamano2006-11-23
* connect.c: finish_connect(): allow null pid parameterFranck Bui-Huu2006-09-12
* Fix a memory leak in "connect.c" and die if command too long.Christian Couder2006-09-10
* send-pack: remove remote reference limitAndy Whitcroft2006-09-05
* Replace uses of strdup with xstrdup.Shawn Pearce2006-09-02
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23
* remove unnecessary initializationsDavid Rientjes2006-08-15
* finish_connect(): thinkofixJunio C Hamano2006-08-15
* Improve git-peek-remoteLinus Torvalds2006-07-04
* Fix errno usage in connect.cPetr Baudis2006-07-01
* connect.c: remove unused parameters from tcp_connect and proxy_connectJunio C Hamano2006-06-28
* Make some strings constTimo Hirvonen2006-06-28
* Solaris needs inclusion of signal.h for signal()Dennis Stosberg2006-06-26
* Restore SIGCHLD to SIG_DFL where we care about waitpid().Junio C Hamano2006-06-19
* check for error return from fork()Paul T Darga2006-06-08
* Refactor git_tcp_connect() functions a little.Jon Loeliger2006-06-06
* fetch-pack: output refs in the order they were given on the command line.Junio C Hamano2006-05-22
* cleanups: Fix potential bugs in connect.cSerge E. Hallyn2006-04-17
* Add compat/unsetenv.c .Jason Riedy2006-01-25
* local push/pull env cleanupMatt Draisey2006-01-25
* send-pack/receive-pack: allow errors to be reported back to pusher.Junio C Hamano2005-12-27
* GIT: Support [address] in URLsYOSHIFUJI Hideaki / 吉藤英明2005-12-21
* Fixed git:// IPv4 address problem when compiled with -DNO_IPV6.Paul Serice2005-11-22
* GIT: Fix compilation error in connect.cYOSHIFUJI Hideaki / 吉藤英明2005-11-21
* git-proxy updates.Junio C Hamano2005-11-21
* proxy-command support for git://Paul Collins2005-11-21
* Client side support for user-relative paths.Andreas Ericsson2005-11-19
* 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