Skip to content
Snippets Groups Projects
  1. May 19, 2015
  2. Apr 06, 2015
  3. Mar 25, 2015
  4. Mar 24, 2015
  5. Mar 18, 2015
  6. Mar 12, 2015
  7. Mar 10, 2015
  8. Feb 23, 2015
  9. Feb 19, 2015
  10. Feb 18, 2015
  11. Feb 11, 2015
    • Nick Mathewson's avatar
      Remove mempools and buf freelists · 6f331645
      Nick Mathewson authored
      They have been off-by-default since 0.2.5 and nobody has complained. :)
      
      Also remove the buf_shrink() function, which hasn't done anything
      since we first stopped using contiguous memory to store buffers.
      
      Closes ticket 14848.
      6f331645
  12. Feb 09, 2015
  13. Jan 26, 2015
  14. Jan 14, 2015
  15. Jan 12, 2015
  16. Jan 11, 2015
    • Tomasz Torcz's avatar
      fix and enable systemd watchdog · a8999acc
      Tomasz Torcz authored and Nick Mathewson's avatar Nick Mathewson committed
        There were following problems:
        - configure.ac wrongly checked for defined HAVE_SYSTEMD; this
          wasn't working, so the watchdog code was not compiled in.
          Replace library search with explicit version check
        - sd_notify() watchdog call was unsetting NOTIFY_SOCKET from env;
          this means only first "watchdog ping" was delivered, each
          subsequent one did not have socket to be sent to and systemd
          was killing service
        - after those fixes, enable Watchdog in systemd unit with one
          minute intervals
      a8999acc
  17. Jan 10, 2015
  18. Jan 06, 2015
  19. Jan 02, 2015
  20. Dec 31, 2014
  21. Dec 23, 2014
  22. Oct 30, 2014
  23. Oct 28, 2014
  24. Oct 27, 2014
    • Sebastian Hahn's avatar
      Remove configure option to disable curve25519 · 909aa51b
      Sebastian Hahn authored
      By now, support in the network is widespread and it's time to require
      more modern crypto on all Tor instances, whether they're clients or
      servers. By doing this early in 0.2.6, we can be sure that at some point
      all clients will have reasonable support.
      909aa51b
  25. Oct 24, 2014
  26. Oct 20, 2014
Loading