summaryrefslogtreecommitdiff
path: root/src/plugins/script/script-repo.c
AgeCommit message (Expand)Author
2013-01-26core: use size of 32 for hashtables (instead of 4, 8 or 16)Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-25script: add missing close of file in case of error when computing MD5 checksu...Sebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-12-08api: allow creation of structure with hdata_update (allowed for hdata "history")Sebastien Helleu
2012-09-18script: consider that empty file "plugins.xml.gz" is not up-to-dateSebastien Helleu
2012-09-18script: do not define _XOPEN_SOURCE on OpenBSD (bugs with gcrypt) (bug #37373)Sebastien Helleu
2012-09-04script: display error when installing/removing/loading script if plugin for l...Sebastien Helleu
2012-08-30script: add diff between current script and version in repositorySebastien Helleu
2012-08-28script: remove spaces before/after tags displayed on detail of scriptSebastien Helleu
2012-08-27api: allow update for some variables of hdata, add new functions hdata_update...Sebastien Helleu
2012-08-18script: add option "search" for command /script (completion with script tags)Sebastien Helleu
2012-08-16script: add option script.look.translate_descriptionSebastien Helleu
2012-08-15script: add status "a" (autoloaded) for scriptsSebastien Helleu
2012-08-15script: fix compilation with -O2 (replace define of _GNU_SOURCE by _XOPEN_SOU...Sebastien Helleu
2012-08-14core: add new plugin "script" (scripts manager, replacing scripts weeget.py a...Sebastien Helleu