aboutsummaryrefslogtreecommitdiffstats
path: root/rmq.py (unfollow)
Commit message (Expand)AuthorLines
2018-05-31use the virtualenv python binary in travisGravatar Christopher Baklid-4/+5
2018-05-31verbose installGravatar Christopher Baklid-2/+2
2018-05-31follow travis preinstall conventionsGravatar Christopher Baklid-3/+4
2018-05-31figure out why protobuf is missing after installGravatar Christopher Baklid-0/+4
2018-05-31attempt running on xenial in travisGravatar Christopher Baklid-0/+1
2018-05-31accept flag for apt-getGravatar Christopher Baklid-2/+2
2018-05-31install libprotobuf-devGravatar Christopher Baklid-0/+2
2018-05-31debug nsjail execution in travisGravatar Christopher Baklid-0/+2
2018-05-31chmod +x on ci.shGravatar Christopher Baklid-1/+4
2018-05-31chmod +x on nsjailGravatar Christopher Baklid-1/+4
2018-05-31adds nsjail compiled for ubuntu to see if unit testing can work with thatGravatar Christopher Baklid-21/+31
2018-05-30secure python executionGravatar Christopher Baklid-80/+250
2018-05-28typo in debug outputGravatar Christopher Baklid-1/+1
2018-05-28removed nonsenseGravatar Christopher Baklid-1/+1
2018-05-28slight formatting changes to readmeGravatar Christopher Baklid-15/+15
2018-05-28readme diagramGravatar Christopher Baklid-7/+15
2018-05-28run as non-priv user in snekboxGravatar Christopher Baklid-0/+4
2018-05-27kill long running processes after x secondsGravatar Christopher Baklid-0/+16
2018-05-27now also captures stderrGravatar Christopher Baklid-10/+19
2018-05-27kick off jobs in their own processesGravatar Christopher Baklid-16/+28
2018-05-26retag rabbitmq docker imageGravatar Christopher Baklid-2/+2
2018-05-26add rabbitmq mgmt webinterface, handle container autodiscovery better, minor ...Gravatar Christopher Baklid-37/+65
2018-05-26automatically clean up queues and message to reduce rabbitmq memory footprintGravatar Christopher Baklid-32/+51
2018-05-26beforeunload was never run, removedGravatar Christopher Baklid-5/+0
2018-05-26remove passGravatar Christopher Baklid-1/+0
2018-05-26simplify threads and use local thread variables to manage user websocket conn...Gravatar Christopher Baklid-132/+146
2018-05-25lintGravatar Christopher Baklid-35/+87
2018-05-24generate new queue based on session id to lock user to their own event chainGravatar Christopher Baklid-44/+73
2018-05-23update readmeGravatar Christopher Baklid-1/+1
2018-05-23update readmeGravatar Christopher Baklid-11/+10
2018-05-23update readmeGravatar Christopher Baklid-1/+0
2018-05-23POC completedGravatar Christopher Baklid-242/+276
2018-05-22update readmeGravatar Christopher Baklid-2/+2
2018-05-22update readmeGravatar Christopher Baklid-5/+20
2018-05-22puts the webapp in a docker container and puts it in docker-composeGravatar Christopher Baklid-12/+43
2018-05-22adds webapp and docker-compose for more proof of conceptGravatar Christopher Baklid-103/+511
2018-05-21Delete test.pyGravatar Christopher Baklid-21/+0
2018-05-21init commitGravatar Christopher Baklid-0/+264