summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-01-09bump to 0.1.2.6-alphator-0.1.2.6-alphaRoger Dingledine
svn:r9311
2007-01-09stick to first person for your changelogRoger Dingledine
svn:r9310
2007-01-09some cleanups. more probably remain, but hey, it's an alpha.Roger Dingledine
time to put out the bugfix release. svn:r9309
2007-01-09catch nick's attempt at revisionist historyRoger Dingledine
svn:r9308
2007-01-09apparently i think of comments with no whitespace around them asRoger Dingledine
"read this if you don't understand the code and want some help." which is not the same as "hey, you think you understand this code, but you don't." svn:r9307
2007-01-09Fix an assert error introduced in 0.1.2.5-alpha: if a single TLSRoger Dingledine
connection handles more than 4 gigs in either direction, we assert. svn:r9306
2007-01-09Fix an assert error introduced in 0.1.2.5-alpha: if you're anRoger Dingledine
advertised exit node, somebody might try to exit from you when you're bootstrapping and before you've built your descriptor yet. svn:r9305
2007-01-09a minor bug that's been bothering meRoger Dingledine
svn:r9304
2007-01-07Verbose packagebuilds to show progress. Desaturate the installer image.Andrew Lewman
svn:r9288
2007-01-06 r11874@Kushana: nickm | 2007-01-06 02:33:34 -0500Nick Mathewson
Changelog for last entry svn:r9286
2007-01-06 r11873@Kushana: nickm | 2007-01-06 02:32:18 -0500Nick Mathewson
Implement DNS-related status events. svn:r9285
2007-01-06 r11872@Kushana: nickm | 2007-01-06 02:14:12 -0500Nick Mathewson
Implement a control status event for bad libevent version/method combos. Warn that libevent <1.1 with select() is needlessly slow. Reply to comment. svn:r9284
2007-01-06 r11868@Kushana: nickm | 2007-01-06 01:32:55 -0500Nick Mathewson
Document how we set Guard a little better. svn:r9283
2007-01-06 r11864@Kushana: nickm | 2007-01-06 01:25:59 -0500Nick Mathewson
Fix an XXXX012 in connection.c: prevent overflows on unfeasibly-high-bandwidth servers on 32-bit architectures. svn:r9282
2007-01-06 r11863@Kushana: nickm | 2007-01-06 01:12:24 -0500Nick Mathewson
Fix computation of total_exit_bandwidth; this will cause exits not to get recommended as guards if the total exit bandwidth if they constitute less than a third of total available bandwidth. There may be problems here with flapping; lets see if they occur in practice. svn:r9281
2007-01-06 r11862@Kushana: nickm | 2007-01-06 01:05:15 -0500Nick Mathewson
Re-enable warning when we resolve an already resolved address. We only warn here now if the address is not a testing address. Also, refactor out a function to check whether an address is used for testing. svn:r9280
2007-01-06 r11824@Kushana: nickm | 2007-01-03 17:15:28 -0500Nick Mathewson
control-spec: upcase arguments in status events; note unimplemented events individually r11825@Kushana: nickm | 2007-01-03 17:41:43 -0500 Implement EXTERNAL IP server status event. r11826@Kushana: nickm | 2007-01-03 17:47:10 -0500 Implement BAD_SERVER_DESCRIPTOR server status event. r11827@Kushana: nickm | 2007-01-03 18:01:56 -0500 Implement SOCKS_UNKNOWN_PROTOCOL and DANGEROUS_SOCKS client events. r11828@Kushana: nickm | 2007-01-03 18:23:22 -0500 Implement BUG controller events. Also, flush ERR-level status events just like ERR-level log messages. r11829@Kushana: nickm | 2007-01-03 23:37:27 -0500 Yet more status events: CLOCK_SKEW, GOOD/ACCEPTED_SERVER_DESCRIPTOR, {CHECKING_}REACHABILITY_{SUCCEEDED|FAILED} r11833@Kushana: nickm | 2007-01-05 16:56:37 -0500 Note some unimplementedness in control-spec.txt svn:r9279
2007-01-06bump to 0.1.2.5-alpha-devRoger Dingledine
svn:r9278
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