summaryrefslogtreecommitdiff
path: root/websockify
Commit message (Expand)AuthorAgeFilesLines
* Handle SIGCHLD properly for multiprocessingSolly Ross2013-10-211-1/+10
* 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 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
* | WebSocketProxy: support non path target_cfgAlon Bar-Lev2013-10-141-3/+4
|/
* Merge pull request #96 from DirectXMan12/masterJoel Martin2013-09-271-3/+1
|\
| * Enable Process Reaping in All Conditionsdirectxman122013-09-201-3/+1
* | Fix #97: rebind.so not found when installedJoel Martin2013-09-271-1/+4
|/
* Collect zombie child processes within server loopJason Dillaman2013-06-281-1/+2
* Add 2 arguments to websockify.WSRequestHandlerNTT Data OpenStackers2013-06-241-3/+16
* Clarify messages when optional modules are not found.Joel Martin2013-04-191-5/+5
* Remove support for old Hixie protocols.Peter Åstrand (astrand)2013-03-041-118/+23
* websocket.py: close lsock on stop.Joel Martin2012-10-311-0/+5
* websocketproxy.py: fix for python2.4Joel Martin2012-10-301-2/+5
* websocketproxy.py: put client socket handling first.Joel Martin2012-10-291-18/+18
* websocketproxy.py: better missing token exception.Joel Martin2012-10-291-1/+1
* websocket.py: fix recording and refactor unmask.Joel Martin2012-10-171-22/+34
* Merge pull request #64 from vishvananda/fix-importJoel Martin2012-09-261-1/+2
|\
| * Import everything in websocketproxy and websocketVishvananda Ishaya2012-09-251-1/+2
* | Merge branch 'master' of github.com:kanaka/websockifyJoel Martin2012-09-211-6/+13
|\ \
| * \ Merge pull request #59 from dosht/masterJoel Martin2012-09-211-1/+1
| |\ \
| | * | Fix --unix-target optionmostafa sameh2012-09-181-1/+1
| | |/
| * | Merge pull request #61 from vishvananda/fix-popenJoel Martin2012-09-211-5/+12
| |\ \
| | * | Reset SIGPIPE handler when calling PopenVishvananda Ishaya2012-09-201-5/+12
| | |/
* | | Fix issue #60: not all arguments convertedJoel Martin2012-09-211-1/+1
|/ /
* | Gracefully handle errors when popping kwargs.Joel Martin2012-09-211-7/+7
|/
* Refactor into python modules: websocket, websocketproxyJoel Martin2012-09-173-0/+966
* Implement option --idle-timeoutAric Stewart2012-08-311-0/+3
* More verbosity about who closed the connection.Joel Martin2012-08-141-1/+5
* websockify: rename config opt, fix config dir readingJoel Martin2012-07-131-18/+20
* websockify: change cfg file syntax and clean up parsing.Joel Martin2012-07-121-28/+17
* Move target-list processing to websockify.Joel Martin2012-07-121-1/+62
* Enable multiple targets in websockify by passing a target-list configuration ...Hector Sanjuan2012-07-111-4/+11
* Allow preference of IPv6 for source_addrAlexandre Sicard2012-06-261-0/+3
* Support IPv6 brackets notationAlexandre Sicard2012-06-261-0/+2
* Fix wrap mode when used with --web option.Joel Martin2012-05-311-0/+1
* Fixup bugs from merge (pull #46).Joel Martin2012-05-311-24/+21
* Merge with kanaka's mainstream master branchKarim Allah Ahmed2012-05-281-12/+33
|\
| * Move SSL target support into websocket.py.Joel Martin2012-05-231-27/+27
| * Feature: target_host is wrapped in SSL using --ssl-target optionDaniel Shields2012-05-201-0/+17
* | Adding support for proxying from a unix socketKarim Allah Ahmed2012-05-221-16/+24
|/
* Better close code/reason handling.Joel Martin2012-04-251-3/+3
* Eggify websockifyCédric de Saint Martin2012-02-181-1/+4
* Add --run-once and --timeout TIME parameters.Joel Martin2011-09-221-0/+4
* Fix for python 2.4Joel Martin2011-08-101-2/+2
* Replace addrinfo with socket() static method.Joel Martin2011-07-091-3/+2
* IPv6 and HyBi fixes.Joel Martin2011-07-071-2/+2