tor/src
Nick Mathewson 88839ab2ac Remove _ex suffix from typed_var_*_ex() functions.
Now that the variants of these functions that took config_line_t are
gone, there is no longer any reason for the remaining variants to
have "ex" at the end of their names.

This commit was made by running this perl script over all the files
in src/:

#!/usr/bin/perl -w -i -p

s{typed_var_(assign|free|encode|copy|eq|ok|kvassign|kvencode|mark_fragile)_ex}
 {typed_var_$1}g;
2019-09-04 15:01:49 -04:00
..
app Merge remote-tracking branch 'tor-github/pr/1114' into maint-0.3.5 2019-08-30 23:20:59 +10:00
config Merge remote-tracking branch 'tor-github/pr/741' into maint-0.3.5 2019-08-12 09:36:14 +10:00
core Merge branch 'tor-github/pr/1258' 2019-08-27 11:45:18 +03:00
ext Coverity: different implementation for csiphash 2019-06-28 12:07:38 -04:00
feature Merge branch 'tor-github/pr/1290' 2019-09-04 10:33:49 -04:00
lib Remove _ex suffix from typed_var_*_ex() functions. 2019-09-04 15:01:49 -04:00
rust Bug 31356: Bump protover for new padding machines 2019-08-12 14:02:35 -05:00
test Update routerset reset test to use new mgr API. 2019-09-04 08:42:34 -04:00
tools Make tor-print-ed-signing-cert output RFC1123 and unix timestamps as well 2019-07-10 11:36:26 +03:00
trunnel trunnel: Rename sendme.trunnel to sendme_cell.trunnel 2019-06-11 14:11:10 +03:00
win32 bump to 0.4.1.5-dev 2019-08-20 11:15:45 -04:00
include.am Move unit-parsing code to src/lib/confmgt 2019-06-24 15:11:57 -04:00