Nick Mathewson
|
1d9b8a1e16
Merge commit 'karsten/proposal-166-impl-master'
|
16 years ago |
Nick Mathewson
|
707a6bd659
Merge commit 'public/socks-client'
|
16 years ago |
Nick Mathewson
|
903f9ef50e
Clean up a couple of style issues in the socks-client branch.
|
16 years ago |
Karsten Loesing
|
4e29f33427
Write all statistics to disk exactly every 24 hours.
|
16 years ago |
Karsten Loesing
|
dccadb30cd
Clean up proposal 166 and its implementation.
|
16 years ago |
Karsten Loesing
|
ab7729f472
Remove ./configure option for entry and dir request statistics.
|
16 years ago |
Karsten Loesing
|
8c496d1660
Some tweaks to statistics.
|
16 years ago |
Karsten Loesing
|
416940d93b
Some tweaks to directory request download times.
|
16 years ago |
Karsten Loesing
|
3c05132575
Directories now also measure download times of network statuses.
|
16 years ago |
Karsten Loesing
|
4d6af73db8
If configured, write per-port exit statistics to disk periodically.
|
16 years ago |
Christopher Davis
|
75472c19c3
Enable Tor to connect through SOCKS 4/5 proxies
|
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
|
cb18fc2190
Merge commit 'origin/maint-0.2.1'
|
16 years ago |
Nick Mathewson
|
ec7e054668
Spell-check Tor.
|
16 years ago |
Mike Perry
|
29bf271ba2
Fix misreporting of stream bandwidths.
|
16 years ago |
potentiate
|
1b61c8bf37
Fix misreporting of stream bandwidths.
|
16 years ago |
Karsten Loesing
|
948835c680
Remove unused rendversion parameters. YAGNI.
|
16 years ago |
Karsten Loesing
|
f79688ddef
Clients do not request version 0 hidserv descs anymore.
|
16 years ago |
Karsten Loesing
|
9b32e8c141
Update copyright to 2009.
|
16 years ago |
Karsten Loesing
|
4ebcc4da34
Update copyright to 2009.
|
16 years ago |
Roger Dingledine
|
decdf4537a
If we're using bridges and our network goes away, be more willing
|
16 years ago |
Nick Mathewson
|
c4b8fef362
Remove svn $Id$s from our source, and remove tor --version --version.
|
16 years ago |
Nick Mathewson
|
3a8a2cb2de
Downgrade some xxx021s, comment more on others, etc
|
16 years ago |
Nick Mathewson
|
f7fb1bf931
Refactor sockaddr family match check into a new function
|
16 years ago |
Nick Mathewson
|
ae71b52945
remove the responsibility for setting listensocklen to the function that made the sockaddr
|
16 years ago |
Nick Mathewson
|
a87335472c
Make connection_create_listener take a sockaddr_len, not just a sockaddr whose length we try to divine.
|
16 years ago |
Nick Mathewson
|
df5e8f65bc
Add more missing documentation, and correct an error in container.c documentation: Don't introduce two parameters called n when you're calling an algorithm O(n).
|
16 years ago |
Nick Mathewson
|
b68379b13b
Add DOCDOC entries for undocumented static and global variables.
|
16 years ago |
Nick Mathewson
|
1e5f457461
Fix most DOCDOCs remaining and/or added by redox.
|
16 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.
|
16 years ago |