summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix directory_find_dirconns_for_desc_digest() bugticket19552Andrea Shepard2016-09-05
|
* fixup! Unit test for directory_find_dirconns_for_desc_digest()Andrea Shepard2016-09-05
|
* Unit test for get_bridge_desc_dirconns_by_id()Andrea Shepard2016-09-05
|
* fixup! Unit test for auth_cert_dls_find_dirconns_by_auth_id() and ↵Andrea Shepard2016-09-05
| | | | auth_cert_dls_find_dirconns_by_auth_id_and_sk()
* Unit test for directory_find_dirconns_for_desc_digest()Andrea Shepard2016-09-05
|
* Unit test for auth_cert_dls_find_dirconns_by_auth_id() and ↵Andrea Shepard2016-09-05
| | | | auth_cert_dls_find_dirconns_by_auth_id_and_sk()
* Unit test for networkstatus_find_dirconns_downloading_flavor()Andrea Shepard2016-09-05
|
* Make get_connection_array() mockableAndrea Shepard2016-09-05
|
* Calls to find-dirconn functions when checking download status in control.c ↵Andrea Shepard2016-08-31
| | | | (logging only for now)
* Refactor directory_find_dirconns_for_desc_digest(), and implement ↵Andrea Shepard2016-08-31
| | | | auth_cert_dls_find_dirconns_by_auth_id(), auth_cert_dls_find_dirconns_by_auth_id_and_sk
* Implement directory_find_dirconns_for_desc_digest()Andrea Shepard2016-08-29
|
* fixup! Implement get_bridge_desc_dirconns_by_id()Andrea Shepard2016-08-29
|
* Implement get_bridge_desc_dirconns_by_id()Andrea Shepard2016-08-29
|
* Add smartlist_uniq_pointers()Andrea Shepard2016-08-28
|
* Add digest match to directory_find_dirconns_by_resource()Andrea Shepard2016-08-28
|
* Implement networkstatus_find_dirconns_downloading_flavor()Andrea Shepard2016-08-28
|
* Implement directory_find_dirconns_by_resource()Andrea Shepard2016-08-28
|
* Log a warning when Testing options are deprecated.Nick Mathewson2016-08-19
|
* Add comments to explain when things were deprecatedNick Mathewson2016-08-19
|
* Changes file for deprecation features from #19820Nick Mathewson2016-08-19
|
* Merge remote-tracking branch 'public/deprecation_v2'Nick Mathewson2016-08-19
|\
| * Add new warn_deprecated option to config_assign*().Nick Mathewson2016-08-03
| | | | | | | | | | Also, collapse all the config_assign*() options into a flags argument, since having two boolean arguments was already confusing.
| * Deprecate some SocksPort sub-options.Nick Mathewson2016-08-03
| |
| * Teach checkOptionDocs about deprecation.Nick Mathewson2016-08-03
| | | | | | | | In particular, teach it that deprecated options must exist.
| * Mark a big pile of options as deprecated.Nick Mathewson2016-08-03
| |
| * Add deprecation for configuration options that need to go away.Nick Mathewson2016-08-03
| |
* | Rename free_voting_schedule to voting_schedule_free. Wrap line. Follow if ↵Nick Mathewson2016-08-19
| | | | | | | | convention.
* | Merge remote-tracking branch 'jigsaw/fix-19562'Nick Mathewson2016-08-19
|\ \
| * | Added a voting_schedule_free function to free voting schedules.Daniel Pinto2016-08-16
| | | | | | | | | | | | | | | | | | Existing Uses of the tor_free function on voting schedules were replaced with voting_schedule_free. Fixes #19562.
* | | Merge remote-tracking branch 'public/bug19466'Nick Mathewson2016-08-19
|\ \ \
| * | | Fix quite a few slow memory leaks in config.cNick Mathewson2016-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This bug was introduced in 8bbbbaf87b5ab3c when we added a separate or_options_free() function but didn't start using it everywhere. Fixes bug 19466.
* | | | Merge branch 'maint-0.2.8'Nick Mathewson2016-08-19
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'bug19903_028_v2' into maint-0.2.8Nick Mathewson2016-08-19
| |\ \ \
| | * | | Avoid confusing GCC 4.2.1 by saying "int foo()... inline int foo() {...}"Nick Mathewson2016-08-19
| | | | | | | | | | | | | | | | | | | | Fixes bug 19903; bugfix on 0.2.8.1-alpha.
* | | | | Fix a missing :: in an IPv6 addr in the documentationNick Mathewson2016-08-12
| |_|/ / |/| | | | | | | | | | | Closes 19743.
* | | | Merge remote-tracking branch 'public/Fix_19450'Nick Mathewson2016-08-12
|\ \ \ \
| * | | | changes file for 19450Nick Mathewson2016-08-02
| | | | |
| * | | | Remove/fix remaining evbuffer referencesNick Mathewson2016-08-02
| | | | |
| * | | | Search for remaining references to 'bufferevent'.Nick Mathewson2016-08-02
| | | | | | | | | | | | | | | | | | | | Remove or adjust as appropriate.
| * | | | Remove generic_buffer_*() functions as needless.Nick Mathewson2016-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These functions were there so that we could abstract the differences between evbuffer and buf_t. But with the bufferevent removal, this no longer serves a purpose.
| * | | | Rename generic_buffer_set_to_copy, since generic buffers are not a thingNick Mathewson2016-08-02
| | | | |
| * | | | Bufferevent removal: remove more bufferevent-only optionsNick Mathewson2016-08-02
| | | | | | | | | | | | | | | | | | | | (All this IOCP stuff was bufferevent-only.)
| * | | | Remove USE_BUFFEREVENTS from configure.acNick Mathewson2016-08-02
| | | | |
| * | | | Remove USE_BUFFEREVENTS code outside src/orNick Mathewson2016-08-02
| | | | |
| * | | | Bufferevent removal: remove HAS_BUFFEREVENT macros and usageNick Mathewson2016-08-02
| | | | | | | | | | | | | | | | | | | | This is another way that we had bufferevents-only code marked.
| * | | | More bufferevent removal: bev_str is no longer needed in tor_initNick Mathewson2016-08-02
| | | | |
| * | | | Remove bufferevents dead codeU+039b2016-07-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: U+039b <*@0x39b.fr>
* | | | | Fix issue in 19168 changes fileNick Mathewson2016-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | This is an implementation-defined-behavior issue, not an undefined-behavior issue.
* | | | | Fix integer overflows in the conversion tablescypherpunks2016-08-12
| | | | |
* | | | | Merge remote-tracking branch 'andrea/bug8625_prod'Nick Mathewson2016-08-12
|\ \ \ \ \