summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-03-30Actually get torbutton to install into FirefoxAndrew Lewman
svn:r14238
2008-03-30Update torbutton version and if the user chooses to install torbutton,Andrew Lewman
open firefox with a prompt to install torbutton svn:r14235
2008-03-29 r15025@tombo: nickm | 2008-03-29 01:42:25 -0400Nick Mathewson
Mark proposal 129 closed. It was basically implemented as is, and requires no specification changes. svn:r14233
2008-03-29 r15024@tombo: nickm | 2008-03-29 01:37:09 -0400Nick Mathewson
Close proposal 126 ("Getting GeoIP data and publishing usage summaries.") It was never completely built, so note which parts wer and which were not. Not-built parts would be good topics for future proposals. svn:r14232
2008-03-29 r15023@tombo: nickm | 2008-03-29 01:18:03 -0400Nick Mathewson
Merge proposal 123 ("Naming authorities automatically create bindings") into dir-spec.txt. svn:r14231
2008-03-29 r19118@catbus: nickm | 2008-03-29 00:27:08 -0400Nick Mathewson
Code (disabled) to get way too much info about the contents of old_routers on USR1. svn:r14230
2008-03-27 r19109@catbus: nickm | 2008-03-27 16:05:18 -0400Nick Mathewson
Replace a syntax error and a log message that was never emitted with a simple assert. Asserts are fun and easy. svn:r14224
2008-03-27Add --hush switch.Peter Palfrader
New --hush command-line option similar to --quiet. While --quiet disables all logging to the console on startup, --hush limits the output to messages of warning and error severity. svn:r14222
2008-03-27 r19107@catbus: nickm | 2008-03-27 13:20:09 -0400Nick Mathewson
Fix typos in proposal 131 spotted by Jens Kubieziel on or-dev. svn:r14221
2008-03-27 r19105@catbus: nickm | 2008-03-27 13:01:47 -0400Nick Mathewson
oops. Note bug number in changelog. svn:r14220
2008-03-27 r19093@catbus: nickm | 2008-03-27 12:43:58 -0400Nick Mathewson
Only log a notice that dmalloc has been set up if it fails. Actually, since we have not added a temp log yet, I am not sure this ever does anything. svn:r14216
2008-03-27 r19092@catbus: nickm | 2008-03-27 12:43:29 -0400Nick Mathewson
Stop supporting anything besides CMD_RUN_TOR in ntmain.c. Based on patch from Sebastian Hahn. svn:r14215
2008-03-27 r19091@catbus: nickm | 2008-03-27 12:42:57 -0400Nick Mathewson
Stop reading torrc when all we want to do is --hash-password. Fix based on patch from Sebastian Hahn. Backport candidate. svn:r14214
2008-03-27add proposal from Robert Hogan as 133: Incorporate Unreachable ORs into the ↵Nick Mathewson
Tor Network svn:r14213
2008-03-27 r19089@catbus: nickm | 2008-03-27 11:05:23 -0400Nick Mathewson
Free some static hashtables and the log mutex on exit. Backport candidate. svn:r14212
2008-03-27clarify, add one, mark one doneRoger Dingledine
svn:r14211
2008-03-27actually write down the items i'm secretly hoping people will do.Roger Dingledine
svn:r14210
2008-03-26 r19079@catbus: nickm | 2008-03-26 17:16:46 -0400Nick Mathewson
Free authority certs on exit. Backport candidate. svn:r14205
2008-03-26 r19074@catbus: nickm | 2008-03-26 17:08:32 -0400Nick Mathewson
Start new address policies with refcount of 1, not 2. Backport candidate once tested more. svn:r14204
2008-03-26fix a leak when adding a temp logRoger Dingledine
svn:r14203
2008-03-26fix mem leak in parsing log config linesRoger Dingledine
svn:r14202
2008-03-26 r19072@catbus: nickm | 2008-03-26 13:50:24 -0400Nick Mathewson
Add code to debug memory area size. Use results of this code to set a couple of area sizes more sanely. svn:r14201
2008-03-26 r19066@catbus: nickm | 2008-03-26 13:24:15 -0400Nick Mathewson
Initialize logging before we log anything. Bugfix on 0.2.0.x-alpha. svn:r14199
2008-03-26 r19062@catbus: nickm | 2008-03-26 12:56:25 -0400Nick Mathewson
Fix whitespace svn:r14197
2008-03-26 r19061@catbus: nickm | 2008-03-26 12:53:18 -0400Nick Mathewson
Now that every thing in routerparse.c is switched over to use memareas, there is no need to keep the heap-allocated token code. svn:r14196
2008-03-26 r19060@catbus: nickm | 2008-03-26 12:44:19 -0400Nick Mathewson
Make v2 hidden service descriptors use the new area allocation logic. This works for me, but Karsten should definitely have a look at it. svn:r14195
2008-03-26 r19049@catbus: nickm | 2008-03-26 12:33:25 -0400Nick Mathewson
Add new stacklike, free-all-at-once memory allocation strategy. Use it when parsing directory information. This helps parsing speed, and may well help fragmentation some too. hidden-service-related stuff still uses the old tokenizing strategies. svn:r14194
2008-03-26 r19048@catbus: nickm | 2008-03-25 17:20:34 -0400Nick Mathewson
Add gcov files to svn:ignore for src/tools svn:r14193
2008-03-26move some more stuff out of the 0.2.0 sectionRoger Dingledine
svn:r14189
2008-03-26get rid of some 'done' commitmentsRoger Dingledine
svn:r14188
2008-03-25 r19041@catbus: nickm | 2008-03-25 16:20:42 -0400Nick Mathewson
More unit tests to improve coverage. svn:r14185
2008-03-25forward-port the 0.2.0.23-rc changelogRoger Dingledine
svn:r14181
2008-03-25 r19039@catbus: nickm | 2008-03-25 12:15:58 -0400Nick Mathewson
Add some unit tests, particularly for AES counter mode. svn:r14180
2008-03-25copy changelog to trunkPeter Palfrader
svn:r14177
2008-03-24Fix RelayBandwidthRate descriptionPeter Palfrader
svn:r14170
2008-03-24Mar 24 08:43:30.014 [debug] circuit_find_to_cannibalize(): Hunting forRoger Dingledine
a circ to cannibalize: purpose 5, uptime 0, capacity 4, internal 0 svn:r14166
2008-03-24correct a confusing log messageRoger Dingledine
svn:r14165
2008-03-24fix r14162 so it was what i meant. sometimes precedence is surprising!Roger Dingledine
svn:r14164
2008-03-24when our onehop circuits were failing, nobody was telling theRoger Dingledine
streams. so they waited 120 seconds before timing out. this was particularly bad during bootstrapping, if an authority is down or not answering right. svn:r14163
2008-03-24If our create-fast cell is mysteriously never answered for a begindirRoger Dingledine
attempt, notice more quickly. Some of our bootstrapping attempts have a 60 second delay while we sit there wondering why we're getting no response. svn:r14162
2008-03-22Add Tor exit node notice page to contrib.Mike Perry
svn:r14155
2008-03-22Add README section to Linux Tor traffic prioritization script.Mike Perry
svn:r14154
2008-03-21 r19007@catbus: nickm | 2008-03-21 18:44:25 -0400Nick Mathewson
oops; make other users of crypto_seed_rng work. svn:r14153
2008-03-21and one moreRoger Dingledine
svn:r14152
2008-03-21make it build, tooRoger Dingledine
svn:r14151
2008-03-21 r19004@catbus: nickm | 2008-03-21 15:18:43 -0400Nick Mathewson
Use RAND_poll() again: the bug that made us stop using it has been fixed. svn:r14150
2008-03-21 r19003@catbus: nickm | 2008-03-21 15:13:57 -0400Nick Mathewson
Make --enable-gcc-warnings work under the recently released GCC 4.3. svn:r14149
2008-03-21Add a launchd plist for those wishing for launchd rather than aAndrew Lewman
startupitem. svn:r14147
2008-03-20it occurs to me that polipo has error messages too. and they couldRoger Dingledine
be translated. svn:r14145
2008-03-20the v2dir flag isn't used for anything anymore. right?Roger Dingledine
svn:r14134