summaryrefslogtreecommitdiff
path: root/controller.c
AgeCommit message (Expand)Author
2013-11-15Prune dead codeBert Vermeulen
2013-10-30Pass metadata to PDs only at runtime, not at decoder startBert Vermeulen
2013-10-30Documentation and coding style fixesBert Vermeulen
2013-10-24controller.c: Add checks for srd_inst_option_set().Uwe Hermann
2013-10-20session: Add some more parameter checks, minor other fixes.Uwe Hermann
2013-10-17Minor cosmetics, typos, Doxygen updates/fixes.Uwe Hermann
2013-10-17Avoid clobbering class variables when setting instance optionsBert Vermeulen
2013-10-17Don't release borrowed referenceBert Vermeulen
2013-10-16Properly return error on exception in srd_inst_option_set()Bert Vermeulen
2013-10-14Move all decoder instances and callbacks into a session structBert Vermeulen
2013-10-14Code cleanupBert Vermeulen
2013-09-01Use frontend-registered callback with correct parametersBert Vermeulen
2013-05-23Fix double freeBert Vermeulen
2013-05-05Fix various memory leaksBert Vermeulen
2013-05-03Doxygen: Various fixes.Uwe Hermann
2013-05-03Main header is <libsigrokdecode/libsigrokdecode.h> now.Uwe Hermann
2013-05-03Doxygen: Add @since markers to API functions.Uwe Hermann
2013-04-23GPL headers: Use correct project name.Uwe Hermann
2013-03-19use GVariant for passing decoder options and probesBert Vermeulen
2013-03-19code cleanupBert Vermeulen
2013-02-09Doxygen: Initial groups and topic short descriptions.Uwe Hermann
2013-02-09Doxygen: Mark private functions/variables properly.Uwe Hermann
2013-02-09Doxygen: Add intro section and some docs.Uwe Hermann
2013-02-02Bring back temporarily reverted changes.Uwe Hermann
2013-01-27Temporarily revert API changes in preparation of release.Uwe Hermann
2013-01-01srd_inst_new() options can be NULLBert Vermeulen
2012-12-28Fix compiler warning.Uwe Hermann
2012-05-10srd: Support for one or more optional probes.Uwe Hermann
2012-05-09srd: Fix a few Doxygen errors.Uwe Hermann
2012-05-04Fix bracket placingThomas Jarosch
2012-04-16srd: Quickfix for MinGW build issue.Uwe Hermann
2012-03-28srd: Some more (optional) consistency renames.Uwe Hermann
2012-03-28srd/cli/qt: Some more API consistency renames.Uwe Hermann
2012-03-21srd: srd_exit(): Set pd_list to NULL after freeing.Uwe Hermann
2012-03-21srd/cli/qt: s/srd_session_feed/srd_session_send/.Uwe Hermann
2012-03-18srd/cli/qt:s/decoders/decoder/ for consistency.Uwe Hermann
2012-03-18srd: Constify lots more parameters.Uwe Hermann
2012-03-18srd: Cosmetics, fix/add Doxygen comments.Uwe Hermann
2012-03-18srd: Fix typos.Uwe Hermann
2012-03-02sr: Name all callback data 'cb_data'.Uwe Hermann
2012-03-01sr/srd: Consistency fixes for callbacks.Uwe Hermann
2012-02-28srd: fix SIGROKDECODE_DIR env variable brokennessBert Vermeulen
2012-02-14srd: rename public API functions to srd_thing_action formatBert Vermeulen
2012-02-14srd: don't load all protocol decoders unless we really need to.Bert Vermeulen
2012-02-12srd: last public/private fix, and docs for all publis functions.Bert Vermeulen
2012-02-12srd: finish up public/private APIBert Vermeulen
2012-02-12srd: no public API functions use python-specific arguments nowBert Vermeulen
2012-02-12srd: extra module path can now optionally be passed to srd_init()Bert Vermeulen
2012-02-11Rename 'void *' callback parameters to 'user_data'.Uwe Hermann
2012-02-11srd: Every callback should have a 'void *' parameter.Uwe Hermann