summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | Clarify function documentation.Linus Nordberg2011-11-30
| * | | | | | | | | First chunk of support for bridges on IPv6Linus Nordberg2011-11-30
| * | | | | | | | | Turn get_first_advertised_v4_port_by_type() into get_first_advertised_port_by...Linus Nordberg2011-11-30
| * | | | | | | | | Add some logging and comments.Linus Nordberg2011-11-30
| * | | | | | | | | Bridges can advertise a single IPv6 address with orportNick Mathewson2011-11-30
| * | | | | | | | | Initial support for simplest use of prop186 or-address linesNick Mathewson2011-11-30
| * | | | | | | | | Initial hacking for proposal 186.Nick Mathewson2011-11-30
* | | | | | | | | | Add an assert before dereferencing entry_conn->socks_requestRobert Ransom2011-11-29
|/ / / / / / / / /
* | | | | | | | | Merge remote-tracking branch 'rransom-tor/bug3460-v4'Nick Mathewson2011-11-29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Correct documentation comments for fields formerly named accepted_introsRobert Ransom2011-11-27
| * | | | | | | | | Rename accepted_intros fieldsRobert Ransom2011-11-27
| * | | | | | | | | Reduce lifetime of DH public key replay-detection cache elementsRobert Ransom2011-10-31
| * | | | | | | | | Ignore timestamps of INTRODUCE2 cellsRobert Ransom2011-10-31
| * | | | | | | | | Move the real INTRODUCE2 replay-detection cache into rend_intro_point_tRobert Ransom2011-10-30
| * | | | | | | | | Make introduction points expireRobert Ransom2011-10-30
| * | | | | | | | | Allow intro points to expire somewhat gracefullyRobert Ransom2011-10-30
| * | | | | | | | | Use SMARTLIST_FOREACH_BEGIN and _END, not a for loopRobert Ransom2011-10-30
| * | | | | | | | | 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
* | | | | | | | | | Make unit tests run again. Fix bug 4606.Nick Mathewson2011-11-29
* | | | | | | | | | 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
* | | | | | | | | | | | Correct manpage entry for DynamicDHGroupsNick 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
| * | | | | | | | | | | Introduce write_bytes_to_new_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
| * | | | | | | | | | | Add a changes file.George Kadianakis2011-11-25
| * | | | | | | | | | | Only bother with dynamic DH moduli if we are a bridge.George Kadianakis2011-11-25
| * | | | | | | | | | | Move DH_GENERATOR to crypto.c.George Kadianakis2011-11-25
| * | | | | | | | | | | Move broken primes to dynamic_dh_modulus.broken.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
| * | | | | | | | | | | Notify the user that her computer is generating numbers.George Kadianakis2011-11-25
| * | | | | | | | | | | Make sure that the stored DH prime is safe to use.George 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