micropython/extmod
Paul Sokolovsky de0c84ebf1 extmod/modlwip: lwip_tcp_send: Handle properly send buffer full condition.
Per POSIX http://pubs.opengroup.org/onlinepubs/9699919799/functions/send.html :
"If space is not available at the sending socket to hold the message to be
transmitted, and the socket file descriptor does not have O_NONBLOCK set,
send() shall block until space is available. If space is not available at the
sending socket to hold the message to be transmitted, and the socket file
descriptor does have O_NONBLOCK set, send() shall fail [with EAGAIN]."
2016-03-25 18:38:13 +02:00
..
crypto-algorithms extmod/moduhashlib: Add namespace prefix for crypto-algorithms/sha256.h. 2015-12-20 23:14:47 +02:00
lwip-include
re1.5
uzlib extmod: Update uzlib to 1.2.2. 2016-02-01 23:05:45 +02:00
fsusermount.c extmod/fsusermount,vfs_fat: Nanbox cleanness. 2016-02-14 19:15:22 +02:00
fsusermount.h extmod/vfs_fat: Object-oriented encapsulation of FatFs VFS. 2016-02-14 19:15:21 +02:00
machine_mem.c extmod/modmachine: Truncate integers that are to be stored using mem*. 2016-02-10 17:05:03 +00:00
machine_mem.h
misc.h extmod/moduos_dupterm: Make mp_uos_dupterm_tx_strn() function reusable. 2016-01-01 16:43:35 +02:00
modlwip.c extmod/modlwip: lwip_tcp_send: Handle properly send buffer full condition. 2016-03-25 18:38:13 +02:00
modubinascii.c py: Change type signature of builtin funs that take variable or kw args. 2016-01-11 00:49:27 +00:00
modubinascii.h py: Change type signature of builtin funs that take variable or kw args. 2016-01-11 00:49:27 +00:00
moductypes.c extmod/uctypes: Change param type from void* to byte*. 2016-03-19 22:13:17 +00:00
moduhashlib.c extmod/moduhashlib: Use MICROPY_PY_UHASHLIB_SHA1 config define. 2016-01-25 00:49:00 +02:00
moduheapq.c
modujson.c
moduos_dupterm.c extmod/moduos_dupterm: Handle exceptions in call to dupterm's .write() 2016-01-01 22:06:38 +02:00
modurandom.c extmod/modurandom: Add some extra random functions. 2016-01-26 15:27:00 +00:00
modure.c py: Change type signature of builtin funs that take variable or kw args. 2016-01-11 00:49:27 +00:00
modussl.c
moduzlib.c py: Change type signature of builtin funs that take variable or kw args. 2016-01-11 00:49:27 +00:00
modwebsocket.c extmod/modwebsocket: Implement read support. 2016-03-25 00:51:51 +02:00
vfs_fat.c extmod/vfs_fat: Add .rename() method. 2016-02-29 01:23:53 +02:00
vfs_fat_diskio.c extmod/vfs_fat_diskio: Reusable FatFs module, move from stmhal/diskio. 2016-02-15 00:08:37 +02:00
vfs_fat_ffconf.c extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf. 2016-02-15 00:19:27 +02:00
vfs_fat_file.c py: When printf'ing an object as a pointer, pass the concrete pointer. 2016-03-14 22:41:14 +00:00
vfs_fat_file.h extmod/vfs_fat: Move listdir() method from stmhal for reuse. 2016-02-28 17:17:24 +02:00
vfs_fat_lexer.c extmod/vfs_fat_lexer: Add func prototype for pedantic warnings. 2016-03-03 14:53:36 +02:00
vfs_fat_misc.c extmod/vfs_fat_misc: Fix cc3200 port build. 2016-02-29 01:15:19 +02:00