Commit Graph

  • 558a6439f1 Merge pull request #176 from crodjer/venv-with-run Solly 2015-06-02 15:39:03 -0400
  • 2b9e0a5794 Make `run` respect virtualenv configuration Rohan Jain 2015-05-15 16:51:57 +0530
  • 3371090909 Merge pull request #175 from kanaka/bug/catch-interrupted-syscall Solly 2015-05-13 16:52:31 -0400
  • 1f960d9f3c Catch interrupted system call Bennett Kanuka 2015-04-04 20:11:13 -0400
  • 1221960baa Introduce strict mode Solly Ross 2015-05-12 12:56:36 -0400
  • 2e57ee3159 Enable Travis Solly Ross 2015-05-06 14:29:51 -0400
  • 04fd789a67 Update Tests and Test Plugins Solly Ross 2015-05-06 13:49:13 -0400
  • d5216c3166 Process plugin parameters in main Solly Ross 2015-04-28 17:08:36 -0400
  • 11f9a6cf10 Fix bug in ReadOnlyTokenFile Solly Ross 2015-04-28 17:01:01 -0400
  • df10501615 Introduce Auth Plugins Solly Ross 2015-04-28 16:17:47 -0400
  • d94b944f93 Restore functionaltiy to file_only. Solly Ross 2015-05-11 10:24:38 -0400
  • 52adf957b3 Add ping heartbeat option Aric Stewart 2015-04-10 13:14:31 -0500
  • 731fd20796 Add option to turn on auto-pong Aric Stewart 2015-04-10 11:23:52 -0500
  • 52c2e62535 Fix bug in token_plugin/target_cfg support Solly Ross 2015-04-09 11:36:37 -0400
  • ac9d357c87 Merge pull request #161 from rafaelfolco/bug/150-websocket-bigendian Solly 2015-04-07 12:51:52 -0400
  • ce07749223 Merge pull request #162 from kanaka/feature/token-plugins Solly 2015-04-07 12:51:02 -0400
  • af10f458a1 BUGFIX: Websocket frame corruption on big-endian #150 Rafael Folco 2015-03-25 01:20:25 -0300
  • 69a8b928aa Introduce Token Plugins Solly Ross 2015-03-26 16:01:57 -0400
  • 19b558e4cd Merge pull request #159 from vaibhavsagar/python3-trove Solly 2015-03-17 10:32:40 -0400
  • dcdf0a0b6c Add Python 3 trove classifiers. Vaibhav Sagar 2014-12-06 23:01:19 +0700
  • 23045cb212 Merge pull request #155 from kanaka/bug/154-no-implicit-relative-imports Solly 2015-02-06 11:29:57 -0500
  • acd276e1a2 Don't use implicit relative imports Solly Ross 2015-02-03 16:51:01 -0500
  • 999a133bc5 Merge pull request #128 from ags131/patch-1 Solly 2015-01-05 12:15:56 -0500
  • f36877c684 Merge pull request #140 from rpodgorny/python3 Joel Martin 2014-10-02 10:02:11 -0500
  • 303a71310c python3 compatibility fixes Radek Podgorny 2014-10-02 11:42:17 +0200
  • 63209f84ca sync with commit from PR #347 in noVNC samhed 2014-08-19 14:13:00 +0200
  • d37e729587 Merge pull request #129 from mmb/master Joel Martin 2014-05-20 18:01:00 -0500
  • 12191d266b Fix typo in reaping zombies message. Matthew M. Boedicker 2014-05-20 14:43:35 -0700
  • 67a12a2394 Fixed Package.json ags131 2014-05-16 11:56:24 -0500
  • 6c526fd645 remove some trailing whitespaces samhed 2014-04-14 14:20:00 +0200
  • 712e17aaef kill 9 warnings when compile on OS X 10.9 liyiwei 2014-04-07 14:40:27 +0800
  • e36a59d6a1 add run-once option help message liyiwei 2014-04-07 12:46:50 +0800
  • 6c1a2e9032 Avoid using the %-operator, URL-escaped strings can contain extra %'s which can cause bugs. samhed 2014-03-18 15:21:13 +0100
  • 739af6ecb4 Update to v0.6.0 Solly Ross 2014-02-18 17:02:26 -0500
  • 56b740ef5c README: update with general contact info. Joel Martin 2014-02-03 09:26:03 -0600
  • 18e70c52e1 Fix default log level in echo and load tests Solly Ross 2014-01-30 17:08:50 -0500
  • cc3ccf0ddd README: fix wrap mode examples. Joel Martin 2014-01-13 13:25:13 -0600
  • f81de71522 fix cygwin compilation chummm 2013-12-27 01:58:32 +0000
  • 38db12c2b0 Merge pull request #111 from astrand/master astrand 2013-12-19 01:31:14 -0800
  • a749611370 Merge remote branch 'upstream/master' Peter Åstrand (astrand) 2013-12-19 10:28:37 +0100
  • b662d185ca Prepare for fixing https://github.com/kanaka/websockify/pull/111 Peter Åstrand (astrand) 2013-12-19 10:24:36 +0100
  • 6de6933819 Minor whitespace and layout tweaks, to reduce diff against upstream/master. Peter Åstrand (astrand) 2013-12-17 14:20:14 +0100
  • f46db48399 Merge remote branch 'upstream/master' Peter Åstrand (astrand) 2013-12-17 14:04:30 +0100
  • 8049ddfe26 Cherry-picked 4e3388964a from astrand/websockify: Peter Åstrand (astrand) 2013-12-17 13:56:20 +0100
  • f64e3dea51 Merge remote branch 'upstream/master', after #110 was merged. Peter Åstrand (astrand) 2013-12-16 16:18:41 +0100
  • 17455afe4d Merge pull request #110 from astrand/rename-self-client astrand 2013-12-16 05:45:03 -0800
  • 047ce47742 Rename new_client to new_websocket_client, in order to have a better name in the SocketServer/HTTPServer request handler hierarchy. Prepare for merge pull request #72. This work has been picked out of 7b3dd8a6f5 . Peter Åstrand (astrand) 2013-11-28 13:33:28 +0100
  • 558402848e Rename self.client to self.request, in preparation for merging pull request #72. The standard Python SocketServer/BaseRequestHandler requires this name. Peter Åstrand (astrand) 2013-11-28 13:23:50 +0100
  • db93395061 Follow up on 131f9ea645ac6f00d98743a420d168033f99063a: Proper logging in request handler class. Peter Åstrand (astrand) 2013-11-28 12:37:57 +0100
  • e246e98b20 Merge commit '34a1b68d79a13c03aa63b5c4194796341c9383fe' Peter Åstrand (astrand) 2013-11-28 09:34:43 +0100
  • 7ecfa4f384 Merge commit 'a04edfe80f54b44df5a3579f71710560c6b7b4fc' Peter Åstrand (astrand) 2013-11-28 09:34:33 +0100
  • bc216fb7d1 Merge commit 'a47be21f9fa69ddf8d888ff9e3c75cdfc9e31c00' Peter Åstrand (astrand) 2013-11-28 09:32:49 +0100
  • b92528aeba Merge commit 'c3acdc2e38f871e28ffda1847b4338c4b02296b8' Peter Åstrand (astrand) 2013-11-28 09:32:30 +0100
  • 81e2a53692 Merge commit '13c99bcf053f7f3af8ba84c0d963a9591e020f49' Peter Åstrand (astrand) 2013-11-28 09:14:25 +0100
  • 602248425a Merge commit 'b4e0b534d5d04d57265045b4baf49dd81555064b' Peter Åstrand (astrand) 2013-11-28 09:09:03 +0100
  • 3b802c08b7 Merge commit '32b0567343aee7753b2b6be1bc1ee9a69657ba26' Peter Åstrand (astrand) 2013-11-28 09:07:52 +0100
  • 972b30ddc2 Merge commit '0e5c3ecfda3b1506b41412052db75d84df2b4ae7' Peter Åstrand (astrand) 2013-11-28 09:07:41 +0100
  • f58b49fa08 Merge commit 'a61ae52610642ae58e914dda705df8bb9c8213ec' Peter Åstrand (astrand) 2013-11-28 09:07:30 +0100
  • 131f9ea645 Merge commit '477dce6cf86d61b20a394f3cbf3170e60d199658' Peter Åstrand (astrand) 2013-11-28 09:05:24 +0100
  • cbf05f84fe Merge commit '4459824cc8196ad78fe9258b6c560ad46fe4cd52' Peter Åstrand (astrand) 2013-11-27 14:49:54 +0100
  • 611da86353 Merge commit 'a7fa97f0e14926cc4433483fcb7581e0b3782140' Peter Åstrand (astrand) 2013-11-27 13:41:00 +0100
  • fb4ac5ae51 Merge commit 'edde5cd0ff6059bddae10c9b9faf0b3e8f388a9e' Peter Åstrand (astrand) 2013-11-27 13:38:03 +0100
  • 063c7de783 Merge commit 'bff3c373b32ebf707085e3c677bfad19b44fa054' Peter Åstrand (astrand) 2013-11-27 13:34:17 +0100
  • 08d37e0deb Merge commit 'f30ad05c70ab2a43c9078e2f79da40f1dc0c60ec' Peter Åstrand (astrand) 2013-11-27 13:33:30 +0100
  • ff30e5461f Merge commit 'ab389d4e7114d7ddbfd085591d336ea5cc06c00d' Peter Åstrand (astrand) 2013-11-27 13:30:30 +0100
  • 4071291fa9 Merge commit '264f8fdd7f12bd5b9f6813fb8de81c55b6328d9b' Peter Åstrand (astrand) 2013-11-27 13:30:22 +0100
  • 611effd83b Merge commit '36cb8f4676c7b5ff34bd22ad729e00e77efb6f00' Peter Åstrand (astrand) 2013-11-27 13:30:13 +0100
  • b63d197292 Merge commit '36fcd5784fa0825eedbf31d91bc42c970605ddb4' Peter Åstrand (astrand) 2013-11-27 13:30:05 +0100
  • cf901ddac5 Merge commit '46450577c2fb119fc5bf0ac09664f22651a080d0' Peter Åstrand (astrand) 2013-11-27 13:29:54 +0100
  • 122985bd67 Merge commit 'd3ba23fa64d79eeb602ff1015ec31014fd8e9b35' Peter Åstrand (astrand) 2013-11-27 13:29:45 +0100
  • 19c8482236 Merge commit '6d27b5d321978586ea1601f757ead73dfba03da7' Peter Åstrand (astrand) 2013-11-27 13:27:38 +0100
  • 33a1bd2337 Merge commit 'b7f255ce0b21dc42189205b1f0e46b4f1d9854f9' Peter Åstrand (astrand) 2013-11-27 12:27:43 +0100
  • 5f8cb96bab Merge commit '477947ba96a00032ae35ac55fd02a4a5f485497e' Peter Åstrand (astrand) 2013-11-27 12:27:31 +0100
  • 6ddfaa86ae Merge commit '33e9a21ce4e38d52f43fe775fb154fc71c09c827' Peter Åstrand (astrand) 2013-11-27 12:26:53 +0100
  • 4dc7c0da7a Merge commit '2d078e8cd83735dad7d98fadcece652d93e2a037' Peter Åstrand (astrand) 2013-11-27 11:36:47 +0100
  • 34a1b68d79 Clarify ssl module build for old python versions. Joel Martin 2013-11-20 07:30:04 -0600
  • a04edfe80f Merge pull request #105 from dosaboy/topic/unit-test-cleanup Joel Martin 2013-11-20 05:21:18 -0800
  • 32c1abd5d9 Added temp dir for unit test data and cleanup Edward Hope-Morley 2013-11-13 12:01:05 +0000
  • a47be21f9f Merge pull request #94 from dosaboy/topic/add-unit-tests Joel Martin 2013-10-29 09:44:48 -0700
  • 5e0ff7d855 Added unit tests for websocket and websocketproxy Edward Hope-Morley 2013-09-20 17:04:52 +0100
  • c3acdc2e38 Merge pull request #93 from dosaboy/topic/set-keepalive-options Joel Martin 2013-10-29 08:18:53 -0700
  • 13c99bcf05 Fix search path construction in tests. Joel Martin 2013-10-29 09:37:02 -0500
  • b4e0b534d5 Merge pull request #104 from stevschmid/patch-1 Samuel 2013-10-24 04:22:44 -0700
  • be4119f84f Fix crash when an import is missing Steven Schmid 2013-10-24 11:42:49 +0200
  • 32b0567343 Merge pull request #103 from dellsystem/master Solly 2013-10-21 18:29:45 -0700
  • 82fe329129 Fix syntax errors in other/websockify.rb dellsystem 2013-10-21 20:59:15 -0400
  • 0e5c3ecfda Merge pull request #102 from DirectXMan12/master Solly 2013-10-21 17:16:09 -0700
  • 53f1f1989e Handle SIGCHLD properly for multiprocessing Solly Ross 2013-10-21 16:50:52 -0400
  • 081046b6cd Adds optional TCP_KEEPALIVE to WebSocketServer Edward Hope-Morley 2013-09-20 16:34:01 +0100
  • a61ae52610 Merge pull request #86 from chrislee35/master Joel Martin 2013-10-15 10:32:57 -0700
  • 477dce6cf8 Merge pull request #100 from alonbl/log Joel Martin 2013-10-15 09:41:35 -0700
  • 8a0a47223d websocket: use python logging module Alon Bar-Lev 2013-10-14 20:55:37 +0300
  • 1f798214de websocket: fix exception statement introduced by comment 903e3f06ee557 Alon Bar-Lev 2013-10-15 19:03:33 +0300
  • 4459824cc8 Merge pull request #98 from alonbl/apicleanup Joel Martin 2013-10-14 13:12:40 -0700
  • c2a40d6900 websocket: do not exit at the middle of process Alon Bar-Lev 2013-05-31 22:21:01 +0300
  • a7fa97f0e1 Merge pull request #99 from alonbl/targetconfig Joel Martin 2013-10-14 11:38:05 -0700
  • 1190fe1204 websocket: restore signals after processing Alon Bar-Lev 2013-10-14 21:13:11 +0300
  • 7026e26d68 websocket: support SIGTERM as exit signal Alon Bar-Lev 2013-05-31 22:07:32 +0300
  • 37e40a78f2 WebSocketProxy: support non path target_cfg Alon Bar-Lev 2013-06-05 15:16:46 +0300
  • edde5cd0ff Merge pull request #91 from MartinF/master Samuel 2013-10-09 06:50:08 -0700