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