index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test_confparse.c
Age
Commit message (
Expand
)
Author
2021-03-12
Update copyrights to 2021, using "make update-copyright"
Nick Mathewson
2020-11-12
Fix typos.
Samanta Navarro
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-11-11
Merge remote-tracking branch 'tor-github/pr/1338'
Nick Mathewson
2019-11-07
Stop using "config_suite_offset=-1" to indicate "no config suite."
Nick Mathewson
2019-10-28
Check memunit parsing for overflow in confparse
José M. Guisado
2019-10-26
Rename confparse.[ch] identifiers to confmgt.[ch] identifiers.
Nick Mathewson
2019-10-24
Rename validate_fn{,_t} to start with "legacy_".
Nick Mathewson
2019-10-24
Use named-member syntax for initializing config_format_t objects
Nick Mathewson
2019-10-24
Merge remote-tracking branch 'tor-github/pr/1447'
teor
2019-10-22
config validation: make the "old_options" argument const.
Nick Mathewson
2019-10-22
validate_fn(): remove now-unused defaults and from_setconf.
Nick Mathewson
2019-10-22
Re-run make autostyle.
Nick Mathewson
2019-10-22
Merge branch 'ticket31705_v2' into ticket31705_v2_merged
Nick Mathewson
2019-10-22
test: Hide some test-declaration macro definitions to COCCI.
Nick Mathewson
2019-09-16
Merge branch 'tor-github/pr/1316'
George Kadianakis
2019-09-13
Detect overflow or underflow on double config values.
Nick Mathewson
2019-09-11
Update #includes to point to confparse.h in its new location.
Nick Mathewson
2019-09-10
Use strtod, not atof, for parsing doubles in the configuration.
Nick Mathewson
2019-09-04
Update routerset reset test to use new mgr API.
Nick Mathewson
2019-09-04
Merge branch 'ticket31240v2_merged_2' into ticket31240v2_merged_2_merged
Nick Mathewson
2019-08-28
test_confparse: verify that clearing a routerset sets it to NULL.
Nick Mathewson
2019-08-28
Tests for config_find_option_name()
Nick Mathewson
2019-08-28
Add tests for variable-listing functions.
Nick Mathewson
2019-08-28
Make a config_suite_t type to hold multiple config sub-objects
Nick Mathewson
2019-08-28
Refactor config free logic to use a single path.
Nick Mathewson
2019-08-28
Use special magic to enforce manager/object connection.
Nick Mathewson
2019-07-24
Sort variables in config_mgr_t.all_vars alphabetically
Nick Mathewson
2019-07-24
Make config_var and config_fmt const.
Nick Mathewson
2019-07-24
Add a "freeze" function for config_mgr_t objects.
Nick Mathewson
2019-07-24
Add a config_mgr_t type to wrap config_format_t
Nick Mathewson
2019-06-25
Extend macros to allow flag arguments.
Nick Mathewson
2019-06-25
Add a "flags" member to config_var_t
Nick Mathewson
2019-06-25
Move responsibility for config var macros
Nick Mathewson
2019-06-25
A few more test cases and unreachable lines
Nick Mathewson
2019-06-25
Use struct_magic_decl to verify magic numbers in config objects
Nick Mathewson
2019-06-25
Port confparse to use struct_var in place of typed_var.
Nick Mathewson
2019-06-24
Add unit tests for the unitparse.c module.
Nick Mathewson
2019-06-24
Add a "typed_var" abstraction to implement lvalue access in C.
Nick Mathewson
2019-06-15
Add more unit tests for confparse.c, so we can refactor.
Nick Mathewson