Skip to content
Snippets Groups Projects
  1. Jun 08, 2009
    • Roger Dingledine's avatar
      proposals tweaks patch · 08fd7e61
      Roger Dingledine authored and Nick Mathewson's avatar Nick Mathewson committed
      is attached
      
      --roger
      
      >From 674f087ab98e1711bb533acf23ee88c7c2a1dfdb Mon Sep 17 00:00:00 2001
      From: Roger Dingledine <arma@torproject.org>
      Date: Sun, 7 Jun 2009 14:37:32 -0400
      Subject: [PATCH] minor edits on proposals
      08fd7e61
  2. Jun 06, 2009
  3. Jun 04, 2009
  4. 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
  5. May 31, 2009
  6. May 30, 2009
  7. May 29, 2009
  8. May 28, 2009
  9. May 27, 2009
  10. May 26, 2009
    • Karsten Loesing's avatar
      Some cleanups on geoip.c. · bf7e5d65
      Karsten Loesing authored
      Use two bitfields for last_seen and action in clientmap_entry_t rather
      than having both share a 32-bit. Also, documentation fixes.
      bf7e5d65
Loading