summaryrefslogtreecommitdiff
path: root/connect.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into db/fetch-packShawn O. Pearce2007-10-161-15/+10
|\
| * sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit2007-09-211-12/+9
| * Use xmemdupz() in many places.Pierre Habouzit2007-09-181-3/+1
* | bundle transport: fix an alloc_ref() callJunio C Hamano2007-09-291-2/+2
|/
* URL: allow port specification in ssh:// URLsLuben Tuikov2007-09-011-1/+29
* connect: accept file:// URL schemeLinus Torvalds2007-08-011-5/+7
* Add allocation and freeing functions for struct refsDaniel Barkalow2007-07-091-1/+1
* Merge branch 'ei/worktree+filter'Junio C Hamano2007-07-011-0/+1
|\
| * introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer2007-06-061-0/+1
* | Do not use h_errno after connect(2): the function does not set itAlex Riesen2007-06-161-4/+2
* | War on whitespaceJunio C Hamano2007-06-071-1/+1
|/
* 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