aboutsummaryrefslogtreecommitdiffstats
path: root/connect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-17connect: annotate refs with their symref information in get_remote_head()Junio C Hamano1-0/+60
2013-09-17connect.c: make parse_feature_value() staticJunio C Hamano1-1/+2
2013-07-08cache.h: move remote/connect API out of itJunio C Hamano1-0/+1
2013-06-02Merge branch 'nd/clone-local-with-colon'Junio C Hamano1-2/+5
2013-05-07clone: allow cloning local paths with colons in themNguyễn Thái Ngọc Duy1-2/+5
2013-02-24teach get_remote_heads to read from a memory bufferJeff King1-3/+3
2013-02-24pkt-line: share buffer/descriptor reading implementationJeff King1-1/+2
2013-02-20pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King1-2/+2
2013-02-20pkt-line: teach packet_read_line to chomp newlinesJeff King1-3/+2
2013-02-20pkt-line: provide a generic reading function with optionsJeff King1-1/+2
2012-08-29Merge branch 'jc/capabilities'Junio C Hamano1-9/+36
2012-08-13parse_feature_request: make it easier to see feature valuesJeff King1-9/+36
2012-07-04Merge branch 'hv/remote-end-hung-up'Junio C Hamano1-1/+17
2012-06-19remove the impression of unexpectedness when access is deniedHeiko Voigt1-1/+17
2012-06-13git: Wrong parsing of ssh urls with IPv6 literals ignores portRené Scharfe1-1/+1
2012-01-08server_supports(): parse feature list more carefullyJunio C Hamano1-2/+21
2011-12-22Merge branch 'jk/git-prompt'Junio C Hamano1-44/+0
2011-12-19Merge branch 'ew/keepalive'Junio C Hamano1-0/+13
2011-12-13connect.c: drop path_match functionJeff King1-21/+0
2011-12-13drop "match" parameter from get_remote_headsJeff King1-3/+0
2011-12-12move git_getpass to its own source fileJeff King1-44/+0
2011-12-05enable SO_KEEPALIVE for connected TCP socketsEric Wong1-0/+13
2011-10-05Change check_ref_format() to take a flags argumentMichael Haggerty1-1/+1
2011-09-11Merge branch 'dz/connect-error-report' into maintJunio C Hamano1-14/+11
2011-08-01connect: only log if all attempts failed (ipv4)Erik Faye-Lund1-13/+10
2011-08-01Merge branch 'maint' into ef/ipv4-connect-error-reportJunio C Hamano1-1/+1
2011-08-01connect: correctly number ipv6 network adapterErik Faye-Lund1-1/+1
2011-07-14Do not log unless all connect() attempts failDave Zarzycki1-14/+11
2011-05-19Merge branch 'jk/git-connection-deadlock-fix'Junio C Hamano1-14/+21
2011-05-16connect: let callers know if connection is a socketJeff King1-1/+6
2011-05-16connect: treat generic proxy processes like ssh processesJeff King1-13/+15
2010-09-30Make sure that git_getpass() never returns NULLJohannes Schindelin1-2/+6
2010-08-31Allow core.askpass to override SSH_ASKPASS.Knut Franke1-1/+2
2010-08-31Add a new option 'core.askpass'.Anselm Kruis1-1/+3
2010-06-21Merge branch 'gv/portable'Junio C Hamano1-1/+1
2010-05-31enums: omit trailing comma for portabilityGary V. Vaughan1-1/+1
2010-05-24decode file:// and ssh:// URLsJeff King1-1/+7
2010-03-20Merge branch 'fl/askpass'Junio C Hamano1-0/+37
2010-03-07Merge branch 'gb/maint-submodule-env'Junio C Hamano1-12/+2
2010-03-04git-core: Support retrieving passwords with GIT_ASKPASSFrank Li1-0/+37
2010-03-02Merge branch 'ml/connect-refactor'Junio C Hamano1-54/+29
2010-02-24Refactor list of of repo-local env varsGiuseppe Bilotta1-12/+2
2010-02-17connect.c: move duplicated code to a new function 'get_host_and_port'Michael Lukashov1-54/+29
2010-02-03Typofixes outside documentation areaJunio C Hamano1-1/+1
2010-01-27Merge branch 'il/maint-colon-address'Junio C Hamano1-2/+8
2010-01-26Allow use of []-wrapped addresses in git://Ilari Liusvaara1-2/+8
2010-01-25git_connect: use use_shell instead of explicit "sh", "-c"Johannes Sixt1-2/+1
2009-11-23Merge branch 'cc/replace'Junio C Hamano1-0/+1
2009-11-20replace: use a GIT_NO_REPLACE_OBJECTS env variableChristian Couder1-0/+1
2009-10-30Move "get_ack()" back to fetch-packShawn O. Pearce1-21/+0