summaryrefslogtreecommitdiff
path: root/connect.c
AgeCommit message (Expand)Author
2011-05-20Merge branch 'jk/git-connection-deadlock-fix'Junio C Hamano
2011-05-16connect: let callers know if connection is a socketJeff King
2011-05-16connect: treat generic proxy processes like ssh processesJeff King
2010-09-30Make sure that git_getpass() never returns NULLJohannes Schindelin
2010-08-31Allow core.askpass to override SSH_ASKPASS.Knut Franke
2010-08-31Add a new option 'core.askpass'.Anselm Kruis
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan
2010-05-24decode file:// and ssh:// URLsJeff King
2010-03-20Merge branch 'fl/askpass'Junio C Hamano
2010-03-07Merge branch 'gb/maint-submodule-env'Junio C Hamano
2010-03-05git-core: Support retrieving passwords with GIT_ASKPASSFrank Li
2010-03-02Merge branch 'ml/connect-refactor'Junio C Hamano
2010-02-25Refactor list of of repo-local env varsGiuseppe Bilotta
2010-02-17connect.c: move duplicated code to a new function 'get_host_and_port'Michael Lukashov
2010-02-04Typofixes outside documentation areaJunio C Hamano
2010-01-27Merge branch 'il/maint-colon-address'Junio C Hamano
2010-01-26Allow use of []-wrapped addresses in git://Ilari Liusvaara
2010-01-25git_connect: use use_shell instead of explicit "sh", "-c"Johannes Sixt
2009-11-24Merge branch 'cc/replace'Junio C Hamano
2009-11-21replace: use a GIT_NO_REPLACE_OBJECTS env variableChristian Couder
2009-10-31Move "get_ack()" back to fetch-packShawn O. Pearce
2009-09-01Style fixes, add a space after if/for/while.Brian Gianforcaro
2009-06-21Fix various sparse warnings in the git source codeLinus Torvalds
2009-06-13Merge branch 'sp/msysgit'Junio C Hamano
2009-06-06daemon: Strictly parse the "extra arg" part of the commandShawn O. Pearce
2009-06-01connect.c: Support PuTTY plink and TortoisePlink as SSH on WindowsEdward Z. Yang
2009-04-25connect: replace inet_ntop with getnameinfoBenjamin Kramer
2009-03-14Remove unused assignmentsBenjamin Kramer
2009-03-11connect.c: remove a few globals by using git_config callback dataErik Faye-Lund
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