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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
confmgt
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-03-05
Merge branch 'maint-0.4.3'
Nick Mathewson
2020-02-26
In typed_var_kvassign, include config names in error messages.
Nick Mathewson
2020-02-26
confmgt: when a units value is invalid, include a meaningful error.
Nick Mathewson
2020-02-26
confmgt: when an int/enum value is invalid, say which values are ok.
Nick Mathewson
2020-02-06
Wrap columnar tables in "clang-format off/on"
Nick Mathewson
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2020-01-06
Merge branch 'maint-0.4.2'
Nick Mathewson
2019-12-20
Code Style: Delete headers that are included twice
teor
2019-12-19
Allow struct_magic to be disabled.
Nick Mathewson
2019-12-19
Support a flag to indicate that a config var is disabled
Nick Mathewson
2019-12-16
Fix formatting in tor_assertf() message in struct_check_magic().
Nick Mathewson
2019-11-15
Doxygen: rename all .dox files to end with .md
Nick Mathewson
2019-11-15
Doxygen: remove /** and **/ from all .dox files
Nick Mathewson
2019-11-12
config: Log the option name when skipping an obsolete option
teor
2019-11-11
Light grammar edits
Nick Mathewson
2019-11-11
Merge remote-tracking branch 'tor-github/pr/1338'
Nick Mathewson
2019-11-07
Refactor "OBSOLETE" type
Nick Mathewson
2019-11-07
New configuration flag to warn that a variable is obsolete.
Nick Mathewson
2019-11-07
Stop using "config_suite_offset=-1" to indicate "no config suite."
Nick Mathewson
2019-11-07
Expose get_obj() functions from confmgt.c.
Nick Mathewson
2019-11-07
Add FOO_type_defn globals so that confdecl.h can refer to them.
Nick Mathewson
2019-11-06
int_type_params_t: add documentation.
Nick Mathewson
2019-11-05
Merge branch 'doxygen_libs'
Nick Mathewson
2019-11-05
Merge remote-tracking branch 'tor-github/pr/1486'
teor
2019-11-05
Merge remote-tracking branch 'tor-github/pr/1477'
teor
2019-11-05
confmgt: Stop adding a space, when there is no option value
teor
2019-11-04
Doxygen: document the rest of the directories in lib.
Nick Mathewson
2019-11-04
Doxygen: Avoid ambiguity in @dir directives
Nick Mathewson
2019-11-04
Add stub directory-level documentation for most source directories
Nick Mathewson
2019-10-30
Add a CFLG_IMMUTABLE flag to mark a field as unchangeable.
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-26
Rename confparse.[ch] to confmgt.[ch]
Nick Mathewson
2019-10-26
Move config_format_t and allied definitions into conftypes.h
Nick Mathewson
2019-10-25
confparse: Add a function to check the magic of a toplevel object.
Nick Mathewson
2019-10-24
Write a new set of config validation callbacks.
Nick Mathewson
2019-10-24
Make foo_validate() functions call config_validate().
Nick Mathewson
2019-10-24
Add a config_validate() function to invoke verify callbacks.
Nick Mathewson
2019-10-24
Rename validate_fn{,_t} to start with "legacy_".
Nick Mathewson
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-01
Add comments to try to prevent recurrence of #31495.
Nick Mathewson
2019-09-16
Run "make autostyle" and fix wide lines.
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 include.am files to refer to new location of confparse.[ch]
Nick Mathewson
2019-09-11
Update #includes to point to confparse.h in its new location.
Nick Mathewson
2019-09-11
Move confparse.[ch] into src/lib/confmgt/
Nick Mathewson
[next]