Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-16 | r17639@catbus: nickm | 2008-01-15 19:09:21 -0500 | Nick Mathewson | |
Fix some hard to trigger but nonetheless real memory leaks spotted by an anonymous contributor. Needs review. Partial backport candidate. svn:r13147 | |||
2008-01-15 | r17624@catbus: nickm | 2008-01-15 00:42:01 -0500 | Nick Mathewson | |
Fixes to more anonymously-reported typos and logic errors. svn:r13136 | |||
2008-01-15 | r17623@catbus: nickm | 2008-01-15 00:22:04 -0500 | Nick Mathewson | |
bulletproof option_get_canonical_name() svn:r13135 | |||
2008-01-14 | r17614@catbus: nickm | 2008-01-14 13:55:25 -0500 | Nick Mathewson | |
Add a missing "goto err" when parsing v2 ns docs svn:r13133 | |||
2008-01-14 | r17613@catbus: nickm | 2008-01-14 13:52:44 -0500 | Nick Mathewson | |
Do not segfault if symetric key generation somehow fails in crypto_hybrid_encrypt. svn:r13132 | |||
2008-01-14 | r17612@catbus: nickm | 2008-01-14 13:46:04 -0500 | Nick Mathewson | |
Oops; fix compile svn:r13131 | |||
2008-01-14 | r17611@catbus: nickm | 2008-01-14 13:44:16 -0500 | Nick Mathewson | |
add some missing checks for failing return values. svn:r13130 | |||
2008-01-14 | r17610@catbus: nickm | 2008-01-14 13:20:49 -0500 | Nick Mathewson | |
Fix a bogus free() call on a base64 failure in router_append_dirobj_signature(). svn:r13129 | |||
2008-01-14 | r17584@catbus: nickm | 2008-01-12 18:52:01 -0500 | Nick Mathewson | |
Fix output of "tor-gencert --help" svn:r13128 | |||
2008-01-13 | Fix error induced by timezone offset | Peter Palfrader | |
svn:r13124 | |||
2008-01-13 | And fix the exit code for OK | Peter Palfrader | |
svn:r13123 | |||
2008-01-13 | r15891@tombo: nickm | 2008-01-12 19:20:24 -0500 | Nick Mathewson | |
Basic hacks to get TLS handshakes working: remove dead code; fix post-handshake logic; keep servers from writing while the client is supposed to be renegotiating. This may work. Needs testing. svn:r13122 | |||
2008-01-13 | r15890@tombo: nickm | 2008-01-12 17:19:51 -0500 | Nick Mathewson | |
Add a --disable-buffer-freelists configure argument to build without buffer RAM chunk freelists, so we can benchmark the impact of this. svn:r13121 | |||
2008-01-13 | r15889@tombo: nickm | 2008-01-12 17:18:29 -0500 | Nick Mathewson | |
Stop trying to mess with version in tor-mingw.nsi.in when we reconfigure. This is a relic of our pre-mingw days, when we didn't use autoconf on windows. svn:r13120 | |||
2008-01-13 | nagios-check-tor-authority-cert - check certificate expiry time | Peter Palfrader | |
svn:r13119 | |||
2008-01-12 | r17584@catbus: nickm | 2008-01-12 18:52:01 -0500 | Nick Mathewson | |
Fix output of "tor-gencert --help" svn:r13118 | |||
2008-01-12 | minor tweaks of the v2-conn-protocol text | Roger Dingledine | |
svn:r13117 | |||
2008-01-12 | r17581@catbus: nickm | 2008-01-12 00:52:35 -0500 | Nick Mathewson | |
Actually write up what I'm implementing for the v2 connection protocol svn:r13113 | |||
2008-01-12 | r17580@catbus: nickm | 2008-01-11 20:40:30 -0500 | Nick Mathewson | |
Fix policies.c build on gcc 4.2 with warnings. svn:r13112 | |||
2008-01-11 | fix things to make nsis happy | Andrew Lewman | |
svn:r13110 | |||
2008-01-11 | Update makefile for panther, update polipo version where needed. | Andrew Lewman | |
svn:r13107 | |||
2008-01-11 | add in a pdf so it'll be in our svn | Roger Dingledine | |
svn:r13103 | |||
2008-01-11 | 0.2.0.15-alpha blurb | Roger Dingledine | |
svn:r13102 | |||
2008-01-11 | start to flesh out the issues; and add some more | Roger Dingledine | |
svn:r13101 | |||
2008-01-10 | fix unit tests after r13092 | Roger Dingledine | |
svn:r13100 | |||
2008-01-10 | add an outline for a new roadmap | Roger Dingledine | |
svn:r13099 | |||
2008-01-10 | r17564@catbus: nickm | 2008-01-10 13:19:59 -0500 | Nick Mathewson | |
Fix bug in r13094: be sure to set the purpose and send_unencrypted fields correctly in our own routerinfo and extrainfo. svn:r13098 | |||
2008-01-10 | r17558@catbus: nickm | 2008-01-10 13:07:41 -0500 | Nick Mathewson | |
If we do not serve v2 directory info, and our cached v2 networkstatus files are very old, remove them. If the directory is old, remove that too. (We already did this for obsolete routers files.) svn:r13096 | |||
2008-01-10 | minor cleanups | Roger Dingledine | |
svn:r13095 | |||
2008-01-10 | r17554@catbus: nickm | 2008-01-10 12:48:29 -0500 | Nick Mathewson | |
Do not send bridge descriptors over unencrypted connections. svn:r13094 | |||
2008-01-10 | r17553@catbus: nickm | 2008-01-10 12:18:27 -0500 | Nick Mathewson | |
Add connection_dir_is_encrypted() so that we can refrain from sending bridge descriptors over an unencrypted link. svn:r13093 | |||
2008-01-10 | r17552@catbus: nickm | 2008-01-10 12:13:43 -0500 | Nick Mathewson | |
Make bridge geoip data get rounded up, not down. svn:r13092 | |||
2008-01-10 | r17550@catbus: nickm | 2008-01-10 12:08:01 -0500 | Nick Mathewson | |
Add a manual page for tor-gencert. Also implement the missing -s option in tor-gencert, and fix the info message for when no cert file is specified. svn:r13091 | |||
2008-01-10 | r17548@catbus: nickm | 2008-01-10 11:08:12 -0500 | Nick Mathewson | |
Make proposal-109 behavior optional. svn:r13090 | |||
2008-01-09 | work down todo list for more 0.2.0.x issues | Roger Dingledine | |
svn:r13087 | |||
2008-01-09 | <tup> tor segfaults when reading a config value that contains a malformed | Roger Dingledine | |
escape sequence; this patch fixes it svn:r13086 | |||
2008-01-09 | remove some of the done items, in preparation for overhaul | Roger Dingledine | |
svn:r13085 | |||
2008-01-09 | remove some done things. move a lot more into the 0.2.1.x section. | Roger Dingledine | |
there remain a bunch of things in the 0.2.0.x section that we should either do or move into 0.2.1.x. svn:r13084 | |||
2008-01-09 | start a roadmap for 2008 and beyond. based on 2007 roadmap as | Roger Dingledine | |
a starting point. svn:r13083 | |||
2008-01-09 | a few items done, another item we should do | Roger Dingledine | |
svn:r13082 | |||
2008-01-09 | Jan 08 19:55:01.865 [notice] Added -2 pending signatures while building ↵ | Roger Dingledine | |
consensus. svn:r13080 | |||
2008-01-08 | Set up gabelmoo (run by Karsten Loesing) as the fifth v3 directory | Roger Dingledine | |
authority. svn:r13079 | |||
2008-01-08 | our defensive programming plan hid a bug. switch to offensive programming. | Roger Dingledine | |
svn:r13078 | |||
2008-01-08 | don't rebuild the router store for all those times when we | Roger Dingledine | |
fetch one descriptor and then we don't like it svn:r13077 | |||
2008-01-08 | make new v3 authorities that aren't in the DirServers list believe | Roger Dingledine | |
in themselves again. bug experienced by karsten. svn:r13076 | |||
2008-01-08 | another blog todo | Roger Dingledine | |
svn:r13075 | |||
2008-01-08 | three blog-related todo items | Roger Dingledine | |
svn:r13074 | |||
2008-01-08 | Updated the version to be @VERSION@. | Andrew Lewman | |
svn:r13067 | |||
2008-01-07 | r17503@catbus: nickm | 2008-01-07 14:15:30 -0500 | Nick Mathewson | |
Change set_current_consensus interface to take a flags variable. Do not try to fetch certificates until after we have tried loading the fallback consensus. Should fix bug 583. svn:r13058 | |||
2008-01-07 | r17500@catbus: nickm | 2008-01-07 13:54:51 -0500 | Nick Mathewson | |
More messing about with bug 557 issues: do not let bizarre settings for myfamily or contactinfo muck with generated router descriptors. svn:r13057 |