summaryrefslogtreecommitdiff
path: root/connect.c
AgeCommit message (Expand)Author
2013-12-17Merge branch 'tb/clone-ssh-with-colon-for-port'Junio C Hamano
2013-12-09git_connect(): use common return pointTorsten Bögershausen
2013-12-09connect.c: refactor url parsingTorsten Bögershausen
2013-12-09git_connect(): refactor the port handling for sshTorsten Bögershausen
2013-12-09git fetch: support host:/~repoTorsten Bögershausen
2013-12-09git fetch-pack: add --diag-urlTorsten Bögershausen
2013-12-09git_connect: factor out discovery of the protocol and its partsJohannes Sixt
2013-12-09git_connect: remove artificial limit of a remote commandJohannes Sixt
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-10-30Merge branch 'jc/upload-pack-send-symref'Junio C Hamano
2013-10-14Merge branch 'nd/clone-local-with-colon'Jonathan Nieder
2013-09-27clone: tighten "local paths with colons" check a bitNguyễn Thái Ngọc Duy
2013-09-18connect: annotate refs with their symref information in get_remote_head()Junio C Hamano
2013-09-18connect.c: make parse_feature_value() staticJunio C Hamano
2013-07-08cache.h: move remote/connect API out of itJunio C Hamano
2013-06-02Merge branch 'nd/clone-local-with-colon'Junio C Hamano
2013-05-07clone: allow cloning local paths with colons in themNguyễn Thái Ngọc Duy
2013-02-24teach get_remote_heads to read from a memory bufferJeff King
2013-02-24pkt-line: share buffer/descriptor reading implementationJeff King
2013-02-20pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King
2013-02-20pkt-line: teach packet_read_line to chomp newlinesJeff King
2013-02-20pkt-line: provide a generic reading function with optionsJeff King
2012-08-29Merge branch 'jc/capabilities'Junio C Hamano
2012-08-14parse_feature_request: make it easier to see feature valuesJeff King
2012-07-05Merge branch 'hv/remote-end-hung-up'Junio C Hamano
2012-06-19remove the impression of unexpectedness when access is deniedHeiko Voigt
2012-06-13git: Wrong parsing of ssh urls with IPv6 literals ignores portRené Scharfe
2012-01-08server_supports(): parse feature list more carefullyJunio C Hamano
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