aboutsummaryrefslogtreecommitdiff
path: root/connect.c
Commit message (Expand)AuthorAge
* Merge branch 'maint'Junio C Hamano2014-07-21
|\
| * use xmemdupz() to allocate copies of strings given by start and lengthRené Scharfe2014-07-21
* | use skip_prefix to avoid magic numbersJeff King2014-06-20
* | git_connect: use argv_arrayJeff King2014-05-15
|/
* Merge branch 'nd/indent-fix-connect-c'Junio C Hamano2014-03-25
|\
| * connect.c: SP after "}", not TABNguyễn Thái Ngọc Duy2014-03-13
* | Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-17
|\ \
| * | connect.c: teach get_remote_heads to parse "shallow" linesNguyễn Thái Ngọc Duy2013-12-10
| * | remote.h: replace struct extra_have_objects with struct sha1_arrayNguyễn Thái Ngọc Duy2013-12-10
* | | Merge branch 'tb/clone-ssh-with-colon-for-port'Junio C Hamano2013-12-17
|\ \ \ | | |/ | |/|
| * | git_connect(): use common return pointTorsten Bögershausen2013-12-09
| * | connect.c: refactor url parsingTorsten Bögershausen2013-12-09
| * | git_connect(): refactor the port handling for sshTorsten Bögershausen2013-12-09
| * | git fetch: support host:/~repoTorsten Bögershausen2013-12-09
| * | git fetch-pack: add --diag-urlTorsten Bögershausen2013-12-09
| * | git_connect: factor out discovery of the protocol and its partsJohannes Sixt2013-12-09
| * | git_connect: remove artificial limit of a remote commandJohannes Sixt2013-12-09
| |/
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
|/
* Merge branch 'jc/upload-pack-send-symref'Junio C Hamano2013-10-30
|\
| * connect: annotate refs with their symref information in get_remote_head()Junio C Hamano2013-09-17
| * connect.c: make parse_feature_value() staticJunio C Hamano2013-09-17
* | Merge branch 'nd/clone-local-with-colon'Jonathan Nieder2013-10-14
|\ \
| * | clone: tighten "local paths with colons" check a bitNguyễn Thái Ngọc Duy2013-09-27
* | | cache.h: move remote/connect API out of itJunio C Hamano2013-07-08
| |/ |/|
* | Merge branch 'nd/clone-local-with-colon'Junio C Hamano2013-06-02
|\ \ | |/
| * clone: allow cloning local paths with colons in themNguyễn Thái Ngọc Duy2013-05-07
* | teach get_remote_heads to read from a memory bufferJeff King2013-02-24
* | pkt-line: share buffer/descriptor reading implementationJeff King2013-02-24
* | pkt-line: provide a LARGE_PACKET_MAX static bufferJeff King2013-02-20
* | pkt-line: teach packet_read_line to chomp newlinesJeff King2013-02-20
* | pkt-line: provide a generic reading function with optionsJeff King2013-02-20
|/
* Merge branch 'jc/capabilities'Junio C Hamano2012-08-29
|\
| * parse_feature_request: make it easier to see feature valuesJeff King2012-08-13
* | Merge branch 'hv/remote-end-hung-up'Junio C Hamano2012-07-04
|\ \
| * | remove the impression of unexpectedness when access is deniedHeiko Voigt2012-06-19
* | | git: Wrong parsing of ssh urls with IPv6 literals ignores portRené Scharfe2012-06-13
| |/ |/|
* | server_supports(): parse feature list more carefullyJunio C Hamano2012-01-08
* | Merge branch 'jk/git-prompt'Junio C Hamano2011-12-22
|\ \
| * | move git_getpass to its own source fileJeff King2011-12-12
* | | Merge branch 'ew/keepalive'Junio C Hamano2011-12-19
|\ \ \
| * | | enable SO_KEEPALIVE for connected TCP socketsEric Wong2011-12-05
| | |/ | |/|
| * | Merge branch 'dz/connect-error-report' into maintJunio C Hamano2011-09-11
| |\ \
* | | | connect.c: drop path_match functionJeff King2011-12-13
* | | | drop "match" parameter from get_remote_headsJeff King2011-12-13
| |_|/ |/| |
* | | 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
|\