summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-27HiddenServiceVersion must be set to 2 currently.tor-0.2.2.1-alphaSebastian Hahn
0d68da2381780e2f8010b52a9e062947554699d5 removed support for Version 0, but didn't fix the manpage.
2009-08-26put karsten's changelog in the right placeRoger Dingledine
2009-08-26When Tor fails to parse a descriptor of any kind, dump it to disk.Karsten Loesing
2009-08-26update fetch-all with dir authAndrew Lewman
2009-08-26changelog and spec changes for the .exit fixRoger Dingledine
2009-08-26bump to 0.2.2.1-alphaRoger Dingledine
2009-08-26typos in dir-specRoger Dingledine
2009-08-26mark off a done proposalRoger Dingledine
2009-08-26clean up the changelog for 0.2.2.1-alphaRoger Dingledine
2009-08-26Merge commit 'karsten/proposal-166-impl-master'Nick Mathewson
2009-08-26A changelog entry and a bit more documentation for socks-clientNick Mathewson
2009-08-26Merge commit 'public/socks-client'Nick Mathewson
Resolved conflict in: src/or/or.h
2009-08-25Clean up a couple of style issues in the socks-client branch.Nick Mathewson
2009-08-25new proposals: params in consensus, and lower circwindowRoger Dingledine
2009-08-21Add some fixes after discussion with Nick.Karsten Loesing
- Refactor geoip.c by moving duplicate code into rotate_request_period(). - Don't leak memory when cleaning up cell queues. - Make sure that exit_(streams|bytes_(read|written)) are initialized in all places accessing these arrays. - Read only the last block from *stats files and ensure that its timestamp is not more than 25 hours in the past and not more than 1 hour in the future. - Stop truncating the last character when reading *stats files. The only thing that's left now is to avoid reading whole *stats files into memory.
2009-08-21Refactor geoip_get_dirreq_history() some more.Nick Mathewson
This patch avoids a bunch of allocations, and avoids using unallocated memory.
2009-08-21Fix a memory leak in summarizing directory request timing.Nick Mathewson
Spotted by Coverity Scan.
2009-08-21Add the first 8 bytes of the git commit digest to our versions.Nick Mathewson
Note that unlike subversion revision numbers, it isn't meaningful to compare these for anything but equality. We define a sort-order anyway, in case one of these accidentally slips into a recommended-versions list.
2009-08-20autoconf 2.59 appears not to support AC_PROG_SEDRoger Dingledine
2009-08-20Survive unparseable cached cert fileRoger Dingledine
2009-08-20Notice v3 cert parsing failuresRoger Dingledine
If any the v3 certs we download are unparseable, we should actually notice the failure so we don't retry indefinitely. Bugfix on 0.2.0.x; reported by "rotator".
2009-08-20Make crypto_digest_get_digest nondestructive again.Nick Mathewson
Fixes bug in f57883a39.
2009-08-20Make consensus_method_is_supported() be the canonical source for its info.Nick Mathewson
Add a new function to derive the declared method list from consensus_method_is_supported().
2009-08-20Add a SHA256 implementation for platforms that lack it.Nick Mathewson
(This would be everywhere running OpenSSL 0.9.7x and earlier, including all current Macintosh users.) The code is based on Tom St Denis's LibTomCrypt implementation, modified to be way less general and use Tor's existing facilities. I picked this one because it was pretty fast and pretty free, and because Python uses it too.
2009-08-19Add basic support for SHA256.Nick Mathewson
This adds an openssl 0.9.8 dependency. Let's see if anybody cares.
2009-08-19Some final (?) cleanups of proposal 166 implementation.Karsten Loesing
2009-08-19Fix a couple of bugs that showed up at runtime.Karsten Loesing
2009-08-19Don't write extra-info document to debug logs.Karsten Loesing
2009-08-19Update ChangeLog with changes from proposal 166.Karsten Loesing
2009-08-19Move all *-stats file to subdirectory stats/.Karsten Loesing
2009-08-19Include only the last 24 hours of stats in extra-info documents.Karsten Loesing
2009-08-19Write all statistics to disk exactly every 24 hours.Karsten Loesing
2009-08-18Update dir-spec.txt and man page.Karsten Loesing
2009-08-18Clean up proposal 166 and its implementation.Karsten Loesing
2009-08-17Use memory pool for insertion times.Karsten Loesing
2009-08-17Implement queue with O(1) operations, and correct some math.Karsten Loesing
2009-08-17Reduce cell statistics accuracy from 1 ms to 10 ms.Karsten Loesing
2009-08-17Fix trivial bug when uploading extra-info documents.Karsten Loesing
2009-08-17Include contents of *-stats files in descriptor.Karsten Loesing
2009-08-17Remove ./configure option for cell statistics.Karsten Loesing
2009-08-17Remove ./configure option for entry and dir request statistics.Karsten Loesing
2009-08-14Merge commit 'mikeperry/bandwidth-voting-final'Nick Mathewson
2009-08-14Remove ./configure option for exit port statistics.Karsten Loesing
2009-08-12Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-08-11Fix possible segmentation fault on directory authorities.Karsten Loesing
The more verbose logs that were added in ee58153 also include a string that might not have been initialized. This can lead to segfaults, e.g., when setting up private Tor networks. Initialize this string with NULL.
2009-08-10Merge branch 'maint-0.2.1'Roger Dingledine
2009-08-10Send sendmes when we're down 100 cells, not 101.Roger Dingledine
Send circuit or stream sendme cells when our window has decreased by 100 cells, not when it has decreased by 101 cells. Bug uncovered by Karsten when testing the "reduce circuit window" performance patch. Bugfix on the 54th commit on Tor -- from July 2002, before the release of Tor 0.0.0. This is the new winner of the oldest-bug prize.
2009-08-10Merge branch 'maint-0.2.1'Roger Dingledine
2009-08-10directory-archive scripts now fetch from urras tooRoger Dingledine
2009-08-10Merge branch 'maint-0.2.1' into tmp_mergeRoger Dingledine