summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2019-11-06Add a bunch of doxygen for things in src/lib.Nick Mathewson
2019-11-06int_type_params_t: add documentation.Nick Mathewson
2019-11-06dispatch_cfg_st.h: make comments into doxygen.Nick Mathewson
2019-11-05Merge branch 'doxygen_libs'Nick Mathewson
2019-11-05Merge remote-tracking branch 'tor-github/pr/1486'teor
2019-11-05Merge remote-tracking branch 'tor-github/pr/1477'teor
2019-11-05confmgt: Stop adding a space, when there is no option valueteor
2019-11-04Move most of crypto overview into doxygen.Nick Mathewson
2019-11-04Move doc/HACKING/design/01b-collections.md into doxygen.Nick Mathewson
2019-11-04Divide 01a-memory.md into doxygen.Nick Mathewson
2019-11-04Doxygen: document the rest of the directories in lib.Nick Mathewson
2019-11-04Doxygen: fix a remaining \ref-to-directoryNick Mathewson
2019-11-04Doxygen: use \refdir everywhere.Nick Mathewson
2019-11-04Doxygen: Avoid ambiguity in @dir directivesNick Mathewson
2019-11-04doxygen: Take "lib" descriptions from doc/HACKING/design.Nick Mathewson
2019-11-04Remove spurious lib/stats doxygen file.Nick Mathewson
2019-11-04Document our top-level directoriesNick Mathewson
2019-11-04Add stub directory-level documentation for most source directoriesNick Mathewson
2019-10-31config: Give warn_about_relative_paths() const argsteor
2019-10-30Add a CFLG_IMMUTABLE flag to mark a field as unchangeable.Nick Mathewson
2019-10-30fs: Clarify an ambiguous comment about string/pointer equalityteor
2019-10-28Merge branch 'tor-github/pr/1476'David Goulet
2019-10-28add missing docs in crypto_digest*Nick Mathewson
2019-10-26Documentation cleanup in confmacros.hNick Mathewson
2019-10-26doxygen: add @file declarations for src/libNick Mathewson
2019-10-26Rename confparse.[ch] identifiers to confmgt.[ch] identifiers.Nick Mathewson
2019-10-26Rename confparse.[ch] to confmgt.[ch]Nick Mathewson
2019-10-26Move config_format_t and allied definitions into conftypes.hNick Mathewson
2019-10-25confparse: Add a function to check the magic of a toplevel object.Nick Mathewson
2019-10-24Write a new set of config validation callbacks.Nick Mathewson
2019-10-24Make foo_validate() functions call config_validate().Nick Mathewson
2019-10-24Add a config_validate() function to invoke verify callbacks.Nick Mathewson
2019-10-24Rename validate_fn{,_t} to start with "legacy_".Nick Mathewson
2019-10-24Merge remote-tracking branch 'tor-github/pr/1447'teor
2019-10-22config validation: make the "old_options" argument const.Nick Mathewson
2019-10-22validate_fn(): remove now-unused defaults and from_setconf.Nick Mathewson
2019-10-22Re-run make autostyle.Nick Mathewson
2019-10-22Merge branch 'ticket31705_v2' into ticket31705_v2_mergedNick Mathewson
2019-10-22threads.h: coccinelle cannot understand a macro.Nick Mathewson
2019-10-22ctassert.h: fix CTASSERT_DECL so coccinelle can parse it.Nick Mathewson
2019-10-22ratelim.h: use COCCI to hide an initializer.Nick Mathewson
2019-10-22util_bug.h: Coccinelle does not understand IF_BUG_ONCE or #nodef.Nick Mathewson
2019-10-22weakrng.h: use COCCI to hide a macro coccinelle cannot parse.Nick Mathewson
2019-10-22Use STMT_BEGIN/END in parse_int.c so coccinelle can handle it.Nick Mathewson
2019-10-22smartlist.h: use COCCI to hide SMARTLIST_FOREACH_JOIN from CoccinelleNick Mathewson
2019-10-22namemap_st.h: Use COCCI to hide an initializer.Nick Mathewson
2019-10-22timeval.h: Coccinelle cannot understand timercmp.Nick Mathewson
2019-10-22Fix a macro in address.c so coccinelle can understand itNick Mathewson
2019-10-22timers.c: define TIMEOUT_PUBLIC to no tokens when using COCCI.Nick Mathewson
2019-10-22dispatch_naming.c: when COCCI is defined, disable unparseable macros.Nick Mathewson