Skip to content
Snippets Groups Projects
  1. Jan 20, 2017
  2. Jan 19, 2017
  3. Jan 16, 2017
  4. Jan 11, 2017
  5. Dec 12, 2016
  6. Dec 07, 2016
    • Vladimír Čunát's avatar
      --verbose: make it more efficient when not --verbose · 35cb961b
      Vladimír Čunát authored
      In particular, don't require to call an externally defined function to
      find if in --verbose mode or not.  Now it's just an extern bool.
      I'm confident the performance impact of not using -DNLOGDEBUG should be
      negligible now.
      
      This comes with a small incompatible API+ABI change, but that shouldn't
      matter as we've had a couple of those already since the last release.
      35cb961b
  7. Aug 12, 2016
  8. Jul 16, 2016
  9. Jun 16, 2016
  10. Jan 11, 2016
  11. Dec 17, 2015
  12. Dec 11, 2015
  13. Dec 10, 2015
  14. Dec 09, 2015
  15. Dec 03, 2015
  16. Nov 29, 2015
  17. Nov 16, 2015
  18. Nov 13, 2015
  19. Oct 28, 2015
  20. Oct 27, 2015
  21. Oct 20, 2015
  22. Oct 06, 2015
  23. Sep 28, 2015
  24. Sep 15, 2015
  25. Aug 10, 2015
  26. 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
  27. Jun 16, 2015
  28. May 20, 2015
  29. 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
  30. Apr 10, 2015
  31. Mar 04, 2015
  32. Feb 23, 2015
Loading