index
:
libsigrokdecode.git
floppy
master
libsigrokdecode
ejona86@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
session.c
Age
Commit message (
Expand
)
Author
2017-06-30
Acquire/release the Python GIL where needed to avoid threading issues.
Uwe Hermann
2017-06-15
session.c: Fix a compiler warning on Mac OS X.
Uwe Hermann
2017-02-21
Clarify that {start,end,cur}_samplenum are absolute numbers.
Uwe Hermann
2017-02-20
Support adding multiple instances of a decoder
Karl Palsson
2016-08-25
srd_session_send(): Improve Doxygen comments.
Uwe Hermann
2016-05-11
Supply metadata to stacked decoders
Stefan BrĂ¼ns
2015-09-13
Build: Include <config.h> first in all source files
Daniel Elstner
2015-08-20
Pass unitsize per sample chunk.
Uwe Hermann
2015-07-23
Slightly more verbose logging in srd_inst_decode().
Uwe Hermann
2015-04-01
Use g_malloc*() consistently, simplify error handling.
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
Don't define names ending with _t (POSIX reserved).
Uwe Hermann
2014-04-13
Rename 'probe' to 'channel' everywhere.
Uwe Hermann
2014-02-24
Make the data unit size configurable
Daniel Elstner
2014-01-30
Fix warnings exposed by -Wmissing-prototypes.
Uwe Hermann
2013-11-19
Add a missing #include.
Uwe Hermann
2013-11-18
Better error checking on session metadata
Bert Vermeulen
2013-11-16
Move session-specific functionality into session.c
Bert Vermeulen