summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/pychrysa.c
AgeCommit message (Expand)Author
2020-08-20Renamed the main file of the Python plugin.Cyrille Bagard
2020-08-17Made sure the server has everything required to run.Cyrille Bagard
2020-08-16Avoided a crash at exit with incorrect Python plugins.Cyrille Bagard
2020-05-25Provided a way to relocate built binaries.Cyrille Bagard
2020-05-25Been more verbose on Python loading failures.Cyrille Bagard
2020-05-17Updated the plugin system and its Python documentation.Cyrille Bagard
2020-05-17Introduced a new object of string constant sets.Cyrille Bagard
2020-04-04Simplified the plugin interface.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2019-12-22Updated the documentation for the entry of Python bindings.Cyrille Bagard
2019-11-11Removed calls to deprecated Python functions.Cyrille Bagard
2019-11-11Printed more details when a Python plugin fails to load.Cyrille Bagard
2019-08-18Prepared an improved Python documentation.Cyrille Bagard
2019-05-30Created a plugin Python module as a placeholder.Cyrille Bagard
2019-03-23Removed references to local sources if required.Cyrille Bagard
2019-02-09Fixed another batch of memory leaks.Cyrille Bagard
2019-02-07Included the leak tracker into the Python interpreter.Cyrille Bagard
2019-02-03Fixed various memory leaks.Cyrille Bagard
2019-01-26Loaded Python plugins even from the Python interpreter.Cyrille Bagard
2019-01-03Defined a dynamic type for each plugin.Cyrille Bagard
2018-12-27Updated the logging features of the Python bindings.Cyrille Bagard
2018-12-27Updated the API in order to allow Python plugins to rely on native plugins.Cyrille Bagard
2018-12-13Provided a representation for constant values imported from C code.Cyrille Bagard
2018-12-11Collected all Python bindings features using a fake module.Cyrille Bagard
2018-12-07Relied on GObject introspection and dynamic gtypes to inherit in Python.Cyrille Bagard
2018-10-27Run Python bindings standalone mode as batch mode.Cyrille Bagard
2018-10-07Cleaned code.Cyrille Bagard
2018-10-07Fixed again bugs with the Python global lock at exit.Cyrille Bagard
2018-10-03Handled missing runtime librairies for Python GObject bindings.Cyrille Bagard
2018-09-18Updated the API used to load binary contents.Cyrille Bagard
2018-08-31Changed the location of installed plugins.Cyrille Bagard
2018-08-29Updated the root API of the Python bindings.Cyrille Bagard
2018-08-16Reorganized the Python plugin code.Cyrille Bagard
2018-07-23Tracked the reference counter for plugins with more care.Cyrille Bagard
2018-07-19Cleaned the entry code of the Python bindings.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-03-11Defined a new Dex demangler with MUTF-8 support as plugin.Cyrille Bagard
2018-01-16Changed the Python bindings source directory and updated code.Cyrille Bagard