| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | 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 |
* | and resolve long-lines and fix an error string•••svn:r6007
| 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 |
* | 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 |
* | 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 |
* | 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 |
* | and don't warn when it happens here either, unless the user•••wants to hear it.
svn:r5990
| Roger Dingledine | 2006-02-12 |
* | Correct a function comment. Nick: is this right?•••svn:r5989
| Roger Dingledine | 2006-02-12 |
* | don't tell ordinary users about broken directory servers.•••it's a shame that they're broken, but most people are just
confused by the warning.
svn:r5988
| Roger Dingledine | 2006-02-12 |
* | Drop redundant exit policy entries, not just identical ones.•••svn:r5987
| Nick Mathewson | 2006-02-12 |
* | Retain unrecognized options in state file, so that we can be forward-compatible.•••svn:r5985
| Nick Mathewson | 2006-02-12 |
* | enforce whitespace style•••svn:r5984
| Nick Mathewson | 2006-02-12 |
* | Clients now honor the "guard" flag in the router status when•••picking entry guards, rather than looking at is_fast or is_stable.
Now dirservers can change how they define it and clients will
automatically use their new definition.
svn:r5979
| Roger Dingledine | 2006-02-12 |
* | write a better note in torrc.sample about whether to set dirport.•••svn:r5978
| Roger Dingledine | 2006-02-12 |
* | more helpful log message when running servers on obsolete windows.•••svn:r5975
| Roger Dingledine | 2006-02-12 |
* | bump up the period for forcing a hidden service descriptor upload•••from 20 minutes to 1 hour.
svn:r5972
| Roger Dingledine | 2006-02-12 |
* | compress exit policies even more -- look for duplicate lines•••and remove them.
svn:r5971
| Roger Dingledine | 2006-02-12 |
* | bugfix in config_cmp_addr_policies() -- we were treating a pair•••of exit policies if they were equal even if one said accept and
the other said reject.
svn:r5970
| Roger Dingledine | 2006-02-11 |
* | stop leaking that•••svn:r5969
| Roger Dingledine | 2006-02-11 |
* | When a client asks for an old-style directory and our write bucket•••is empty, don't give it to him. This way small servers can continue
to serve the directory *sometimes*, without getting overloaded.
svn:r5968
| Roger Dingledine | 2006-02-11 |
* | Keep running if we ask for an impossible stdout log; just warn.•••svn:r5964
| Nick Mathewson | 2006-02-11 |
* | Retry pending server downloads as well as pending networkstatus downloads whe...•••svn:r5962
| Nick Mathewson | 2006-02-11 |
* | Warn if running obsolete windows as a server.•••svn:r5961
| Nick Mathewson | 2006-02-11 |
* | bump to 0.1.1.13-alpha-cvs -- progress!•••svn:r5954
| Roger Dingledine | 2006-02-10 |
* | bump to 0.1.1.13-alpha•••svn:r5951
| Roger Dingledine | 2006-02-09 |
* | get our grammar right when complaining about un-recommended versions•••svn:r5950
| Roger Dingledine | 2006-02-09 |
* | Happy new year!•••svn:r5949
| Roger Dingledine | 2006-02-09 |
* | more cleanups on the sample torrc file•••svn:r5947
| Roger Dingledine | 2006-02-09 |
* | stop calling it a "libevent poll" -- the word "poll" has•••other meaning in this context that are confusing.
svn:r5936
| Roger Dingledine | 2006-02-09 |
* | and maybe some function documentation will help too•••svn:r5935
| Roger Dingledine | 2006-02-09 |
* | correct the comments that don't realize it's the opposite•••svn:r5934
| Roger Dingledine | 2006-02-09 |
* | and make sure that never happens again•••svn:r5932
| Roger Dingledine | 2006-02-09 |
* | fix bug 245: When modifying the orconn_circid_map map, we would•••sometimes decrement conn->n_circuits even when there was no circuit
originally. This caused conn->n_circuits to go negative.
We noticed this because we were checking if connections can be
closed based on conn->n_circuits == 0, so we were never closing
any connection that had ever had a circuit on it.
svn:r5931
| Roger Dingledine | 2006-02-09 |
* | tweak comment•••svn:r5930
| Roger Dingledine | 2006-02-09 |
* | Move "sort list of versions" logic into routerparse.c; make version-checking ...•••svn:r5927
| Nick Mathewson | 2006-02-06 |
* | char *x = "y"; is not good C.•••svn:r5926
| Nick Mathewson | 2006-02-06 |
* | Only v1 authorities get hidden service descriptors with current protocol•••svn:r5924
| Nick Mathewson | 2006-02-06 |
* | Fix a const-non-const warning•••svn:r5923
| Nick Mathewson | 2006-02-06 |