Skip to content
Snippets Groups Projects
  1. Aug 12, 2016
  2. Jul 16, 2016
  3. Jun 16, 2016
  4. Jan 11, 2016
  5. Dec 17, 2015
  6. Dec 11, 2015
  7. Dec 10, 2015
  8. Dec 09, 2015
  9. Dec 03, 2015
  10. Nov 29, 2015
  11. Nov 16, 2015
  12. Nov 13, 2015
  13. Oct 28, 2015
  14. Oct 27, 2015
  15. Oct 20, 2015
  16. Oct 06, 2015
  17. Sep 28, 2015
  18. Sep 15, 2015
  19. Aug 10, 2015
  20. Aug 03, 2015
    • Marek Vavruša's avatar
      daemon/bindings: replaced old Lua/C bindings with LuaJIT FFI · 28565f82
      Marek Vavruša authored
      this is a first step of leaning towards LuaJIT.
      the FFI bindings are much faster, simpler and don’t abort traces
      
      daemon core scripting engine is still going to support interpreted Lua, but modules requiring library bindings (such as ‘block’) will require LuaJIT for FFI
      28565f82
  21. Jun 16, 2015
  22. May 20, 2015
  23. Apr 28, 2015
    • Marek Vavruša's avatar
      contrib: created 'contrib' directory with ccan/isaac as csprng · dbca2316
      Marek Vavruša authored
      previously cryptolib random function was used to generate message id,
      this works well but it is slow especially when the entropy is low,
      replaced with cryptographically safe prng ISAAC
      
      the ccan directory is going to be used in the future, as it's include
      structure makes it easy to embed C snippets instead of reimplementing
      them
      dbca2316
  24. Apr 10, 2015
  25. Mar 04, 2015
  26. Feb 23, 2015
  27. Feb 02, 2015
  28. Jan 21, 2015
  29. Jan 17, 2015