Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | Update copyrights to 2021, using "make update-copyright" | Nick Mathewson | |
2020-05-08 | Improve logging of included config files | Daniel Pinto | |
2020-03-05 | Add a config_lines_partition() function to help with LINELIST_V. | Nick Mathewson | |
This function works a little bit like strsep(), to get a chunk of configuration lines with a given header. We can use this to make hidden service config easier to parse. | |||
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson | |
2019-07-03 | Make config_lines_eq() take const arguments. | Nick Mathewson | |
2019-07-03 | Revert "Add a function to append an existing line to a config line list." | Nick Mathewson | |
This reverts commit 5a2ab886baaa125fe715acca8f7daf35031855aa. | |||
2019-06-24 | Add a function to append an existing line to a config line list. | Nick Mathewson | |
We had an existing function to do this, but it took a pair of strings rather than a line. | |||
2019-04-25 | Add a case-insensitive variant to config_line_find() | Nick Mathewson | |
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2018-08-17 | Inform users about configuration file and directory includes | Unto Sten | |
This patch makes it clearer to users what settings Tor daemon is actually using. I think it is pretty important. | |||
2018-07-10 | Rename torlog.[ch] to log.[ch] | Nick Mathewson | |
Fun fact: these files used to be called log.[ch] until we ran into conflicts with systems having a log.h file. But now that we always include "lib/log/log.h", we should be fine. | |||
2018-07-10 | Rename util_malloc to malloc. | Nick Mathewson | |
2018-07-01 | File-level documentation for some of src/lib. | Nick Mathewson | |
2018-06-27 | Move confline.c to lib/encoding: it is about encoding key-value pairs | Nick Mathewson | |
Also, move "unescape_string()" to encoding too, since it's about encoding data as C strings. |