summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-06i like this 0.1.2.5-alpha changelog bettertor-0.1.2.5-alphaRoger Dingledine
svn:r9275
2007-01-06make tor-resolve -x work on intel-endian platforms tooRoger Dingledine
svn:r9274
2007-01-05 r11852@Kushana: nickm | 2007-01-05 18:34:27 -0500Nick Mathewson
More missing headers in configure.in in order to solve previous openbsd in6_addr issue and prevent related issues from arising. svn:r9273
2007-01-05 r11850@Kushana: nickm | 2007-01-05 17:12:08 -0500Nick Mathewson
Look in netinet/in6.h header when looking for struct in6_addr. (Issue found by saeftl.) svn:r9272
2007-01-05be a bit less eager to reject v1 dir requests due to loadRoger Dingledine
svn:r9271
2007-01-05fix a bug, defer a bug, bump to 0.1.2.5-alphaRoger Dingledine
svn:r9270
2007-01-05more progress and cleanupsRoger Dingledine
svn:r9269
2007-01-05when we added orport= to the dirserver line, we startedRoger Dingledine
freeing the string in the middle. this was probably xiando's crash bug. svn:r9265
2007-01-05Avoid a double-free when parsing malformed DirServer lines.Roger Dingledine
svn:r9264
2007-01-04fix a bug i introduced in r9249; and more cleanups.Roger Dingledine
svn:r9263
2007-01-04avoid a crash-all-the-clients segfault if a rogue dirRoger Dingledine
authority leaves a "v" line blank. svn:r9262
2007-01-04Set orport= for 4 of the 5 dir authorities; Fix getinfo ns/all; Fix segRoger Dingledine
fault when starting a server without a fingerprint file present. svn:r9261
2007-01-04man page entries for TunnelDirConns and PreferTunneledDirConnsRoger Dingledine
and add a todo item for nick in case he gets bored :) svn:r9260
2007-01-03be slightly less eager to yell at a server for being unreachableRoger Dingledine
svn:r9259
2007-01-03 r11822@Kushana: nickm | 2007-01-03 15:15:45 -0500Nick Mathewson
Clarify spec wrt keys, certificates, and SSL. svn:r9256
2007-01-03 r11820@Kushana: nickm | 2007-01-03 14:54:05 -0500Nick Mathewson
Add (and specify) a BadDirectory flag to networkstatuses, so authorities can tell clients that some caches are broken. Also, implement an as-yet-unused function to estimate how many bytes will be sent on a directory connection. svn:r9255
2007-01-03 r11818@Kushana: nickm | 2007-01-03 08:29:17 -0500Nick Mathewson
Fix compile error with warnings enabled: connection_dir_supports_tunnels was redeclared as static. svn:r9254
2007-01-03more cleanups, including a shiny new XXX012Roger Dingledine
svn:r9250
2007-01-03checkpoint as we add PreferTunneledDirConns config optionRoger Dingledine
svn:r9249
2007-01-03 r11806@Kushana: nickm | 2007-01-03 00:12:21 -0500Nick Mathewson
Fix unit test broken by r9239. svn:r9248
2007-01-03- When the user uses bad syntax in the Log config line, stopRoger Dingledine
suggesting other bad syntax as a replacement. svn:r9247
2007-01-03interim tweaksRoger Dingledine
svn:r9246
2007-01-02 r11801@Kushana: nickm | 2007-01-02 16:46:54 -0500Nick Mathewson
Initial TODO updates from meeting svn:r9245
2007-01-02 r11800@Kushana: nickm | 2007-01-02 16:46:45 -0500Nick Mathewson
Remove an XXXX012 for which the answer is "not really." svn:r9244
2007-01-02 r11799@Kushana: nickm | 2007-01-02 16:38:34 -0500Nick Mathewson
Simplify and remove most of dirserv_orconn_tls_cone svn:r9243
2007-01-02 r11796@Kushana: nickm | 2007-01-02 15:37:45 -0500Nick Mathewson
Change TODO item so we can make a tricky decision later rather than an incredibly tricky one now. svn:r9242
2007-01-02some hints on the status event plan so nick has some clueRoger Dingledine
what i had in mind svn:r9241
2007-01-02 r11788@Kushana: nickm | 2007-01-02 14:41:45 -0500Nick Mathewson
Note more doable items; claim some; speculate more in dir-voting.txt svn:r9240
2007-01-02 r11787@Kushana: nickm | 2007-01-02 14:40:14 -0500Nick Mathewson
Stop polluting new descriptors with the defaults-to-1 "opt eventdns" entry. svn:r9239
2007-01-02 r11786@Kushana: nickm | 2007-01-02 14:32:54 -0500Nick Mathewson
Add a comment about a possible refactoring in main.c svn:r9238
2007-01-02Fix formatting in eventdns.c. Remove the rest of the osx binaryAndrew Lewman
uninstaller. svn:r9235
2007-01-02Remove more cruft of Tor_Uninstaller.app.tar.gzRoger Dingledine
The PostFlight references remain. i'll let phobos decide whether to remove them. svn:r9234
2007-01-02 r11784@Kushana: nickm | 2007-01-02 01:13:04 -0500Nick Mathewson
Spec-conformance on r9181: make "opt v" strings start with "Tor". svn:r9233
2007-01-02 r11777@Kushana: nickm | 2007-01-01 21:01:10 -0500Nick Mathewson
Fix an idiot bug in r9181: snprintf returns <0 on error, not !=0. svn:r9232
2006-12-31 r11775@Kushana: nickm | 2006-12-31 14:27:02 -0500Nick Mathewson
Make the "Next Version" of the Tor protocol called "v2", not "v1". Make tor-spec.txt canonical and current again; make tor-spec-v2.txt be the "splufty next version" document. svn:r9226
2006-12-31Remove the binary un-install application. It doesn't work much at all.Andrew Lewman
Use the applescript or shell script instead. svn:r9225
2006-12-30 r11769@Kushana: nickm | 2006-12-30 14:38:22 -0500Nick Mathewson
Write up some notes I found on a piece of paper while cleaning my living room. This way I can thow out the paper. svn:r9222
2006-12-30 r11767@Kushana: nickm | 2006-12-29 22:36:22 -0500Nick Mathewson
remove more completed items from the TODO. svn:r9221
2006-12-30 r11765@Kushana: nickm | 2006-12-29 16:04:22 -0500Nick Mathewson
Remove duplicated code in dirserv_get_networkstatus_v2; document dirserv_get_networkstatus_v2_fingerprints. Down to 13 XXXX012 items. svn:r9220
2006-12-29 r11761@Kushana: nickm | 2006-12-29 15:45:56 -0500Nick Mathewson
Another cleanup: expand_exit_policy_aliases was totally redundant with respect to router_parse_[private_]addr_policy_private. svn:r9219
2006-12-29 r11760@Kushana: nickm | 2006-12-29 15:23:57 -0500Nick Mathewson
Correct documentation of how Naming works in dir-spec.txt. svn:r9218
2006-12-29 r11759@Kushana: nickm | 2006-12-29 15:21:14 -0500Nick Mathewson
Actually, handle_getinfo_helper supports 552 results just fine: just leave *answer unset. svn:r9217
2006-12-29Okay, now descriptors seem to be buildable.Nick Mathewson
svn:r9216
2006-12-29 r11755@Kushana: nickm | 2006-12-29 11:49:20 -0500Nick Mathewson
Calculate the length of policy strings correctly again. svn:r9215
2006-12-29 r11753@Kushana: nickm | 2006-12-29 11:30:28 -0500Nick Mathewson
Fix flipped sign in compare: make descriptors buildable again. svn:r9214
2006-12-29 r11749@Kushana: nickm | 2006-12-29 00:51:42 -0500Nick Mathewson
Remove dead code; make targets of addressmap commands/configs use AllowNonRFC953Hostnames svn:r9211
2006-12-29 r11745@Kushana: nickm | 2006-12-29 00:00:28 -0500Nick Mathewson
Close any directory connection on which we have received 10MB or more of data. This prevents a malicious directory cache from running us out of memory by spooling an infinite amount of data. (Not a terribly good attack, but hey, every one helps.) svn:r9210
2006-12-29 r11744@Kushana: nickm | 2006-12-28 23:43:53 -0500Nick Mathewson
Refactor connection_write_to_buf_zlib back into connection_write_to_buf. Hooray for dumping duplicate code. svn:r9209
2006-12-29 r11743@Kushana: nickm | 2006-12-28 23:13:21 -0500Nick Mathewson
Refactor _connection_controller_force_write back into conncetion_handle_write. Again, the line count goes down: groovy! svn:r9208
2006-12-29 r11741@Kushana: nickm | 2006-12-28 22:41:29 -0500Nick Mathewson
Count TLS bytes accurately: previously, we counted only the number of bytes read or transmitted via tls, not the number of extra bytes used to do so. This has been a lonstanding wart. The fix "Works for me". svn:r9207