Age | Commit message (Expand) | Author |
2018-07-05 | Move literally everything out of src/or | Nick Mathewson |
2018-07-03 | Merge remote-tracking branch 'github/ticket26626' | Nick Mathewson |
2018-07-03 | Retire U64_TO_DBL and DBL_TO_U64 | Nick Mathewson |
2018-07-03 | Return U64_PRINTF_ARG and U64_FORMAT | Nick Mathewson |
2018-07-03 | Replace U64_LITERAL with the standard UINT64_C | Nick Mathewson |
2018-07-01 | Remove needless includes from or.h | Nick Mathewson |
2018-06-22 | Remove bloom filters, order statistics, and bitarrays from container.h | Nick Mathewson |
2018-06-20 | Run rectify_include_paths.py | Nick Mathewson |
2018-06-20 | Update copyrights to 2018. | Nick Mathewson |
2018-04-22 | Change the type of "download schedule" from smartlist to int. | Nick Mathewson |
2017-12-08 | Update free functions into macros: src/or/ part 1 | Nick Mathewson |
2017-05-02 | Delete useless checks in confparse.c | Taylor Yu |
2017-04-04 | Move config_line_t functions from confparse.c into common. | Nick Mathewson |
2017-03-15 | Run the copyright update script. | Nick Mathewson |
2017-03-08 | Fix a memory leak in config_get_assigned_option() | Nick Mathewson |
2017-01-30 | Make "GETCONF SocksPort" work again | Nick Mathewson |
2017-01-23 | Merge branch 'feature_20956_029' | Nick Mathewson |
2017-01-18 | Handle __NonSavedOptions correctly inside LINELIST_V blocks. | Nick Mathewson |
2016-11-10 | Add "TByte" and "TBytes" units; also add "TBits" to man page | Matt Nordhoff |
2016-10-24 | Module documentation for config.c and confparse.c | Nick Mathewson |
2016-08-19 | Log a warning when Testing options are deprecated. | Nick Mathewson |
2016-08-03 | Add new warn_deprecated option to config_assign*(). | Nick Mathewson |
2016-08-03 | Mark a big pile of options as deprecated. | Nick Mathewson |
2016-08-03 | Add deprecation for configuration options that need to go away. | Nick Mathewson |
2016-06-11 | Add -Wfloat-conversion for GCC >= 4.9 | Nick Mathewson |
2016-02-27 | Update the copyright year. | Nick Mathewson |
2016-02-27 | Make sure that every module in src/or has a brief description. | Nick Mathewson |
2015-01-02 | Bump copyright dates to 2015, in case someday this matters. | Nick Mathewson |
2014-10-28 | Add another year to our copyright dates. | Nick Mathewson |
2013-10-09 | Free the smartlist after parsing csv config option | Matthew Finkel |
2013-09-13 | Add a --dump-config option to help testing option parsing. | Nick Mathewson |
2013-09-13 | Use commandline parser for other options | Nick Mathewson |
2013-07-26 | Allow {,k,kilo,m,mega,g,giga,t,tera}bit{,s} in torrc | Nick Mathewson |
2013-05-24 | Tweak #6752 patch based on comments by nickm. | Karsten Loesing |
2013-05-16 | Lower dir fetch retry schedules in testing networks. | Karsten Loesing |
2013-03-19 | Merge branch 'bug8240_v2_squashed' into maint-0.2.4 | Nick Mathewson |
2013-02-19 | Make a parse_config_line_from_str variant that gives error messages | Nick Mathewson |
2013-01-16 | Update the copyright date to 201. | Nick Mathewson |
2012-09-14 | Split the routerset code out of routerlist.c | Nick Mathewson |
2012-09-13 | Remove all remaining spurious or_options_t invocations in confparse.c | Nick Mathewson |
2012-09-13 | Split the generic config_fmt_t code into a new confparse.c file | Nick Mathewson |