summaryrefslogtreecommitdiff
path: root/connect.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'db/remote'Junio C Hamano2007-05-291-239/+1
|\
| * Move refspec parser from connect.c and cache.h to remote.{c,h}Daniel Barkalow2007-05-201-239/+1
* | Verbose connect messages to show the IP addresses usedAlex Riesen2007-05-241-1/+37
|/
* connect: display connection progressMichael S. Tsirkin2007-05-161-6/+24
* Fix "getaddrinfo()" bugletLinus Torvalds2007-03-271-1/+3
* Use run_command for proxy connectionsShawn O. Pearce2007-03-121-21/+15
* Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-201-3/+3
* Make sure git_connect() always give two file descriptors.Junio C Hamano2007-01-211-1/+1
* simplify inclusion of system header files.Junio C Hamano2006-12-201-6/+0
* Allow git push to delete remote ref.Junio C Hamano2006-11-241-1/+10
* 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