summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-01 r16337@catbus: nickm | 2007-11-01 14:18:58 -0400Nick Mathewson
Remove superseded assert in directory.c svn:r12317
2007-11-01start on the 0.2.1.x todo list.Roger Dingledine
svn:r12316
2007-11-01make r12272 compile on 64-bitRoger Dingledine
svn:r12315
2007-11-01fix compile errors on r12310 (thanks karsten)Roger Dingledine
svn:r12314
2007-11-01 r16326@catbus: nickm | 2007-11-01 00:56:45 -0400Nick Mathewson
As an authority, send back an X-Descriptor-Not-New header when we accept but do not store a descriptor. Partial implementation of fix for bug 535. svn:r12310
2007-11-01 r16323@catbus: nickm | 2007-11-01 00:32:12 -0400Nick Mathewson
Mark some finished items finished, some deferred items deferred, and move some "nice to haves" into "deferred-land." svn:r12307
2007-11-01 r16322@catbus: nickm | 2007-11-01 00:26:15 -0400Nick Mathewson
Implement --quiet. svn:r12306
2007-11-01 r16320@catbus: nickm | 2007-11-01 00:11:20 -0400Nick Mathewson
Learn new addresses for authorities from their certificates. svn:r12305
2007-11-01 r16317@catbus: nickm | 2007-10-31 23:52:52 -0400Nick Mathewson
Use HMAC() function from openssl. Oops. svn:r12304
2007-11-01 r16316@catbus: nickm | 2007-10-31 23:52:32 -0400Nick Mathewson
Changelog for 114 stuff. svn:r12303
2007-11-01 r16314@catbus: nickm | 2007-10-31 23:40:08 -0400Nick Mathewson
Clients download and cache new hidden descriptor format. svn:r12302
2007-10-31 r16302@catbus: nickm | 2007-10-31 16:45:16 -0400Nick Mathewson
Clean spaces. svn:r12301
2007-10-31 r16301@catbus: nickm | 2007-10-31 16:43:49 -0400Nick Mathewson
A couple of small tweaks to karsten's latest patch, and note an issue with using a bitmap to represent a single int. svn:r12300
2007-10-31 r16300@catbus: nickm | 2007-10-31 15:36:41 -0400Nick Mathewson
Next patch from Karsten: rename some macros, tunnel dir connections, generate (and upload) multiple descriptors as appropriate. svn:r12299
2007-10-31 r16287@catbus: nickm | 2007-10-31 00:53:53 -0400Nick Mathewson
HMAC-SHA-1 implementation, with unit tests based on vectors from RVFC2202. Steven's stuff will need this. svn:r12289
2007-10-30 r16285@catbus: nickm | 2007-10-30 17:43:25 -0400Nick Mathewson
Implement (but do not enable) link connection version negotiation svn:r12286
2007-10-30 r16282@catbus: nickm | 2007-10-30 14:28:58 -0400Nick Mathewson
Implement lots of proposal 105. None of it is enabled yet. svn:r12285
2007-10-30 r16279@catbus: nickm | 2007-10-30 11:14:29 -0400Nick Mathewson
Improved skew reporting: "You are 365 days in the duture" is more useful than "You are 525600 minutes in the future". Also, when we get something that proves we are at least an hour in the past, tell the controller "CLOCK_SKEW MIN_SKEW=-3600" rather than just "CLOCK_SKEW" svn:r12283
2007-10-30 r16278@catbus: nickm | 2007-10-30 09:46:28 -0400Nick Mathewson
Accept future networkstatus documents, but warn about skew when we get them. svn:r12282
2007-10-29 r16269@catbus: nickm | 2007-10-29 15:41:16 -0400Nick Mathewson
Apply linux-tor-prio.sh patch from Marco B by way of Mike. svn:r12274
2007-10-29 r16263@catbus: nickm | 2007-10-29 15:08:17 -0400Nick Mathewson
Tidy last patch a bit. svn:r12273
2007-10-29 r16262@catbus: nickm | 2007-10-29 13:21:35 -0400Nick Mathewson
Patch from Karsten: Code to act as (and use) v2 hidden service directories. svn:r12272
2007-10-29 r16261@catbus: nickm | 2007-10-29 13:19:44 -0400Nick Mathewson
Note another task to do by wednesday. Argh. svn:r12271
2007-10-29 r16252@catbus: nickm | 2007-10-29 11:13:03 -0400Nick Mathewson
Change symbol from DATADIR to SHARE_DATADIR, since DATADIR conflicts with objidl.h in mingw. svn:r12268
2007-10-29And more places with the wrong url, now updated.Andrew Lewman
svn:r12267
2007-10-28 r16248@catbus: nickm | 2007-10-28 19:42:14 -0400Nick Mathewson
Do not count a server as having any WFU until we have known about it for 18 hours (weighted). svn:r12261
2007-10-28 r16247@catbus: nickm | 2007-10-28 19:38:00 -0400Nick Mathewson
Add changelog for last entry svn:r12260
2007-10-28 r16246@catbus: nickm | 2007-10-28 19:34:58 -0400Nick Mathewson
Implement a FallbackNetworkstatusFile (default to $prefix/share/tor/fallback-consensus) to that we know about lots of directory servers and routers when we start up the first time. svn:r12259
2007-10-28 r16242@catbus: nickm | 2007-10-28 16:28:13 -0400Nick Mathewson
Implement if-modified-since for consensus networkstatuses so that we do not download duplicates needlessly. svn:r12258
2007-10-28Downgrade the mismatched fpr warning to infoPeter Palfrader
svn:r12257
2007-10-28 r16238@catbus: nickm | 2007-10-28 15:46:10 -0400Nick Mathewson
Whitespace fix. svn:r12256
2007-10-28 r16237@catbus: nickm | 2007-10-28 15:45:25 -0400Nick Mathewson
Tidy v2 hidden service descriptor format code: fix memory leaks, fix reference problems, note magic numbers, note questions, remove redundant checks, remove a possible stack smashing bug when encoding a descriptor with no protocols supported. svn:r12255
2007-10-28 r16236@catbus: nickm | 2007-10-28 14:36:30 -0400Nick Mathewson
Patch from Karsten Loesing: encode and parse v2 rendezvous descriptors. svn:r12254
2007-10-28 r16234@catbus: nickm | 2007-10-28 14:27:22 -0400Nick Mathewson
Clean up a couple of comments from r12244. svn:r12253
2007-10-28a todo clump for tor mirror todosRoger Dingledine
svn:r12250
2007-10-28Separate "SOCKS_COMMAND_CONNECT_DIR" into two flags inRoger Dingledine
edge_connection_t: want_onehop if it must attach to a circuit with only one hop (e.g. for the current tunnelled connections that use begin_dir), and use_begindir if we mean to use a BEGIN_DIR relay command to establish the stream rather than the normal BEGIN. Now we can make anonymized begin_dir connections for (e.g.) more secure hidden service posting and fetching. svn:r12244
2007-10-28Update for the correct script name.Andrew Lewman
svn:r12243
2007-10-28claim copyright, clarify licensing, suggested by various peopleAndrew Lewman
repeatedly this year. svn:r12242
2007-10-28Update a task.Andrew Lewman
svn:r12240
2007-10-28add comments to two tasksAndrew Lewman
svn:r12239
2007-10-28Updated some TODO items.Andrew Lewman
svn:r12238
2007-10-27Build a 0.2.0.9-alpha-2 with r12235: do not crash with a myfamily settingPeter Palfrader
svn:r12236
2007-10-27we need to send nick to the chalkboard to type 'un' 1000 times:Roger Dingledine
Stop servers from crashing if they set a Family option (or maybe in other situations too). Bugfix on 0.2.0.9-alpha; reported by Fabian Keil. svn:r12235
2007-10-27put the 0.2.0.9-alpha blurb into the changelogRoger Dingledine
svn:r12234
2007-10-27Add a README and copyright statementsPeter Palfrader
svn:r12233
2007-10-27Add sample makefile and crontabPeter Palfrader
svn:r12232
2007-10-27Do not separate required lsb facilities with commas in the init script (closes:Peter Palfrader
#448001). svn:r12231
2007-10-27 r16209@catbus: nickm | 2007-10-27 11:42:24 -0400Nick Mathewson
svn:r12230
2007-10-27Get rid of an extra }Peter Palfrader
svn:r12227
2007-10-27Do not call the update function with verbose=true just because we read from ↵Peter Palfrader
stdin svn:r12226