1. 11 Apr, 2012 1 commit
  2. 29 Feb, 2012 2 commits
  3. 27 Feb, 2012 1 commit
  4. 10 Feb, 2012 5 commits
  5. 09 Feb, 2012 1 commit
  6. 08 Feb, 2012 1 commit
  7. 20 Jan, 2012 8 commits
  8. 19 Jan, 2012 1 commit
  9. 18 Jan, 2012 1 commit
  10. 09 Jan, 2012 2 commits
  11. 30 Dec, 2011 4 commits
  12. 29 Dec, 2011 2 commits
  13. 23 Dec, 2011 3 commits
  14. 08 Dec, 2011 1 commit
  15. 23 Nov, 2011 1 commit
  16. 22 Nov, 2011 3 commits
  17. 21 Nov, 2011 1 commit
  18. 18 Nov, 2011 2 commits
    • Antoine Catton's avatar
      Fill changelog · a0663640
      Antoine Catton authored
      a0663640
    • Antoine Catton's avatar
      Add equeue server. · 4cb4b532
      Antoine Catton authored
      The server listen on an unix socket and wait for a json request which
      look like :
        {"command": "/command/to/run",
         "timestamp": 0}
      
      The server respond sending back the command it will run.
      
      The server is single threaded on run each command only one by one.
      
      If one command requested two times with the same time stamp, it
      will be runned only once.
      4cb4b532