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