summaryrefslogtreecommitdiff
path: root/srd.c
AgeCommit message (Expand)Author
2022-08-21srd: add support for SIGROKDECODE_PATH environment variableGerhard Sittig
2022-08-21srd: add TODO comment on the SIGROKDECODE_DIR env var's motivationGerhard Sittig
2021-06-16doc: update IRC reference to Libera.ChatGerhard Sittig
2018-10-21Fix memory leak in print_searchpaths()Jon Burgess
2018-10-21Fix bad memory accesses during srd_exit()Jon Burgess
2018-10-16Update a few Doxygen @since tags.Uwe Hermann
2018-10-06srd.c: Fix a compiler warning with gcc 8.Uwe Hermann
2018-08-30srd_exit(): Fix a -Wcast-function-type compiler warning.Uwe Hermann
2018-05-18Add srd_searchpaths_get() API docs.Uwe Hermann
2018-05-18Random whitespace/cosmetic/consistency fixes.Uwe Hermann
2018-03-18print_searchpaths(): Print decoder and system search paths.Uwe Hermann
2018-03-17Fix part of #1128 by adding a way to retrieve PD search pathsSoeren Apel
2017-09-22srd_init(): Print list of decoder search paths in debug output.Uwe Hermann
2017-07-06Fix a unit test.Uwe Hermann
2017-06-30Acquire/release the Python GIL where needed to avoid threading issues.Uwe Hermann
2017-05-26Show lib versions in the debug output.Uwe Hermann
2016-12-06valgrind: safely iterate listsKarl Palsson
2016-05-25Move common/ directory into decoders/.Uwe Hermann
2016-05-04Add common directory for shared modules.Bert Vermeulen
2015-12-07init: Don't let Python override signal handlersMarcus Comstedt
2015-10-03init: Also look for decoders in XDG data directoriesDaniel Elstner
2015-10-03init: Simplify srd_decoder_searchpath_add()Daniel Elstner
2015-09-13Build: Include <config.h> first in all source filesDaniel Elstner
2015-04-01Use g_malloc*() consistently, simplify error handling.Uwe Hermann
2014-07-23Drop references to obsolete sigrok-commits mailing list.Uwe Hermann
2014-07-08Remove dependency on Python.h from public API headerMarcus Comstedt
2014-05-04Mark some variables more consistently as SRD_PRIV.Uwe Hermann
2014-05-03Move srd_check_init() to decoder.c and make it static.Uwe Hermann
2014-05-03Make 'pd_list' static, it's only used in one file.Uwe Hermann
2014-05-03srd.c: Fix typo to avoid Doxygen output for srd_check_init().Uwe Hermann
2014-01-30Fix warnings exposed by -Wmissing-prototypes.Uwe Hermann
2013-12-11Load decoders from all search paths, not just the default.Bert Vermeulen
2013-12-11Clear decoder list after unloading, not just at exit.Bert Vermeulen
2013-11-18Check library initialization before handling decodersBert Vermeulen
2013-11-16Move initialization/shutdown into srd.cBert Vermeulen