]> sigrok.org Git - libsigrok.git/history - session_file.c
probe names: Fix cosmetics, add docs, fix off-by-one.
[libsigrok.git] / session_file.c
2011-12-29 Uwe Hermannprobe names: Fix cosmetics, add docs, fix off-by-one.
2011-12-29 Kristoffer SjöbergMove the probe naming to the creator of the device...
2011-12-28 Uwe Hermannlibsigrok: Fix #includes.
2011-11-27 Bert Vermeulenfix CLI size string specification
2011-04-16 Uwe HermannReplace g_malloc{0,} with g_try_malloc{0,}.
2011-04-14 Uwe Hermannlibsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err.
2011-03-03 Uwe HermannMake DATASTORE_CHUNKSIZE private.
2011-02-20 Uwe HermannConstify a few more 'char *' parameters.
2011-02-08 Uwe HermannAdd sr_ prefix for datastore API functions.
2011-02-08 Uwe HermannAdd sr_ prefix for device related API functions.
2011-02-08 Uwe HermannAdd sr_ prefix to session related API functions.
2011-02-08 Uwe HermannAdd sr_ prefix for 'struct session'.
2011-02-08 Uwe HermannAdd sr_ prefix for 'struct probe'.
2011-02-06 Uwe HermannFix warnings: g_fopen() needs <glib/gstdio.h>.
2011-02-05 Uwe HermannUse glib's g_fopen() instead of fopen().
2011-02-02 Uwe HermannFix build when no libusb-LA is compiled.
2011-02-01 Bert Vermeulendon't force .sigrok extension when saving session file
2011-01-31 Bert Vermeulenimplement session loading based on a virtual device...