aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
...
| * | | Correct bogus commentsRobert Ransom2011-10-30
| * | | Use a more meaningful variable nameRobert Ransom2011-10-30
| * | | Determine whether an intro point was in the last HS desc in a sane wayRobert Ransom2011-10-30
| * | | Record which intro points were listed in the last HS descRobert Ransom2011-10-30
| * | | Record the number of INTRODUCE2 cells each intro point has receivedRobert Ransom2011-10-30
| * | | Correct a log messageRobert Ransom2011-10-30
| * | | Record the time at which each intro point was first publishedRobert Ransom2011-10-30
| * | | Improve a commentRobert Ransom2011-10-30
| * | | Allow different HSes to maintain different numbers of intro pointsRobert Ransom2011-10-30
* | | | Merge remote-tracking branch 'rransom-tor/bug4605'Nick Mathewson2011-11-29
|\ \ \ \
| * | | | Add 'config-defaults-file' to getinfo_items tableRobert Ransom2011-11-29
| * | | | Set torrc_fname in load_torrc_from_diskRobert Ransom2011-11-29
* | | | | Merge branch 'bug4587_v2'Nick Mathewson2011-11-29
|\ \ \ \ \
| * | | | | Set renegotiation callbacks immediately on tls inititationNick Mathewson2011-11-29
* | | | | | Merge remote-tracking branch 'asn-mytor/bug4548_take2'Nick Mathewson2011-11-29
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Write dynamic DH parameters to a file.George Kadianakis2011-11-26
| * | | | | Normal relays should generate dynamic DH moduli as well.George Kadianakis2011-11-26
| * | | | | Simply initialize TLS context if DynamicDHGroups change.George Kadianakis2011-11-25
| * | | | | Only bother with dynamic DH moduli if we are a bridge.George Kadianakis2011-11-25
| * | | | | Do dynamic DH modulus storing in crypto.c.George Kadianakis2011-11-25
| * | | | | Finishing touches.George Kadianakis2011-11-25
| * | | | | Rename 'dynamic prime' to 'dynamic DH modulus'.George Kadianakis2011-11-25
| * | | | | s/DynamicPrimes/DynamicDHGroups/gGeorge Kadianakis2011-11-25
| * | | | | Move crypto_get_stored_dynamic_prime() to crypto.cGeorge Kadianakis2011-11-24
| * | | | | Move store_dynamic_prime() to crypto.c.George Kadianakis2011-11-24
| * | | | | Tone down the logging.George Kadianakis2011-11-24
| * | | | | Implement dynamic prime reading and storing to disk.George Kadianakis2011-11-24
| * | | | | Make DynamicPrimes SIGHUP-able.George Kadianakis2011-11-24
| * | | | | Introduce the DynamicPrimes configuration option.George Kadianakis2011-11-24
| | |_|_|/ | |/| | |
* | | | | Merge branch 'disable_network'Nick Mathewson2011-11-29
|\ \ \ \ \
| * | | | | Fix some DOCDOCsNick Mathewson2011-11-29
| * | | | | Make sure we never launch an evdns resolve when DisableNetwork is 1Nick Mathewson2011-11-29
| * | | | | log a notice when disablenetwork is setNick Mathewson2011-11-28
| * | | | | New 'DisableNetwork' option to prevent Tor from using the networkNick Mathewson2011-11-28
* | | | | | Merge branch 'multilevel_cfg'Nick Mathewson2011-11-29
|\ \ \ \ \ \
| * | | | | | Support for a defaults torrc file.Nick Mathewson2011-11-27
| * | | | | | Add the ability to append and clear linelist options from cmdlineNick Mathewson2011-11-27
| * | | | | | Make linelists always overridden by the command lineNick Mathewson2011-11-27
| |/ / / / /
* / / / / / Make pending libevent actions cancelableNick Mathewson2011-11-29
|/ / / / /
* | / / / Implement consensus method 12 (proposal 178)Sebastian Hahn2011-11-27
| |/ / / |/| | |
* | | | Avoid a double-mark in connection_or_close_connection_cbNick Mathewson2011-11-25
* | | | Refactor tor_event_base_once to do what we actually wantNick Mathewson2011-11-25
* | | | Merge remote-tracking branch 'asn/bug4312'Nick Mathewson2011-11-25
|\ \ \ \
| * | | | Use callback-driven approach to block renegotiations.George Kadianakis2011-11-13
| * | | | Get rid of tor_tls_block_renegotiation().George Kadianakis2011-10-26
* | | | | Make the pt/transports test not crash.Nick Mathewson2011-11-25
* | | | | Make process_handle_t private and fix some unit testsNick Mathewson2011-11-25
* | | | | Merge remote-tracking branch 'asn/bug3472_act2'Nick Mathewson2011-11-25
|\ \ \ \ \
| * | | | | Tell the bridge operator on what ports his transports spawned.George Kadianakis2011-11-02
| * | | | | Rename tor_process_destroy() to tor_process_handle_destroy().George Kadianakis2011-10-24