Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-30 | Actually get torbutton to install into Firefox | Andrew Lewman | |
svn:r14238 | |||
2008-03-30 | Update 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 -0400 | Nick 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 -0400 | Nick 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 -0400 | Nick 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 -0400 | Nick 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 -0400 | Nick 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-27 | Add --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 -0400 | Nick 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 -0400 | Nick Mathewson | |
oops. Note bug number in changelog. svn:r14220 | |||
2008-03-27 | r19093@catbus: nickm | 2008-03-27 12:43:58 -0400 | Nick 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 -0400 | Nick 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 -0400 | Nick 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-27 | add 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 -0400 | Nick Mathewson | |
Free some static hashtables and the log mutex on exit. Backport candidate. svn:r14212 | |||
2008-03-27 | clarify, add one, mark one done | Roger Dingledine | |
svn:r14211 | |||
2008-03-27 | actually 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 -0400 | Nick Mathewson | |
Free authority certs on exit. Backport candidate. svn:r14205 | |||
2008-03-26 | r19074@catbus: nickm | 2008-03-26 17:08:32 -0400 | Nick Mathewson | |
Start new address policies with refcount of 1, not 2. Backport candidate once tested more. svn:r14204 | |||
2008-03-26 | fix a leak when adding a temp log | Roger Dingledine | |
svn:r14203 | |||
2008-03-26 | fix mem leak in parsing log config lines | Roger Dingledine | |
svn:r14202 | |||
2008-03-26 | r19072@catbus: nickm | 2008-03-26 13:50:24 -0400 | Nick 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 -0400 | Nick 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 -0400 | Nick Mathewson | |
Fix whitespace svn:r14197 | |||
2008-03-26 | r19061@catbus: nickm | 2008-03-26 12:53:18 -0400 | Nick 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 -0400 | Nick 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 -0400 | Nick 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 -0400 | Nick Mathewson | |
Add gcov files to svn:ignore for src/tools svn:r14193 | |||
2008-03-26 | move some more stuff out of the 0.2.0 section | Roger Dingledine | |
svn:r14189 | |||
2008-03-26 | get rid of some 'done' commitments | Roger Dingledine | |
svn:r14188 | |||
2008-03-25 | r19041@catbus: nickm | 2008-03-25 16:20:42 -0400 | Nick Mathewson | |
More unit tests to improve coverage. svn:r14185 | |||
2008-03-25 | forward-port the 0.2.0.23-rc changelog | Roger Dingledine | |
svn:r14181 | |||
2008-03-25 | r19039@catbus: nickm | 2008-03-25 12:15:58 -0400 | Nick Mathewson | |
Add some unit tests, particularly for AES counter mode. svn:r14180 | |||
2008-03-25 | copy changelog to trunk | Peter Palfrader | |
svn:r14177 | |||
2008-03-24 | Fix RelayBandwidthRate description | Peter Palfrader | |
svn:r14170 | |||
2008-03-24 | Mar 24 08:43:30.014 [debug] circuit_find_to_cannibalize(): Hunting for | Roger Dingledine | |
a circ to cannibalize: purpose 5, uptime 0, capacity 4, internal 0 svn:r14166 | |||
2008-03-24 | correct a confusing log message | Roger Dingledine | |
svn:r14165 | |||
2008-03-24 | fix r14162 so it was what i meant. sometimes precedence is surprising! | Roger Dingledine | |
svn:r14164 | |||
2008-03-24 | when our onehop circuits were failing, nobody was telling the | Roger 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-24 | If our create-fast cell is mysteriously never answered for a begindir | Roger 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-22 | Add Tor exit node notice page to contrib. | Mike Perry | |
svn:r14155 | |||
2008-03-22 | Add README section to Linux Tor traffic prioritization script. | Mike Perry | |
svn:r14154 | |||
2008-03-21 | r19007@catbus: nickm | 2008-03-21 18:44:25 -0400 | Nick Mathewson | |
oops; make other users of crypto_seed_rng work. svn:r14153 | |||
2008-03-21 | and one more | Roger Dingledine | |
svn:r14152 | |||
2008-03-21 | make it build, too | Roger Dingledine | |
svn:r14151 | |||
2008-03-21 | r19004@catbus: nickm | 2008-03-21 15:18:43 -0400 | Nick 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 -0400 | Nick Mathewson | |
Make --enable-gcc-warnings work under the recently released GCC 4.3. svn:r14149 | |||
2008-03-21 | Add a launchd plist for those wishing for launchd rather than a | Andrew Lewman | |
startupitem. svn:r14147 | |||
2008-03-20 | it occurs to me that polipo has error messages too. and they could | Roger Dingledine | |
be translated. svn:r14145 | |||
2008-03-20 | the v2dir flag isn't used for anything anymore. right? | Roger Dingledine | |
svn:r14134 |