summaryrefslogtreecommitdiff
path: root/connect.c
AgeCommit message (Expand)Author
2009-01-05remove trailing LF in die() messagesAlexander Potashev
2008-12-21connect.c: stricter port validation, silence compiler warningRené Scharfe
2008-11-02connect.c: add a way for git-daemon to pass an error back to clientTom Preston-Werner
2008-10-18make alloc_ref_from_str() the new alloc_ref()René Scharfe
2008-10-18use alloc_ref_from_str() everywhereRené Scharfe
2008-09-09push: prepare sender to receive extended ref information from the receiverJunio C Hamano
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano
2008-06-26Windows: Disambiguate DOS style paths from SSH URLs.Johannes Sixt
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
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