Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-26 | Change -Og to -O0 in unix-cpy/Makefile; cast to small int in socket.c. | Damien George | |
2014-01-26 | unix socket: Add setsockopt() method. | Paul Sokolovsky | |
2014-01-26 | unix socket: Add few more socket constants. | Paul Sokolovsky | |
2014-01-26 | unix socket: Store module constants in data structure. | Paul Sokolovsky | |
-147 bytes on x86. | |||
2014-01-22 | Second stage of qstr revamp: uPy str object can be qstr or not. | Damien George | |
2014-01-21 | Merge branch 'master' of github.com:micropython/micropython | Damien George | |
Conflicts: py/objstr.c py/py.mk py/stream.c unix/main.c unix/socket.c | |||
2014-01-21 | Revamp qstrs: they now include length and hash. | Damien George | |
Can now have null bytes in strings. Can define ROM qstrs per port using qstrdefsport.h | |||
2014-01-20 | Don't preimport socket module. | Paul Sokolovsky | |
2014-01-20 | unix socket: Add send() and recv() methods. | Paul Sokolovsky | |
CPython _socket actually have only those and doesn't provide stream interface (higher-level CPython "socket" what adds this). +516 bytes x86. | |||
2014-01-19 | Change int to uint for n_args in function with variable arguments. | Damien George | |
2014-01-18 | Fix warnings about int/pointer casting. | Damien George | |
2014-01-19 | Add lean ("raw") socket module. | Paul Sokolovsky | |