Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-27 | New upstream version. Tor stays in sbin in Debiandebian-version-0.0.1+0.0.2pre22-1 | Peter Palfrader | |
svn:r1137 | |||
2004-02-27 | changelog entries for pre22tor-0.0.2pre22 | Roger Dingledine | |
svn:r1135 | |||
2004-02-27 | Dont use -eq for =; make TORGROUP and TORUSER independent | Nick Mathewson | |
svn:r1134 | |||
2004-02-27 | Make 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-26 | and another desired todo item | Roger Dingledine | |
svn:r1132 | |||
2004-02-26 | bring the todo file up to date | Roger Dingledine | |
svn:r1131 | |||
2004-02-26 | When 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-26 | break out the operations done on sighup into their own function | Roger Dingledine | |
svn:r1129 | |||
2004-02-26 | dump a new router.desc on hup | Roger Dingledine | |
svn:r1128 | |||
2004-02-26 | writing html in C strings sucks | Roger Dingledine | |
svn:r1127 | |||
2004-02-26 | when they use tor as an http proxy, give them an http 501 failure | Roger Dingledine | |
svn:r1126 | |||
2004-02-26 | bump our version to pre22 | Roger Dingledine | |
svn:r1125 | |||
2004-02-26 | if the default torrc isn't there, just use some default defaults | Roger 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-25 | Basic RAM poisoning and magic-checking to notice connection and circuit | Nick 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-25 | bugfix: if the exit stream is pending on the resolve, and a destroy | Roger 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-25 | remove dead code | Roger Dingledine | |
svn:r1121 | |||
2004-02-25 | move the daemon back to /usr/bin/tor | Roger Dingledine | |
(it seems many people don't know they have a /usr/local/sbin/ damn the file system hierarchy standards) svn:r1120 | |||
2004-02-25 | move the tor program back to usr/bin/ | Roger Dingledine | |
svn:r1119 | |||
2004-02-24 | fix some bugs in assert_connection_ok | Roger Dingledine | |
svn:r1118 | |||
2004-02-24 | note a bug that gabe found | Roger Dingledine | |
svn:r1117 | |||
2004-02-22 | start hunting the lucky-bug | Roger Dingledine | |
svn:r1116 | |||
2004-02-21 | pre-talk slides | Roger Dingledine | |
svn:r1115 | |||
2004-02-20 | On OSX, decline to use the built-in select-baed poll wrapper, since it seems ↵ | Nick Mathewson | |
to sometimes not work. svn:r1114 | |||
2004-02-19 | commit some partial slides in case i get hit by a bus | Roger Dingledine | |
svn:r1113 | |||
2004-02-18 | clean up todo, mark a bug as fixed | Roger Dingledine | |
svn:r1112 | |||
2004-02-18 | patch from vicman to publish less platform information | Roger Dingledine | |
svn:r1111 | |||
2004-02-18 | actual wording of pre21 changelog | Roger Dingledine | |
svn:r1110 | |||
2004-02-18 | New upstream releasedebian-version-0.0.1+0.0.2pre21-1 | Peter Palfrader | |
svn:r1108 | |||
2004-02-18 | bump us to pre21, add ChangeLog entries | Roger Dingledine | |
svn:r1107 | |||
2004-02-18 | slides for tor rump session talk at FC04 | Roger Dingledine | |
svn:r1106 | |||
2004-02-18 | go back to a single exitpolicy parameter | Roger Dingledine | |
if your exitpolicy includes " *:*" then it is final, else we append the default exit policy. (thanks weasel) svn:r1105 | |||
2004-02-18 | allow imaps and pop3s in default exit policy | Roger Dingledine | |
svn:r1104 | |||
2004-02-18 | Get 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-18 | we define some big constant arrays but don't use them | Roger Dingledine | |
svn:r1102 | |||
2004-02-18 | adding the reattach-after-timeout feature wasn't so easy after all. | Roger Dingledine | |
maybe it works now. svn:r1101 | |||
2004-02-17 | retry streams where the connected cell hasn't arrived in 15 seconds | Roger Dingledine | |
svn:r1100 | |||
2004-02-17 | Another case of the same. | Nick Mathewson | |
svn:r1099 | |||
2004-02-17 | Fix the Big Bug in router_compare_addr_to_exit_policy: we used port 0 | Nick 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-17 | best_support_idx is obsolete | Roger Dingledine | |
(also doesn't fix the bug) svn:r1097 | |||
2004-02-17 | Propagate yes/no/maybe a little farther forward. | Nick Mathewson | |
svn:r1096 | |||
2004-02-17 | make braces cleaner, bug still persists | Roger Dingledine | |
svn:r1095 | |||
2004-02-17 | install the torify.1 man page too | Roger Dingledine | |
svn:r1094 | |||
2004-02-17 | Fix 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-17 | Let paranoid exit nodes (which default to reject) be exit nodes | Roger 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-17 | make 'make dist' work | Roger Dingledine | |
svn:r1091 | |||
2004-02-17 | made these scripts know about config/Makefile.am | Steven Hazel | |
svn:r1090 | |||
2004-02-17 | this will cause the things in this directory to get installed properly, maybe | Steven Hazel | |
svn:r1089 | |||
2004-02-17 | prevent picking middleman nodes as the last node in the circuit | Roger Dingledine | |
svn:r1088 | |||
2004-02-17 | add jbash and weasel to the AUTHORS list | Roger Dingledine | |
svn:r1087 | |||
2004-02-17 | Update changelog: tor moved to sbin, updating init script | Peter Palfrader | |
svn:r1086 |