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