summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-27New upstream version. Tor stays in sbin in Debiandebian-version-0.0.1+0.0.2pre22-1Peter Palfrader
svn:r1137
2004-02-27changelog entries for pre22tor-0.0.2pre22Roger Dingledine
svn:r1135
2004-02-27Dont use -eq for =; make TORGROUP and TORUSER independentNick Mathewson
svn:r1134
2004-02-27Make init script work with chkconfig; make it put pids in /var/run/tor (not ↵Nick Mathewson
/var/run) and allow it to su as needed (based on tor.spec) svn:r1133
2004-02-26and another desired todo itemRoger Dingledine
svn:r1132
2004-02-26bring the todo file up to dateRoger Dingledine
svn:r1131
2004-02-26When it can't resolve any dirservers, it was useless from then on.Roger Dingledine
Now it reloads the RouterFile (or default dirservers) if it has no dirservers. svn:r1130
2004-02-26break out the operations done on sighup into their own functionRoger Dingledine
svn:r1129
2004-02-26dump a new router.desc on hupRoger Dingledine
svn:r1128
2004-02-26writing html in C strings sucksRoger Dingledine
svn:r1127
2004-02-26when they use tor as an http proxy, give them an http 501 failureRoger Dingledine
svn:r1126
2004-02-26bump our version to pre22Roger Dingledine
svn:r1125
2004-02-26if the default torrc isn't there, just use some default defaultsRoger Dingledine
plus provide an internal dirservers file if they don't have one having no config files will make it easier to run on windows svn:r1124
2004-02-25Basic RAM poisoning and magic-checking to notice connection and circuitNick Mathewson
corruption faster; also, check for corruption in dns.c so we can fail fast for the bug that's nailing Lucky and moria3. svn:r1123
2004-02-25bugfix: if the exit stream is pending on the resolve, and a destroyRoger Dingledine
arrives, then the stream wasn't getting removed from the pending list. this may have been the lucky-bug. this commit may also not actually fix the bug. it's darn hard to reproduce. svn:r1122
2004-02-25remove dead codeRoger Dingledine
svn:r1121
2004-02-25move the daemon back to /usr/bin/torRoger Dingledine
(it seems many people don't know they have a /usr/local/sbin/ damn the file system hierarchy standards) svn:r1120
2004-02-25move the tor program back to usr/bin/Roger Dingledine
svn:r1119
2004-02-24fix some bugs in assert_connection_okRoger Dingledine
svn:r1118
2004-02-24note a bug that gabe foundRoger Dingledine
svn:r1117
2004-02-22start hunting the lucky-bugRoger Dingledine
svn:r1116
2004-02-21pre-talk slidesRoger Dingledine
svn:r1115
2004-02-20On OSX, decline to use the built-in select-baed poll wrapper, since it seems ↵Nick Mathewson
to sometimes not work. svn:r1114
2004-02-19commit some partial slides in case i get hit by a busRoger Dingledine
svn:r1113
2004-02-18clean up todo, mark a bug as fixedRoger Dingledine
svn:r1112
2004-02-18patch from vicman to publish less platform informationRoger Dingledine
svn:r1111
2004-02-18actual wording of pre21 changelogRoger Dingledine
svn:r1110
2004-02-18New upstream releasedebian-version-0.0.1+0.0.2pre21-1Peter Palfrader
svn:r1108
2004-02-18bump us to pre21, add ChangeLog entriesRoger Dingledine
svn:r1107
2004-02-18slides for tor rump session talk at FC04Roger Dingledine
svn:r1106
2004-02-18go back to a single exitpolicy parameterRoger Dingledine
if your exitpolicy includes " *:*" then it is final, else we append the default exit policy. (thanks weasel) svn:r1105
2004-02-18allow imaps and pop3s in default exit policyRoger Dingledine
svn:r1104
2004-02-18Get rid of the notion of a separate default default exit policy.Roger Dingledine
Create ExitPolicyPrepend config parameter, to customize the default exit policy. svn:r1103
2004-02-18we define some big constant arrays but don't use themRoger Dingledine
svn:r1102
2004-02-18adding the reattach-after-timeout feature wasn't so easy after all.Roger Dingledine
maybe it works now. svn:r1101
2004-02-17retry streams where the connected cell hasn't arrived in 15 secondsRoger Dingledine
svn:r1100
2004-02-17Another case of the same.Nick Mathewson
svn:r1099
2004-02-17Fix the Big Bug in router_compare_addr_to_exit_policy: we used port 0Nick Mathewson
to mean "unknown port". But no exit policy supports (nonexistant) port 0, except accept *:*, and we had no special handling for 'unknown port'. Now we do. svn:r1098
2004-02-17best_support_idx is obsoleteRoger Dingledine
(also doesn't fix the bug) svn:r1097
2004-02-17Propagate yes/no/maybe a little farther forward.Nick Mathewson
svn:r1096
2004-02-17make braces cleaner, bug still persistsRoger Dingledine
svn:r1095
2004-02-17install the torify.1 man page tooRoger Dingledine
svn:r1094
2004-02-17Fix router_compare_addr_to_exit_policy, and name its return codes. The bug ↵Nick Mathewson
was: "maybe reject,accept" should be "maybe", not "accept". svn:r1093
2004-02-17Let paranoid exit nodes (which default to reject) be exit nodesRoger Dingledine
Before we resolve the hostname, we don't know whether its IP will be accepted or rejected by the exit policy of each host. So we were only going with nodes that would certainly accept -- which was just itys and poblano. (This bug was hidden until now by the earlier port bug.) (Actual bugfix pending on Nick's next commit, hopefully.) svn:r1092
2004-02-17make 'make dist' workRoger Dingledine
svn:r1091
2004-02-17made these scripts know about config/Makefile.amSteven Hazel
svn:r1090
2004-02-17this will cause the things in this directory to get installed properly, maybeSteven Hazel
svn:r1089
2004-02-17prevent picking middleman nodes as the last node in the circuitRoger Dingledine
svn:r1088
2004-02-17add jbash and weasel to the AUTHORS listRoger Dingledine
svn:r1087
2004-02-17Update changelog: tor moved to sbin, updating init scriptPeter Palfrader
svn:r1086