- 19 Dec, 2008 7 commits
-
-
Nick Mathewson authored
svn:r17706
-
Nick Mathewson authored
svn:r17705
-
Nick Mathewson authored
svn:r17704
-
Nick Mathewson authored
svn:r17703
-
Nick Mathewson authored
svn:r17702
-
Roger Dingledine authored
svn:r17696
-
Roger Dingledine authored
drafts into it. svn:r17693
-
- 18 Dec, 2008 23 commits
-
-
Nick Mathewson authored
svn:r17692
-
Nick Mathewson authored
Why were we using gettimeofday() in second_elapsed_callback? We were only ever looking at the tv_sec field. svn:r17691
-
Nick Mathewson authored
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. svn:r17690
-
Nick Mathewson authored
svn:r17689
-
Nick Mathewson authored
One log.c XXX021 was a misunderstanding. Also, clip log messages passed to syslog to their maximum length when there is a maximum. svn:r17688
-
Nick Mathewson authored
svn:r17686
-
Nick Mathewson authored
Ben confirms that the MUST in rfc2631 is only for compatibility with X9.42, and isn't actually a security thing. svn:r17685
-
Nick Mathewson authored
svn:r17684
-
Nick Mathewson authored
svn:r17683
-
Nick Mathewson authored
(The unfixed ones are being downgraded to regular XXXs mainly on the rationale that they don't seem to be exploding Tor, and they were apparently not showstoppers for 0.2.0.x-final.) svn:r17682
-
Nick Mathewson authored
svn:r17681
-
Nick Mathewson authored
svn:r17680
-
Nick Mathewson authored
svn:r17679
-
Nick Mathewson authored
svn:r17678
-
Nick Mathewson authored
To turn it back on, re-define CACHE_GENERATED_KEYS option in test.c. svn:r17677
-
Nick Mathewson authored
svn:r17676
-
Nick Mathewson authored
svn:r17673
-
Nick Mathewson authored
Fix bug 889: share deep-copied keys between threads to avoid races in reference counts. Bugfix on 0.1.0.1-rc. svn:r17672
-
Roger Dingledine authored
have any files in the cached-status/ directory svn:r17671
-
Nick Mathewson authored
svn:r17669
-
Nick Mathewson authored
Avoid nop call to control_event_or_authdir_new_descriptor that makes coverity think we are dereferencing a null pointer. It is safe, I think, but entirely too clever for our own good. svn:r17668
-
Nick Mathewson authored
svn:r17667
-
Nick Mathewson authored
Fix memory leak in rend_cache_store_v2_desc_as_client(), and refactor the function to use the "goto err" idiom. svn:r17665
-
- 17 Dec, 2008 10 commits
-
-
Nick Mathewson authored
svn:r17664
-
Nick Mathewson authored
svn:r17663
-
Nick Mathewson authored
svn:r17662
-
Nick Mathewson authored
(Many users have no idea what a resolv.conf is, and shouldn't be forced to learn. The old option will keep working for now.) Also, document it. svn:r17661
-
Roger Dingledine authored
svn:r17659
-
Roger Dingledine authored
seconds. Warn the user if lower values are given in the configuration. Bugfix on 0.1.0.1-rc. Patch by Sebastian. Clip the CircuitBuildTimeout to a minimum of 30 seconds. Warn the user if lower values are given in the configuration. Bugfix on 0.1.1.17-rc. Patch by Sebastian. svn:r17657
-
Nick Mathewson authored
Make return code from router_add_to_routerlist a nice sensible enum. Based on patch from Sebastian. svn:r17656
-
Nick Mathewson authored
manpage: stop mentioning the possibility that Tor has been built without eventdns. That hasn't been possible since 0.2.0.1-alpha svn:r17655
-
Nick Mathewson authored
svn:r17654
-
Nick Mathewson authored
svn:r17652
-