summaryrefslogtreecommitdiffstats
path: root/connect.c
AgeCommit message (Expand)AuthorLines
2015-03-06Merge branch 'rs/simple-cleanups' into maintJunio C Hamano-2/+1
2015-02-22connect: use strcmp() for string comparisonRené Scharfe-2/+1
2014-12-22Merge branch 'mh/simplify-repack-without-refs'Junio C Hamano-1/+1
2014-11-25sort_string_list(): rename to string_list_sort()Michael Haggerty-1/+1
2014-11-10git_connect: set ssh shell command in GIT_SSH_COMMANDThomas Quinot-3/+12
2014-09-19Merge branch 'rs/more-uses-of-skip-prefix'Junio C Hamano-10/+6
2014-09-02connect: simplify check_ref() using skip_prefix() and starts_with()René Scharfe-10/+6
2014-08-20run-command: introduce child_process_init()René Scharfe-2/+4
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe-1/+1
2014-07-21Merge branch 'maint'Junio C Hamano-3/+1
2014-07-21use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe-3/+1
2014-06-20use skip_prefix to avoid magic numbersJeff King-5/+6
2014-05-15git_connect: use argv_arrayJeff King-18/+10
2014-03-25Merge branch 'nd/indent-fix-connect-c'Junio C Hamano-1/+1
2014-03-13connect.c: SP after "}", not TABNguyễn Thái Ngọc Duy-1/+1
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano-9/+13
2013-12-17Merge branch 'tb/clone-ssh-with-colon-for-port'Junio C Hamano-113/+136
2013-12-10connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy-1/+11
2013-12-10remote.h: replace struct extra_have_objects with struct sha1_arrayNguyễn Thái Ngọc Duy-9/+3
2013-12-09git_connect(): use common return pointTorsten Bögershausen-58/+50
2013-12-09connect.c: refactor url parsingTorsten Bögershausen-27/+30
2013-12-09git_connect(): refactor the port handling for sshTorsten Bögershausen-34/+13
2013-12-09git fetch: support host:/~repoTorsten Bögershausen-7/+7
2013-12-09git fetch-pack: add --diag-urlTorsten Bögershausen-0/+28
2013-12-09git_connect: factor out discovery of the protocol and its partsJohannes Sixt-27/+53
2013-12-09git_connect: remove artificial limit of a remote commandJohannes Sixt-6/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder-1/+1
2013-10-30Merge branch 'jc/upload-pack-send-symref'Junio C Hamano-1/+62
2013-10-14Merge branch 'nd/clone-local-with-colon'Jonathan Nieder-1/+1
2013-09-27clone: tighten "local paths with colons" check a bitNguyễn Thái Ngọc Duy-1/+1
2013-09-17connect: annotate refs with their symref information in get_remote_head()Junio C Hamano-0/+60
2013-09-17connect.c: make parse_feature_value() staticJunio C Hamano-1/+2
2013-07-08cache.h: move remote/connect API out of itJunio C Hamano-0/+1
2013-06-02Merge branch 'nd/clone-local-with-colon'Junio C Hamano-2/+5
2013-05-07clone: allow cloning local paths with colons in themNguyễn Thái Ngọc Duy-2/+5
2013-02-24teach get_remote_heads to read from a memory bufferJeff King-3/+3
2013-02-24pkt-line: share buffer/descriptor reading implementationJeff King-1/+2
2013-02-20pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King-2/+2
2013-02-20pkt-line: teach packet_read_line to chomp newlinesJeff King-3/+2
2013-02-20pkt-line: provide a generic reading function with optionsJeff King-1/+2
2012-08-29Merge branch 'jc/capabilities'Junio C Hamano-9/+36
2012-08-13parse_feature_request: make it easier to see feature valuesJeff King-9/+36
2012-07-04Merge branch 'hv/remote-end-hung-up'Junio C Hamano-1/+17
2012-06-19remove the impression of unexpectedness when access is deniedHeiko Voigt-1/+17
2012-06-13git: Wrong parsing of ssh urls with IPv6 literals ignores portRené Scharfe-1/+1
2012-01-08server_supports(): parse feature list more carefullyJunio C Hamano-2/+21
2011-12-22Merge branch 'jk/git-prompt'Junio C Hamano-44/+0
2011-12-19Merge branch 'ew/keepalive'Junio C Hamano-0/+13
2011-12-13connect.c: drop path_match functionJeff King-21/+0
2011-12-13drop "match" parameter from get_remote_headsJeff King-3/+0