Age | Commit message (Expand) | Author |
2018-05-26 | Add decoder for Microchip ATSHA204A crypto module | Michalis Pappas |
2018-05-21 | Add ON Semi CAT24C256, CAT24M01. | whitequark |
2018-05-19 | Decoder_put(): Avoid a g_malloc()/g_free() pair per binary out. | Uwe Hermann |
2018-05-19 | Decoder_put(): Avoid a g_malloc()/g_free() pair per annotation. | Uwe Hermann |
2018-05-18 | srd_inst_find_by_obj(): Minor performance improvement. | Uwe Hermann |
2018-05-18 | srd_*inst_find_by_obj(): Suggest inlining for performance reasons. | Uwe Hermann |
2018-05-18 | srd_*inst_find_by_obj(): Move functions, make them static. | Uwe Hermann |
2018-05-18 | sample_matches(): Force inlining for performance reasons. | Uwe Hermann |
2018-05-18 | Simplify code by dropping session_is_valid(). | Uwe Hermann |
2018-05-18 | convert_meta(): Use g_variant_type_equal(). | Uwe Hermann |
2018-05-18 | Doxyfile: Exclude the build/ directory. | Uwe Hermann |
2018-05-18 | Add srd_searchpaths_get() API docs. | Uwe Hermann |
2018-05-18 | Doxyfile: Update to a more recent Doxygen version. | Uwe Hermann |
2018-05-18 | Random whitespace/cosmetic/consistency fixes. | Uwe Hermann |
2018-05-17 | type_decoder.c: Fix a compiler warning (-Wswitch-default). | Uwe Hermann |
2018-05-17 | configure.ac: Add some more compiler warning options. | Uwe Hermann |
2018-05-16 | srd_decoder_load_all_zip_path(): Fix a compiler warning (-Wshadow). | Uwe Hermann |
2018-05-16 | srd_inst_channel_set_all(): Fix a compiler warning (-Wshadow). | Uwe Hermann |
2018-05-16 | type_decoder.c: Drop unneeded g_free() NULL check. | Uwe Hermann |
2018-05-16 | instance.c: Fix a scan-build warning. | Uwe Hermann |
2018-05-16 | decoder.c: Fix a scan-build warning. | Uwe Hermann |
2018-05-16 | type_decoder.c: Fix a scan-build warning. | Uwe Hermann |
2018-05-16 | instance.c: Fix a memory leak reported by scan-build. | Uwe Hermann |
2018-05-16 | type_decoder.c: Fix a memory leak reported by scan-build. | Uwe Hermann |
2018-05-16 | type_decoder.c: Fix a memory leak reported by scan-build. | Uwe Hermann |
2018-05-15 | Convert some g_malloc0() to g_malloc(). | Uwe Hermann |
2018-05-15 | get_current_pinvalues(): Slightly simplify a code chunk. | Uwe Hermann |
2018-05-15 | util.c: Add two missing PyGILState_Release() calls. | Uwe Hermann |
2018-05-13 | st7735: Merge reset_state() into reset(). | Uwe Hermann |
2018-05-13 | Simple decoder for ST7735 TFT controller | Aleksander Alekseev |
2018-05-12 | mcs48: add reset method, make A12 optional, unassorted adjustment | Gerhard Sittig |
2018-05-12 | Add new decoder: Intel MCS-48 | fenugrec |
2018-05-09 | type_decoder.c: Drop incorrect Py_DECREF() calls. | Uwe Hermann |
2018-05-09 | type_decoder: Fixup memory leak in Decoder.put() (meta, python) | Uwe Hermann |
2018-05-09 | type_decoder: fixup memory leak in Decoder.put() (annotation, binary) | Gerhard Sittig |
2018-05-06 | Doxyfile: Set CREATE_SUBDIRS to NO. | Uwe Hermann |
2018-05-03 | jtag_stm32: Always switch state on new instruction | George Hopkins |
2018-05-03 | jtag_stm32: Fix handling of boundary scan TAP | George Hopkins |
2018-05-03 | jtag: Fix shifting of registers | George Hopkins |
2018-05-03 | spiflash: Add Adesto AT45DB161E metadata. | Uwe Hermann |
2018-05-03 | spiflash: Add basic Adesto AT45DBxx support (WRITE1/2, STATUS). | Aleksander Alekseev |
2018-04-24 | dcf77: annotate unexpected bit numbers and values, do not abort execution | Gerhard Sittig |
2018-04-24 | dcf77: annotate invalid dow and month fields, do not abort execution | Gerhard Sittig |
2018-04-23 | dcf77, lpc: rephrase bit string formatting | Gerhard Sittig |
2018-04-23 | instance: return SRD_ERR_TERM_REQ when execution shall terminate | Gerhard Sittig |
2018-04-23 | instance: drop an unneeded "want wait() to terminate" reset assignment | Gerhard Sittig |
2018-04-22 | log: Move log level check so that it affects all handlers. | Uwe Hermann |
2018-04-20 | srd_exception_catch(): Beautify traceback logging output. | Uwe Hermann |
2018-04-20 | Decoder_register(): Drop an overly verbose log message. | Uwe Hermann |
2018-04-20 | srd_logv(): Add an explicit fflush(). | Uwe Hermann |