- 22 Dec, 2008 3 commits
-
-
Nick Mathewson authored
svn:r17721
-
Nick Mathewson authored
svn:r17720
-
Karsten Loesing authored
svn:r17717
-
- 21 Dec, 2008 2 commits
-
-
Roger Dingledine authored
svn:r17716
-
Martin Peck authored
svn:r17712
-
- 20 Dec, 2008 1 commit
-
-
Steven Murdoch authored
svn:r17710
-
- 19 Dec, 2008 8 commits
-
-
Nick Mathewson authored
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. svn:r17707
-
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 3 commits
-
-
Nick Mathewson authored
svn:r17664
-
Nick Mathewson authored
svn:r17663
-
Nick Mathewson authored
svn:r17662
-