aboutsummaryrefslogtreecommitdiffstats
path: root/connect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano1-2/+2
2008-06-26Windows: Disambiguate DOS style paths from SSH URLs.Johannes Sixt1-1/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-3/+4
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering1-2/+1
2008-02-11Merge branch 'db/no-separate-ls-remote-connection' (early part)Junio C Hamano1-8/+12
2008-02-11connect.c: guard config parser from value=NULLJunio C Hamano1-0/+2
2008-02-09Fix "git clone" for git:// protocolJohannes Schindelin1-8/+12
2007-11-02Miscellaneous const changes and utilitiesDaniel Barkalow1-1/+9
2007-10-21Use start_command() in git_connect() instead of explicit fork/exec.Johannes Sixt1-55/+48
2007-10-21Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt1-14/+17
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce1-15/+10
2007-09-29bundle transport: fix an alloc_ref() callJunio C Hamano1-2/+2
2007-09-21sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit1-12/+9
2007-09-18Use xmemdupz() in many places.Pierre Habouzit1-3/+1
2007-09-01URL: allow port specification in ssh:// URLsLuben Tuikov1-1/+29
2007-08-01connect: accept file:// URL schemeLinus Torvalds1-5/+7
2007-07-09Add allocation and freeing functions for struct refsDaniel Barkalow1-1/+1
2007-07-01Merge branch 'ei/worktree+filter'Junio C Hamano1-0/+1
2007-06-16Do not use h_errno after connect(2): the function does not set itAlex Riesen1-4/+2
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2007-06-06introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer1-0/+1
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