summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #99 from alonbl/targetconfigJoel Martin2013-10-141-3/+4
|\ \ \ \ | |/ / / |/| | |
| * | | WebSocketProxy: support non path target_cfgAlon Bar-Lev2013-10-141-3/+4
|/ / /
| | * Merge commit 'edde5cd0ff6059bddae10c9b9faf0b3e8f388a9e'Peter Åstrand (astrand)2013-11-271-1/+1
| | |\ | |_|/ |/| |
* | | Merge pull request #91 from MartinF/masterSamuel2013-10-091-1/+1
|\ \ \
| * | | Fixed wiki referenceMartin From2013-09-091-1/+1
| | | * 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
| | |\ | |_|/ |/| |
* | | Merge pull request #85 from dillaman/masterJoel Martin2013-07-021-1/+2
|\ \ \ | |/ / |/| |
| * | Collect zombie child processes within server loopJason Dillaman2013-06-281-1/+2
|/ /
| * Merge commit '264f8fdd7f12bd5b9f6813fb8de81c55b6328d9b'Peter Åstrand (astrand)2013-11-274-3/+16
| |\ | |/ |/|
* | Update to version 0.5.1v0.5.1Joel Martin2013-06-274-3/+16
| * Merge commit '36cb8f4676c7b5ff34bd22ad729e00e77efb6f00'Peter Åstrand (astrand)2013-11-273-1/+10
| |\ | |/ |/|
* | Move javascript websockify files to other/jsJoel Martin2013-06-273-1/+10
| * Merge commit '36fcd5784fa0825eedbf31d91bc42c970605ddb4'Peter Åstrand (astrand)2013-11-271-0/+22
| |\ | |/ |/|
* | Add package file for websockify.jsJoel Martin2013-06-271-0/+22
| * Merge commit '46450577c2fb119fc5bf0ac09664f22651a080d0'Peter Åstrand (astrand)2013-11-271-12/+9
| |\ | |/ |/|
* | Use upstream einaros/ws 0.4.27 with sub-protocol support.Joel Martin2013-06-271-12/+9
| * Merge commit 'd3ba23fa64d79eeb602ff1015ec31014fd8e9b35'Peter Åstrand (astrand)2013-11-272-0/+0
| |\ | |/ |/|
* | Update to c0855c6cae of web-socket-jsJoel Martin2013-06-272-0/+0
| * Merge commit '6d27b5d321978586ea1601f757ead73dfba03da7'Peter Åstrand (astrand)2013-11-271-0/+7
| |\ | |/ |/|
* | Merge pull request #84 from nttdatainc-openstackers/masterJoel Martin2013-06-271-3/+16
|\ \
| * | Add 2 arguments to websockify.WSRequestHandlerNTT Data OpenStackers2013-06-241-3/+16
|/ /
| * Merge commit 'b7f255ce0b21dc42189205b1f0e46b4f1d9854f9'Peter Åstrand (astrand)2013-11-271-5/+5
| |\ | |/ |/|
* | Clarify messages when optional modules are not found.Joel Martin2013-04-191-5/+5
| * Merge commit '477947ba96a00032ae35ac55fd02a4a5f485497e'Peter Åstrand (astrand)2013-11-273-7/+17
| |\ | |/ |/|
* | Remove wsproxy references. Sync launch.sh from noVNC.Joel Martin2013-04-153-7/+17
| * Merge commit '33e9a21ce4e38d52f43fe775fb154fc71c09c827'Peter Åstrand (astrand)2013-11-272-0/+3
| |\ | |/ |/|
* | Add gimite/web-socket-js submodule for DFSG compliance.Joel Martin2013-04-122-0/+3
| * Merge commit '2d078e8cd83735dad7d98fadcece652d93e2a037'Peter Åstrand (astrand)2013-11-271-1/+2
| |\ | |/ |/|
* | Merge pull request #76 from SlapOS/includeJoel Martin2013-04-031-1/+2
|\ \
| * | correctly include include directory in egg.Cédric de Saint Martin2013-04-031-1/+2
|/ /
| * Fix Python3 compatibility when using --libserver.Peter Åstrand (astrand)2013-03-201-5/+8
| * Improved class documentation.Peter Åstrand (astrand)2013-03-201-1/+15
| * Let our ProxyRequestHandler be default. This allows you to inheritPeter Åstrand (astrand)2013-03-201-5/+5
| * Move WebSocketProxy class so that it is defined after thePeter Åstrand (astrand)2013-03-201-125/+114
| * Removed unused import of SimpleHTTPRequestHandler.Peter Åstrand (astrand)2013-03-201-1/+0
| * Make echo.py and load.py work again, after the refactoring ofPeter Åstrand (astrand)2013-03-202-17/+17
| * Rename self.client to self.request, ie adapt to:Peter Åstrand (astrand)2013-03-202-5/+5
| * Merge branch 'master' of github.com:astrand/websockifyPeter Åstrand (astrand)2013-03-1810-37/+51
| |\
| | * Merge remote branch 'upstream/master'Peter Åstrand (astrand)2013-03-1810-37/+51
| | |\ | |_|/ |/| |
* | | tests: use new module path and remove Hixie code.Joel Martin2013-03-143-7/+5
* | | README: no longer supporting Hixie.Joel Martin2013-03-122-18/+10
* | | Merge pull request #70 from astrand/masterJoel Martin2013-03-121-118/+23
|\ \ \