Alan Donovan
|
72659a3603
|
add lightstep instrumentation
|
2021-09-08 17:24:23 -04:00 |
|
Alan Donovan
|
5c26d1488f
|
Merge pull request #14 from github/ssh-close-workaround
add workaround for ssh.channel.Close EOF
|
2021-09-03 15:13:20 -04:00 |
|
Alan Donovan
|
50523c4f10
|
remove ListenTCP and add workaround for ssh.channel.Close EOF
|
2021-09-03 14:39:47 -04:00 |
|
Alan Donovan
|
10a129b764
|
Merge pull request #13 from github/listen-race
move Listen call into clients to avoid race
|
2021-09-03 10:05:02 -04:00 |
|
Alan Donovan
|
e2552fbd2a
|
rename to ForwardToListener
|
2021-09-03 09:43:31 -04:00 |
|
Alan Donovan
|
5bd0519ef3
|
move Listen call into clients to avoid race
|
2021-09-02 17:52:49 -04:00 |
|
Alan Donovan
|
b4686935b9
|
Merge pull request #12 from github/fix-share-data-race
Fix data race in StartSharing
|
2021-09-02 15:44:49 -04:00 |
|
Alan Donovan
|
4438b85e29
|
comment tweaks
|
2021-09-02 15:41:36 -04:00 |
|
Alan Donovan
|
94319d4cfe
|
move localPort parameter to ForwardToLocalPort
|
2021-09-02 15:34:57 -04:00 |
|
Alan Donovan
|
94b91661cc
|
don't forget to close conn in case of sharing error
|
2021-09-02 14:30:19 -04:00 |
|
Alan Donovan
|
87b15aa264
|
Fix data race in StartSharing
|
2021-09-02 14:03:48 -04:00 |
|
Alan Donovan
|
e9cb521bfd
|
Merge pull request #11 from github/session
rename Server to Session and simplify API
|
2021-09-02 12:37:00 -04:00 |
|
Alan Donovan
|
6f45c7fa7d
|
point out data races to be fixed
|
2021-09-02 12:14:04 -04:00 |
|
Alan Donovan
|
23ea329f2e
|
Merge branch 'main' into session
|
2021-09-02 11:49:13 -04:00 |
|
Alan Donovan
|
05a3d90a99
|
more tweaks
|
2021-09-02 11:39:29 -04:00 |
|
Alan Donovan
|
34c20cf105
|
Merge pull request #10 from github/rpc-fixes
fix two data races in rpcHandler
|
2021-09-02 11:38:38 -04:00 |
|
Alan Donovan
|
4cceda1af0
|
rename Server to Session and simplify API
|
2021-09-02 11:06:58 -04:00 |
|
Alan Donovan
|
af38292f1e
|
fix data races
|
2021-09-01 18:18:43 -04:00 |
|
Alan Donovan
|
ca6d074333
|
Merge branch 'main' into wip
|
2021-09-01 17:55:31 -04:00 |
|
Alan Donovan
|
55fa17d8bc
|
wip
|
2021-08-31 17:30:40 -04:00 |
|
Alan Donovan
|
9964a444b0
|
Merge pull request #9 from github/liveshare-spelling
spell Live Share product name correctly in UI
|
2021-08-31 17:30:19 -04:00 |
|
Alan Donovan
|
fc4c678d03
|
Merge pull request #8 from github/portfwd-errors
handle errors in port forwarding
|
2021-08-31 16:23:33 -04:00 |
|
Alan Donovan
|
b63972b62f
|
spell Live Share product name correctly in UI
|
2021-08-31 11:07:26 -04:00 |
|
Alan Donovan
|
4af240d87d
|
handle errors in port forwarding
|
2021-08-30 17:36:28 -04:00 |
|
Jose Garcia
|
273782bcbc
|
rename file
|
2021-08-27 11:49:21 +00:00 |
|
Edmundo Gonzalez
|
49cebb11ca
|
Merge pull request #5 from github/edgonmsft/codespaces-ssh-rpc
Adding sshRPC interface
|
2021-08-26 16:27:16 -07:00 |
|
Edmundo Gonzalez
|
0eb769d608
|
Rename File
|
2021-08-26 23:04:35 +00:00 |
|
Edmundo Gonzalez
|
18ab421b08
|
Rename to SSHServer
|
2021-08-26 23:04:05 +00:00 |
|
Edmundo Gonzalez
|
a89c17a564
|
Adding sshRPC interface
|
2021-08-26 22:34:56 +00:00 |
|
Jose Garcia
|
269196c94f
|
support existing connections for port forwarding
|
2021-08-18 15:12:47 +00:00 |
|
Jose Garcia
|
79111d85ac
|
Merge pull request #4 from github/jg/port-forwarding-errors-test-server
Port forwarding improvements & slight refactor
|
2021-08-13 08:41:43 -04:00 |
|
Jose Garcia
|
eb2a176450
|
remove err print
|
2021-08-07 17:54:43 +00:00 |
|
Jose Garcia
|
fbf0d28672
|
port forwarding err handling and test refactors
|
2021-08-06 01:03:03 +00:00 |
|
Jose Garcia
|
cd99399290
|
Merge pull request #3 from github/jg/ignore-eof-terminal
Ignore EOF on terminal close
|
2021-07-28 09:56:07 -04:00 |
|
Jose Garcia
|
ae29c3c1ea
|
Ignore EOF on terminal close
|
2021-07-28 13:55:33 +00:00 |
|
Jose Garcia
|
4fc27b3ed9
|
Merge pull request #2 from github/jg/connection-test
Connection test
|
2021-07-28 09:52:58 -04:00 |
|
Jose Garcia
|
3a2ade23a4
|
Connection test
|
2021-07-28 13:52:30 +00:00 |
|
Jose Garcia
|
39fe550aeb
|
Merge pull request #1 from github/jg/refactor
Refactors most of the library to solidify some of the implementation with tests
|
2021-07-27 19:23:37 -04:00 |
|
Jose Garcia
|
0ab67badfa
|
Final changes to finish this refactor
|
2021-07-27 23:19:55 +00:00 |
|
Jose Garcia
|
892f73221c
|
Update shared visibility finalized tests
|
2021-07-26 14:39:52 +00:00 |
|
Jose Garcia
|
98282ba4b5
|
Update shared visibility tests
|
2021-07-26 14:31:00 +00:00 |
|
Jose Garcia
|
91114d35c3
|
More tests
|
2021-07-24 03:44:20 +00:00 |
|
Jose Garcia
|
fcfb10cb56
|
Working test for Client.Join
|
2021-07-23 20:24:50 +00:00 |
|
Jose Garcia
|
9132a28e9c
|
Checking point after continuing to flesh out mock server
|
2021-07-23 19:15:54 +00:00 |
|
Jose Garcia
|
b9cd9af7fa
|
Start of tests and comments
|
2021-07-23 01:17:32 +00:00 |
|
Jose Garcia
|
a99d0f5495
|
Better naming for rpc client and ssh session
|
2021-07-22 01:07:06 +00:00 |
|
Jose Garcia
|
fddcd876b0
|
Some more cleanup to the port forwarder and connection
|
2021-07-22 01:02:03 +00:00 |
|
Jose Garcia
|
7332aa428c
|
Large refactor and solidifying of APIs before tests
|
2021-07-22 00:45:45 +00:00 |
|
Jose Garcia
|
71a55b2126
|
Merge branch 'main' of github.com:github/go-liveshare
|
2021-07-21 18:54:13 -04:00 |
|
Jose Garcia
|
6d5726d78a
|
Better way to discard requests & close channel/conn on disconnects
|
2021-07-20 11:59:14 +00:00 |
|