Age | Commit message (Expand) | Author |
2013-05-10 | Merge bug5595-v2-squashed into maint-0.2.4 | Andrea Shepard |
2013-05-09 | When downloading certificates, distinguish requesting by identity digest from... | Andrea Shepard |
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 | Re-enable test for parsing and generating descriptor with exit policy | Nick Mathewson |
2013-04-18 | Refactor dirobj signature generation | Nick Mathewson |
2013-04-18 | Use chunks, not buffers, for router descriptors | Nick Mathewson |
2013-03-15 | Merge remote-tracking branch 'public/unused_stuff' into maint-0.2.4 | Nick Mathewson |
2013-03-11 | Treat a changed IPv6 ORPort like an IPv4 one in retry_all_listeners() | Nick Mathewson |
2013-03-10 | start part-way through the ssl cert lifetime | Roger Dingledine |
2013-03-10 | randomize SSLKeyLifetime by default | Roger Dingledine |
2013-03-10 | parameterize SSLKeyLifetime | Roger Dingledine |
2013-02-23 | Remove some totally unused functions | Nick Mathewson |
2013-02-19 | touchups on 78582760 | Roger Dingledine |
2013-02-19 | Revise some comments in router.c | Nick Mathewson |
2013-02-15 | Merge remote-tracking branch 'public/wide_circ_ids' | Nick Mathewson |
2013-02-12 | oops; add a missing semicolon | Nick Mathewson |
2013-02-12 | get rid of the new caching notion in resolve_my_address() | Roger Dingledine |
2013-02-11 | Stop trying to resolve our hostname so often | Roger Dingledine |
2013-02-11 | Teach resolve_my_address() to return a cached answer | Roger Dingledine |
2013-02-11 | oops; add a missing semicolon | Nick Mathewson |
2013-02-11 | Merge remote-tracking branch 'public/bug8208' | Nick Mathewson |
2013-02-11 | Check whether ei is non-NULL before altering it. | Nick Mathewson |
2013-02-11 | Avoid generating extra spaces when explaining how we guessed our address | Nick Mathewson |
2013-02-11 | Refactor resolve_my_address() so logs are more accurate / helpful | Roger Dingledine |
2013-02-11 | log the hostname that resolve_my_address() used to guess our IP | Roger Dingledine |
2013-02-07 | Merge remote-tracking branch 'public/easy_ratelim' | Nick Mathewson |
2013-02-07 | Merge remote-tracking branch 'public/bug7816_024' | Nick Mathewson |
2013-02-01 | fix wide lines from tor_log rename | Nick Mathewson |
2013-02-01 | Rename log() to tor_log() for logging | Nick Mathewson |
2013-01-16 | Rename *_isin to *_contains | Nick Mathewson |
2013-01-16 | Update the copyright date to 201. | Nick Mathewson |
2013-01-03 | Merge branch 'ntor-resquashed' | Nick Mathewson |
2013-01-03 | Check all crypto_rand return values for ntor. | Nick Mathewson |
2013-01-03 | Complete all DOCDOC entries from the ntor branch | Nick Mathewson |
2013-01-03 | Enable the ntor handshake on the client side. | 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-12-28 | Fix a leak-on-error case in 0.2.4 spotted by coverity | Nick Mathewson |
2012-12-26 | Use log_fn_ratelim in a few places. | Nick Mathewson |
2012-12-25 | Make ECDHE group configurable: 224 for public, 256 for bridges (default) | Nick Mathewson |
2012-12-06 | New FallbackDir option to add extra directories for bootstraping | Nick Mathewson |
2012-12-06 | Refactor add_trusted_dir_server | Nick Mathewson |
2012-12-06 | Rename trusted_dir_server_t to dir_server_t. Automatic renaming. | Nick Mathewson |
2012-11-14 | Fix a bug in policy_is_reject_star() that was making IPv4 exits break | Nick Mathewson |
2012-11-14 | Actually advertise IPv6 exit policies. | Nick Mathewson |
2012-11-14 | Change signature of router_compare_to_my_exit_policy so dns can use it | Nick Mathewson |
2012-11-14 | Rename ipv{4,6}_only to bind_ipv{4,6}_only | Nick Mathewson |
2012-11-14 | Add an IPv6Exit configuration option | Nick Mathewson |
2012-11-14 | Simplest version of server-side IPv6 support (no dns) | Nick Mathewson |