]> sigrok.org Git - libsigrok.git/shortlog
libsigrok.git
2012-01-06 Renato CaldasAdded "autostuff" to the .gitignore.
2012-01-06 Renato Caldassession: Fixed error reporting.
2012-01-06 Uwe Hermannmso-19: Fix whitespace.
2012-01-06 Renato Caldaslink-mso19: fixed segmentation fault.
2012-01-06 Renato Caldaslink-mso19: Updated to the current structs (fixed compi...
2012-01-04 Uwe Hermannudev: Add missing USB IDs for some devices.
2012-01-04 Uwe HermannA few more fixes for configure.ac files.
2012-01-04 Uwe Hermannsr/srd: Add Doxyfile to the tarball.
2012-01-04 Uwe Hermannsrd: Show config summary, libs, and Python info.
2012-01-04 Uwe Hermannsr: configure.ac: Print more summary info.
2012-01-03 Uwe Hermannsr: configure.ac: Fix version number magic.
2012-01-03 Uwe HermannPut most autotools files into autostuff/.
2012-01-03 Uwe Hermannsr: Put files into .../share/libsigrok.
2012-01-03 Uwe Hermannsr: Remove useless filename prefixes.
2012-01-03 Uwe Hermannsr/srd: Fix left-over #includes.
2012-01-02 Uwe Hermannsr: Drop some obsolete and commented out code.
2012-01-02 Uwe Hermannsr: session: Add docs and some error checks.
2011-12-30 Uwe HermannSplit README, add appropriate ones per-project.
2011-12-30 Uwe HermannUpdate/fix .gitignore files.
2011-12-30 Uwe Hermannsr/srd: Remove/fix non-applicable autotools stuff.
2011-12-30 Uwe Hermannsr/srd: Move some files to their resp. dirs.
2011-12-30 Uwe HermannMove most contrib/ stuff to libsigrok.
2011-12-29 Uwe Hermannprobe names: Fix cosmetics, add docs, fix off-by-one.
2011-12-29 Kristoffer... Move the probe naming to the creator of the device...
2011-12-28 Uwe HermannFix outdated ezusb_install_firmware() prototype.
2011-12-28 Uwe Hermannlibsigrok: Fix #includes.
2011-12-28 Uwe HermannMake more variables/functions static and non-global.
2011-12-28 Uwe HermannDrop unused 'global' struct/variable.
2011-12-28 Uwe Hermannsigrok-proto.h: Drop obsolete prototype, move other...
2011-12-28 Uwe Hermanndevice: Make some parameters const.
2011-12-28 Uwe Hermanndevice: Change some functions to return int.
2011-12-28 Uwe Hermanndevice: Add Doxygen comments, improve error handling.
2011-12-28 Bert Vermeulenmake time/duration work, at least when loading from...
2011-12-26 Uwe Hermanndatastore.c: Improve error handling and docs.
2011-12-26 Uwe Hermannsr_filter_probes(): Check for too many probes.
2011-12-22 Uwe HermannImprove sr_filter_probes error handling and docs.
2011-12-04 Uwe Hermannlibsigrok: Quickfix for a segfault in ChronoVu LA8.
2011-11-28 Gareth McMullinsrd: Pass samplerate to decoder in metadata.
2011-11-27 Bert Vermeulenfix CLI size string specification
2011-11-24 Uwe HermannOther method to avoid "unused var" compiler warnings.
2011-11-24 Uwe HermannAdd missing #includes to avoid clang warnings.
2011-11-20 Bert Vermeulenla8: device not found during init() scan is not an...
2011-11-19 Uwe Hermannlibsigrok: glib-2.0 is a hard requirement.
2011-11-19 Gareth McMullinChanged SR_T_NULL to SR_T_BOOL and adjusted RLE option.
2011-11-17 Uwe HermannConsistently use __func__ instead of __FUNCTION__.
2011-11-17 Uwe Hermannlibsigrok: Use sr_err() et al instead of printf.
2011-11-17 Gareth McMullinFixed a crash when loading a second session file.
2011-11-15 Uwe Hermannsigrok.h: Remove SIGROK_*VERSION #defines again.
2011-11-15 Uwe HermannFix some compiler warnings.
2011-11-15 Uwe Hermannlibsigrok.pc: Add Required.private field entries.
2011-11-05 Gareth McMullinRemove IO source if callback returns FALSE.
2011-10-31 Uwe Hermannsigrok.h: Add SIGROK_{MAJOR,MINOR,MICRO,}_VERSION ...
2011-10-31 Gareth McMullinOLS: Calculate actual sample rate used.
2011-10-30 Uwe Hermannols: Minor whitespace and coding style fixes.
2011-10-29 Gareth McMullinRun-Length Encoding support for the OLS.
2011-10-29 Gareth McMullinPrevent reading past end of OLS hardware buffer.
2011-06-20 JerryMac OS X build fixes
2011-06-20 Bert Vermeulensaleae-logic: fix timing on packets when triggering...
2011-06-20 Bert Vermeulenbetter session bus logging
2011-06-19 Bert Vermeulenuse new datafeed packet format
2011-06-19 Bert Vermeulennew datafeed packet format
2011-06-18 Bert Vermeulenfix parameter type
2011-06-12 Bert Vermeulenwhitespace
2011-06-12 Bert Vermeulensupport for multiple FX2 devices
2011-06-05 Bert Vermeulensaleae-logic: use new logging system
2011-06-04 Bert Vermeulensaleae-logic: support for other FX2 devices (bare FX2)
2011-06-04 Bert Vermeulenbetter cleanup of device/plugin resources
2011-05-08 Uwe HermannLA8: Remove trailing whitespace.
2011-05-08 Uwe HermannLA8: Use sr_spew() where appropriate.
2011-05-08 Uwe HermannLA8: Improve trigger support and debug output.
2011-05-08 Uwe HermannAdd sr_spew/SR_LOG_SPEW for even more debug output.
2011-05-08 Uwe HermannLA8: Eliminate magic numbers.
2011-05-08 Uwe HermannLA8: Add trigger point support.
2011-05-08 Uwe Hermanndemo: Use memset(), might be faster.
2011-05-08 Uwe Hermanndemo: Add all-low/all-high pattern support.
2011-05-05 Uwe Hermanndemo: s/genmode/pattern/.
2011-05-05 Uwe Hermanndemo: Rename GENMODE_DEFAULT to GENMODE_SIGROK.
2011-05-05 Uwe HermannImprove (Doxygen) comments for HWCAP entries.
2011-05-05 Uwe Hermanndemo: Eliminate unneeded tmp_u64.
2011-05-05 Uwe HermannLA8: Free memory from g_*alloc*() via g_freee().
2011-05-05 Uwe Hermannlog messages: Use device name, not vendor name.
2011-05-05 Uwe Hermannlibsigrok: closedev() now has a return code.
2011-05-05 Uwe Hermannlibsigrok/cli: Implement loglevel support.
2011-05-05 Uwe HermannDrop unneeded skeleton files.
2011-05-05 Uwe Hermannlibsigrok: Rename open/close to opendev/closedev.
2011-05-01 Uwe Hermanndemo: Add some more debug output.
2011-04-26 Uwe HermannInitial support for CSV as output format.
2011-04-26 Uwe HermannChange left-over SIGROK_* to SR_*.
2011-04-24 Uwe HermannLA8: Shrink mangled_buf from 8MB to 4KB.
2011-04-24 Uwe HermannASIX: Small consistency fixes.
2011-04-24 Uwe HermannLA8: Eliminate unused num_probes variable.
2011-04-24 Uwe HermannLA8: Replace some sr_warn() with sr_err().
2011-04-24 Uwe HermannLA8: probeconfig/trigger support.
2011-04-18 Uwe HermannFix two small warnings.
2011-04-18 Uwe HermannHardware drivers: Use names for struct entries.
2011-04-18 Uwe Hermannols: Always use glib's memory allocation functions.
2011-04-18 Uwe HermannMSO19: Always use glib's memory allocation functions.
2011-04-16 Uwe Hermanndemo: Always use glib's memory allocation functions.
2011-04-16 Uwe Hermannserial.c: Use g_try_malloc().
2011-04-16 Uwe HermannASIX Sigma: Improve error handling a bit.
next