Skip to content
Snippets Groups Projects
  1. Dec 10, 2015
  2. Dec 09, 2015
  3. Nov 28, 2015
  4. Nov 25, 2015
    • Marek Vavruša's avatar
      build: amalgamated build support with AMALG=1 · af4254d1
      Marek Vavruša authored
      amalgamated build concatenates all files into a single .c file to
      allow compiler see all symbols and produce possibly smaller code.
      for binary distributions this is what you want, as it's faster but
      may consume more memory during compilation.
      it however cannot do incremental builds.
      af4254d1
  5. Nov 24, 2015
  6. Nov 19, 2015
  7. Oct 06, 2015
  8. Oct 05, 2015
  9. Aug 04, 2015
  10. Jul 15, 2015
  11. Jul 01, 2015
  12. Jun 30, 2015
  13. Jun 08, 2015
  14. Jun 07, 2015
  15. Jun 01, 2015
  16. May 25, 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