Skip to content
Snippets Groups Projects
  1. Apr 15, 2016
  2. Apr 14, 2016
  3. Apr 13, 2016
  4. Apr 12, 2016
  5. Apr 11, 2016
    • Eelco Dolstra's avatar
      Remove manifest support · 86796726
      Eelco Dolstra authored
      Manifests have been superseded by binary caches for years. This also
      gets rid of nix-pull, nix-generate-patches and bsdiff/bspatch.
      86796726
  6. Apr 10, 2016
  7. Apr 08, 2016
  8. Apr 07, 2016
  9. Apr 06, 2016
  10. Apr 05, 2016
  11. Apr 04, 2016
  12. Mar 31, 2016
  13. Mar 30, 2016
  14. Mar 29, 2016
    • Eelco Dolstra's avatar
      Improve SIGINT handling in multi-threaded programs · ab3ce1cc
      Eelco Dolstra authored
      The flag remembering whether an Interrupted exception was thrown is
      now thread-local. Thus, all threads will (eventually) throw
      Interrupted. Previously, one thread would throw Interrupted, and then
      the other threads wouldn't see that they were supposed to quit.
      ab3ce1cc
Loading