492 Commits (0a30ad96c886aacf897b3e87cbdb24fb46c5c43d)

Author SHA1 Message Date
Damien George 37282f8fc1 extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index. 7 years ago
Damien George a3dc1b1957 all: Remove inclusion of internal py header files. 7 years ago
Paul Sokolovsky aba1f9167a extmod/modure: Add stack overflow checking when executing a regex. 7 years ago
Paul Sokolovsky c9a0b2a818 extmod/re1.5: Upgrade to v0.8.2, adds hook for stack overflow checking. 7 years ago
Paul Sokolovsky 4a314a6f63 extmod/re1.5: Update to 0.8.1. 7 years ago
Damien George b02be234e1 extmod/machine_pinbase: Put PinBase singleton in ROM. 7 years ago
Damien George beeb7483d8 extmod/modussl_mbedtls: Allow to compile with MBEDTLS_DEBUG_C disabled. 7 years ago
Damien George 4a93801c12 all: Update Makefiles and others to build with new ports/ dir layout. 7 years ago
Damien George 09547f0f51 extmod/modubinascii: Only include uzlib/tinf.h when it's really needed. 7 years ago
Damien George 71c9cfb028 all: Convert remaining "mp_uint_t n_args" to "size_t n_args". 7 years ago
Damien George 58321dd985 all: Convert mp_uint_t to mp_unary_op_t/mp_binary_op_t where appropriate 7 years ago
Damien George 1c6b442d32 extmod/modubinascii: Don't post-increment variable that won't be used. 7 years ago
Damien George 4c736ea8fc extmod,unix: For uos.stat interpret st_size member as an unsigned int. 7 years ago
Alex Robbins c89254fd0f extmod/modubinascii: Rewrite mod_binascii_a2b_base64. 7 years ago
Eric Poulsen d5191edf7f extmod/modussl_mbedtls.c: Add ussl.getpeercert() method. 7 years ago
Javier Candeira 35a1fea90b all: Raise exceptions via mp_raise_XXX 7 years ago
Damien George 0f12082f5b py,extmod,stmhal: Use "static inline" for funcs that should be inline. 7 years ago
Paul Sokolovsky ee04525097 extmod/modlwip: Implement setsockopt(IP_ADD_MEMBERSHIP). 7 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Damien George bbced3b4bb extmod: Use MP_ROM_INT for int values in an mp_rom_map_elem_t. 7 years ago
Paul Sokolovsky f2140f9446 extmod/mod{lwip,onewire,webrepl}: Convert to mp_rom_map_elem_t. 7 years ago
Paul Sokolovsky 036b58228c extmod/modframebuf: Use correct initialization for .locals_dict. 7 years ago
Damien George 653a0c2d71 extmod/machine_signal: Fix parsing of invert arg when Pin is first arg. 7 years ago
Eric Poulsen 6b4d4a25ce extmod/modussl_mbedtls: Implement non-blocking SSL sockets. 7 years ago
Damien George f3687109d5 extmod/modframebuf: Consistently use "col" as name for colour variables. 7 years ago
Damien George 0893b273b9 extmod/modussl_mbedtls: Make socket.close() free all TLS resources. 7 years ago
Radomir Dopieralski 363087aa11 extmod/modframebuf: Fix invalid stride for odd widths in GS4_HMSB fmt. 7 years ago
Damien George a10467b58a extmod/modussl_mbedtls: When reading and peer wants to close, return 0. 8 years ago
Damien George aa7be82a4d all: Don't include system errno.h when it's not needed. 7 years ago
Damien George 513dfcf4fe extmod/modussl_mbedtls: Support server_side mode. 7 years ago
Paul Sokolovsky 4368ae3142 extmod/modussl_axtls: Allow to close ssl stream multiple times. 7 years ago
Damien George 761e4c7ff6 all: Remove trailing spaces, per coding conventions. 7 years ago
Alexander Steffen 299bc62586 all: Unify header guard usage. 7 years ago
Tom Collins 145796f037 py,extmod: Some casts and minor refactors to quiet compiler warnings. 7 years ago
Damien George f110dbd795 extmod/modujson: Properly initialise temporary StringIO object. 7 years ago
Damien George b86c65d31c extmod/modubinascii: Add check for empty buffer passed to hexlify. 7 years ago
Paul Sokolovsky 58b7b01cb5 extmod/modure: If input string is bytes, return bytes results too. 7 years ago
Paul Sokolovsky 91e93a9684 extmod/moduzlib: decompress: Remove stale "(void)n_args". 7 years ago
Damien George eeaab1897b extmmod/modonewire: Rename public module to mp_module_onewire. 7 years ago
Damien George 6cc4da4cb8 extmod: Move modonewire.c from esp8266 to extmod directory. 7 years ago
Damien George 48d867b4a6 all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers. 8 years ago
Paul Sokolovsky 82b9915b34 extmod/modussl_axtls: Implement server_hostname arg to wrap_socket(). 8 years ago
Paul Sokolovsky 75c3f2a7ab extmod/modussl_axtls: Update for axTLS 2.1.3. 8 years ago
Paul Sokolovsky 0a7735f1a6 extmod/modframebuf: Fix signed/unsigned comparison pendantic warning. 8 years ago
Damien George 7ecfbb8267 extmod/vfs: Allow "buffering" and "encoding" args to VFS's open(). 8 years ago
Damien George f6ef8e3f17 extmod/vfs: Allow to statvfs the root directory. 8 years ago
Paul Sokolovsky 50de6d2fab extmod/modlwip: accept: Fix error code for non-blocking mode. 8 years ago
Paul Sokolovsky 5da8de2b66 extmod/modlwip: Fix error codes for duplicate calls to connect(). 8 years ago
Paul Sokolovsky a0dbbbebb8 extmod/modlwip: connect: For non-blocking mode, return EINPROGRESS. 8 years ago
Ville Skyttä ca16c38210 various: Spelling fixes 8 years ago