Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-18 | One log.c XXX021 was a misunderstanding. Also, clip log messages passed to ↵ | Nick Mathewson | |
syslog to their maximum length when there is a maximum. svn:r17688 | |||
2008-12-18 | Fix bug 889: share deep-copied keys between threads to avoid races in ↵ | Nick Mathewson | |
reference counts. Bugfix on 0.1.0.1-rc. svn:r17672 | |||
2008-12-18 | Fix a valgrind-located memory stomp. Bugfix on 0.2.1.6-alpha. | Nick Mathewson | |
svn:r17667 | |||
2008-12-18 | Fix memory leak in rend_cache_store_v2_desc_as_client(), and refactor the ↵ | Nick Mathewson | |
function to use the "goto err" idiom. svn:r17665 | |||
2008-12-17 | Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alpha | Nick Mathewson | |
svn:r17663 | |||
2008-12-17 | Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig. | Nick Mathewson | |
(Many users have no idea what a resolv.conf is, and shouldn't be forced to learn. The old option will keep working for now.) Also, document it. svn:r17661 | |||
2008-12-17 | declare that we're putting out 0.2.1.9-alpha next week | Roger Dingledine | |
svn:r17659 | |||
2008-12-17 | Clip the MaxCircuitDirtiness config option to a minimum of 10 | Roger Dingledine | |
seconds. Warn the user if lower values are given in the configuration. Bugfix on 0.1.0.1-rc. Patch by Sebastian. Clip the CircuitBuildTimeout to a minimum of 30 seconds. Warn the user if lower values are given in the configuration. Bugfix on 0.1.1.17-rc. Patch by Sebastian. svn:r17657 | |||
2008-12-17 | Move edge-only flags from connection_t to edge_connection_t. | Nick Mathewson | |
svn:r17643 | |||
2008-12-17 | Rename or_is_obsolete and move it to or_connection_t where it belongs. | Nick Mathewson | |
svn:r17642 | |||
2008-12-15 | Don't extend circuits over noncanonical connections with mismatched addresses. | Nick Mathewson | |
Also, refactor the logic to check whether we will use a connection or launch a new one into a new function. svn:r17628 | |||
2008-12-15 | Apply rovv's bug 805 fix: take more care never to prefer a non-canonical ↵ | Nick Mathewson | |
connection. svn:r17627 | |||
2008-12-14 | When a stream at an exit relay is in state "resolving" or | Roger Dingledine | |
"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 | |||
2008-12-12 | Implement proposal 148: Make client stream end reasons uniform. | Nick Mathewson | |
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 | |||
2008-12-12 | Implement the /tor/keys/fp-sk/ URL format. That mostly finishes the server ↵ | Nick Mathewson | |
side of 157. svn:r17611 | |||
2008-12-12 | Add cross-certification to authority key certificates. Partial ↵ | Nick Mathewson | |
implementation of proposal 157. svn:r17610 | |||
2008-12-11 | Avoid multiple descriptor-fetch connections to authorities. Fixes bug 366. | Nick Mathewson | |
svn:r17594 | |||
2008-12-11 | put recent release blurbs into the changelog; fix a typo in tor-spec. | Roger Dingledine | |
svn:r17586 | |||
2008-12-11 | Add experimental support for learning svn revision number in git-svn based ↵ | Nick Mathewson | |
repositories. Fancy. svn:r17581 | |||
2008-12-10 | Give credit to John Brooks for finding bug 874. | Karsten Loesing | |
svn:r17571 | |||
2008-12-10 | Modify ChangeLog for bug 874. | Karsten Loesing | |
svn:r17570 | |||
2008-12-10 | Fix a logic error that would automatically reject all but the first ↵ | Nick Mathewson | |
configured DNS server. Bugfix on 0.2.1.5-alpha. Possible fix for part of 813/868. Spotted by coderman svn:r17569 | |||
2008-12-10 | Add new internal-use-only option for controllers to use to prevent SIGHUP ↵ | Nick Mathewson | |
from reloading the configuration. Fixes bug 856. svn:r17567 | |||
2008-12-10 | Bug 691 fix: do not shutdown Tor servers right away if the network is down. | Nick Mathewson | |
svn:r17566 | |||
2008-12-10 | Oops; that should have been bug 874, not 879. Also in the changelog. | Nick Mathewson | |
svn:r17565 | |||
2008-12-10 | Apply patch from Karsten to fix bug 879. Backport candidate. | Nick Mathewson | |
svn:r17562 | |||
2008-12-10 | small todo/changelog fixes | Nick Mathewson | |
svn:r17551 | |||
2008-12-10 | Give a better error when something has changed our descriptor cache out from ↵ | Nick Mathewson | |
under us. Based on patch from Karsten. Addresses bug 885. svn:r17550 | |||
2008-12-10 | When a directory authority gives us a new guess for our IP address, | Roger Dingledine | |
log which authority we used. Hopefully this will help us debug the recent complaints about bad IP address guesses. svn:r17549 | |||
2008-12-10 | Resume using the correct "REASON=" stream when telling the | Roger Dingledine | |
controller why we closed a stream. Bugfix in 0.2.1.1-alpha. svn:r17547 | |||
2008-12-09 | Better error message when told to setuid to ourself. | Nick Mathewson | |
svn:r17543 | |||
2008-12-09 | Redivide 0.2.1 items into do,nice-to-have,and defer. | Nick Mathewson | |
svn:r17539 | |||
2008-12-09 | Finally remove deprecated-since-0.1.2.4-alpha EXTENDED_FORMAT synonym for ↵ | Nick Mathewson | |
EXTENDED_EVENTS svn:r17538 | |||
2008-12-09 | Add a new status event for consensus arrival | Nick Mathewson | |
svn:r17535 | |||
2008-12-08 | drop confusing and probably not so big changelog entry | Roger Dingledine | |
svn:r17517 | |||
2008-12-08 | When the client is choosing entry guards, now it selects at most | Roger Dingledine | |
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 | |||
2008-12-07 | Directory mirrors no longer fetch the v1 directory or | Roger Dingledine | |
running-routers files. They are obsolete, and nobody asks for them anymore. This is the first step to making v1 authorities obsolete. svn:r17513 | |||
2008-12-07 | cleanups on r17500 | Roger Dingledine | |
svn:r17501 | |||
2008-12-07 | New DirPortFrontPage option that takes an html file and publishes it as "/" ↵ | Jacob Appelbaum | |
on the DirPort. Now relay operators can provide a disclaimer without needin to set up a separate webserver. There's a sample disclaimer in contrib/tor-exit-notice.html. svn:r17500 | |||
2008-12-07 | format cleanups on changelog. prepare to release today. | Roger Dingledine | |
svn:r17497 | |||
2008-12-05 | Fix a hard-to-trigger memory leak in log_credential status. Found by ↵ | Nick Mathewson | |
Coverity scan. CID 349. svn:r17484 | |||
2008-12-03 | fix bug 880: find the end of an authority cert by looking for the first ↵ | Nick Mathewson | |
----END SIGNATURE----- after the first dir-key-certification, not for the first ----END SIGNATURE. Harmless bug, but it made us non-spec-compliant. svn:r17470 | |||
2008-12-02 | Do not use O_APPEND on fd-based operations that do not really want it; have ↵ | Nick Mathewson | |
them just lseek instead. svn:r17460 | |||
2008-12-02 | Change logging code to use fds instead of stdio. Fixes bug 861, and ↵ | Nick Mathewson | |
probably makes logging slightly faster. Not a backport candidate: bug 861 is too obscure and harmless. svn:r17456 | |||
2008-12-02 | Apply rovv's patch for bug 864: avoid null error on detached signature ↵ | Nick Mathewson | |
handling failure. svn:r17446 | |||
2008-12-02 | Define socklen_t before using it in compat.h | Nick Mathewson | |
svn:r17444 | |||
2008-11-26 | Stop marking bsearch_idx as pure; it is not. | Nick Mathewson | |
svn:r17393 | |||
2008-11-26 | Use fcntl for file locking when flock() is not available. | Nick Mathewson | |
svn:r17391 | |||
2008-11-22 | Consider GetNetworkParams() nameserver parsing to have suceeded if even one ↵ | Nick Mathewson | |
nameserver can be added. Log more useful info about what exactly is failing when we fail to add a nameserver. svn:r17368 | |||
2008-11-22 | and forward-port those | Roger Dingledine | |
svn:r17359 |