| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | update readme [ci skip] | 2018-05-31 | -3/+7 | |
| | | ||||
| * | change testing user and password to guest | 2018-05-31 | -8/+8 | |
| | | ||||
| * | exclude config file from coverage report | 2018-05-31 | -0/+1 | |
| | | ||||
| * | copy paste error in readme | 2018-05-31 | -1/+1 | |
| | | ||||
| * | more testing | 2018-05-31 | -11/+39 | |
| | | ||||
| * | travis is annoying | 2018-05-31 | -1/+4 | |
| | | ||||
| * | more tests | 2018-05-31 | -5/+26 | |
| | | ||||
| * | try again | 2018-05-31 | -0/+1 | |
| | | ||||
| * | use the virtualenv python binary in travis | 2018-05-31 | -4/+5 | |
| | | ||||
| * | verbose install | 2018-05-31 | -2/+2 | |
| | | ||||
| * | follow travis preinstall conventions | 2018-05-31 | -3/+4 | |
| | | ||||
| * | figure out why protobuf is missing after install | 2018-05-31 | -0/+4 | |
| | | ||||
| * | attempt running on xenial in travis | 2018-05-31 | -0/+1 | |
| | | ||||
| * | accept flag for apt-get | 2018-05-31 | -2/+2 | |
| | | ||||
| * | install libprotobuf-dev | 2018-05-31 | -0/+2 | |
| | | ||||
| * | debug nsjail execution in travis | 2018-05-31 | -0/+2 | |
| | | ||||
| * | chmod +x on ci.sh | 2018-05-31 | -1/+4 | |
| | | ||||
| * | chmod +x on nsjail | 2018-05-31 | -1/+4 | |
| | | ||||
| * | adds nsjail compiled for ubuntu to see if unit testing can work with that | 2018-05-31 | -21/+31 | |
| | | ||||
| * | secure python execution | 2018-05-30 | -80/+250 | |
| | | | | | | | make snekbox a class adds nsjail 2.5 (compiled on alpine 3.7) execute python code via nsjail | |||
| * | typo in debug output | 2018-05-28 | -1/+1 | |
| | | ||||
| * | removed nonsense | 2018-05-28 | -1/+1 | |
| | | ||||
| * | slight formatting changes to readme | 2018-05-28 | -15/+15 | |
| | | ||||
| * | readme diagram | 2018-05-28 | -7/+15 | |
| | | ||||
| * | run as non-priv user in snekbox | 2018-05-28 | -0/+4 | |
| | | ||||
| * | kill long running processes after x seconds | 2018-05-27 | -0/+16 | |
| | | ||||
| * | now also captures stderr | 2018-05-27 | -10/+19 | |
| | | ||||
| * | kick off jobs in their own processes | 2018-05-27 | -16/+28 | |
| | | ||||
| * | retag rabbitmq docker image | 2018-05-26 | -2/+2 | |
| | | ||||
| * | add rabbitmq mgmt webinterface, handle container autodiscovery better, minor ↵ | 2018-05-26 | -37/+65 | |
| | | | | | code optimisations, update readme | |||
| * | automatically clean up queues and message to reduce rabbitmq memory footprint | 2018-05-26 | -32/+51 | |
| | | ||||
| * | beforeunload was never run, removed | 2018-05-26 | -5/+0 | |
| | | ||||
| * | remove pass | 2018-05-26 | -1/+0 | |
| | | ||||
| * | simplify threads and use local thread variables to manage user websocket ↵ | 2018-05-26 | -132/+146 | |
| | | | | | connections | |||
| * | lint | 2018-05-25 | -35/+87 | |
| | | ||||
| * | generate new queue based on session id to lock user to their own event chain | 2018-05-24 | -44/+73 | |
| | | ||||
| * | update readme | 2018-05-23 | -1/+1 | |
| | | ||||
| * | update readme | 2018-05-23 | -11/+10 | |
| | | ||||
| * | update readme | 2018-05-23 | -1/+0 | |
| | | ||||
| * | POC completed | 2018-05-23 | -242/+276 | |
| | | ||||
| * | update readme | 2018-05-22 | -2/+2 | |
| | | ||||
| * | update readme | 2018-05-22 | -5/+20 | |
| | | ||||
| * | puts the webapp in a docker container and puts it in docker-compose | 2018-05-22 | -12/+43 | |
| | | ||||
| * | adds webapp and docker-compose for more proof of concept | 2018-05-22 | -103/+511 | |
| | | ||||
| * | Delete test.py | 2018-05-21 | -21/+0 | |
| | | ||||
| * | init commit | 2018-05-21 | -0/+264 | |
| | | ||||
| * | Initial commit | 2018-05-21 | -0/+127 | |