]> sigrok.org Git - libsigrokdecode.git/shortlog
libsigrokdecode.git
2016-06-22 Angus Grattonspiflash: Handle "Fast Read Dual I/O"
2016-06-22 Angus Grattonspiflash: Handle CS# transitions, allow variable-length...
2016-05-26 Uwe HermannConsistency renames of {ss,es}_ variables.
2016-05-25 Uwe HermannMove common/ directory into decoders/.
2016-05-18 Benjamin LarssonAdd decoder for em4305 RFID protocol
2016-05-15 Uwe HermannUse consistent __init__() format across all PDs.
2016-05-11 Uwe Hermannusb_request: Drop hardcoded samplerate.
2016-05-11 Stefan BrünsSupply metadata to stacked decoders
2016-05-11 Uwe Hermannwiegand: Make bitwidth_ms option values integer (not...
2016-05-11 Sean BurfordAdd wiegand decoder.
2016-05-09 Uwe HermannConsistently use ' instead of " for strings in all...
2016-05-09 Uwe HermannFactor out SD card lists into common/sdcard.
2016-05-05 Uwe HermannFactor out bcd2int() into common/srdhelper.
2016-05-05 Uwe HermannHave one subdirectory per module in common/ as well.
2016-05-04 Bert VermeulenMove constants out of xfp to common/plugtrx.
2016-05-04 Bert VermeulenAdd common directory for shared modules.
2016-05-04 Uwe Hermannmdio: Add 'TURNAROUND' long/full annotation.
2016-05-04 Uwe Hermannmdio: Factor out self.putff().
2016-05-04 Elias OenalAdd an MDIO protocol decoder.
2016-04-27 Uwe HermannDrop mdio decoder (to be replaced with another implemen...
2016-04-20 Uwe Hermannpwm: Use self.{ss,es}_block for consistency across...
2016-04-20 Uwe Hermanntiming: Use self.samplenum for consistency across PDs.
2016-03-20 fenugrecAdd initial Renesas Advanced User Debugger (AUD) decoder.
2016-03-04 Uwe Hermannem4100/t55xx: Fix accidentally broken wording in licens...
2016-03-04 Uwe HermannFix various incorrect PD license metadata fields.
2016-03-03 Uwe HermannAdd an rgb_led_ws281x decoder.
2016-03-03 Benjamin LarssonAdd decoder for the t55xx RFID protocol
2016-03-03 Uwe Hermannconfigure.ac: Bump package version to 0.5.0.
2016-01-29 Uwe HermannBump libtool version (not package version) to 3:0:0.
2016-01-29 Uwe HermannNEWS: Update for upcoming 0.4.0 release.
2016-01-28 Martijn van... configure.ac: Also check for Python 3.5.
2016-01-28 Daniel Thompsonuart: Optimize handling of samples when tx and rx are...
2016-01-28 Petteri Aimonenarm_itm: Use objdump instead of addr2line.
2015-12-25 Uwe Hermannusb_power_delivery: Raise SamplerateError instead of...
2015-12-24 Uwe HermannUse self.out_binary naming consistently across all...
2015-12-24 Uwe HermannUse a Python list (not tuple) for OUT_BINARY.
2015-12-23 Uwe HermannDrop obsolete support for annotation tuples (only suppo...
2015-12-18 Uwe Hermannem4100: Simplify the code a bit.
2015-12-18 Uwe Hermannem4100: Use ss/es naming for consistency across PDs.
2015-12-18 Uwe Hermannem4100: Eliminate some unnecessary int()s.
2015-12-18 Uwe Hermannem4100: Change annotation setup a bit, decode more...
2015-12-18 Benjamin LarssonAdd RFID EM4100 protocol decoding
2015-12-16 Uwe Hermannusb_power_delivery: Use "if not self.samplerate" form.
2015-12-16 Vincent Palatinusb_power_delivery: convert double quotes to single...
2015-12-07 Marcus Comstedtinit: Don't let Python override signal handlers
2015-12-04 Uwe Hermannusb*: Minor cosmetics.
2015-12-01 Stefan Brünsusb_signalling: detect PREamble PID
2015-12-01 Stefan Brünsusb_signalling: add signaling states needed after LS...
2015-12-01 Stefan Brünsusb_{packet,request}: handle PREamble transmissions
2015-11-29 Stefan Brünsusb_signalling: fix SOP detection after an error condition
2015-11-29 Stefan Brünsusb_packet: handle errors from usb_signalling
2015-11-29 Stefan Brünsusb_request: Handle transmission timeouts
2015-11-29 Stefan Brünsusb_signalling: add option to automatically set signall...
2015-11-29 Stefan Brünsusb_signalling: decode RESET and Keep-Alive signalling...
2015-11-29 Stefan Brünsusb_signalling: use explicit positions for packet start/end
2015-11-29 Stefan Brünsusb_signalling: handle symbol errors in EOP state
2015-11-29 Stefan Brünsusb_signalling: remove unneeded syms array
2015-11-29 Stefan Brünsusb_signalling: remove unused ss_sop member
2015-11-29 Stefan Brünsusb_signalling: detect bit stuffing errors
2015-11-29 Stefan Brünsusb_signalling: consolidate symbol output
2015-11-22 Paul "LeoNerd... spi: Add a 'TRANSFER' output type.
2015-11-22 Paul "LeoNerd... Fix documentation comment in SPI decoder
2015-11-21 Uwe Hermannusb_power_delivery: Minor typo and whitespace fixes.
2015-11-21 Uwe Hermannusb_power_delivery: Use the same license header format...
2015-11-21 Vincent PalatinUSB Power Delivery protocol decoder
2015-11-21 Uwe Hermannspiflash: Fix incorrect 'inputs' field.
2015-11-12 Paul "LeoNerd... Initial attempt at MAX7219/MAX7221 decoder
2015-11-03 Uwe Hermannsrd_decoder_unload(): Remove PD from the internal list.
2015-11-03 Uwe Hermanntests/decoder.c: Add some srd_decoder_unload*() tests.
2015-10-22 ElrondUART: Handle framing errors better
2015-10-06 Daniel Elstnerexception: Decorate catch function with format attribute
2015-10-06 Daniel Elstnerbuild: Require GLib 2.28.0
2015-10-06 Daniel Elstnerutil: Factor out Python module load
2015-10-06 Daniel Elstnerdecoder: Refactor loading code and plug leaks
2015-10-06 Daniel ElstnerPython: Restrict code to stable ABI subset
2015-10-06 Stefan Brünsusb_request: USB transaction decoder and PCAP generator
2015-10-06 Uwe Hermannusb_packet: Document CRC5 ERROR and CRC16 ERROR packets.
2015-10-06 Uwe Hermannusb_{signalling,packet}: Minor cosmetics.
2015-10-06 Stefan Brünsusb_signalling: Track USB symbol width to compensate...
2015-10-06 Stefan Brünsusb_packet: calculate and check CRC5/CRC16
2015-10-06 Roland Hieberrfm12: fix small typo
2015-10-03 Daniel Elstnertests: Do not reference parent directory in includes
2015-10-03 Daniel Elstnertests: Rename DECODERS_DIR to DECODERS_TESTDIR
2015-10-03 Daniel Elstnerbuild: Do not hard-code decoders location on Windows
2015-10-03 Daniel Elstnerinit: Also look for decoders in XDG data directories
2015-10-03 Daniel Elstnerinit: Simplify srd_decoder_searchpath_add()
2015-09-15 Daniel Elstnerjitter, pwm: Avoid Unicode string literals
2015-09-14 Uwe Hermanncan: Improve stuff bit annotation placement.
2015-09-14 Uwe Hermanncan: Emit bit value annotations.
2015-09-14 Uwe HermannMakefile.am: Shorten ChangeLog target a bit.
2015-09-13 Daniel Elstnerlog: Use GLib printf for consistency
2015-09-13 Daniel ElstnerBuild: Move _POSIX_C_SOURCE definition to config.h
2015-09-13 Daniel ElstnerBuild: Include <config.h> first in all source files
2015-09-13 Daniel ElstnerFix srd_log() format warnings
2015-09-13 Daniel Elstnerlog: Enable varargs format warnings
2015-09-13 Daniel Elstnerlog: Remove srd_log_logdomain_{get,set} from the API
2015-09-10 Uwe Hermanninstance.c: Don't use 'di' before NULL-checking it.
2015-09-10 Daniel ElstnerBuild: Put --no-print-directory into GNUMAKEFLAGS
2015-09-10 Daniel Elstnersigrok.m4: Update with latest version from libsigrok
2015-09-06 Daniel Elstnerlibsigrokdecode.pc: Publish decodersdir variable
next