summaryrefslogtreecommitdiffstats
path: root/connect.c
AgeCommit message (Expand)AuthorLines
2009-04-25connect: replace inet_ntop with getnameinfoBenjamin Kramer-11/+4
2009-03-14Remove unused assignmentsBenjamin Kramer-1/+1
2009-03-10connect.c: remove a few globals by using git_config callback dataErik Faye-Lund-6/+3
2009-01-05remove trailing LF in die() messagesAlexander Potashev-1/+1
2008-12-21connect.c: stricter port validation, silence compiler warningRené Scharfe-2/+2
2008-11-02connect.c: add a way for git-daemon to pass an error back to clientTom Preston-Werner-0/+3
2008-10-18make alloc_ref_from_str() the new alloc_ref()René Scharfe-1/+1
2008-10-18use alloc_ref_from_str() everywhereRené Scharfe-2/+1
2008-09-09push: prepare sender to receive extended ref information from the receiverJunio C Hamano-1/+15
2008-08-31'git foo' program identifies itself without dash in die() messagesJunio C Hamano-2/+2
2008-06-26Windows: Disambiguate DOS style paths from SSH URLs.Johannes Sixt-1/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin-3/+4
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering-2/+1
2008-02-11Merge branch 'db/no-separate-ls-remote-connection' (early part)Junio C Hamano-8/+12
2008-02-11connect.c: guard config parser from value=NULLJunio C Hamano-0/+2
2008-02-09Fix "git clone" for git:// protocolJohannes Schindelin-8/+12
2007-11-02Miscellaneous const changes and utilitiesDaniel Barkalow-1/+9
2007-10-21Use start_command() in git_connect() instead of explicit fork/exec.Johannes Sixt-55/+48
2007-10-21Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt-14/+17
2007-10-16Merge branch 'master' into db/fetch-packShawn O. Pearce-15/+10
2007-09-29bundle transport: fix an alloc_ref() callJunio C Hamano-2/+2
2007-09-21sq_quote_argv and add_to_string rework with strbuf's.Pierre Habouzit-12/+9
2007-09-18Use xmemdupz() in many places.Pierre Habouzit-3/+1
2007-09-01URL: allow port specification in ssh:// URLsLuben Tuikov-1/+29
2007-08-01connect: accept file:// URL schemeLinus Torvalds-5/+7
2007-07-09Add allocation and freeing functions for struct refsDaniel Barkalow-1/+1
2007-07-01Merge branch 'ei/worktree+filter'Junio C Hamano-0/+1
2007-06-16Do not use h_errno after connect(2): the function does not set itAlex Riesen-4/+2
2007-06-07War on whitespaceJunio C Hamano-1/+1
2007-06-06introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer-0/+1
2007-05-29Merge branch 'db/remote'Junio C Hamano-239/+1
2007-05-24Verbose connect messages to show the IP addresses usedAlex Riesen-1/+37
2007-05-20Move refspec parser from connect.c and cache.h to remote.{c,h}Daniel Barkalow-239/+1
2007-05-16connect: display connection progressMichael S. Tsirkin-6/+24
2007-03-27Fix "getaddrinfo()" bugletLinus Torvalds-1/+3
2007-03-12Use run_command for proxy connectionsShawn O. Pearce-21/+15
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano-3/+3
2007-01-21Make sure git_connect() always give two file descriptors.Junio C Hamano-1/+1
2006-12-20simplify inclusion of system header files.Junio C Hamano-6/+0
2006-11-24Allow git push to delete remote ref.Junio C Hamano-1/+10
2006-11-23refs outside refs/{heads,tags} match less strongly.Junio C Hamano-5/+42
2006-09-12connect.c: finish_connect(): allow null pid parameterFranck Bui-Huu-2/+11
2006-09-10Fix a memory leak in "connect.c" and die if command too long.Christian Couder-3/+14
2006-09-05send-pack: remove remote reference limitAndy Whitcroft-1/+1
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce-3/+3
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce-3/+3
2006-08-15remove unnecessary initializationsDavid Rientjes-3/+3
2006-08-15finish_connect(): thinkofixJunio C Hamano-8/+3
2006-07-04Improve git-peek-remoteLinus Torvalds-4/+31
2006-07-01Fix errno usage in connect.cPetr Baudis-6/+12