]> sigrok.org Git - libsigrok.git/shortlog
libsigrok.git
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.
2011-04-16 Uwe Hermannalsa: Always use glib's memory allocation functions.
2011-04-16 Uwe HermannLA8: Always use glib's memory allocation functions.
2011-04-16 Uwe HermannReplace g_malloc{0,} with g_try_malloc{0,}.
2011-04-15 Uwe Hermanngnuplot output: Optimize by only storing changes.
2011-04-15 Uwe HermannDon't close/reset the FTDI device too often.
2011-04-15 Uwe HermannLA8: free() sample buffers in hw_closedev().
2011-04-14 Uwe Hermannlibsigrok: Introduce sr_dbg/sr_info/sr_warn/sr_err.
2011-04-10 Uwe HermannAdd chronovu-la8 input file format support.
2011-04-10 Uwe HermannAdd chronovu-la8 output file format.
2011-04-10 Uwe Hermanngnuplot output: More error checks.
2011-04-10 Uwe Hermanninput/output formats: s/extension/id/.
2011-04-10 Uwe HermannLA8: Use the new SR_ERR_ARG macro.
2011-04-10 Uwe HermannAdd SR_ERR_ARG #define.
2011-04-10 Uwe HermannBinary output: Add more error checks.
2011-04-10 Uwe Hermanninput/output formats: Explicit struct member names.
2011-04-04 Uwe HermannAdd initial support for the ChronoVu LA8.
2011-04-03 Uwe HermannRevert temporary changes for 0.2 release.
2011-04-03 Uwe HermannDisable some stuff which should not be in 0.2.
2011-04-03 Uwe HermannHook up output/text directory with autotools.
2011-04-03 Bert VermeulenOLS driver overhaul
2011-04-03 Bert Vermeulensmall warning fix
2011-04-03 Bert Vermeulenoutput_ols: disabled cursors don't really need to be...
2011-03-25 Uwe HermannASIX Sigma: Fix firmware loading bug.
2011-03-03 Uwe HermannKill unused functions (avoid namespace pollution).
2011-03-03 Uwe HermannDrop obsolete vcd_header.
2011-03-03 Uwe HermannMake some more items 'static'.
2011-03-03 Uwe HermannAdd doxygen comment to sr_filter_probes().
2011-03-03 Uwe Hermannsr_exit(): Return int to be able to report errors.
2011-03-03 Uwe HermannMake DATASTORE_CHUNKSIZE private.
2011-03-03 Uwe HermannAdd SR_HZ macro for consistency.
2011-03-03 Uwe HermannAdd SR_ prefix to the KHZ/MHZ/GHZ macros.
2011-02-20 Uwe HermannAdd SR_ prefix for MAX_NUM_PROBES/MAX_PROBENAME_LEN.
2011-02-20 Uwe HermannMake ARRAY_SIZE/ARRAY_AND_SIZE private.
2011-02-20 Uwe HermannConstify some more 'char *' parameters.
2011-02-20 Uwe HermannAdd sr_ prefix for analog stuff some structs.
2011-02-20 Uwe HermannAdd sr_ prefix to receive_data_callback typedef.
2011-02-20 Uwe HermannAdd sr_ prefix to datafeed_callback typedef.
2011-02-20 Uwe HermannDrop obsolete source_callback_*().
2011-02-20 Uwe HermannAdd sr_ prefix to filter_probes().
2011-02-20 Uwe HermannConstify a few more 'char *' parameters.
2011-02-20 Uwe HermannMake load_hwplugins() private.
2011-02-20 Uwe HermannAdd sr_ prefix to list_hwplugins().
2011-02-20 Uwe HermannAdd sr_ prefix to session_{add,remove}.
2011-02-20 Uwe HermannDisable analog bits/gnuplot output for now.
2011-02-20 Uwe HermannMark some private stuff 'static'.
2011-02-20 Uwe HermannAdd sr_ prefix for hwcap structs/functions.
2011-02-20 Uwe HermannDrop prototype for non-existant make_metadata().
2011-02-13 Uwe HermannQuickfix for a segfault with file input via -i.
2011-02-12 Bert Vermeulenimplement version 1.3 of the OLS output format, now...
2011-02-12 Bert Vermeulendemo: forgot second part of samplerate support
2011-02-08 Uwe HermannSaleae: Make more private stuff static.
2011-02-08 Uwe HermannDoxygen config files: Initial configuration.
2011-02-08 Uwe HermannAdd doxygen config files for both libs.
2011-02-08 Uwe HermannRename probe_find() to sr_device_probe_find().
2011-02-08 Uwe Hermannstrutil.c: Fix typo, add some (API) docs/comments.
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 'struct samplerates'.
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-04 Uwe HermannMinGW: Use "b" in all fopen() calls.
2011-02-04 Uwe HermannRevert FIRMWARE_DIR / DECODERS_DIR method for now.
next