summaryrefslogtreecommitdiff
path: root/connect.c
AgeCommit message (Expand)Author
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering
2008-02-12Merge branch 'db/no-separate-ls-remote-connection' (early part)Junio C Hamano
2008-02-11connect.c: guard config parser from value=NULLJunio C Hamano
2008-02-10Fix "git clone" for git:// protocolJohannes Schindelin
2007-11-03Miscellaneous const changes and utilitiesDaniel Barkalow
2007-10-21Use start_command() in git_connect() instead of explicit fork/exec.Johannes Sixt
2007-10-21Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce
2007-09-30bundle transport: fix an alloc_ref() callJunio C Hamano
2007-09-21sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-09-01URL: allow port specification in ssh:// URLsLuben Tuikov
2007-08-02connect: accept file:// URL schemeLinus Torvalds
2007-07-10Add allocation and freeing functions for struct refsDaniel Barkalow
2007-07-01Merge branch 'ei/worktree+filter'Junio C Hamano
2007-06-16Do not use h_errno after connect(2): the function does not set itAlex Riesen
2007-06-07War on whitespaceJunio C Hamano
2007-06-06introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer
2007-05-29Merge branch 'db/remote'Junio C Hamano
2007-05-25Verbose connect messages to show the IP addresses usedAlex Riesen
2007-05-21Move refspec parser from connect.c and cache.h to remote.{c,h}Daniel Barkalow
2007-05-16connect: display connection progressMichael S. Tsirkin
2007-03-27Fix "getaddrinfo()" bugletLinus Torvalds
2007-03-13Use run_command for proxy connectionsShawn O. Pearce
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
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 / 吉藤英明