Nick Mathewson
|
05a2473b7f
Merge branch 'ewma'
|
15 yıl önce |
Nick Mathewson
|
350181529e
Merge branch 'safelogging2'
|
15 yıl önce |
Nick Mathewson
|
fcbd65b45c
Refactor the safe_str_*() API to make more sense.
|
15 yıl önce |
Nick Mathewson
|
c210db0d41
Enhance pqueue so we can remove items from the middle.
|
15 yıl önce |
Nick Mathewson
|
0c1b3070cf
Now that FOO_free(NULL) always works, remove checks before calling it.
|
15 yıl önce |
Sebastian Hahn
|
3807db001d
*_free functions now accept NULL
|
15 yıl önce |
Sebastian Hahn
|
f258647433
Allow SafeLogging to exclude client related information
|
15 yıl önce |
Nick Mathewson
|
71cdd99dd7
Another event2 evdns fix.
|
15 yıl önce |
Nick Mathewson
|
81eee0ecff
Fix a crash when using evdns from Libevent 2.
|
15 yıl önce |
Roger Dingledine
|
9ece0955f7
fix comments and other typos
|
15 yıl önce |
Nick Mathewson
|
1e709c79d1
Isolate Libevent API dependency to just main.c and dns.c in src/or.
|
15 yıl önce |
Nick Mathewson
|
e5b88dc83f
Update Tor to use Libevent 2.0 APIs when available.
|
15 yıl önce |
Nick Mathewson
|
4945fee65a
Merge commit 'origin/maint-0.2.1'
|
15 yıl önce |
Nick Mathewson
|
b262e76563
Fix gprof bottlenecks on exit nodes found by Jacob.
|
15 yıl önce |
Nick Mathewson
|
cb18fc2190
Merge commit 'origin/maint-0.2.1'
|
15 yıl önce |
Nick Mathewson
|
ec7e054668
Spell-check Tor.
|
15 yıl önce |
Sebastian Hahn
|
f26abf5f54
fix codestyle issues
|
15 yıl önce |
Jacob Appelbaum
|
75f963e951
Log the number and size of DNS cache entries on SIGUSR1.
|
15 yıl önce |
Karsten Loesing
|
9b32e8c141
Update copyright to 2009.
|
15 yıl önce |
Karsten Loesing
|
4ebcc4da34
Update copyright to 2009.
|
15 yıl önce |
Nick Mathewson
|
0f2e171653
fix a wide line.
|
16 yıl önce |
Nick Mathewson
|
e1f03572ca
Support setting serverdnsrandomizecase during sighup. Backportable, unless too trivial.
|
16 yıl önce |
Nick Mathewson
|
dbc8a44bae
Fix ServerDNSRandomizeCase so that setting it to 0 works.
|
16 yıl önce |
Nick Mathewson
|
462f64b6b9
Make outgoing DNS requests respect OutboundBindAddress.
|
16 yıl önce |
Nick Mathewson
|
c4b8fef362
Remove svn $Id$s from our source, and remove tor --version --version.
|
16 yıl önce |
Nick Mathewson
|
b3b14bf25d
Add some early checks to keep ipv6 addresses from failing by accident. Now, they fail on purpose, at least till 0.2.2.something.
|
16 yıl önce |
Nick Mathewson
|
272e64e674
Use the literal parse of an address in dns_resolve_impl if parsing the address as an ipv4 or ipv6 address _succeeded_. Not if it failed. Bug introduced in r17707 (post 0.2.1.8-alpha), and found by xiando.
|
16 yıl önce |
Nick Mathewson
|
1e5f457461
Fix most DOCDOCs remaining and/or added by redox.
|
16 yıl önce |
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 yıl önce |
Nick Mathewson
|
029be5ad02
Move in-addr.arpa parsing and generation into address.c, and simplify the code that does it elsewhere. Incidentally, this lets exit servers answer requests for ip6.arpa addresses.
|
16 yıl önce |