]> sigrok.org Git - libsigrokdecode.git/history - session.c
usb_power_delivery: PPS support
[libsigrokdecode.git] / session.c
2018-05-18 Uwe HermannSimplify code by dropping session_is_valid().
2018-05-17 Uwe HermannRandom whitespace/cosmetic/consistency fixes.
2018-03-31 Gerhard Sittigsession: add "terminate and reset" support for protocol...
2017-06-30 Uwe HermannAcquire/release the Python GIL where needed to avoid...
2017-06-15 Uwe Hermannsession.c: Fix a compiler warning on Mac OS X.
2017-02-21 Uwe HermannClarify that {start,end,cur}_samplenum are absolute...
2017-02-20 Karl PalssonSupport adding multiple instances of a decoder
2016-08-25 Uwe Hermannsrd_session_send(): Improve Doxygen comments.
2016-05-11 Stefan BrünsSupply metadata to stacked decoders
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-08-20 Uwe HermannPass unitsize per sample chunk.
2015-07-23 Uwe HermannSlightly more verbose logging in srd_inst_decode().
2015-03-31 Uwe HermannUse g_malloc*() consistently, simplify error handling.
2014-07-08 Marcus ComstedtRemove dependency on Python.h from public API header
2014-05-04 Uwe HermannMark some variables more consistently as SRD_PRIV.
2014-05-03 Uwe HermannDon't define names ending with _t (POSIX reserved).
2014-04-13 Uwe HermannRename 'probe' to 'channel' everywhere.
2014-02-24 Daniel ElstnerMake the data unit size configurable
2014-01-30 Uwe HermannFix warnings exposed by -Wmissing-prototypes.
2013-11-19 Uwe HermannAdd a missing #include.
2013-11-17 Bert VermeulenBetter error checking on session metadata
2013-11-16 Bert VermeulenMove session-specific functionality into session.c