summaryrefslogtreecommitdiff
path: root/connect.c
AgeCommit message (Expand)Author
2011-12-22Merge branch 'jk/git-prompt'Junio C Hamano
2011-12-20Merge branch 'ew/keepalive'Junio C Hamano
2011-12-13connect.c: drop path_match functionJeff King
2011-12-13drop "match" parameter from get_remote_headsJeff King
2011-12-13move git_getpass to its own source fileJeff King
2011-12-06enable SO_KEEPALIVE for connected TCP socketsEric Wong
2011-10-05Change check_ref_format() to take a flags argumentMichael Haggerty
2011-09-12Merge branch 'dz/connect-error-report' into maintJunio C Hamano
2011-08-01connect: only log if all attempts failed (ipv4)Erik Faye-Lund
2011-08-01Merge branch 'maint' into ef/ipv4-connect-error-reportJunio C Hamano
2011-08-01connect: correctly number ipv6 network adapterErik Faye-Lund
2011-07-14Do not log unless all connect() attempts failDave Zarzycki
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