| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | WIP Implement hs_desc_decode_descriptor wrapperticket18571_029_01 | John Brooks | 2016-05-10 |
| | | |||
| * | Implement hs_desc_decode_encrypted | John Brooks | 2016-05-10 |
| | | |||
| * | Add encoded_blob to hs_descriptor_plaintext_data_t | John Brooks | 2016-05-10 |
| | | |||
| * | Implement hs_desc_decode_plaintext | John Brooks | 2016-05-10 |
| | | |||
| * | Add hs_descriptor_free function | John Brooks | 2016-05-10 |
| | | |||
| * | fixup! Implement part of HS descriptor encode functionticket18571_029_01-fixups | John Brooks | 2016-05-10 |
| | | | | | create2_formats | ||
| * | fixup! Implement part of HS descriptor encode function | John Brooks | 2016-05-10 |
| | | |||
| * | Add trunnel definition for link_specifier_list | John Brooks | 2016-05-10 |
| | | |||
| * | fixup! Implement part of HS descriptor encode function | John Brooks | 2016-04-25 |
| | | | | | The authentication-required field was accidentally omitted. | ||
| * | fixup! test: Add HS descriptor encoding unit tests | John Brooks | 2016-04-20 |
| | | | | | Use the correct cert_type for certificates | ||
| * | fixup! Implement part of HS descriptor encode function | John Brooks | 2016-04-20 |
| | | | | | Fix the formatting of the introduction point enc-key lines | ||
| * | fixup! Implement part of HS descriptor encode function | John Brooks | 2016-04-20 |
| | | | | | | Fix a compile error under clang, and give trunnel host-endian IPv4 addresses, because it does the conversion to network order itself. | ||
| * | fixup! test: Add HS descriptor encoding unit tests | David Goulet | 2016-04-19 |
| | | |||
| * | fixup! Implement part of HS descriptor encode function | David Goulet | 2016-04-19 |
| | | |||
| * | fixup! Implement part of HS descriptor encode function | John Brooks | 2016-04-19 |
| | | |||
| * | fixup! test: Add HS descriptor encoding unit tests | John Brooks | 2016-04-19 |
| | | |||
| * | fixup! test: Add HS descriptor encoding unit tests | David Goulet | 2016-04-18 |
| | | |||
| * | fixup! Implement part of HS descriptor encode function | David Goulet | 2016-04-18 |
| | | |||
| * | fixup! Implement part of HS descriptor encode function | David Goulet | 2016-04-18 |
| | | |||
| * | test: Add HS descriptor encoding unit tests | David Goulet | 2016-04-18 |
| | | | | | Signed-off-by: David Goulet <dgoulet@ev0ke.net> | ||
| * | Implement part of HS descriptor encode function | David Goulet | 2016-04-18 |
| | | | | | | | | | Add hs_descriptor.{c|h} with the needed ABI to represent a descriptor and needed component. This adds a function also to encode but not finished nor tested (but it compiles!). Signed-off-by: David Goulet <dgoulet@ev0ke.net> | ||
| * | trunnel: Uncomment link_specifier so trunnel can use it | David Goulet | 2016-04-18 |
| | | | | | Signed-off-by: David Goulet <dgoulet@ev0ke.net> | ||
| * | Move token parsing code to parsecommon.{c|h} | David Goulet | 2016-04-18 |
| | | | | | Signed-off-by: David Goulet <dgoulet@ev0ke.net> | ||
| * | Disambiguate: Avoid defining two static functions called chunk_free_unchecked | Nick Mathewson | 2016-04-15 |
| | | |||
| * | Disambiguate: Avoid defining two static functions both called gettweak() | Nick Mathewson | 2016-04-15 |
| | | |||
| * | Add branch prediction to util_bug.h, and fix a bug. | Nick Mathewson | 2016-04-15 |
| | | |||
| * | Merge branch 'assert_nonfatal_squashed' | Nick Mathewson | 2016-04-14 |
| |\ | |||
| | * | Add an IF_BUG_ONCE macro, since that's a pretty common pattern too. | Nick Mathewson | 2016-04-14 |
| | | | |||
| | * | Add a BUG macro for usage in if checks. | Nick Mathewson | 2016-04-14 |
| | | | |||
| | * | Add new tor_assert_nonfatal*() macros. | Nick Mathewson | 2016-04-14 |
| | | | | | | | | | | | | | | | | | | | | | | | Unlike tor_assert(), these macros don't abort the process. They're good for checking conditions we want to warn about, but which don't warrant a full crash. This commit also changes the default implementation for tor_fragile_assert() to tor_assert_nonfatal_unreached_once(). Closes ticket 18613. | ||
| | * | Move tor_assert implementation into its own header/module. | Nick Mathewson | 2016-04-04 |
| | | | |||
| * | | fix typos/etc before i go nuts on #18809 | Roger Dingledine | 2016-04-13 |
| | | | |||
| * | | Merge remote-tracking branch 'sebastian/stemtest' | Nick Mathewson | 2016-04-12 |
| |\ \ | |||
| | * | | Write a document on how to add a test to Stem | Sebastian Hahn | 2016-03-28 |
| | | | | |||
| * | | | Merge branch 'maint-0.2.8' | Nick Mathewson | 2016-04-12 |
| |\ \ \ | |||
| | * \ \ | Merge remote-tracking branch 'public/bug18716_027' into maint-0.2.8 | Nick Mathewson | 2016-04-12 |
| | |\ \ \ | |||
| | | * | | | memarea: Don't assume that sizeof(ulong) >= sizeof(void*). | Nick Mathewson | 2016-04-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 18716; bugfix on 0.2.1.1-alpha where memarea.c was introduced. Found by wbenny. | ||
| | * | | | | Turn TestingClientBootstrap* into non-testing options | David Goulet | 2016-04-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes simply renames them by removing "Testing" in front of them and they do not require TestingTorNetwork to be enabled anymore. Fixes #18481 Signed-off-by: David Goulet <dgoulet@ev0ke.net> | ||
| * | | | | | Merge branch 'bug14334_squashed' | Nick Mathewson | 2016-04-07 |
| |\ \ \ \ \ | |||
| | * | | | | | Don't mark guards as unreachable if connection_connect() fails. | George Kadianakis | 2016-04-07 |
| | | | | | | | |||
| * | | | | | | When we get a bad nickname, explain what a good one is. | Nick Mathewson | 2016-04-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Closes #18300; patch from "icanhasaccount". | ||
| * | | | | | | Merge branch 'maint-0.2.8' | Nick Mathewson | 2016-04-07 |
| |\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||
| | * | | | | | Merge branch 'maint-0.2.7' into maint-0.2.8 | Nick Mathewson | 2016-04-07 |
| | |\ \ \ \ \ | | | |/ / / | | |/| | | | |||
| | | * | | | | Merge branch 'maint-0.2.6' into maint-0.2.7 | Nick Mathewson | 2016-04-07 |
| | | |\ \ \ \ | |||
| | | | * \ \ \ | Merge branch 'maint-0.2.5' into maint-0.2.6 | Nick Mathewson | 2016-04-07 |
| | | | |\ \ \ \ | |||
| | | | | * \ \ \ | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | 2016-04-07 |
| | | | | |\ \ \ \ | |||
| | | | | | * | | | | Update geoip and geoip6 to the April 5 2016 database. | Karsten Loesing | 2016-04-07 |
| | | | | | | | | | | |||
| | | * | | | | | | | Merge branch 'bug15221_027' into maint-0.2.7 | Andrea Shepard | 2016-03-30 |
| | | |\ \ \ \ \ \ \ | |||
| | | * \ \ \ \ \ \ \ | Merge branch 'bug18570_027' into maint-0.2.7 | Andrea Shepard | 2016-03-29 |
| | | |\ \ \ \ \ \ \ \ | |||
| | | * \ \ \ \ \ \ \ \ | Merge branch 'bug16248_027' into maint-0.2.7 | Andrea Shepard | 2016-03-29 |
| | | |\ \ \ \ \ \ \ \ \ | |||
