Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-19 | Rename free_voting_schedule to voting_schedule_free. Wrap line. Follow if ↵ | Nick Mathewson | |
convention. | |||
2016-08-19 | Merge remote-tracking branch 'jigsaw/fix-19562' | Nick Mathewson | |
2016-08-19 | Merge remote-tracking branch 'public/bug19466' | Nick Mathewson | |
2016-08-19 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-08-19 | Merge branch 'bug19903_028_v2' into maint-0.2.8 | Nick Mathewson | |
2016-08-19 | Avoid confusing GCC 4.2.1 by saying "int foo()... inline int foo() {...}" | Nick Mathewson | |
Fixes bug 19903; bugfix on 0.2.8.1-alpha. | |||
2016-08-16 | Added a voting_schedule_free function to free voting schedules. | Daniel Pinto | |
Existing Uses of the tor_free function on voting schedules were replaced with voting_schedule_free. Fixes #19562. | |||
2016-08-12 | Fix a missing :: in an IPv6 addr in the documentation | Nick Mathewson | |
Closes 19743. | |||
2016-08-12 | Fix quite a few slow memory leaks in config.c | Nick Mathewson | |
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. | |||
2016-08-12 | Merge remote-tracking branch 'public/Fix_19450' | Nick Mathewson | |
2016-08-12 | Fix issue in 19168 changes file | Nick Mathewson | |
This is an implementation-defined-behavior issue, not an undefined-behavior issue. | |||
2016-08-12 | Fix integer overflows in the conversion tables | cypherpunks | |
2016-08-12 | Merge remote-tracking branch 'andrea/bug8625_prod' | Nick Mathewson | |
2016-08-12 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
2016-08-12 | Merge branch 'maint-0.2.7' into maint-0.2.8 | Nick Mathewson | |
2016-08-12 | Merge branch 'maint-0.2.6' into maint-0.2.7 | Nick Mathewson | |
2016-08-12 | Merge branch 'maint-0.2.5' into maint-0.2.6 | Nick Mathewson | |
2016-08-12 | Merge branch 'maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
2016-08-12 | Update geoip and geoip6 to the August 2 2016 database. | Karsten Loesing | |
2016-08-11 | Only use evutil_secure_rng_add_bytes() when present. | Nick Mathewson | |
OpenBSD removes this function, and now that Tor requires Libevent 2, we should also support the OpenBSD Libevent 2. Fixes bug 19904; bugfix on 0.2.5.4-alpha. | |||
2016-08-11 | Fix a bug in the old-gcc version of ENABLE_GCC_WARNING | Nick Mathewson | |
Fixes bug 19901; bugfix on 0.2.9.1-alpha. | |||
2016-08-11 | Add some how-to documentation for ht.h. Closes #19896 | Nick Mathewson | |
2016-08-10 | Changes file for bug 8625 | Andrea Shepard | |
2016-08-10 | Eliminate redundant hourly reset of descriptor download failures | Andrea Shepard | |
2016-08-10 | Debug logging for router/consensus descriptor download resets | Andrea Shepard | |
2016-08-08 | bump master to 0.2.9.1-alpha.dev | Nick Mathewson | |
2016-08-08 | Edit changelog a little for clarity and concisenesstor-0.2.9.1-alpha | Nick Mathewson | |
2016-08-03 | We no longer use config_var_description_t | Nick Mathewson | |
2016-08-03 | 0291 blurb draft | Nick Mathewson | |
2016-08-03 | Condense and edit changelog a little | Nick Mathewson | |
2016-08-02 | Bump master version to 0.2.9.1-alpha | Nick Mathewson | |
2016-08-02 | changes file for 19450 | Nick Mathewson | |
2016-08-02 | Remove/fix remaining evbuffer references | Nick Mathewson | |
2016-08-02 | Search for remaining references to 'bufferevent'. | Nick Mathewson | |
Remove or adjust as appropriate. | |||
2016-08-02 | Remove generic_buffer_*() functions as needless. | Nick Mathewson | |
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. | |||
2016-08-02 | Rename generic_buffer_set_to_copy, since generic buffers are not a thing | Nick Mathewson | |
2016-08-02 | Bufferevent removal: remove more bufferevent-only options | Nick Mathewson | |
(All this IOCP stuff was bufferevent-only.) | |||
2016-08-02 | Remove USE_BUFFEREVENTS from configure.ac | Nick Mathewson | |
2016-08-02 | Remove USE_BUFFEREVENTS code outside src/or | Nick Mathewson | |
2016-08-02 | Bufferevent removal: remove HAS_BUFFEREVENT macros and usage | Nick Mathewson | |
This is another way that we had bufferevents-only code marked. | |||
2016-08-02 | More bufferevent removal: bev_str is no longer needed in tor_init | Nick Mathewson | |
2016-08-02 | Start work on an 0.2.9.1-alpha changelog | Nick Mathewson | |
(sort, fold, and reflow.) | |||
2016-08-02 | Update lintChanges script to understand 'Minor features (debugging)' | Nick Mathewson | |
Previously we would give a warning because we didn't say "Fixes bug Foo" on these. | |||
2016-08-02 | Remaining lintChanges fixes | Nick Mathewson | |
2016-08-02 | Fix most lintChanges warnings | Nick Mathewson | |
(Also remove changes/bug19530 since it was a bugfix on no released version) | |||
2016-08-02 | Remove the changes files already merged in Tor 0.2.8.6 | Nick Mathewson | |
2016-08-02 | Forward-port 0.2.8.6 entry to changelog and releasenotes | Nick Mathewson | |
2016-08-02 | Merge branch 'maint-0.2.8' | Nick Mathewson | |
(This is an "ours" merge to avoid taking the version number bump.) | |||
2016-08-02 | bump maint-0.2.8 to 0.2.8.6-dev | Nick Mathewson | |
2016-08-02 | Get the extend_info_from_router check the right way around | teor | |