| Commit message (Expand) | Author | Age |
* | Rename or_is_obsolete and move it to or_connection_t where it belongs.•••svn:r17642
| Nick Mathewson | 2008-12-17 |
* | Don't extend circuits over noncanonical connections with mismatched addresses.•••Also, refactor the logic to check whether we will use a connection or
launch a new one into a new function.
svn:r17628
| Nick Mathewson | 2008-12-15 |
* | Apply rovv's bug 805 fix: take more care never to prefer a non-canonical conn...•••svn:r17627
| Nick Mathewson | 2008-12-15 |
* | When a stream at an exit relay is in state "resolving" or•••"connecting" and it receives an "end" relay cell, the exit relay
would silently ignore the end cell and not close the stream. If
the client never closes the circuit, then the exit relay never
closes the TCP connection. Bug introduced in Tor 0.1.2.1-alpha;
reported by "wood".
svn:r17625
| Roger Dingledine | 2008-12-14 |
* | Implement proposal 148: Make client stream end reasons uniform.•••This patch makes every RELAY_COMMAND_END cell that we send pass through one of two functions: connection_edge_end and relay_send_end_cell_from_edge. Both of these functions check the circuit purpose, and change the reason to MISC if the circuit purpose means that it's for client use.
svn:r17612
| Nick Mathewson | 2008-12-12 |
* | Implement the /tor/keys/fp-sk/ URL format. That mostly finishes the server s...•••svn:r17611
| Nick Mathewson | 2008-12-12 |
* | Add cross-certification to authority key certificates. Partial implementatio...•••svn:r17610
| Nick Mathewson | 2008-12-12 |
* | Avoid multiple descriptor-fetch connections to authorities. Fixes bug 366.•••svn:r17594
| Nick Mathewson | 2008-12-11 |
* | put recent release blurbs into the changelog; fix a typo in tor-spec.•••svn:r17586
| Roger Dingledine | 2008-12-11 |
* | Add experimental support for learning svn revision number in git-svn based re...•••svn:r17581
| Nick Mathewson | 2008-12-11 |
* | Give credit to John Brooks for finding bug 874.•••svn:r17571
| Karsten Loesing | 2008-12-10 |
* | Modify ChangeLog for bug 874.•••svn:r17570
| Karsten Loesing | 2008-12-10 |
* | Fix a logic error that would automatically reject all but the first configure...•••svn:r17569
| Nick Mathewson | 2008-12-10 |
* | Add new internal-use-only option for controllers to use to prevent SIGHUP fro...•••svn:r17567
| Nick Mathewson | 2008-12-10 |
* | Bug 691 fix: do not shutdown Tor servers right away if the network is down.•••svn:r17566
| Nick Mathewson | 2008-12-10 |
* | Oops; that should have been bug 874, not 879. Also in the changelog.•••svn:r17565
| Nick Mathewson | 2008-12-10 |
* | Apply patch from Karsten to fix bug 879. Backport candidate.•••svn:r17562
| Nick Mathewson | 2008-12-10 |
* | small todo/changelog fixes•••svn:r17551
| Nick Mathewson | 2008-12-10 |
* | Give a better error when something has changed our descriptor cache out from ...•••svn:r17550
| Nick Mathewson | 2008-12-10 |
* | When a directory authority gives us a new guess for our IP address, •••log which authority we used. Hopefully this will help us debug
the recent complaints about bad IP address guesses.
svn:r17549
| Roger Dingledine | 2008-12-10 |
* | Resume using the correct "REASON=" stream when telling the•••controller why we closed a stream. Bugfix in 0.2.1.1-alpha.
svn:r17547
| Roger Dingledine | 2008-12-10 |
* | Better error message when told to setuid to ourself.•••svn:r17543
| Nick Mathewson | 2008-12-09 |
* | Redivide 0.2.1 items into do,nice-to-have,and defer.•••svn:r17539
| Nick Mathewson | 2008-12-09 |
* | Finally remove deprecated-since-0.1.2.4-alpha EXTENDED_FORMAT synonym for EXT...•••svn:r17538
| Nick Mathewson | 2008-12-09 |
* | Add a new status event for consensus arrival•••svn:r17535
| Nick Mathewson | 2008-12-09 |
* | drop confusing and probably not so big changelog entry•••svn:r17517
| Roger Dingledine | 2008-12-08 |
* | When the client is choosing entry guards, now it selects at most•••one guard from a given relay family. Otherwise we could end up with
all of our entry points into the network run by the same operator.
Suggested by Camilo Viecco. Fix on 0.1.1.11-alpha.
Not a backport candidate, since I think this might break for users
who only have a given /16 in their reachableaddresses, or something
like that.
svn:r17514
| Roger Dingledine | 2008-12-08 |
* | Directory mirrors no longer fetch the v1 directory or•••running-routers files. They are obsolete, and nobody asks for them
anymore. This is the first step to making v1 authorities obsolete.
svn:r17513
| Roger Dingledine | 2008-12-07 |
* | cleanups on r17500•••svn:r17501
| Roger Dingledine | 2008-12-07 |
* | New DirPortFrontPage option that takes an html file and publishes it as "/" o...•••svn:r17500
| Jacob Appelbaum | 2008-12-07 |
* | format cleanups on changelog. prepare to release today.•••svn:r17497
| Roger Dingledine | 2008-12-07 |
* | Fix a hard-to-trigger memory leak in log_credential status. Found by Coverit...•••svn:r17484
| Nick Mathewson | 2008-12-05 |
* | fix bug 880: find the end of an authority cert by looking for the first ----E...•••svn:r17470
| Nick Mathewson | 2008-12-03 |
* | Do not use O_APPEND on fd-based operations that do not really want it; have t...•••svn:r17460
| Nick Mathewson | 2008-12-02 |
* | Change logging code to use fds instead of stdio. Fixes bug 861, and probably...•••svn:r17456
| Nick Mathewson | 2008-12-02 |
* | Apply rovv's patch for bug 864: avoid null error on detached signature handli...•••svn:r17446
| Nick Mathewson | 2008-12-02 |
* | Define socklen_t before using it in compat.h•••svn:r17444
| Nick Mathewson | 2008-12-02 |
* | Stop marking bsearch_idx as pure; it is not.•••svn:r17393
| Nick Mathewson | 2008-11-26 |
* | Use fcntl for file locking when flock() is not available.•••svn:r17391
| Nick Mathewson | 2008-11-26 |
* | Consider GetNetworkParams() nameserver parsing to have suceeded if even one n...•••svn:r17368
| Nick Mathewson | 2008-11-22 |
* | and forward-port those•••svn:r17359
| Roger Dingledine | 2008-11-22 |
* | Correct ChangeLog entry.•••svn:r17321
| Karsten Loesing | 2008-11-17 |
* | Update _log_global_min_severity after switch_logs_debug(), so that USR2 will ...•••svn:r17317
| Nick Mathewson | 2008-11-17 |
* | apply sebastian's bug 867 fix: make routerset_equal() work as documented with...•••svn:r17287
| Nick Mathewson | 2008-11-16 |
* | Fix a possible segfault when establishing an exit connection. Bugfix on 0.2.1...•••svn:r17275
| Karsten Loesing | 2008-11-16 |
* | Apparently sparc64 is way more strict about uint16_t access alignment than I ...•••svn:r17262
| Nick Mathewson | 2008-11-12 |
* | Fix from rovv: when adding a detached signature, do not automatically assume ...•••svn:r17248
| Nick Mathewson | 2008-11-11 |
* | be less aggressive about deleting expired certs. based on patch from rovv. p...•••svn:r17246
| Nick Mathewson | 2008-11-11 |
* | Add PURPOSE= field to getinfo circuit-status. With luck, controllers are ign...•••svn:r17245
| Nick Mathewson | 2008-11-11 |
* | apply sebastian's fix for bug 859. Apparently on win32 one must lock at least...•••svn:r17244
| Nick Mathewson | 2008-11-11 |