aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua/wslua_dir.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-31wslua: Update the Dir and Utils docs.Gerald Combs1-14/+31
2020-03-30wslua: Cross-reference and title case fixes.Gerald Combs1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-05-10wslua: fix memleak in Dir.remove_all on error pathPeter Wu1-3/+2
2018-04-30Lua: Remove autotools specific code for build pathJoão Valverde1-12/+1
2018-04-30Lua: ensure that DATA_DIR and USER_DIR have trailing slashesPeter Wu1-2/+1
2018-02-11wslua: Convert more comment markup to Asciidoctor.Gerald Combs1-1/+4
2018-02-09wslua: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-16wslua: Fix crash in Dir.open()Stig Bjørlykke1-6/+3
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-4/+2
2017-09-20Rename get_plugin_dir() for consistencyJoão Valverde1-1/+1
2017-09-11wsutil: Initialize and store plugin personal dirJoão Valverde1-3/+1
2016-12-20cmake,wslua,wsutil: load files from run/ instead of source treePeter Wu1-2/+1
2016-06-14wslua: Drop unused "push_code" macro parameterPeter Wu1-1/+1
2015-03-12CMake: Update wslua build and test.Gerald Combs1-1/+7
2015-02-13wslua*: Add editor modelines; Fix indentation, etc as needed.Bill Meier1-0/+13
2014-10-13Lua: luaL_checkstring does not return NULLStig Bjørlykke1-5/+0
2014-03-26Add various functions for Lua directory handling and path infoHadriel Kaplan1-0/+383