Skip to content
Snippets Groups Projects
  1. Jun 12, 2009
  2. Jun 08, 2009
  3. Jun 07, 2009
  4. Jun 05, 2009
  5. Jun 03, 2009
    • Karsten Loesing's avatar
      Update the rest of the geoip file. · 48bf1d97
      Karsten Loesing authored
      48bf1d97
    • Nick Mathewson's avatar
      Update the geoip file · 0b23035e
      Nick Mathewson authored
      0b23035e
    • Nick Mathewson's avatar
      Fix gprof bottlenecks on exit nodes found by Jacob. · b262e765
      Nick Mathewson authored
      Apparently all the stuff that does a linear scan over all the DNS
      cache entries can get really expensive when your DNS cache is very
      large.  It's hard to say how much this will help performance, since
      gprof doesn't count time spent in OpenSSL or zlib, but I'd guess 10%.
      
      Also, this patch removes calls to assert_connection_ok() from inside
      the read and write callbacks, which are similarly unneeded, and a
      little costlier than I'm happy with.
      
      This is probably worth backporting to 0.2.0.
      b262e765
  6. May 31, 2009
  7. May 30, 2009
  8. May 28, 2009
  9. May 27, 2009
  10. May 25, 2009
  11. May 22, 2009
  12. May 18, 2009
    • Nick Mathewson's avatar
      Possible fix for crash bug related to event timeouts. [Bug 957] · 34030a3d
      Nick Mathewson authored
      If we ever add an event, then set it, then add it again, there will be
      now two pointers to the event in the event base.  If we delete one and
      free it, the first pointer will still be there, and possibly cause a
      crash later.
      
      This patch adds detection for this case to the code paths in
      eventdns.c, and works around it.  If the warning message ever
      displays, then a cleverer fix is in order.
      
      {I am not too confident that this *is* the fix, since bug 957 is very
      tricky.  If it is, it is a bugfix on 0.2.0.}
      34030a3d
  13. May 17, 2009
  14. May 14, 2009
  15. May 13, 2009
Loading