Karsten Loesing
|
4e29f33427
Write all statistics to disk exactly every 24 hours.
|
16 years ago |
Karsten Loesing
|
d97e95cb62
Remove ./configure option for cell statistics.
|
16 years ago |
Karsten Loesing
|
b493a2ccb9
If configured, write cell statistics to disk periodically.
|
16 years ago |
Nick Mathewson
|
9f28cfe86a
Merge commit 'origin/maint-0.2.1'
|
16 years ago |
Roger Dingledine
|
e7bc189f7c
the third piece of bug 969 fixing
|
16 years ago |
Nick Mathewson
|
1e709c79d1
Isolate Libevent API dependency to just main.c and dns.c in src/or.
|
16 years ago |
Nick Mathewson
|
33b1d714e7
Make Tor compile with Libevent 1.0 again.
|
16 years ago |
Nick Mathewson
|
e5b88dc83f
Update Tor to use Libevent 2.0 APIs when available.
|
16 years ago |
Nick Mathewson
|
4945fee65a
Merge commit 'origin/maint-0.2.1'
|
16 years ago |
Nick Mathewson
|
b262e76563
Fix gprof bottlenecks on exit nodes found by Jacob.
|
16 years ago |
Nick Mathewson
|
e84ddead34
Merge branch 'hardware_accel_improvements'
|
16 years ago |
Nick Mathewson
|
cb18fc2190
Merge commit 'origin/maint-0.2.1'
|
16 years ago |
Nick Mathewson
|
ec7e054668
Spell-check Tor.
|
16 years ago |
Karsten Loesing
|
54c97c9133
Change the way how directories that are configured with --enable-geoip-stats write geoip stats to disk.
|
16 years ago |
Roger Dingledine
|
9a4b0446b0
fix a comment
|
16 years ago |
Martin Peck
|
7703b887f5
Add support for dynamic OpenSSL hardware crypto acceleration engines.
|
16 years ago |
Jacob Appelbaum
|
75f963e951
Log the number and size of DNS cache entries on SIGUSR1.
|
16 years ago |
Karsten Loesing
|
9b32e8c141
Update copyright to 2009.
|
16 years ago |
Karsten Loesing
|
4ebcc4da34
Update copyright to 2009.
|
16 years ago |
Nick Mathewson
|
25c6ff6f55
Support 64-bit time_t. Patch from Matthias Drochner. Partial backport candidate.
|
17 years ago |
Nick Mathewson
|
8ebceeb352
Make sure that even in the weird fiddly paths that lead to init_keys,
|
17 years ago |
Nick Mathewson
|
c4b8fef362
Remove svn $Id$s from our source, and remove tor --version --version.
|
17 years ago |
Nick Mathewson
|
df608fef45
Checkpoint my big bug-891 patch.
|
17 years ago |
Nick Mathewson
|
558e9899e4
Document most undocumented variables.
|
17 years ago |
Nick Mathewson
|
b68379b13b
Add DOCDOC entries for undocumented static and global variables.
|
17 years ago |
Nick Mathewson
|
1e5f457461
Fix most DOCDOCs remaining and/or added by redox.
|
17 years ago |
Nick Mathewson
|
1725c0c8a5
Add DOCDOC comments for all undocumented functions. Add missing *s to other comments so that they will get recognized as doxygen.
|
17 years ago |
Nick Mathewson
|
c3e4b12e7f
Why were we using gettimeofday() in second_elapsed_callback? We were only ever looking at the tv_sec field.
|
17 years ago |
Nick Mathewson
|
bf80e2df3f
Replace calls to time(NULL) that occur on the order of once per read, one per write, or once per cell with calls to a function that looks at a cached value of time. This is tricksy to benchmark, since it will only help on systems where time() is a syscall and syscalls are relatively slow.
|
17 years ago |
Nick Mathewson
|
ecaee1d927
Remove fixed xxx020s; downgrade unfixed ones.
|
17 years ago |