Skip to content
Snippets Groups Projects
  1. Dec 10, 2015
  2. Dec 09, 2015
  3. Dec 03, 2015
  4. Nov 29, 2015
  5. Nov 16, 2015
  6. Nov 13, 2015
  7. Oct 28, 2015
  8. Oct 27, 2015
  9. Oct 20, 2015
  10. Oct 06, 2015
  11. Sep 28, 2015
  12. Sep 15, 2015
  13. Aug 10, 2015
  14. 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
  15. Jun 16, 2015
  16. May 20, 2015
  17. 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
  18. Apr 10, 2015
  19. Mar 04, 2015
  20. Feb 23, 2015
  21. Feb 02, 2015
  22. Jan 21, 2015
  23. Jan 17, 2015
Loading