summaryrefslogtreecommitdiff
path: root/connect.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/clone-local-with-colon'Junio C Hamano2013-06-021-2/+5
|\
| * clone: allow cloning local paths with colons in themNguyễn Thái Ngọc Duy2013-05-071-2/+5
* | teach get_remote_heads to read from a memory bufferJeff King2013-02-241-3/+3
* | pkt-line: share buffer/descriptor reading implementationJeff King2013-02-241-1/+2
* | pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-201-2/+2
* | pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-201-3/+2
* | pkt-line: provide a generic reading function with optionsJeff King2013-02-201-1/+2
|/
* Merge branch 'jc/capabilities'Junio C Hamano2012-08-291-9/+36
|\
| * parse_feature_request: make it easier to see feature valuesJeff King2012-08-131-9/+36
* | Merge branch 'hv/remote-end-hung-up'Junio C Hamano2012-07-041-1/+17
|\ \
| * | remove the impression of unexpectedness when access is deniedHeiko Voigt2012-06-191-1/+17
* | | git: Wrong parsing of ssh urls with IPv6 literals ignores portRené Scharfe2012-06-131-1/+1
| |/ |/|
* | server_supports(): parse feature list more carefullyJunio C Hamano2012-01-081-2/+21
* | Merge branch 'jk/git-prompt'Junio C Hamano2011-12-221-44/+0
|\ \
| * | move git_getpass to its own source fileJeff King2011-12-121-44/+0
* | | Merge branch 'ew/keepalive'Junio C Hamano2011-12-191-0/+13
|\ \ \
| * | | enable SO_KEEPALIVE for connected TCP socketsEric Wong2011-12-051-0/+13
| | |/ | |/|
| * | Merge branch 'dz/connect-error-report' into maintJunio C Hamano2011-09-111-14/+11
| |\ \
* | | | connect.c: drop path_match functionjk/fetch-no-tail-match-refsJeff King2011-12-131-21/+0
* | | | drop "match" parameter from get_remote_headsJeff King2011-12-131-3/+0
| |_|/ |/| |
* | | Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-051-1/+1
* | | connect: only log if all attempts failed (ipv4)Erik Faye-Lund2011-08-011-13/+10
* | | Merge branch 'maint' into ef/ipv4-connect-error-reportJunio C Hamano2011-08-011-1/+1
|\ \ \ | |/ / | | / | |/ |/|
| * connect: correctly number ipv6 network adapterErik Faye-Lund2011-08-011-1/+1
* | Do not log unless all connect() attempts failDave Zarzycki2011-07-141-14/+11
|/
* Merge branch 'jk/git-connection-deadlock-fix'Junio C Hamano2011-05-191-14/+21
|\
| * connect: let callers know if connection is a socketJeff King2011-05-161-1/+6
| * connect: treat generic proxy processes like ssh processesJeff King2011-05-161-13/+15
* | Make sure that git_getpass() never returns NULLJohannes Schindelin2010-09-301-2/+6
* | Allow core.askpass to override SSH_ASKPASS.Knut Franke2010-08-311-1/+2
* | Add a new option 'core.askpass'.Anselm Kruis2010-08-311-1/+3
* | Merge branch 'gv/portable'Junio C Hamano2010-06-211-1/+1
|\ \
| * | enums: omit trailing comma for portabilityGary V. Vaughan2010-05-311-1/+1
* | | decode file:// and ssh:// URLsJeff King2010-05-241-1/+7
|/ /
* | Merge branch 'fl/askpass'Junio C Hamano2010-03-201-0/+37
|\ \
| * | git-core: Support retrieving passwords with GIT_ASKPASSFrank Li2010-03-041-0/+37
* | | Merge branch 'gb/maint-submodule-env'Junio C Hamano2010-03-071-12/+2
|\ \ \
| * | | Refactor list of of repo-local env varsGiuseppe Bilotta2010-02-241-12/+2
* | | | Merge branch 'ml/connect-refactor'Junio C Hamano2010-03-021-54/+29
|\ \ \ \ | |_|/ / |/| | |
| * | | connect.c: move duplicated code to a new function 'get_host_and_port'Michael Lukashov2010-02-171-54/+29
| |/ /
* | | Typofixes outside documentation areaJunio C Hamano2010-02-031-1/+1
|/ /
* | Merge branch 'il/maint-colon-address'Junio C Hamano2010-01-271-2/+8
|\ \
| * | Allow use of []-wrapped addresses in git://Ilari Liusvaara2010-01-261-2/+8
* | | git_connect: use use_shell instead of explicit "sh", "-c"Johannes Sixt2010-01-251-2/+1
| |/ |/|
* | Merge branch 'cc/replace'Junio C Hamano2009-11-231-0/+1
|\ \
| * | replace: use a GIT_NO_REPLACE_OBJECTS env variableChristian Couder2009-11-201-0/+1
| |/
* | Move "get_ack()" back to fetch-packShawn O. Pearce2009-10-301-21/+0
|/
* Style fixes, add a space after if/for/while.Brian Gianforcaro2009-08-311-1/+1
* Fix various sparse warnings in the git source codeLinus Torvalds2009-06-201-1/+1
* Merge branch 'sp/msysgit'Junio C Hamano2009-06-131-2/+6
|\