Age | Commit message (Expand) | Author |
2013-04-24 | Merge remote-tracking branch 'public/bug6026' into maint-0.2.4 | Nick Mathewson |
2013-04-18 | Merge branch 'less_charbuf_rebased' into maint-0.2.4 | Nick Mathewson |
2013-04-18 | Use chunks, not buffers, for router descriptors | Nick Mathewson |
2013-03-11 | Treat a changed IPv6 ORPort like an IPv4 one in retry_all_listeners() | Nick Mathewson |
2013-02-23 | Remove some totally unused functions | Nick Mathewson |
2013-01-16 | Update the copyright date to 201. | Nick Mathewson |
2013-01-03 | Massive refactoring of the various handshake types | Nick Mathewson |
2013-01-02 | Wrangle curve25519 onion keys: generate, store, load, publish, republish | Nick Mathewson |
2012-11-14 | Change signature of router_compare_to_my_exit_policy so dns can use it | Nick Mathewson |
2012-10-12 | Convert all include-guard macros to avoid reserved identifiers. | Nick Mathewson |
2012-10-08 | Fix make check-spaces in circuitbuild.c and router.h | Andrea Shepard |
2012-08-23 | Move ipv6_preferred from routerinfo_t to node_t. | Linus Nordberg |
2012-07-19 | Add last_reachable and testing_since for IPv6 OR port. | Linus Nordberg |
2012-06-04 | Update copyright dates to 2012; add a few missing copyright statements | Nick Mathewson |
2012-03-31 | Introduce and use router_get_active_listener_port_by_type(). | George Kadianakis |
2012-01-18 | Rename nonconformant identifiers. | Nick Mathewson |
2011-11-30 | Make the router_get_*_orport interface consistent with node_*. | Linus Nordberg |
2011-11-30 | Make router_get_{prim,alt,pref}_addr_port take tor_addr_port_t *. | Linus Nordberg |
2011-11-30 | First chunk of support for bridges on IPv6 | Linus Nordberg |
2011-11-29 | Merge remote-tracking branch 'asn-mytor/bug4548_take2' | Nick Mathewson |
2011-11-28 | New 'DisableNetwork' option to prevent Tor from using the network | Nick Mathewson |
2011-11-25 | Simply initialize TLS context if DynamicDHGroups change. | George Kadianakis |
2011-11-25 | Finishing touches. | George Kadianakis |
2011-11-24 | Move crypto_get_stored_dynamic_prime() to crypto.c | George Kadianakis |
2011-11-24 | Move store_dynamic_prime() to crypto.c. | George Kadianakis |
2011-11-24 | Implement dynamic prime reading and storing to disk. | George Kadianakis |
2011-09-07 | Report reason for generating descriptor in an HTTP header | Nick Mathewson |
2011-09-07 | Upload descriptors more often when recent desc is unlisted | Nick Mathewson |
2011-06-14 | Make the get_options() return const | Nick Mathewson |
2011-06-02 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson |
2011-06-02 | Fix unit test failure in dir/formats | Sebastian Hahn |
2011-05-30 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson |
2011-05-30 | Merge branch 'bug3045' into maint-0.2.2 | Nick Mathewson |
2011-05-30 | Improve comments and defensive programming for 3045 | Nick Mathewson |
2011-05-20 | Merge branch 'maint-0.2.2' | Roger Dingledine |
2011-05-19 | log the reason for publishing a new relay descriptor | Roger Dingledine |
2011-05-15 | Log descriptions of nodes, not just nicknames. | Nick Mathewson |
2011-05-13 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson |
2011-05-13 | Advertise correct DirPort/ORPort when configured with "auto" | Nick Mathewson |
2011-01-03 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson |
2011-01-03 | Bump copyright statements to 2011 (0.2.2) | Nick Mathewson |
2010-11-19 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson |
2010-11-15 | Try harder not to exceed the 50 KB extra-info descriptor limit. | Karsten Loesing |
2010-10-21 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson |
2010-10-21 | Rename get_client_identity_key to get_tlsclient_identity_key | Nick Mathewson |
2010-10-04 | Maintain separate server and client identity keys when appropriate. | Robert Ransom |
2010-10-04 | Add public_server_mode function. | Robert Ransom |
2010-10-01 | Try to make most routerinfo_t interfaces const | Nick Mathewson |
2010-09-21 | First cut of code to enable RefuseUnknownExits | Nick Mathewson |
2010-07-28 | Fix typos, make all \brief's conformant, end sentences with a period. | Linus Nordberg |