Skip to content
Snippets Groups Projects
  1. Jun 06, 2009
  2. Jun 04, 2009
  3. 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
  4. May 31, 2009
  5. May 30, 2009
  6. May 29, 2009
  7. May 28, 2009
  8. May 27, 2009
  9. 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
  10. May 25, 2009
Loading