2012-02-13 |
Bert Vermeulen | sr: rename all sr_device_* functions to sr_dev_* |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Bert Vermeulen | sr: more API cleanup and documentation |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Bert Vermeulen | sr: whitespace cleanup |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Bert Vermeulen | sr: clean up public/private split in headers |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Bert Vermeulen | sr: cleaned up session bus debug helper |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Bert Vermeulen | sr: public/private API cleanup in hwplugin |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Bert Vermeulen | sr: rm unused sr_device_clear() and sr_device_probe_clear() |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Bert Vermeulen | sr: sigrok.h is no longer generated |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Uwe Hermann | Use g_try_malloc/g_free/g_strdup consistently. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Uwe Hermann | sr: chronovu-la8: Add missing <stdlib.h> #include. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Uwe Hermann | sr: asix: Change a free() to g_free() as it should be. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Uwe Hermann | sr: FreeBSD has zlib, but no pkg-config file for it. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Uwe Hermann | sr: MinGW/Mac: No libusb_detach_kernel_driver() support. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Uwe Hermann | sr: Doxygen comments for loglevels. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Uwe Hermann | sr: Implement proper logging framework. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Uwe Hermann | sr: saleae: Fix typo. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Uwe Hermann | sr: saleae: Support more recent firmwares. |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Uwe Hermann | sr: udev file: Add QuantAsylum QA100, Rigol VS5202D. |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Uwe Hermann | sr: s/z60_sigrok.rules/z60_libsigrok.rules/. |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Uwe Hermann | sr: input/output: Mark more symbols with SR_PRIV. |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Uwe Hermann | Project-wide consistent naming for #include guards. |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Uwe Hermann | sr/cli/gtk: Remove analog left-overs from API. |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Uwe Hermann | sr: zeroplus: Drop unused global variable. |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Uwe Hermann | sr: Compile fix for Windows/MinGW. |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Uwe Hermann | autogen.sh: aclocal support for Windows XP/Vista/7. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Uwe Hermann | sr: Make more symbols private via static/SR_PRIV. |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Uwe Hermann | sr: zeroplus: Remove unused gl_open()/gl_close(). |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Uwe Hermann | sr: Mark API functions with SR_API/SR_PRIV. |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Bert Vermeulen | sr: remove unused time/duration fields from datafeed... |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Uwe Hermann | sr: Eliminate usb/serial instances from API. |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Uwe Hermann | sr: zp: Add missing <string.h> #include. |
commit | commitdiff | tree | snapshot |
2012-01-30 |
Anatoly Sokolov | Add sr_device_get_info |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Uwe Hermann | sr: zeroplus: Use device-specific context. |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Uwe Hermann | sr: la8: Fix typo. |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Uwe Hermann | sr: zeroplus: Fix a segfault. |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Uwe Hermann | Update/enforce/document our build requirements. |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Uwe Hermann | sr: sigrok.h.in: Set SR_HWCAP_DUMMY to 0 explicitly. |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Uwe Hermann | sr: sigrok.h.in: Drop obsolete 'GSList *analyzers'. |
commit | commitdiff | tree | snapshot |
2012-01-28 |
Uwe Hermann | sr: Drop analog left-overs from sigrok.h. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Anatoly Sokolov | add SR_HWCAP_DEMO_DEVICE capability |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Renato Caldas | link-mso19: Fixed led toggling (the bit masking was... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Renato Caldas | link-mso19: Prevent double free errors when freeing... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Renato Caldas | link-mso19: Add debug messages. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Renato Caldas | link-mso19: Properly initialize the protocol trigger... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Renato Caldas | link-mso19: Added new register definitions and renamed... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Renato Caldas | link-mso19: Added struct definitions for the pattern... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Uwe Hermann | sr: g_free()/g_string_free() can handle NULL input. |
commit | commitdiff | tree | snapshot |
2012-01-15 |
Bert Vermeulen | clean up some dead code |
commit | commitdiff | tree | snapshot |
2012-01-10 |
Uwe Hermann | sr: s/g_message/sr_dbg/. |
commit | commitdiff | tree | snapshot |
2012-01-08 |
Bert Vermeulen | clean up drivers at the end of a session, and fix sessi... |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Uwe Hermann | sr: session: Make most functions return int. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Uwe Hermann | More .gitignore files cleanup. |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Bert Vermeulen | remove obsolete libsigrokdecode struct |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Uwe Hermann | sr: Consistently use 512kB as default chunk size. |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Renato Caldas | Added "autostuff" to the .gitignore. |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Renato Caldas | session: Fixed error reporting. |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Uwe Hermann | mso-19: Fix whitespace. |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Renato Caldas | link-mso19: fixed segmentation fault. |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Renato Caldas | link-mso19: Updated to the current structs (fixed compi... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Uwe Hermann | udev: Add missing USB IDs for some devices. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Uwe Hermann | A few more fixes for configure.ac files. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Uwe Hermann | sr/srd: Add Doxyfile to the tarball. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Uwe Hermann | srd: Show config summary, libs, and Python info. |
commit | commitdiff | tree | snapshot |
2012-01-04 |
Uwe Hermann | sr: configure.ac: Print more summary info. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Uwe Hermann | sr: configure.ac: Fix version number magic. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Uwe Hermann | Put most autotools files into autostuff/. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Uwe Hermann | sr: Put files into .../share/libsigrok. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Uwe Hermann | sr: Remove useless filename prefixes. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Uwe Hermann | sr/srd: Fix left-over #includes. |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Uwe Hermann | sr: Drop some obsolete and commented out code. |
commit | commitdiff | tree | snapshot |
2012-01-02 |
Uwe Hermann | sr: session: Add docs and some error checks. |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Uwe Hermann | Split README, add appropriate ones per-project. |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Uwe Hermann | Update/fix .gitignore files. |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Uwe Hermann | sr/srd: Remove/fix non-applicable autotools stuff. |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Uwe Hermann | sr/srd: Move some files to their resp. dirs. |
commit | commitdiff | tree | snapshot |
2011-12-30 |
Uwe Hermann | Move most contrib/ stuff to libsigrok. |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Uwe Hermann | probe names: Fix cosmetics, add docs, fix off-by-one. |
commit | commitdiff | tree | snapshot |
2011-12-29 |
Kristoffer... | Move the probe naming to the creator of the device... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Uwe Hermann | Fix outdated ezusb_install_firmware() prototype. |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Uwe Hermann | libsigrok: Fix #includes. |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Uwe Hermann | Make more variables/functions static and non-global. |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Uwe Hermann | Drop unused 'global' struct/variable. |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Uwe Hermann | sigrok-proto.h: Drop obsolete prototype, move other... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Uwe Hermann | device: Make some parameters const. |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Uwe Hermann | device: Change some functions to return int. |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Uwe Hermann | device: Add Doxygen comments, improve error handling. |
commit | commitdiff | tree | snapshot |
2011-12-28 |
Bert Vermeulen | make time/duration work, at least when loading from... |
commit | commitdiff | tree | snapshot |
2011-12-26 |
Uwe Hermann | datastore.c: Improve error handling and docs. |
commit | commitdiff | tree | snapshot |
2011-12-26 |
Uwe Hermann | sr_filter_probes(): Check for too many probes. |
commit | commitdiff | tree | snapshot |
2011-12-22 |
Uwe Hermann | Improve sr_filter_probes error handling and docs. |
commit | commitdiff | tree | snapshot |
2011-12-04 |
Uwe Hermann | libsigrok: Quickfix for a segfault in ChronoVu LA8. |
commit | commitdiff | tree | snapshot |
2011-11-28 |
Gareth McMullin | srd: Pass samplerate to decoder in metadata. |
commit | commitdiff | tree | snapshot |
2011-11-27 |
Bert Vermeulen | fix CLI size string specification |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Uwe Hermann | Other method to avoid "unused var" compiler warnings. |
commit | commitdiff | tree | snapshot |
2011-11-24 |
Uwe Hermann | Add missing #includes to avoid clang warnings. |
commit | commitdiff | tree | snapshot |
2011-11-20 |
Bert Vermeulen | la8: device not found during init() scan is not an... |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Uwe Hermann | libsigrok: glib-2.0 is a hard requirement. |
commit | commitdiff | tree | snapshot |
2011-11-19 |
Gareth McMullin | Changed SR_T_NULL to SR_T_BOOL and adjusted RLE option. |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Uwe Hermann | Consistently use __func__ instead of __FUNCTION__. |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Uwe Hermann | libsigrok: Use sr_err() et al instead of printf. |
commit | commitdiff | tree | snapshot |
next |