aboutsummaryrefslogtreecommitdiff
path: root/connect.c
Commit message (Expand)AuthorAge
* Merge branch 'jk/fetch-no-tail-match-refs' into maintJunio C Hamano2011-12-28
|\
| * connect.c: drop path_match functionJeff King2011-12-13
| * drop "match" parameter from get_remote_headsJeff King2011-12-13
* | Merge branch 'ew/keepalive' into maintJunio C Hamano2011-12-28
|\ \ | |/ |/|
| * enable SO_KEEPALIVE for connected TCP socketsEric Wong2011-12-05
| * Merge branch 'dz/connect-error-report' into maintJunio C Hamano2011-09-11
| |\
* | | Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-05
* | | connect: only log if all attempts failed (ipv4)Erik Faye-Lund2011-08-01
* | | Merge branch 'maint' into ef/ipv4-connect-error-reportJunio C Hamano2011-08-01
|\ \ \ | |/ / | | / | |/ |/|
| * connect: correctly number ipv6 network adapterErik Faye-Lund2011-08-01
* | Do not log unless all connect() attempts failDave Zarzycki2011-07-14
|/
* Merge branch 'jk/git-connection-deadlock-fix'Junio C Hamano2011-05-19
|\
| * connect: let callers know if connection is a socketJeff King2011-05-16
| * connect: treat generic proxy processes like ssh processesJeff King2011-05-16
* | Make sure that git_getpass() never returns NULLJohannes Schindelin2010-09-30
* | Allow core.askpass to override SSH_ASKPASS.Knut Franke2010-08-31
* | Add a new option 'core.askpass'.Anselm Kruis2010-08-31
* | Merge branch 'gv/portable'Junio C Hamano2010-06-21
|\ \
| * | enums: omit trailing comma for portabilityGary V. Vaughan2010-05-31
* | | decode file:// and ssh:// URLsJeff King2010-05-24
|/ /
* | Merge branch 'fl/askpass'Junio C Hamano2010-03-20
|\ \
| * | git-core: Support retrieving passwords with GIT_ASKPASSFrank Li2010-03-04
* | | Merge branch 'gb/maint-submodule-env'Junio C Hamano2010-03-07
|\ \ \
| * | | Refactor list of of repo-local env varsGiuseppe Bilotta2010-02-24
* | | | Merge branch 'ml/connect-refactor'Junio C Hamano2010-03-02
|\ \ \ \ | |_|/ / |/| | |
| * | | connect.c: move duplicated code to a new function 'get_host_and_port'Michael Lukashov2010-02-17
| |/ /
* | | Typofixes outside documentation areaJunio C Hamano2010-02-03
|/ /
* | Merge branch 'il/maint-colon-address'Junio C Hamano2010-01-27
|\ \
| * | Allow use of []-wrapped addresses in git://Ilari Liusvaara2010-01-26
* | | git_connect: use use_shell instead of explicit "sh", "-c"Johannes Sixt2010-01-25
| |/ |/|
* | Merge branch 'cc/replace'Junio C Hamano2009-11-23
|\ \
| * | replace: use a GIT_NO_REPLACE_OBJECTS env variableChristian Couder2009-11-20
| |/
* | Move "get_ack()" back to fetch-packShawn O. Pearce2009-10-30
|/
* Style fixes, add a space after if/for/while.Brian Gianforcaro2009-08-31
* Fix various sparse warnings in the git source codeLinus Torvalds2009-06-20
* Merge branch 'sp/msysgit'Junio C Hamano2009-06-13
|\
| * connect.c: Support PuTTY plink and TortoisePlink as SSH on WindowsEdward Z. Yang2009-06-01
* | daemon: Strictly parse the "extra arg" part of the commandShawn O. Pearce2009-06-06
|/
* connect: replace inet_ntop with getnameinfoBenjamin Kramer2009-04-25
* Remove unused assignmentsBenjamin Kramer2009-03-14
* connect.c: remove a few globals by using git_config callback dataErik Faye-Lund2009-03-10
* remove trailing LF in die() messagesAlexander Potashev2009-01-05
* connect.c: stricter port validation, silence compiler warningRené Scharfe2008-12-21
* connect.c: add a way for git-daemon to pass an error back to clientTom Preston-Werner2008-11-02
* make alloc_ref_from_str() the new alloc_ref()René Scharfe2008-10-18
* use alloc_ref_from_str() everywhereRené Scharfe2008-10-18
* push: prepare sender to receive extended ref information from the receiverJunio C Hamano2008-09-09
* 'git foo' program identifies itself without dash in die() messagesJunio C Hamano2008-08-31
* Windows: Disambiguate DOS style paths from SSH URLs.Johannes Sixt2008-06-26
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14