summaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
2017-08-21extmod/modubinascii: Don't post-increment variable that won't be used.Damien George
2017-08-21extmod,unix: For uos.stat interpret st_size member as an unsigned int.Damien George
2017-08-17extmod/modubinascii: Rewrite mod_binascii_a2b_base64.Alex Robbins
2017-08-16extmod/modussl_mbedtls.c: Add ussl.getpeercert() method.Eric Poulsen
2017-08-13all: Raise exceptions via mp_raise_XXXJavier Candeira
2017-08-02py,extmod,stmhal: Use "static inline" for funcs that should be inline.Damien George
2017-07-31extmod/modlwip: Implement setsockopt(IP_ADD_MEMBERSHIP).Paul Sokolovsky
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-07-31extmod: Use MP_ROM_INT for int values in an mp_rom_map_elem_t.Damien George
2017-07-29extmod/mod{lwip,onewire,webrepl}: Convert to mp_rom_map_elem_t.Paul Sokolovsky
2017-07-29extmod/modframebuf: Use correct initialization for .locals_dict.Paul Sokolovsky
2017-07-26extmod/machine_signal: Fix parsing of invert arg when Pin is first arg.Damien George
2017-07-26extmod/modussl_mbedtls: Implement non-blocking SSL sockets.Eric Poulsen
2017-07-25extmod/modframebuf: Consistently use "col" as name for colour variables.Damien George
2017-07-25extmod/modussl_mbedtls: Make socket.close() free all TLS resources.Damien George
2017-07-25extmod/modframebuf: Fix invalid stride for odd widths in GS4_HMSB fmt.Radomir Dopieralski
2017-07-25extmod/modussl_mbedtls: When reading and peer wants to close, return 0.Damien George
2017-07-24all: Don't include system errno.h when it's not needed.Damien George
2017-07-24extmod/modussl_mbedtls: Support server_side mode.Damien George
2017-07-20extmod/modussl_axtls: Allow to close ssl stream multiple times.Paul Sokolovsky
2017-07-19all: Remove trailing spaces, per coding conventions.Damien George
2017-07-18all: Unify header guard usage.Alexander Steffen
2017-07-07py,extmod: Some casts and minor refactors to quiet compiler warnings.Tom Collins
2017-07-05extmod/modujson: Properly initialise temporary StringIO object.Damien George
2017-07-03extmod/modubinascii: Add check for empty buffer passed to hexlify.Damien George
2017-07-01extmod/modure: If input string is bytes, return bytes results too.Paul Sokolovsky
2017-06-24extmod/moduzlib: decompress: Remove stale "(void)n_args".Paul Sokolovsky
2017-06-22extmmod/modonewire: Rename public module to mp_module_onewire.Damien George
2017-06-22extmod: Move modonewire.c from esp8266 to extmod directory.Damien George
2017-06-15all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.Damien George
2017-06-14extmod/modussl_axtls: Implement server_hostname arg to wrap_socket().Paul Sokolovsky
2017-06-13extmod/modussl_axtls: Update for axTLS 2.1.3.Paul Sokolovsky
2017-06-10extmod/modframebuf: Fix signed/unsigned comparison pendantic warning.Paul Sokolovsky
2017-06-07extmod/vfs: Allow "buffering" and "encoding" args to VFS's open().Damien George
2017-06-07extmod/vfs: Allow to statvfs the root directory.Damien George
2017-06-04extmod/modlwip: accept: Fix error code for non-blocking mode.Paul Sokolovsky
2017-06-04extmod/modlwip: Fix error codes for duplicate calls to connect().Paul Sokolovsky
2017-06-03extmod/modlwip: connect: For non-blocking mode, return EINPROGRESS.Paul Sokolovsky
2017-05-29various: Spelling fixesVille Skyttä
2017-05-13extmod/vfs_fat_misc: Remove dot-dirs filter since FatFS already does it.Damien George
2017-05-10extmod/vfs: Use MP_S_IFDIR, MP_S_IFREG consts instead of magic numbers.Damien George
2017-05-10extmod/vfs_fat: Replace listdir() with implementation of ilistdir().Damien George
2017-05-10extmod/vfs: Implement mp_vfs_ilistdir().Damien George
2017-05-05extmod/vfs: Allow a VFS to be mounted at the root dir.Damien George
2017-05-01extmod/modlwip: ioctl POLL: Fix handling of peer closed socket.Paul Sokolovsky
2017-04-29extmod/modlwip: getaddrinfo: Allow to accept all 6 standard params.Paul Sokolovsky
2017-04-29extmod/moduselect: Implement ipoll() method for alloc-free polling.Paul Sokolovsky
2017-04-29extmod/moduselect: Refactor towards introduction of poll.ipoll().Paul Sokolovsky
2017-04-29extmod/moduselect: Convert to MP_ROM_QSTR and friends.Paul Sokolovsky
2017-04-27extmod/crypto-algorithms/sha256: Remove non-standard memory.h header.Paul Sokolovsky