summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/moduzlib.c
Commit message (Expand)AuthorAge
* all: Rename *umodule*.c to remove the "u" prefix.Jim Mussared2023-06-08
* all: Rename UMODULE to MODULE in preprocessor/Makefile vars.Jim Mussared2023-06-08
* all: Rename mod_umodule*, ^umodule* to remove the "u" prefix.Jim Mussared2023-06-08
* all: Rename mp_umodule*, mp_module_umodule* to remove the "u" prefix.Jim Mussared2023-06-08
* all: Rename MP_QSTR_umodule to MP_QSTR_module everywhere.Jim Mussared2023-06-08
* py/obj: Convert make_new into a mp_obj_type_t slot.Jim Mussared2022-09-19
* all: Remove unnecessary locals_dict cast.Jim Mussared2022-09-19
* all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.Jim Mussared2022-09-19
* all: Remove third argument to MP_REGISTER_MODULE.Damien George2022-06-02
* extmod: Make extmod modules use MP_REGISTER_MODULE.Jim Mussared2022-05-18
* all: Use mp_obj_malloc everywhere it's applicable.Jim Mussared2022-05-03
* extmod/moduzlib: Fix parsing zlib header dict size.Daniƫl van de Giessen2022-03-08
* py: Introduce and use mp_raise_type_arg helper.Damien George2021-07-15
* extmod: Update for move of crypto-algorithms, re1.5, uzlib to lib.Damien George2021-07-12
* all: Use MP_ERROR_TEXT for all error messages.Jim Mussared2020-04-05
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* py: Add mp_raise_type helper macro and use it where appropriate.Damien George2020-02-13
* extmod: Add dynamic-runtime guards to btree/framebuf/uheapq/ure/uzlib.Damien George2019-12-12
* extmod/moduzlib: Update for uzlib 2.9.2.Paul Sokolovsky2019-01-27
* extmod: Update to use new mp_get_stream helper.Damien George2018-06-18
* all: Remove inclusion of internal py header files.Damien George2017-10-04
* all: Raise exceptions via mp_raise_XXXJavier Candeira2017-08-13
* all: Use the name MicroPython consistently in commentsAlexander Steffen2017-07-31
* extmod/moduzlib: decompress: Remove stale "(void)n_args".Paul Sokolovsky2017-06-24
* all: Remove readall() method, which is equivalent to read() w/o args.Paul Sokolovsky2016-11-14
* extmod: Use mp_raise_OSError helper function.Damien George2016-10-07
* extmod/moduzlib: DecompIO: Add support for gzip-formatted streams.Paul Sokolovsky2016-09-24
* all: Remove 'name' member from mp_obj_module_t struct.Damien George2016-09-22
* extmod/moduzlib: Support wbits arg to DecompIO.Paul Sokolovsky2016-09-04
* extmod/moduzlib: Use mperrno.h for error constants.Paul Sokolovsky2016-09-03
* extmod/moduzlib: Implement zlib stream decompressor class, DecompIO.Paul Sokolovsky2016-09-03
* extmod/moduzlib: Refactor to new stream-compatible uzlib 2.0 API.Paul Sokolovsky2016-08-17
* py: Change type signature of builtin funs that take variable or kw args.Damien George2016-01-11
* py: Add MP_ROM_* macros and mp_rom_* types and use them.Damien George2015-11-29
* py, extmod: Remove include of unnecessary system headers.Damien George2015-03-14
* moduzlib: Align out buffer to block size; shrink when decompression done.Paul Sokolovsky2015-01-28
* moduzlib: Implement raw DEFLATE decoding support.Paul Sokolovsky2015-01-28
* py, unix: Allow to compile with -Wunused-parameter.Damien George2015-01-20
* extmod: Prefix py/ for includes from py core directory.Damien George2015-01-01
* Use MP_DEFINE_CONST_DICT macro to define module dicts.Damien George2014-11-29
* moduzlib: Fix fn prototype and some code style; use it in stmhal port.Damien George2014-10-12
* moduzlib: New zlib-like module, based on uzlib.Paul Sokolovsky2014-10-13