index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
connect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-20
use skip_prefix to avoid magic numbers
Jeff King
1
-5
/
+6
2014-05-15
git_connect: use argv_array
Jeff King
1
-18
/
+10
2014-03-25
Merge branch 'nd/indent-fix-connect-c'
Junio C Hamano
1
-1
/
+1
2014-03-13
connect.c: SP after "}", not TAB
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-01-17
Merge branch 'nd/shallow-clone'
Junio C Hamano
1
-9
/
+13
2013-12-17
Merge branch 'tb/clone-ssh-with-colon-for-port'
Junio C Hamano
1
-113
/
+136
2013-12-10
connect.c: teach get_remote_heads to parse "shallow" lines
Nguyễn Thái Ngọc Duy
1
-1
/
+11
2013-12-10
remote.h: replace struct extra_have_objects with struct sha1_array
Nguyễn Thái Ngọc Duy
1
-9
/
+3
2013-12-09
git_connect(): use common return point
Torsten Bögershausen
1
-58
/
+50
2013-12-09
connect.c: refactor url parsing
Torsten Bögershausen
1
-27
/
+30
2013-12-09
git_connect(): refactor the port handling for ssh
Torsten Bögershausen
1
-34
/
+13
2013-12-09
git fetch: support host:/~repo
Torsten Bögershausen
1
-7
/
+7
2013-12-09
git fetch-pack: add --diag-url
Torsten Bögershausen
1
-0
/
+28
2013-12-09
git_connect: factor out discovery of the protocol and its parts
Johannes Sixt
1
-27
/
+53
2013-12-09
git_connect: remove artificial limit of a remote command
Johannes Sixt
1
-6
/
+1
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-1
/
+1
2013-10-30
Merge branch 'jc/upload-pack-send-symref'
Junio C Hamano
1
-1
/
+62
2013-10-14
Merge branch 'nd/clone-local-with-colon'
Jonathan Nieder
1
-1
/
+1
2013-09-27
clone: tighten "local paths with colons" check a bit
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2013-09-17
connect: annotate refs with their symref information in get_remote_head()
Junio C Hamano
1
-0
/
+60
2013-09-17
connect.c: make parse_feature_value() static
Junio C Hamano
1
-1
/
+2
2013-07-08
cache.h: move remote/connect API out of it
Junio C Hamano
1
-0
/
+1
2013-06-02
Merge branch 'nd/clone-local-with-colon'
Junio C Hamano
1
-2
/
+5
2013-05-07
clone: allow cloning local paths with colons in them
Nguyễn Thái Ngọc Duy
1
-2
/
+5
2013-02-24
teach get_remote_heads to read from a memory buffer
Jeff King
1
-3
/
+3
2013-02-24
pkt-line: share buffer/descriptor reading implementation
Jeff King
1
-1
/
+2
2013-02-20
pkt-line: provide a LARGE_PACKET_MAX static buffer
Jeff King
1
-2
/
+2
2013-02-20
pkt-line: teach packet_read_line to chomp newlines
Jeff King
1
-3
/
+2
2013-02-20
pkt-line: provide a generic reading function with options
Jeff King
1
-1
/
+2
2012-08-29
Merge branch 'jc/capabilities'
Junio C Hamano
1
-9
/
+36
2012-08-13
parse_feature_request: make it easier to see feature values
Jeff King
1
-9
/
+36
2012-07-04
Merge branch 'hv/remote-end-hung-up'
Junio C Hamano
1
-1
/
+17
2012-06-19
remove the impression of unexpectedness when access is denied
Heiko Voigt
1
-1
/
+17
2012-06-13
git: Wrong parsing of ssh urls with IPv6 literals ignores port
René Scharfe
1
-1
/
+1
2012-01-08
server_supports(): parse feature list more carefully
Junio C Hamano
1
-2
/
+21
2011-12-22
Merge branch 'jk/git-prompt'
Junio C Hamano
1
-44
/
+0
2011-12-19
Merge branch 'ew/keepalive'
Junio C Hamano
1
-0
/
+13
2011-12-13
connect.c: drop path_match function
Jeff King
1
-21
/
+0
2011-12-13
drop "match" parameter from get_remote_heads
Jeff King
1
-3
/
+0
2011-12-12
move git_getpass to its own source file
Jeff King
1
-44
/
+0
2011-12-05
enable SO_KEEPALIVE for connected TCP sockets
Eric Wong
1
-0
/
+13
2011-10-05
Change check_ref_format() to take a flags argument
Michael Haggerty
1
-1
/
+1
2011-09-11
Merge branch 'dz/connect-error-report' into maint
Junio C Hamano
1
-14
/
+11
2011-08-01
connect: only log if all attempts failed (ipv4)
Erik Faye-Lund
1
-13
/
+10
2011-08-01
Merge branch 'maint' into ef/ipv4-connect-error-report
Junio C Hamano
1
-1
/
+1
2011-08-01
connect: correctly number ipv6 network adapter
Erik Faye-Lund
1
-1
/
+1
2011-07-14
Do not log unless all connect() attempts fail
Dave Zarzycki
1
-14
/
+11
2011-05-19
Merge branch 'jk/git-connection-deadlock-fix'
Junio C Hamano
1
-14
/
+21
2011-05-16
connect: let callers know if connection is a socket
Jeff King
1
-1
/
+6
2011-05-16
connect: treat generic proxy processes like ssh processes
Jeff King
1
-13
/
+15
[next]