Commit Graph

  • 89d2c92474 Move SSL target support into websocket.py. Joel Martin 2012-05-23 09:20:08 -0500
  • d24f474362 Merge pull request #45 from d4nshields/master Joel Martin 2012-05-23 06:47:14 -0700
  • f3054df53a Adding TCP_NODELAY to the source sockets Karim Allah Ahmed 2012-05-22 16:49:00 +0200
  • c8018f29c9 Adding support for proxying from a unix socket Karim Allah Ahmed 2012-05-22 16:09:07 +0200
  • 763d2d7c1c Feature: target_host is wrapped in SSL using --ssl-target option Daniel Shields 2012-05-20 13:56:58 -0400
  • e1c206b315 Release version 0.1.0 Joel Martin 2012-05-11 12:12:50 -0500
  • 63600bf422 Fix return code when client closes. Joel Martin 2012-05-10 22:00:27 -0500
  • 19a9730744 Make CClose exception work in python 2.4. Joel Martin 2012-05-10 08:04:30 -0500
  • 7a4dbad3e8 Fix latency test. Joel Martin 2012-04-25 13:44:37 -0500
  • 9a88f1800c Better close code/reason handling. Joel Martin 2012-04-25 13:44:01 -0500
  • 37c0c80a93 C websockify: add --run-once option. Joel Martin 2012-04-13 10:36:16 -0500
  • aef7ab3a57 Clean socket shutdown in C version too. Joel Martin 2012-03-23 12:17:50 -0500
  • 27c3da1908 Fix feature matrix link and clarify paragraph. Joel Martin 2012-02-23 17:45:27 -0600
  • 9fcd92c39a Remove copy of kumina implementation. Joel Martin 2012-02-23 17:18:10 -0600
  • 7ea468b5d7 Node impl to use einaros/ws and support HyBi. Joel Martin 2012-02-23 17:06:35 -0600
  • 9decfe1c95 Don't swallow SSL EOF errors. Joel Martin 2012-02-20 16:34:30 -0600
  • cb839e85c4 Pull base64.js from noVNC. Joel Martin 2012-02-20 15:49:18 -0600
  • 31716a7265 Merge pull request #31 from SlapOS/master Joel Martin 2012-02-18 12:53:04 -0800
  • 301f3ae580 Eggify websockify Cédric de Saint Martin 2012-02-18 09:43:12 +0100
  • db17151941 Sync include/webutil.js with noVNC. Joel Martin 2012-02-14 17:37:01 -0600
  • 7d44853da7 Pull include/util.js from noVNC. Add map to arrays for IE9. Joel Martin 2012-02-14 07:51:44 -0600
  • b405cdae7b Rename client.html to simple.html Joel Martin 2012-02-09 17:47:22 -0600
  • e02b698015 Add simple client: tests/client.html. Joel Martin 2012-02-09 17:45:22 -0600
  • bea32aebed Handle partial HyBi client frames. Cleanup buffer names. Joel Martin 2012-02-02 16:04:21 -0600
  • bc1ea59867 Fix response to empty close frame. Joel Martin 2012-02-02 11:06:19 -0600
  • b76c357f3f Fix --ssl-only option. Joel Martin 2012-02-02 08:11:06 -0600
  • 8e95f18f99 Add openssl cert generation procedure to README. Joel Martin 2012-02-02 07:05:55 -0600
  • 27ec5cff89 Remove more wswrapper Makefile references. Joel Martin 2012-02-02 06:51:39 -0600
  • e2497313f5 Remove pointless md5_test.c file. Joel Martin 2012-02-01 19:17:56 -0600
  • 04b3b2057c HyBi/IETF 6455 support to C websockify. Joel Martin 2012-02-01 19:10:39 -0600
  • b2940c035f Show SSL error string. Joel Martin 2012-01-31 15:20:57 -0600
  • 9ed4a17d70 Move alternate implementation data to wiki. Joel Martin 2012-01-30 15:00:58 -0600
  • 6549c04fae Ignore clojure/lein artifacts. Joel Martin 2012-01-30 13:40:55 -0600
  • 2c053f349c Clojure websockify: -main and command line args. Joel Martin 2012-01-30 13:38:18 -0600
  • f2f838f7e2 Split generic websocket code out from websockify. Joel Martin 2012-01-27 16:01:17 -0600
  • 3278905ead Better error handling in Clojure Websockify. Joel Martin 2012-01-27 15:37:35 -0600
  • a5d4fe1d18 Working vesrion Clojure Websockify. Joel Martin 2012-01-27 15:14:45 -0600
  • 297a818066 Working Clojure Netty client code. Joel Martin 2012-01-27 13:11:38 -0600
  • 9aa2844856 Switch to Jetty for Clojure WebSocket support. Joel Martin 2012-01-26 15:36:58 -0600
  • 0664584843 Clojure Websockify using Aleph - broken. Joel Martin 2012-01-26 15:31:21 -0600
  • 3aedd64765 Add websockify.py symlink for Windows support. Joel Martin 2012-01-05 12:00:22 -0600
  • 7e6550806f Switch tests/echo.html to use websock.js. Joel Martin 2012-01-03 07:41:54 -0700
  • e02c62932b README: websockify.rb support HyBi. Joel Martin 2011-12-23 10:59:56 -0700
  • d5c94db054 Support python 3 with SSL/TLS connections. Joel Martin 2011-12-15 15:35:11 -0600
  • 008a5118e7 Add commented out web-socket-js Flash debug var. Joel Martin 2011-12-15 15:10:09 -0600
  • 7e2784bfcc Merge remote branch 'snorkeyg/master' Joel Martin 2011-11-04 10:16:17 -0500
  • 669f77edb0 Merge commit 'e69a8d89c2354c146fa8969a142e0244be5b229a' Joel Martin 2011-11-04 10:14:40 -0500
  • e80327ac2f Update Windows/Windows Service Readme.txt Chris Gordon 2011-11-04 14:01:07 +1000
  • a487e2afa7 Update Windows/Windows Service Readme.txt Chris Gordon 2011-11-04 14:00:54 +1000
  • e69a8d89c2 Windows websocket server service wrapper. Chris Gordon 2011-11-04 13:52:18 +1000
  • 545b6c80de Update kumina with HyBi-10+ support. Joel Martin 2011-10-25 17:02:04 -0500
  • 40868636da Link to API page. Default length for rQshift* Joel Martin 2011-10-06 16:55:10 -0500
  • f69ac8e0a0 Clarify protocol/binary issues. Joel Martin 2011-10-06 10:56:36 -0500
  • eac2c9fadd Use detection rather than python version checking. Joel Martin 2011-10-06 09:37:09 -0500
  • 1658649d0c Merge pull request #12 from tomas-edwardsson/master Joel Martin 2011-10-06 07:33:39 -0700
  • 74fd12a7ae Added struct.unpack_from for python older that 2.5 Tomas Edwardsson 2011-10-06 10:25:37 +0000
  • acacb4527d HyBi and threading support to ruby websockify. Joel Martin 2011-10-05 17:53:36 -0500
  • 6b9d6c39be Add ruby version of websockify. Joel Martin 2011-10-04 01:20:14 -0500
  • 55e57c2048 Fix VNCAuthProxy reference. Joel Martin 2011-09-29 16:17:16 -0500
  • 6748098152 Reference VNCAuthProxy in implementation list. Joel Martin 2011-09-29 16:15:15 -0500
  • 724aa3aca0 HyBi fallback when no numpy. Python 3 close fix. Joel Martin 2011-09-29 16:08:28 -0500
  • 0f8b7580c6 Put include/util.js above include/websock.js. Joel Martin 2011-09-23 12:09:16 -0500
  • 636aba62ed Add --run-once and --timeout TIME parameters. Joel Martin 2011-09-22 15:52:02 -0500
  • 1c39c7f1f0 Fix python3 numpy buffer/string issue. Joel Martin 2011-09-10 15:57:08 -0500
  • 6e263063c2 Support HyBi 13. Joel Martin 2011-08-31 18:05:03 -0500
  • ada02f2c03 websocket.py: silence "Partial unmask" debug. Joel Martin 2011-08-31 15:36:36 -0500
  • 0da91c7fdb Fix payload length off-by-one calculation. Joel Martin 2011-08-31 12:40:00 -0500
  • 86af0b614d Fix HyBi support on 64-bit systems. Joel Martin 2011-08-24 13:23:15 -0500
  • 2e00f96431 Fix for python 2.4 Joel Martin 2011-08-10 17:48:33 -0500
  • 4a84ab3777 More fighting with formating. Joel Martin 2011-08-04 11:13:28 -0500
  • 1f7a87ecee Grr, links can't be in table fields apparently. Joel Martin 2011-08-04 11:12:57 -0500
  • 7b496ce5bc Clarify that we support HyBi 07-10. Joel Martin 2011-08-04 11:09:12 -0500
  • 475cfae4e5 Catch Mozilla prefixing of WebSocket. Joel Martin 2011-08-02 07:59:37 -0500
  • f1c8223a51 websocket.py: show web root, remove execute perm. Joel Martin 2011-07-14 15:55:26 -0500
  • 80e1c38dd5 README: session recording no longer broken. Joel Martin 2011-07-14 12:32:06 -0500
  • 6d5a137970 README: cleanup. Joel Martin 2011-07-14 12:30:07 -0500
  • 6a7b56d56f READMEs: kumina features, clarifications. Joel Martin 2011-07-14 12:27:04 -0500
  • 108b617eef Note kumina license, and link to kumina blog post. Joel Martin 2011-07-13 13:01:03 -0500
  • 9c2a41fe0e Merge commit 'kumina/master' Joel Martin 2011-07-11 19:14:11 -0500
  • 46e2fbee5f Replace addrinfo with socket() static method. Joel Martin 2011-07-09 13:34:53 -0500
  • 7ae8711dc6 IPv6 and HyBi fixes. Joel Martin 2011-07-07 15:13:02 -0500
  • 247b74950d Minor cleanup of IPv6 support code. Joel Martin 2011-07-07 11:45:19 -0500
  • e11012437a Merge pull request #5 from desaintmartin/master Joel Martin 2011-07-07 09:19:46 -0700
  • d0e1fe6a3c Remove a faulty attribution from the Copyright. Ed Schouten 2011-06-29 23:48:15 +0200
  • 367ebb5597 Reformat feature table for readability/expansion. Joel Martin 2011-06-29 10:53:13 -0500
  • 8039dddced Add monitoring support to wsproxy. Ed Schouten 2011-06-29 11:07:31 +0200
  • 78697b9663 Added static method addrinfo() Vivien Alger 2011-06-29 10:19:52 +0200
  • b590289de5 Remove extraneous question mark. Joel Martin 2011-06-28 16:28:42 -0500
  • 9a2b50d80b Only append random string to swf path in IE. Joel Martin 2011-06-28 16:21:15 -0500
  • 306eab28da Add README. Ed Schouten 2011-06-28 16:41:31 +0200
  • 7057e31fa0 Add support for Flash headers. This makes wsproxy work with Firefox. Ed Schouten 2011-06-28 15:41:06 +0200
  • 631c5990f7 Remove all casting from the sockaddr code. Ed Schouten 2011-06-28 12:20:21 +0200
  • d97d1b72d7 Add copy of strndup() for Lenny. Ed Schouten 2011-06-28 12:11:35 +0200
  • c42612643a Add Debian package infrastructure and license. Ed Schouten 2011-06-28 12:05:50 +0200
  • 52b07abe21 Prevent division by zero. Ed Schouten 2011-06-28 11:46:59 +0200
  • 2aa2376e3a Add initial version of wsproxy source code. Ed Schouten 2011-06-28 11:44:35 +0200
  • 30681a7018 Use of socket.getaddrinfo() to replace ipv6 attributes. Corrected error with ssl-only option Algervivien 2011-06-27 18:49:01 +0200
  • 077279fe0f Refactoring of parsing Algervivien 2011-06-27 17:07:29 +0200
  • eb62b2af6e Added data attributes and ipv6 condition for target Algervivien 2011-06-27 11:01:01 +0200
  • a09d18b234 Added ipv6 related attributes Algervivien 2011-06-27 10:21:20 +0200