November 2005 Archives by author
      
      Starting: Tue Nov  1 03:47:57 UTC 2005
         Ending: Wed Nov 30 22:49:01 UTC 2005
         Messages: 197
     
- [or-cvs] include event type argument in EventHandler function protot...
 
Geoffrey Goodell
 - [or-cvs] refer to control-spec.txt for lists of INFO and CONF names
 
Geoffrey Goodell
 - [or-cvs] bugfix: set_options takes a list of key-value pairs
 
Geoffrey Goodell
 - [or-cvs] minor semantic change: tuple rather than list
 
Geoffrey Goodell
 - [or-cvs] bugfix: fix some errors that occur in get_option
 
Geoffrey Goodell
 - [or-cvs] bugfix: ATTACHSTREAM != REDIRECTSTREAM
 
Geoffrey Goodell
 - [or-cvs] make the debugging information somewhat less chatty
 
Geoffrey Goodell
 - [or-cvs] fix a signed/unsigned warning
 
Nick Mathewson
 - [or-cvs] enable code to remove members of old_routers when it gets b...
 
Nick Mathewson
 - [or-cvs] Fix possible-but-unlikely free(NULL) in control.c [backport].
 
Nick Mathewson
 - [or-cvs] prevent duplicat mark-for-close
 
Nick Mathewson
 - [or-cvs] Fix bugs in routerlist_remove_old_cached_routers_with_id()
 
Nick Mathewson
 - [or-cvs] On directory servers, old_routers was wasting hundreds of b...
 
Nick Mathewson
 - [or-cvs] If we stop knowing about a dirserver between request and an...
 
Nick Mathewson
 - [or-cvs] add a missing import
 
Nick Mathewson
 - [or-cvs] Spurious comma makes everyone sad.
 
Nick Mathewson
 - [or-cvs] Directory /home/or/cvsroot/control/cs added to the repository
 
Nick Mathewson
 - [or-cvs] Directory /home/or/cvsroot/control/cs/control added to the ...
 
Nick Mathewson
 - [or-cvs] Directory /home/or/cvsroot/control/cs/test added to the rep...
 
Nick Mathewson
 - [or-cvs] Directory /home/or/cvsroot/control/cs/control/ControlConnec...
 
Nick Mathewson
 - [or-cvs] Directory /home/or/cvsroot/control/cs/control/Exceptions ad...
 
Nick Mathewson
 - [or-cvs] Directory /home/or/cvsroot/control/cs/control/HelperClasses...
 
Nick Mathewson
 - [or-cvs] Add C# controller lib port from Oliver Rau.
 
Nick Mathewson
 - [or-cvs] Add C# controller lib port from Oliver Rau.
 
Nick Mathewson
 - [or-cvs] Add C# controller lib port from Oliver Rau.
 
Nick Mathewson
 - [or-cvs] Add C# controller lib port from Oliver Rau.
 
Nick Mathewson
 - [or-cvs] Add C# controller lib port from Oliver Rau.
 
Nick Mathewson
 - [or-cvs] Add C# controller lib port from Oliver Rau.
 
Nick Mathewson
 - [or-cvs] Add missing unknown_event stub.
 
Nick Mathewson
 - [or-cvs] Add cvsignore file for cs/bin in tor-ctl.
 
Nick Mathewson
 - [or-cvs] Note that much of check_dh_key is voodoo; make x in DH be o...
 
Nick Mathewson
 - [or-cvs] Remove libevent fork from Tor cvs
 
Nick Mathewson
 - [or-cvs] Check for socket error as well as OS error from closed work...
 
Nick Mathewson
 - [or-cvs] Print usage on failure
 
Nick Mathewson
 - [or-cvs] Do not let worker thread loop forever on closed tor.
 
Nick Mathewson
 - [or-cvs] Fix number in error message
 
Nick Mathewson
 - [or-cvs] Oops. It looks like there *was* an easy way to make openssl...
 
Nick Mathewson
 - [or-cvs] Use a callback to set our DH parameters; set SSL_OP_SINGLE_...
 
Nick Mathewson
 - [or-cvs] Hm; looks like the callback business was unnecessary, since...
 
Nick Mathewson
 - [or-cvs] Make new logging stuff work on windows; fix a couple of win...
 
Nick Mathewson
 - [or-cvs] Make new logging stuff work on windows; fix a couple of win...
 
Nick Mathewson
 - [or-cvs] Loops without an increment step can suck, even on windows.
 
Nick Mathewson
 - [or-cvs] Verify that router fingerprint lines match identity keys. (...
 
Nick Mathewson
 - [or-cvs] Try to build with OpenSSL 0.9.6. Lets pay attention to see ...
 
Nick Mathewson
 - [or-cvs] Pass exceptions back to the client thread from TorCtl1. Geo...
 
Nick Mathewson
 - [or-cvs] Remove incorrect requirement.
 
Nick Mathewson
 - [or-cvs] Try shotgun approach, and propagate *all* exceptions.
 
Nick Mathewson
 - [or-cvs] aaand another.
 
Nick Mathewson
 - [or-cvs] Okay, one more time.
 
Nick Mathewson
 - [or-cvs] Check for "CLOSE" noncallback callback
 
Nick Mathewson
 - [or-cvs] Add some DH clarifications
 
Nick Mathewson
 - [or-cvs] Add a callback to get exceptions from handler thread.
 
Nick Mathewson
 - [or-cvs] Make unreachable code reachable..
 
Nick Mathewson
 - [or-cvs] Do not block communications loop while processing events, s...
 
Nick Mathewson
 - [or-cvs] Move most of the queue and thread logic into a new common b...
 
Nick Mathewson
 - [or-cvs] Avoid spurious re-launch of first pending requested descrip...
 
Nick Mathewson
 - [or-cvs] Replace balanced trees with hash tables: this should make s...
 
Nick Mathewson
 - [or-cvs] Replace balanced trees with hash tables: this should make s...
 
Nick Mathewson
 - [or-cvs] Track how many bytes we have in signed descriptors. Try to ...
 
Nick Mathewson
 - [or-cvs] Dump bytes held to store descriptors.
 
Nick Mathewson
 - [or-cvs] Apply patch from Matt Edman: there is no "security project-...
 
Nick Mathewson
 - [or-cvs] e more aggressive about calling routerlist_remove_old_route...
 
Nick Mathewson
 - [or-cvs] Make dropping very old descriptors faster (remove old corre...
 
Nick Mathewson
 - [or-cvs] Fix dumb logic error that kept some old descripttors from g...
 
Nick Mathewson
 - [or-cvs] Add functions to return number of elts in associative conta...
 
Nick Mathewson
 - [or-cvs] HT_NEXT invalidates the last iterator; fix rmv-related segf...
 
Nick Mathewson
 - [or-cvs] Cut down a common call to circuit_get_by_conn by about half.
 
Nick Mathewson
 - [or-cvs] How about "never"? Does "never" work for you?"
 
Nick Mathewson
 - [or-cvs] Avoid a segfault in routerlist_reset_warnings()
 
Nick Mathewson
 - [or-cvs] Make arguments to circuit_set_circid_orconn match the conne...
 
Nick Mathewson
 - [or-cvs] Fix a bug weasel found: when we are an authority and somebo...
 
Nick Mathewson
 - [or-cvs] Funny. I could have sworn that it compiled.
 
Nick Mathewson
 - [or-cvs] Move code to check for zero digests into util.c
 
Nick Mathewson
 - [or-cvs] Rename connection_get_by_identity_digest to reflect that it...
 
Nick Mathewson
 - [or-cvs] Move connection_or_remove_from_identity_map() to connection...
 
Nick Mathewson
 - [or-cvs] remove some functions that are not used; #if0 out some file...
 
Nick Mathewson
 - [or-cvs] remove some functions that are not used; #if0 out some file...
 
Nick Mathewson
 - [or-cvs] Fix some verbose warnings and remove an unneeded include.
 
Nick Mathewson
 - [or-cvs] Fix some verbose warnings and remove an unneeded include.
 
Nick Mathewson
 - [or-cvs] assert_buf_ok was showing up in the profile; remove it from...
 
Nick Mathewson
 - [or-cvs] Tor26"s IP has changed to 86.59.21.38
 
Peter Palfrader
 - [or-cvs] Tor26"s IP has changed to 86.59.21.38
 
Peter Palfrader
 - [or-cvs] Tor26"s IP has changed to 86.59.21.38
 
Peter Palfrader
 - [or-cvs] Tor26"s IP has changed to 86.59.21.38
 
Peter Palfrader
 - [or-cvs] Also ship doc/{socks-extensions.txt,tor-doc-server.html,tor...
 
Peter Palfrader
 - [or-cvs] Use bin/bash for the init script instead of bin/sh.  We are...
 
Peter Palfrader
 - [or-cvs] Remove the EVENT_NOEPOLL block from etc/default/tor.
 
Peter Palfrader
 - [or-cvs] Say that tor.default is a bash shell fragment now
 
Peter Palfrader
 - [or-cvs] add items to my TODO
 
Peter Palfrader
 - [or-cvs] Whitespace fix
 
Peter Palfrader
 - [or-cvs] New upstream version.
 
Peter Palfrader
 - [or-cvs] Actually do not ship doc/{socks-extensions.txt,tor-doc-serv...
 
Peter Palfrader
 - [or-cvs] Remove ip address change flapping detection.  It is not rea...
 
Peter Palfrader
 - [or-cvs] 15*60 is 15 minutes, not 5
 
Peter Palfrader
 - [or-cvs] Add a new controller event type that allows controllers to ...
 
Peter Palfrader
 - [or-cvs] Add a new controller event type that allows controllers to ...
 
Peter Palfrader
 - [or-cvs] Ancient gcc does not like you when you declare variables in...
 
Peter Palfrader
 - [or-cvs] Update debian/tor.docs to match which docs are now distribu...
 
Peter Palfrader
 - [or-cvs] Someone stole a few "r"s.  Replace them.
 
Peter Palfrader
 - [or-cvs] cleanups and a smidgen more docs
 
arma at seul.org
 - [or-cvs] more doc cleanups and reorganizing
 
arma at seul.org
 - [or-cvs] remove redundant checking for . and .. now that
 
arma at seul.org
 - [or-cvs] tor_assert had a misleading comment
 
arma at seul.org
 - [or-cvs] answer nick"s XXX, and muck with some log domain choices
 
arma at seul.org
 - [or-cvs] using an unsigned int for something that requires at least ...
 
arma at seul.org
 - [or-cvs] fix typo
 
arma at seul.org
 - [or-cvs] another impossible problem we should solve.
 
arma at seul.org
 - [or-cvs] first cut at a changelog for 0.1.1.9-alpha
 
arma at seul.org
 - [or-cvs] fix a harmless warn and mark two points where we should
 
arma at seul.org
 - [or-cvs] simplify a log entry
 
arma at seul.org
 - [or-cvs] stop discouraging the old *BindAddress config options. we w...
 
arma at seul.org
 - [or-cvs] router twins are long gone from tor. take them out of the s...
 
arma at seul.org
 - [or-cvs] fix function comment
 
arma at seul.org
 - [or-cvs] when we were cannibalizing a circuit with a particular exit
 
arma at seul.org
 - [or-cvs] speed up the lookup-by-circid-orconn now that it seems that
 
arma at seul.org
 - [or-cvs] correct nick"s comment
 
arma at seul.org
 - [or-cvs] We were refusing to start if you define SocksListenAddress
 
arma at seul.org
 - [or-cvs] start to clean up and add to and rearrange the todo
 
arma at seul.org
 - [or-cvs] remove some completed items
 
arma at seul.org
 - [or-cvs] confuse people less about what running a server means
 
arma at seul.org
 - [or-cvs] cleanup and additions to 0.1.1.9-alpha changelog
 
arma at seul.org
 - [or-cvs] mention that chilling effects wants to hear from non-US peo...
 
arma at seul.org
 - [or-cvs] When logging via syslog, include the pid whenever we provide
 
arma at seul.org
 - [or-cvs] when a stream times out, provide less (but better) explanat...
 
arma at seul.org
 - [or-cvs] shorten more of the startup log messages
 
arma at seul.org
 - [or-cvs] last pieces of 0.1.1.9-alpha changelog
 
arma at seul.org
 - [or-cvs] bump to 0.1.1.9-alpha
 
arma at seul.org
 - [or-cvs] bump to 0.1.1.9-alpha
 
arma at seul.org
 - [or-cvs] bump to 0.1.1.9-alpha
 
arma at seul.org
 - [or-cvs] fix logic error: not unnamed is good.
 
arma at seul.org
 - [or-cvs] make it even more clear that i didn"t screw up the logic
 
arma at seul.org
 - [or-cvs] correct the timestamp on the changelog
 
arma at seul.org
 - [or-cvs] bump versions except for the rpm
 
arma at seul.org
 - [or-cvs] bump to 0.1.1.9-alpha-cvs
 
arma at seul.org
 - [or-cvs] bump to 0.1.1.9-alpha-cvs
 
arma at seul.org
 - [or-cvs] bump to 0.1.1.9-alpha-cvs
 
arma at seul.org
 - [or-cvs] another case where the poor server operator doesn"t need to
 
arma at seul.org
 - [or-cvs] advertise the differences in 0.1.1.9-alpha
 
arma at seul.org
 - [or-cvs] start shipping tor-doc-unix.html tor-doc-server.html in the...
 
arma at seul.org
 - [or-cvs] stop shipping tor-doc.html and .css in the tarball
 
arma at seul.org
 - [or-cvs] ship a copy of the stylesheet with the tor-doc-*
 
arma at seul.org
 - [or-cvs] and get it into the tarball
 
arma at seul.org
 - [or-cvs] and start using the local copy of the stylesheet
 
arma at seul.org
 - [or-cvs] Add a new config option TestSocks so people can see if their
 
arma at seul.org
 - [or-cvs] bugfix: the controller doesn"t mention it"s a .onion if it ...
 
arma at seul.org
 - [or-cvs] put the socks-extensions file in the tarball too
 
arma at seul.org
 - [or-cvs] clean up the tor spec somewhat, inspired by comments from l...
 
arma at seul.org
 - [or-cvs] help the term "OP" become obsolete
 
arma at seul.org
 - [or-cvs] fix a bug in the spec, and add a question about correct beh...
 
arma at seul.org
 - [or-cvs] we used to kill the circuit when we receive a relay command...
 
arma at seul.org
 - [or-cvs] pick a side of the fence. here"s hoping.
 
arma at seul.org
 - [or-cvs] and note that older tors break the spec in that way
 
arma at seul.org
 - [or-cvs] ignored cells still count for computing digests.
 
arma at seul.org
 - [or-cvs] more spec clarifications from talking to lexi
 
arma at seul.org
 - [or-cvs] when you type "getinfo" with no arguments, it doesn"t give ...
 
arma at seul.org
 - [or-cvs] what to do on a failed setconf was a bit unspecified
 
arma at seul.org
 - [or-cvs] and now we actually do it, too.
 
arma at seul.org
 - [or-cvs] comment out some really popular log lines
 
arma at seul.org
 - [or-cvs] and another one
 
arma at seul.org
 - [or-cvs] and another overly common log entry
 
arma at seul.org
 - [or-cvs] Leave options->DirServers alone -- if the user didn"t speci...
 
arma at seul.org
 - [or-cvs] commit a changelog tweak that i slipped in for the release
 
arma at seul.org
 - [or-cvs] document how the error values for closestream and closecirc...
 
arma at seul.org
 - [or-cvs] and code the part where redirectstream can take a port.
 
arma at seul.org
 - [or-cvs] if it"s not less than three does that mean it"s more than t...
 
arma at seul.org
 - [or-cvs] remove some redundant (and misleading) code
 
arma at seul.org
 - [or-cvs] another case (i think) of redundant code.
 
arma at seul.org
 - [or-cvs] Bugfix: it looks like some middleman circuits were spending...
 
arma at seul.org
 - [or-cvs] misc cleanups
 
arma at seul.org
 - [or-cvs] Recover better from TCP connections to Tor servers that are...
 
arma at seul.org
 - [or-cvs] mark off some todo items
 
arma at seul.org
 - [or-cvs] Start obeying our firewall options more rigorously:
 
arma at seul.org
 - [or-cvs] actually listen when we try to route our dir connection via...
 
arma at seul.org
 - [or-cvs] and another instance where i was trying to be too sneaky
 
arma at seul.org
 - [or-cvs] be less eager to decide that the entire network is down
 
arma at seul.org
 - [or-cvs] mark off the next todo item
 
arma at seul.org
 - [or-cvs] a smidgen more hint when we fail to seed the rng
 
arma at seul.org
 - [or-cvs] comment that scary-looking function.
 
arma at seul.org
 - [or-cvs] whitespace and copyright fixes on configure.in
 
arma at seul.org
 - [or-cvs] link with -ldl if you need it.
 
arma at seul.org
 - [or-cvs] get rid of some unused variables
 
arma at seul.org
 - [or-cvs] remove some more dead code (found while hunting lasse"s bug)
 
arma at seul.org
 - [or-cvs] Fix a bug found by Lasse Overlier: when we were making inte...
 
arma at seul.org
 - [or-cvs] minor cleanup
 
arma at seul.org
 - [or-cvs] Bandaid workaround to make cvs not crash tor clients.
 
arma at seul.org
 - [or-cvs] when calling connection_get_by_identity_digest, don"t do a ...
 
arma at seul.org
 - [or-cvs] Start the process of treating internal circuits and exit ci...
 
arma at seul.org
 - [or-cvs] clean up broken comment
 
arma at seul.org
 - [or-cvs] when event_add or event_del fail, tell us why.
 
arma at seul.org
 - [or-cvs] when returning a list of circuits, don"t return a list of t...
 
arma at seul.org
 - [or-cvs] Remove some functions that were around for hupping log file...
 
arma at seul.org
 - [or-cvs] the stylesheet in cvs/tor/doc/ had relative links to the im...
 
arma at seul.org
 - [or-cvs] switchproxy doesn"t work with firefox 1.5, i am told. here ...
 
arma at seul.org
 - [or-cvs] backport the hunting for -ldl
 
arma at seul.org
 - [or-cvs] remove another unused function
 
arma at seul.org
 - [or-cvs] and its header
 
arma at seul.org
 - [or-cvs] translation for 0.1.1.9-alpha
 
qbi at seul.org
    
 
    
      Last message date: 
       Wed Nov 30 22:49:01 UTC 2005
    Archived on: Mon Feb 28 22:43:39 UTC 2011
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).