summaryrefslogtreecommitdiff
path: root/websockify
Commit message (Expand)AuthorAgeFilesLines
* Catch interrupted system callBennett Kanuka2015-05-131-3/+16
* Introduce strict modeSolly Ross2015-05-131-3/+10
* Update Tests and Test PluginsSolly Ross2015-05-131-1/+1
* Process plugin parameters in mainSolly Ross2015-05-131-32/+29
* Fix bug in ReadOnlyTokenFileSolly Ross2015-05-131-0/+4
* Introduce Auth PluginsSolly Ross2015-05-132-0/+66
* Restore functionaltiy to file_only.Solly Ross2015-05-131-1/+5
* Add ping heartbeat optionAric Stewart2015-04-142-0/+25
* Add option to turn on auto-pongAric Stewart2015-04-132-1/+15
* Fix bug in token_plugin/target_cfg supportSolly Ross2015-04-091-3/+6
* Merge pull request #161 from rafaelfolco/bug/150-websocket-bigendianSolly2015-04-071-8/+12
|\
| * BUGFIX: Websocket frame corruption on big-endian #150Rafael Folco2015-04-071-8/+12
* | Introduce Token Pluginsfeature/token-pluginsSolly Ross2015-03-262-42/+138
|/
* Don't use implicit relative importsbug/154-no-implicit-relative-importsSolly Ross2015-02-032-3/+3
* python3 compatibility fixesRadek Podgorny2014-10-022-4/+4
* Fix typo in reaping zombies message.Matthew M. Boedicker2014-05-201-1/+1
* remove some trailing whitespacessamhed2014-04-141-13/+13
* Avoid using the %-operator, URL-escaped strings can contain extra %'s which c...samhed2014-03-182-12/+12
* Minor whitespace and layout tweaks, to reduce diff againstPeter Åstrand (astrand)2013-12-172-4/+5
* Merge remote branch 'upstream/master', after #110 was merged.Peter Åstrand (astrand)2013-12-161-1/+1
|\
| * Rename new_client to new_websocket_client, in order to have a betterPeter Åstrand (astrand)2013-11-282-6/+6
| * Rename self.client to self.request, in preparation for merging pullPeter Åstrand (astrand)2013-11-282-12/+12
* | Follow up on 131f9ea645ac6f00d98743a420d168033f99063a: Proper loggingPeter Åstrand (astrand)2013-11-281-3/+7
* | Merge commit 'a04edfe80f54b44df5a3579f71710560c6b7b4fc'Peter Åstrand (astrand)2013-11-281-7/+8
|\ \ | |/
| * Added temp dir for unit test data and cleanupEdward Hope-Morley2013-11-141-7/+8
* | Merge commit 'a47be21f9fa69ddf8d888ff9e3c75cdfc9e31c00'Peter Åstrand (astrand)2013-11-281-0/+1
|\ \ | |/
| * Added unit tests for websocket and websocketproxyEdward Hope-Morley2013-10-291-0/+1
* | Merge commit 'c3acdc2e38f871e28ffda1847b4338c4b02296b8'Peter Åstrand (astrand)2013-11-281-4/+30
|\ \ | |/
| * Merge pull request #93 from dosaboy/topic/set-keepalive-optionsJoel Martin2013-10-291-4/+31
| |\
| | * Adds optional TCP_KEEPALIVE to WebSocketServerEdward Hope-Morley2013-10-161-5/+32
| * | Fix crash when an import is missingSteven Schmid2013-10-241-1/+1
* | | Merge commit '0e5c3ecfda3b1506b41412052db75d84df2b4ae7'Peter Åstrand (astrand)2013-11-281-1/+10
|\ \ \ | |/ /
| * | Handle SIGCHLD properly for multiprocessingSolly Ross2013-10-211-1/+10
| |/
* | Merge commit '477dce6cf86d61b20a394f3cbf3170e60d199658'Peter Åstrand (astrand)2013-11-282-54/+98
|\ \ | |/
| * websocket: use python logging moduleAlon Bar-Lev2013-10-152-53/+91
| * websocket: fix exception statement introduced by comment 903e3f06ee557Alon Bar-Lev2013-10-151-1/+1
* | Merge commit '4459824cc8196ad78fe9258b6c560ad46fe4cd52'Peter Åstrand (astrand)2013-11-271-99/+121
|\ \ | |/
| * Merge pull request #98 from alonbl/apicleanupJoel Martin2013-10-141-100/+120
| |\
| | * websocket: do not exit at the middle of processAlon Bar-Lev2013-10-141-9/+15
| | * websocket: restore signals after processingAlon Bar-Lev2013-10-141-95/+105
| | * websocket: support SIGTERM as exit signalAlon Bar-Lev2013-10-141-3/+7
* | | Merge commit 'a7fa97f0e14926cc4433483fcb7581e0b3782140'Peter Åstrand (astrand)2013-11-271-3/+4
|\ \ \ | |/ /
| * | WebSocketProxy: support non path target_cfgAlon Bar-Lev2013-10-141-3/+4
| |/
* | Merge commit 'bff3c373b32ebf707085e3c677bfad19b44fa054'Peter Åstrand (astrand)2013-11-271-3/+1
|\ \ | |/
| * Merge pull request #96 from DirectXMan12/masterJoel Martin2013-09-271-3/+1
| |\
| | * Enable Process Reaping in All Conditionsdirectxman122013-09-201-3/+1
* | | Merge commit 'f30ad05c70ab2a43c9078e2f79da40f1dc0c60ec'Peter Åstrand (astrand)2013-11-271-1/+4
|\ \ \ | |/ /
| * | Fix #97: rebind.so not found when installedJoel Martin2013-09-271-1/+4
| |/
* | Merge commit 'ab389d4e7114d7ddbfd085591d336ea5cc06c00d'Peter Åstrand (astrand)2013-11-271-1/+2
|\ \ | |/
| * Collect zombie child processes within server loopJason Dillaman2013-06-281-1/+2