Age | Commit message (Expand) | Author |
2005-12-14 | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson |
2005-12-14 | another possible patch related to circuit_free and memory stomping. | Nick Mathewson |
2005-12-14 | Fix a potential memory stomp on servers running hidden services. Found by wea... | Nick Mathewson |
2005-12-14 | orconn_identity_map was another static variable that started | Roger Dingledine |
2005-12-14 | sometimes, when we just started tor, we haven't created that | Roger Dingledine |
2005-12-13 | bugfix: when we removed a dead helper node, we never committed that | Roger Dingledine |
2005-12-12 | extendcircuit and attachstream would complain about not enough | Roger Dingledine |
2005-12-12 | Have dirctory authorites note which servers make good V2 directory caches in ... | Nick Mathewson |
2005-12-12 | Make directory authorities ignore router uploads that have only cosmetic diff... | Nick Mathewson |
2005-12-11 | And make the debian package build with CVS again | Peter Palfrader |
2005-12-11 | New upstream releasedebian-version-0.1.1.10-alpha-1 | Peter Palfrader |
2005-12-11 | Don't use helper nodes for circuits with purpose 'testing'. | Roger Dingledine |
2005-12-11 | when removing dead helpers, only write or_state to disk once at the | Roger Dingledine |
2005-12-11 | mark the helper node as down if we time-out on the circuit handshake | Roger Dingledine |
2005-12-11 | don't mark the helper node as down when we fail to connect to | Roger Dingledine |
2005-12-11 | fix yet another time comparison bug. we were abandoning helpers | Roger Dingledine |
2005-12-11 | fix an error in reporting why we abandoned a helper node | Roger Dingledine |
2005-12-11 | choose helper nodes to have high capacity always | Roger Dingledine |
2005-12-11 | a first go at fixing a bug matt edman reported: when he tries | Roger Dingledine |
2005-12-11 | setconf orport=9001 | Roger Dingledine |
2005-12-11 | whenever we hupped or did a controller setconf, we were prepending | Roger Dingledine |
2005-12-11 | i think fascistfirewall still has its uses. it's a synonym | Roger Dingledine |
2005-12-11 | bump to 0.1.1.10-alpha-cvs | Roger Dingledine |
2005-12-11 | the other rest of the 0.1.1.10-alpha changelog.tor-0.1.1.10-alpha | Roger Dingledine |
2005-12-11 | put a date on the changelog | Roger Dingledine |
2005-12-11 | the rest of the 0.1.1.10-alpha changelog | Roger Dingledine |
2005-12-10 | bump to 0.1.1.10-alpha | Roger Dingledine |
2005-12-10 | explain why 0.1.1.9-alpha-cvs is a special version. | Roger Dingledine |
2005-12-10 | when we changed from log_fn to debug/info/notice/warn/err, | Roger Dingledine |
2005-12-10 | crank the max line limit down to 150 chars. | Roger Dingledine |
2005-12-09 | Tell people to wait for a bit before registering their server, so they can pr... | Peter Palfrader |
2005-12-09 | In my private little universe, terminals are still 80 columns. Impose a 160-... | Nick Mathewson |
2005-12-09 | Normalize whitespace | Nick Mathewson |
2005-12-09 | For some bizarre reason, MSVC does not implement GCC extensions. Who would ha... | Nick Mathewson |
2005-12-09 | util.c:1308: error: conflicting types for "is_internal_IP" | Nick Mathewson |
2005-12-09 | let the user configure a sockslistenaddress on other private IPs | Roger Dingledine |
2005-12-09 | let is_internal_IP() know whether you're asking about an IP | Roger Dingledine |
2005-12-08 | Make code to handle "private" alias work when assume_action is set. | Nick Mathewson |
2005-12-08 | The more I punctuate,, the better my documentation is.. | Roger Dingledine |
2005-12-08 | make it clearer in the docs what to expect when testing reachability. | Roger Dingledine |
2005-12-08 | when we're checking reachability, make it clearer in the logs | Roger Dingledine |
2005-12-08 | remove a redundant memcpy when extending to a new server | Roger Dingledine |
2005-12-08 | Oops. 0.0.0.0/8 and 169.254.0.0/16 are also special. | Nick Mathewson |
2005-12-08 | Release memory from conn_circid_circuit_map on exit. | Nick Mathewson |
2005-12-08 | Add private:* as an alias in configuration for policies. | Nick Mathewson |
2005-12-08 | Mark item completed | Nick Mathewson |
2005-12-08 | Warn when binding to a public address for socks. This warning needs to be im... | Nick Mathewson |
2005-12-08 | Note one TODO item as done, and another as more complex than anticipatd. | Nick Mathewson |
2005-12-08 | Document CREATE_FAST better in the code. Move our key expansion algorithm in... | Nick Mathewson |
2005-12-08 | Specify CREATE_FAST more fully. | Nick Mathewson |