| Commit message (Expand) | Author | Age |
* | Improve the "we have been waiting for 1140377851 seconds" log•••svn:r6046
| Peter Palfrader | 2006-02-19 |
* | Include the osx installer in the Makefile as well.•••svn:r6045
| Andrew Lewman | 2006-02-19 |
* | Include the uninstaller for osx in the distribution, but leave it hidden•••for the time being.
svn:r6044
| Andrew Lewman | 2006-02-19 |
* | mark off a few todo items•••svn:r6043
| Roger Dingledine | 2006-02-19 |
* | an interim changelog for 0.1.1.14-alpha•••svn:r6042
| Roger Dingledine | 2006-02-19 |
* | clean up the Reachable*Addresses changes•••svn:r6041
| Roger Dingledine | 2006-02-19 |
* | Updated instructions to work under the latest 10.4.5 point release from•••Apple.
svn:r6040
| Andrew Lewman | 2006-02-18 |
* | Add function names to log_* on non-gcc•••svn:r6039
| Peter Palfrader | 2006-02-18 |
* | forward port 0.1.0.17 changelog•••svn:r6038
| Peter Palfrader | 2006-02-18 |
* | this is why you're not supposed to cut-and-paste code•••svn:r6037
| Roger Dingledine | 2006-02-18 |
* | Finish log function renaming for non-GNUC systems•••svn:r6034
| Peter Palfrader | 2006-02-18 |
* | Make it compile with VC7. It does not yet link.•••svn:r6033
| Peter Palfrader | 2006-02-18 |
* | another way for old-style bsd folks to maybe build tor if•••they've got no other ways.
svn:r6032
| Roger Dingledine | 2006-02-18 |
* | New clear and concise directions for building Tor on OSX machines.•••Moved the documentation into the doc/ dir where it belongs.
svn:r6027
| Andrew Lewman | 2006-02-17 |
* | All new, re-written instructions for building Tor binaries in rpm•••format. This re-write matches the new tor.spec.in changes.
svn:r6026
| Andrew Lewman | 2006-02-17 |
* | fix the headers at the top of the tor-doc html files•••svn:r6025
| Roger Dingledine | 2006-02-16 |
* | Fix up Makefile.am for the rpm target_cpu and target_os implementation.•••svn:r6024
| Andrew Lewman | 2006-02-16 |
* | Implement first version of the ability to target arch and OS in rpm•••builds. This also implements the resulting dist-rpm filename to match the
target arch.
svn:r6023
| Andrew Lewman | 2006-02-16 |
* | and don't ship it either•••svn:r6022
| Roger Dingledine | 2006-02-16 |
* | remove the obsolete faq entries that were somehow still around.•••svn:r6021
| Roger Dingledine | 2006-02-16 |
* | fix typo found in phobos's logs•••svn:r6020
| Roger Dingledine | 2006-02-15 |
* | don't warn when we get a server descriptor from the controller•••but it's too old. that's not something tor should fix.
svn:r6019
| Roger Dingledine | 2006-02-15 |
* | Remove the tor rpm creation text from the tor.spec.in file, as•••apparently rpmbuild interprets any % as a macro, even behind comments.
Create a new file in tor/doc that describes how to create tor rpms.
svn:r6018
| Andrew Lewman | 2006-02-14 |
* | Make it an explicit step to allow connections to your local•••resources from your tor server.
svn:r6017
| Roger Dingledine | 2006-02-14 |
* | Just because both are obsolete does not mean we prefer the newer•••svn:r6016
| Peter Palfrader | 2006-02-14 |
* | Explain why we only expire open connections•••svn:r6015
| Peter Palfrader | 2006-02-14 |
* | document the frequency for reachability testing by the•••directory authorities.
svn:r6014
| Roger Dingledine | 2006-02-14 |
* | Do not mark connections obsolete before they have done their TLS handshake or...•••svn:r6013
| Peter Palfrader | 2006-02-14 |
* | Our connection_or_get_by_identity_digest() was slightly wrong. If best•••didn't have any circuits on it, but conn had circuits, we would not make
conn our new best unless it was also newer. Also, restructure the code
a bit to maybe make it clearer.
svn:r6012
| Peter Palfrader | 2006-02-14 |
* | document ReachableDirAddresses and ReachableORAddresses•••svn:r6011
| Peter Palfrader | 2006-02-13 |
* | Warn if ReachableAddresses is set when also ReachableDirAddresses and Reachab...•••svn:r6010
| Peter Palfrader | 2006-02-13 |
* | Split ReachableAddresses into ReachableDirAddresses and ReachableORAddresses•••svn:r6009
| Peter Palfrader | 2006-02-13 |
* | work out a few more details of the dirserver-based reputation•••scheme.
svn:r6008
| Roger Dingledine | 2006-02-13 |
* | and resolve long-lines and fix an error string•••svn:r6007
| Roger Dingledine | 2006-02-13 |
* | which leads to a new todo item. help from a windows person please?•••svn:r6006
| Roger Dingledine | 2006-02-13 |
* | the last of the log convention conversion. finally.•••svn:r6005
| Roger Dingledine | 2006-02-13 |
* | the things we do for our windows users.•••i hope they appreciate it.
svn:r6004
| Roger Dingledine | 2006-02-13 |
* | more log conversions.•••whee.
svn:r6003
| Roger Dingledine | 2006-02-13 |
* | convert some more source files to the new log convention•••svn:r6002
| Roger Dingledine | 2006-02-13 |
* | resolve too-long-lines•••svn:r6001
| Roger Dingledine | 2006-02-13 |
* | Start the process of converting warn to log_warn and so on.•••This is needed because Windows already has an err() that we
can't clobber. And we need to be able to make the log functions
a macro so we can print the function's name in the log entry.
svn:r6000
| Roger Dingledine | 2006-02-13 |
* | rearrange todo a bit•••svn:r5999
| Roger Dingledine | 2006-02-13 |
* | Style on config_addr_policy_intersectes, which looks ok to me.•••svn:r5998
| Nick Mathewson | 2006-02-13 |
* | Let the users set ControlListenAddress in the torrc.•••This can be dangerous, but there are some cases (like a secured
LAN) where it makes sense.
svn:r5997
| Roger Dingledine | 2006-02-13 |
* | the *ListenAddress config options were still named•••*BindAddress in the man page.
svn:r5996
| Roger Dingledine | 2006-02-13 |
* | Compress exit policies even more. please review•••svn:r5995
| Peter Palfrader | 2006-02-13 |
* | try to fix bug with spurious "everything is broken" warning•••svn:r5994
| Nick Mathewson | 2006-02-13 |
* | and mark off another todo item•••svn:r5993
| Roger Dingledine | 2006-02-13 |
* | bugfix: we were ignoring the IS_FAST flag in the directory•••status, meaning we were willing to pick trivial-bandwidth nodes
for "fast" connections.
svn:r5992
| Roger Dingledine | 2006-02-13 |
* | Generate 18.0.0.0/8 address policy format in descs when we can; warn when the...•••svn:r5991
| Nick Mathewson | 2006-02-12 |