| Commit message (Expand) | Author | Age |
... | |
* | Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif... | Nick Mathewson | 2004-11-12 |
* | Use autoconf to enable largefile support where necessary. Use ftello where av... | Nick Mathewson | 2004-11-12 |
* | Remove XXXX009 comment telling us to do the last (circID-related) fix | Nick Mathewson | 2004-11-10 |
* | Resolve a FIXME: use identity comparison, not nickname comparison, to | Nick Mathewson | 2004-11-10 |
* | Resolve FIXME items: clarify two XXXX comments for 009 | Nick Mathewson | 2004-11-10 |
* | Clean up copyrights. | Roger Dingledine | 2004-11-07 |
* | Make options no longer a global variable. | Roger Dingledine | 2004-11-06 |
* | make the default default options.FirewallPorts be the default | Roger Dingledine | 2004-11-04 |
* | break out validate_options | Roger Dingledine | 2004-11-04 |
* | - Implement all of control interface except authentication, setconfig, | Nick Mathewson | 2004-11-03 |
* | lay the groundwork for a default value for each config option. | Roger Dingledine | 2004-11-03 |
* | Fix paul gardner's assert bug. Turns out when circuit_launch_by_nickname() | Roger Dingledine | 2004-10-30 |
* | Tricksy compiler warnings! We hates them, hates them forever, my precious! | Nick Mathewson | 2004-10-27 |
* | Use tor_snprintf, not snprintf | Nick Mathewson | 2004-10-27 |
* | Replace sprintf with snprintf | Nick Mathewson | 2004-10-27 |
* | start the process of making 0.0.7* obsolete | Roger Dingledine | 2004-10-17 |
* | various tweaks and fixes | Roger Dingledine | 2004-10-16 |
* | don't assert multiple things in the same tor_assert() | Roger Dingledine | 2004-10-16 |
* | Implement "families" of coadministered nodes; prevent them all from appearing... | Nick Mathewson | 2004-10-15 |
* | Try to always dtrt if routerlist==NULL | Nick Mathewson | 2004-10-14 |
* | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine | 2004-10-14 |
* | fix the stale pointer assert bug reported by joe magic | Roger Dingledine | 2004-10-11 |
* | Fix a rare assert trigger, where routerinfos for entries in our cpath | Roger Dingledine | 2004-09-30 |
* | don't pick administrative-friends when picking your path | Roger Dingledine | 2004-09-10 |
* | when picking unverified routers, skip those with bad uptime or | Roger Dingledine | 2004-08-20 |
* | remove last vestiges of this 'twin' concept | Roger Dingledine | 2004-08-18 |
* | tolerate old 0.0.7 clients that demand a certain ip:port for a router | Roger Dingledine | 2004-08-18 |
* | when we try to exclude our routerinfo from being picked in the | Roger Dingledine | 2004-08-18 |
* | remove crazy notion that clique_mode() means we are | Roger Dingledine | 2004-08-18 |
* | be more aggressive about trying to make circuits: | Roger Dingledine | 2004-08-18 |
* | choose exit nodes by bandwidth too | Roger Dingledine | 2004-08-18 |
* | deal better if we don't have enough available nodes to choose a path | Roger Dingledine | 2004-08-17 |
* | if they ask for exactly one entrynode, don't pick it as an exitnode. | Roger Dingledine | 2004-08-17 |
* | use unverified routers in the desired positions | Roger Dingledine | 2004-08-17 |
* | Add a generic Comma-separated-value config type, and a FirewallPorts option t... | Nick Mathewson | 2004-08-16 |
* | Implement strict{entry|exit}nodes config options | Nick Mathewson | 2004-08-15 |
* | o clients choose nodes proportional to advertised bandwidth | Roger Dingledine | 2004-08-15 |
* | fix a race condition in 008pre2: don't try to extend onto a connection | Roger Dingledine | 2004-08-08 |
* | let children survive sigint, sigterm, etc. | Roger Dingledine | 2004-08-08 |
* | commit some odds and ends, so my tree is clean | Roger Dingledine | 2004-08-04 |
* | change 0.0.8 extend cell format so it's compatible with 0.0.7 | Roger Dingledine | 2004-07-22 |
* | disallow picking unverified routers in circuits | Roger Dingledine | 2004-07-21 |
* | we were counting incorrectly when trying to figure out whether | Roger Dingledine | 2004-07-21 |
* | make connection_tls_finish_handshake() more plausible. | Roger Dingledine | 2004-07-21 |
* | Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be... | Nick Mathewson | 2004-07-21 |
* | abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod... | Nick Mathewson | 2004-07-18 |
* | Finish most pre2 items: make running-routers list work right; rename secret k... | Nick Mathewson | 2004-07-13 |
* | refuse to build a circuit before the directory has arrived | Roger Dingledine | 2004-07-13 |
* | bugfix: tell circuits what id_digest to look for, so | Roger Dingledine | 2004-07-12 |
* | populate circ->n_conn_id_digest when we set circ->n_conn | Roger Dingledine | 2004-07-03 |