Skip to content
Snippets Groups Projects
  1. Jan 29, 2021
  2. Sep 14, 2017
    • ale's avatar
      Improve database restore I/O robustness · aba06b81
      ale authored
      This fixes an awesome bug where restoring from a pipe would not work,
      because that's the case where you're going to see short Read()s.
      aba06b81
  3. Sep 13, 2017
  4. Sep 10, 2017
  5. Sep 09, 2017
  6. Sep 08, 2017
    • ale's avatar
      Add methods to dump the entire database · 825467fc
      ale authored
      There aren't any external tools to backup a LevelDB database, so it's
      nice to have a way to do so safely: the dump method is exposed to
      localhost on the web interface.
      825467fc
  7. Feb 13, 2016
  8. Feb 07, 2015
  9. Nov 25, 2014
  10. Nov 16, 2014
  11. Nov 15, 2014
  12. Nov 14, 2014
    • ale's avatar
      various indexing fixes · a86cd6dd
      ale authored
      Use a separate, simpler struct for indexing. Store unique IDs in the
      index directly instead of parsing them back into a Metadata object.
      Add more thorough tests.
      a86cd6dd
  13. Nov 12, 2014
  14. Nov 10, 2014
  15. Nov 09, 2014
  16. Nov 08, 2014
Loading