index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
extmod
/
modussl_axtls.c
Commit message (
Expand
)
Author
Age
*
all: Rename *umodule*.c to remove the "u" prefix.
Jim Mussared
2023-06-08
*
all: Rename UMODULE to MODULE in preprocessor/Makefile vars.
Jim Mussared
2023-06-08
*
all: Rename mod_umodule*, ^umodule* to remove the "u" prefix.
Jim Mussared
2023-06-08
*
all: Rename mp_umodule*, mp_module_umodule* to remove the "u" prefix.
Jim Mussared
2023-06-08
*
all: Rename MP_QSTR_umodule to MP_QSTR_module everywhere.
Jim Mussared
2023-06-08
*
all: Fix spelling mistakes based on codespell check.
Damien George
2023-04-27
*
py/obj: Convert make_new into a mp_obj_type_t slot.
Jim Mussared
2022-09-19
*
py/obj: Merge getiter and iternext mp_obj_type_t slots.
Jim Mussared
2022-09-19
*
all: Remove unnecessary locals_dict cast.
Jim Mussared
2022-09-19
*
all: Make all mp_obj_type_t defs use MP_DEFINE_CONST_OBJ_TYPE.
Jim Mussared
2022-09-19
*
all: Remove third argument to MP_REGISTER_MODULE.
Damien George
2022-06-02
*
extmod: Make extmod modules use MP_REGISTER_MODULE.
Jim Mussared
2022-05-18
*
extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking.
Thorsten von Eicken
2021-02-17
*
extmod/modussl_axtls: Reduce size of code that makes exception.
Damien George
2020-09-11
*
extmod/modussl: Improve exception error messages.
Thorsten von Eicken
2020-07-20
*
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-04-05
*
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
*
py: Introduce MP_ROM_NONE macro for ROM to refer to None object.
Damien George
2019-12-27
*
extmod: Give vars/funcs unique names so STATIC can be set to nothing.
Damien George
2019-08-20
*
extmod/modussl_axtls: Add non-blocking mode support.
Paul Sokolovsky
2019-04-30
*
extmod/modussl_axtls: Use MP_ROM_PTR for objects in allowed args array.
Damien George
2018-08-14
*
extmod/modussl: Support polling in ussl objects by passing through ioctl
Damien George
2018-07-20
*
extmod/modussl_axtls: Fix __del__ to point to mp_stream_close_obj.
Damien George
2018-06-13
*
py/stream: Switch stream close operation from method to ioctl.
Damien George
2018-04-10
*
extmod/modussl_axtls: Implement key and cert kw args to wrap_socket.
Damien George
2017-11-24
*
extmod/modussl_axtls: Typo fix in comment.
Paul Sokolovsky
2017-11-02
*
extmod/modussl_axtls: socket_read: Handle EAGAIN.
Paul Sokolovsky
2017-11-02
*
extmod/modussl: Add finaliser support for ussl objects.
Eric Poulsen
2017-10-30
*
all: Use NULL instead of "" when calling mp_raise exception helpers.
Damien George
2017-10-24
*
all: Remove inclusion of internal py header files.
Damien George
2017-10-04
*
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-08-13
*
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-31
*
all: Don't include system errno.h when it's not needed.
Damien George
2017-07-24
*
extmod/modussl_axtls: Allow to close ssl stream multiple times.
Paul Sokolovsky
2017-07-20
*
extmod/modussl_axtls: Implement server_hostname arg to wrap_socket().
Paul Sokolovsky
2017-06-14
*
extmod/modussl_axtls: Update for axTLS 2.1.3.
Paul Sokolovsky
2017-06-13
*
all: Remove readall() method, which is equivalent to read() w/o args.
Paul Sokolovsky
2016-11-14
*
extmod: Use mp_raise_OSError helper function.
Damien George
2016-10-07
*
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-09-22
*
py/stream: Add adapter methods with POSIX-compatible signatures.
Paul Sokolovsky
2016-07-30
*
extmod/modussl_axtls: Use mp_stream_close() method.
Paul Sokolovsky
2016-07-23
*
extmod/modussl_axtls: Add dummy setblocking() method.
Paul Sokolovsky
2016-07-15
*
extmod/modussl_axtls: Further changes to allow alternative SSL modules.
Paul Sokolovsky
2016-07-13
*
extmod/modussl: Rename to modussl_axtls.c, to allow impl using other SSL libs.
Paul Sokolovsky
2016-07-13