Commit Graph

103 Commits

Author SHA1 Message Date
Amit Bezalel
ea8f9b5109
Merge pull request #16 from t-yuki/patch-1
Fix nil reference error for color map message
2020-01-18 10:43:10 +02:00
Yukinari Toyota
faa9021021
Update server-messages.go
Fix nil reference error
2020-01-17 13:21:09 +09:00
Bezalel
1c052273de Fix noVnc 1.1.0 problem (bad message type 248) 2019-12-19 07:56:00 +02:00
amit b
f07be04814 use circle 2019-06-16 20:38:05 +03:00
amit b
55cf83519a remove temp build dirs 2019-06-16 20:30:12 +03:00
amit b
92ee157817 fixing artifact collection 2019-06-16 20:20:10 +03:00
amit b
f635a73757 Merge branch 'master' of https://github.com/amitbet/VncProxy 2019-06-16 20:17:21 +03:00
amit b
149e26b6f7 added packaging to build 2019-06-16 20:16:22 +03:00
Amit Bezalel
3d42d4fa5f
changed badge style 2019-06-16 03:11:33 +03:00
Amit Bezalel
f66f550c77
added circleCI badge 2019-06-16 03:09:29 +03:00
amit b
c7ac36d15f remove steps in circleCI config 2019-06-16 03:04:55 +03:00
amit b
0ba10fab76 fixed cicrleCI testing 2019-06-16 02:59:17 +03:00
amit b
76299f1bc3 fixed error found in circleCI testing 2019-06-16 02:51:50 +03:00
amit b
a9dce0e6c6 Merge branch 'master' of https://github.com/amitbet/VncProxy 2019-06-16 02:37:07 +03:00
amit b
fa416220ea add circleCI config 2019-06-16 02:36:39 +03:00
Amit Bezalel
efc5741057
Update README.md
Added qemu to tested servers list
2018-12-04 19:03:16 +02:00
amit b
82e1549c4f fixed proxy cmdline parameters and logs 2018-12-01 14:59:32 +02:00
Amit Bezalel
33be77dedc
Merge pull request #9 from exoscale/go-mod-compatible
global: make the whole package go mod ready
2018-12-01 14:21:53 +02:00
Yoan Blanc
11b1d45ce9
global: make the whole package go mod ready
Signed-off-by: Yoan Blanc <yoan.blanc@exoscale.ch>
2018-11-30 09:40:45 +01:00
Amit Bezalel
42873297d2
Merge pull request #8 from exoscale/master
Fix recording bug in proxy
2018-11-14 13:45:02 +02:00
Marc Falzon
f00e2c33e7
Merge pull request #1 from exoscale/feature/unixsock-target
Add support for UNIX socket VNC target
2018-11-14 11:12:53 +01:00
Marc Falzon
9a52a433ea Add support for UNIX socket VNC target
This change add support for targeting a VNC server via a local UNIX
socket. It introduces a new `-target` CLI flag able to handle both TCP
"address:port" and "/path/to/unix.socket" formats, and deprecates the
previous `-targHost` and `-targPort` flags for future removal.
2018-11-01 10:14:15 +01:00
Marc Falzon
06e555775f Fix recording bug in proxy
This change fixes a bug in the proxy session recording management, where
the proxy would record sessions even if the user didn't provide a value
for the `-recDir` CLI flag.
2018-11-01 10:04:29 +01:00
Amit Bezalel
3e882d6140
Update README.md 2018-10-27 08:42:36 +03:00
Amit Bezalel
5a488bcd0f
Update README.md 2018-10-27 08:40:48 +03:00
amitb
1596f0daee fixed qemu extended keys 2018-10-25 01:53:57 +03:00
amit b
7cecffecf2 added log level 2018-10-20 02:29:36 +03:00
amit b
f57b698430 added logger trace level and set it to write all bytes 2018-10-19 08:13:16 +03:00
amit b
e03c85f7ab added logLevel to cmdline, moved pesky info lines to debug 2018-10-19 07:55:16 +03:00
amit b
931b08376b Merge branch 'master' of https://github.com/amitbet/VncProxy 2018-08-20 23:05:23 +03:00
amit b
2ccc4009f4 added initial support for qemu led state 2018-08-20 23:03:39 +03:00
Amit Bezalel
6e1a343b5f
Update README.md 2018-08-17 09:19:47 +03:00
Amit Bezalel
446bc0e537
Merge pull request #2 from wentianle/patch-1
fix vncproxy on windows 2008 rfb proto parse bug
2018-08-11 00:15:54 +03:00
wentianle
a870f3cbb9
fix vncproxy on windows 2008 rfb proto parse bug
Uint8 value range out of bounds causes problems in the parsing protocol
2018-08-10 01:42:52 +08:00
Bezalel
f19a75749b updated build script 2018-08-01 02:02:05 +03:00
Bezalel
02dde77daa fixed: listning only to local server connections 2018-08-01 01:29:39 +03:00
betzalel
b46f708726 logger should not be open in debug 2018-02-12 10:14:54 +02:00
amit bezalel
f298567976 added usage examples to readme 2018-02-10 08:43:40 +02:00
amit bezalel
8543af35a4 advanced the version 2018-02-10 01:53:39 +02:00
amit bezalel
f05c96d449 fixed tight encoding, added the QEMU extended keys message (no way to test it) 2018-02-10 01:41:02 +02:00
amit bezalel
37e11cd72e updated gitignore 2017-10-12 01:24:58 +03:00
amit bezalel
47fefaacb6 added missing target host to cmdline params 2017-10-12 01:21:59 +03:00
betzalel
7852f11ceb starting to create a new file format 2017-08-24 14:33:53 +03:00
betzalel
e06ad806db Merge branch 'master' of https://github.com/amitbet/VncProxy 2017-08-09 11:53:06 +03:00
amit bezalel
9fff2b46aa a better build script 2017-08-06 01:47:14 +03:00
Amit Bezalel
aff3a20d4a Update README.md 2017-08-06 00:52:54 +03:00
Amit Bezalel
6f8d591789 Update README.md 2017-08-06 00:52:17 +03:00
Amit Bezalel
c75e9ccc9c Update README.md 2017-08-06 00:51:20 +03:00
Amit Bezalel
b448d0235a Update README.md 2017-08-06 00:48:08 +03:00
Amit Bezalel
57fdfe914d Update README.md 2017-08-04 23:13:28 -04:00