summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | TCP_KEEPCNT doesn't exist in non-linuxThomas Goirand2016-10-102-6/+11
|/ / / /
* | | | Merge pull request #228 from jrziviani/masterSolly Ross2016-06-302-2/+18
|\ \ \ \
| * | | | Enable unix socket to work with token pluginJose Ricardo Ziviani2016-02-162-2/+18
* | | | | Merge pull request #239 from javacruft/mox3Solly Ross2016-06-303-3/+3
|\ \ \ \ \
| * | | | | Switch test dependency to mox3James Page2016-06-303-3/+3
|/ / / / /
* | | | | Disable Nagle for proxied connectionssamhed2016-06-021-0/+4
* | | | | C websockify: free memory after failed handshakeGernot Tenchio2016-04-221-2/+16
* | | | | Update to 0.8.0v0.8.0Solly Ross2016-02-183-2/+13
* | | | | Merge pull request #226 abhishekkekane/bug/138Solly Ross2016-02-181-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make websockify respect SIGTERMAbhishek Kekane2016-02-181-0/+8
|/ / / /
* | | | Merge pull request #219 from noah8713/masterSolly Ross2016-01-111-4/+9
|\ \ \ \
| * | | | Remove additional signal calls in websockify that causes novnc to hang.Aliasgar Ginwala2016-01-081-4/+9
|/ / / /
* | | | Merge pull request #215 from miguelxpn/logfileSamuel2015-12-051-1/+4
|\ \ \ \
| * | | | Add information about new logging files functionality in READMEMiguel Xavier Penha Neto2015-12-041-1/+4
* | | | | Merge pull request #214 from miguelxpn/logfileSolly Ross2015-12-031-2/+20
|\ \ \ \ \ | |/ / / /
| * | | | Fix log files when daemonizingMiguel Xavier Penha Neto2015-12-021-2/+20
* | | | | Merge pull request #205 from miguelxpn/logfileSolly Ross2015-12-012-0/+16
|\ \ \ \ \ | |/ / / /
| * | | | Add support for log filesMiguel Xavier Penha Neto2015-12-012-0/+16
|/ / / /
* | | | Bump NPM VersionSolly Ross2015-10-121-1/+1
* | | | Merge pull request #201 from quinox/basicauthSolly2015-10-062-4/+39
|\ \ \ \
| * | | | Verify username/password with BasicAuth pluginCeesjan Luiten2015-10-062-4/+39
|/ / / /
* | | | Merge pull request #198 from halfgaar/masterJoel Martin2015-10-051-6/+18
|\ \ \ \
| * | | | Clarified SSL section in READMEWiebe Cazemier2015-10-051-6/+18
|/ / / /
* | | | Merge pull request #197 from miguelxpn/issue196Solly2015-09-301-1/+1
|\ \ \ \
| * | | | Added support for IPv6 addresses in tokensMiguel Xavier Penha Neto2015-09-301-1/+1
|/ / / /
* | | | Merge pull request #194 from kanaka/feature/http-auth-pluginsSolly2015-08-284-21/+88
|\ \ \ \
| * | | | Rework Auth Plugins to Support HTTP Authfeature/http-auth-pluginsSolly Ross2015-08-254-21/+88
* | | | | Merge pull request #192 from grz0/masterSolly Ross2015-08-271-1/+2
|\ \ \ \ \
| * | | | | Fix bug in JSONTokenApi plugingrz02015-08-271-1/+2
* | | | | | Avoid UnboundLocalError for excArata Notsu2015-08-271-0/+1
* | | | | | Merge pull request #185 from timkurvers/fix/js/drop-base64-dependencySolly2015-08-271-1/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Drop pkrumins/node-base64 dependencyTim Kurvers2015-08-011-1/+0
* | | | | | Fix auth plugins on Python 3.xSolly Ross2015-08-251-2/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #186 from timkurvers/fix/js/node-modules-ignoreSolly2015-08-111-1/+1
|\ \ \ \ \
| * | | | | Ignore node_modules correctlyTim Kurvers2015-08-011-1/+1
| |/ / / /
* | | | | Merge pull request #187 from timkurvers/fix/js/spdx-license-identifierSolly2015-08-051-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Correct SPDX license identifier for LGPL-3.0Tim Kurvers2015-08-011-1/+1
|/ / / /
* | | | Update to 0.7.0v0.7.0Solly Ross2015-07-233-2/+19
| |_|/ |/| |
* | | Merge pull request #176 from crodjer/venv-with-runSolly2015-06-021-1/+1
|\ \ \
| * | | Make `run` respect virtualenv configurationRohan Jain2015-05-151-1/+1
|/ / /
* | | Merge pull request #175 from kanaka/bug/catch-interrupted-syscallSolly2015-05-131-3/+16
|\ \ \
| * | | Catch interrupted system callBennett Kanuka2015-05-131-3/+16
|/ / /
* | | Introduce strict modeSolly Ross2015-05-132-3/+95
* | | Enable TravisSolly Ross2015-05-133-4/+14
* | | Update Tests and Test PluginsSolly Ross2015-05-135-258/+370
* | | 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