summaryrefslogtreecommitdiff
path: root/session.c
AgeCommit message (Expand)Author
2021-12-26session: introduce the public "send EOF" API routineGerhard Sittig
2018-10-16Update a few Doxygen @since tags.Uwe Hermann
2018-10-13Various log message improvements.Uwe Hermann
2018-10-13log: Use human-readable output type name everywhere.Uwe Hermann
2018-05-18Simplify code by dropping session_is_valid().Uwe Hermann
2018-05-18Random whitespace/cosmetic/consistency fixes.Uwe Hermann
2018-03-31session: add "terminate and reset" support for protocol stacksGerhard Sittig
2017-06-30Acquire/release the Python GIL where needed to avoid threading issues.Uwe Hermann
2017-06-15session.c: Fix a compiler warning on Mac OS X.Uwe Hermann
2017-02-21Clarify that {start,end,cur}_samplenum are absolute numbers.Uwe Hermann
2017-02-20Support adding multiple instances of a decoderKarl Palsson
2016-08-25srd_session_send(): Improve Doxygen comments.Uwe Hermann
2016-05-11Supply metadata to stacked decodersStefan BrĂ¼ns
2015-09-13Build: Include <config.h> first in all source filesDaniel Elstner
2015-08-20Pass unitsize per sample chunk.Uwe Hermann
2015-07-23Slightly more verbose logging in srd_inst_decode().Uwe Hermann
2015-04-01Use g_malloc*() consistently, simplify error handling.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-03Don't define names ending with _t (POSIX reserved).Uwe Hermann
2014-04-13Rename 'probe' to 'channel' everywhere.Uwe Hermann
2014-02-24Make the data unit size configurableDaniel Elstner
2014-01-30Fix warnings exposed by -Wmissing-prototypes.Uwe Hermann
2013-11-19Add a missing #include.Uwe Hermann
2013-11-18Better error checking on session metadataBert Vermeulen
2013-11-16Move session-specific functionality into session.cBert Vermeulen