aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_pref.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-27wslua: fix memleaks related to Proto and PrefPeter Wu1-44/+39
2018-05-14Free g_array_free-related memory leaksPeter Wu1-3/+1
2018-02-09wslua: use SPDX identifiers.Dario Lombardo1-13/+1
2017-01-07Convert range API to always use wmem memory.Michael Mann1-1/+1
2016-10-26wslua_pref(.c): fix spelling typo found by lintianAlexis La Goutte1-2/+2
2016-06-14wslua: Drop unused "push_code" macro parameterPeter Wu1-2/+2
2015-12-14Lua: Fix switch-case braces.Stig Bjørlykke1-2/+2
2015-12-14Lua: Free Pref enum valuesStig Bjørlykke1-7/+24
2015-12-14Add comments to explain what we're doing with strings.Guy Harris1-9/+47
2015-12-14Lua: Free Pref default stringStig Bjørlykke1-5/+7
2015-12-14No need to free the value of a string preference in the garbage collector.Guy Harris1-3/+10
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-3/+5
2015-07-12Lua: split up wslua files into class-based filesHadriel Kaplan1-0/+463