summaryrefslogtreecommitdiffstatshomepage
path: root/unix/socket.c
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:micropython/micropythonDamien George2014-01-21
|\ | | | | | | | | | | | | | | | | Conflicts: py/objstr.c py/py.mk py/stream.c unix/main.c unix/socket.c
| * Don't preimport socket module.Paul Sokolovsky2014-01-20
| |
| * unix socket: Add send() and recv() methods.Paul Sokolovsky2014-01-20
| | | | | | | | | | | | | | CPython _socket actually have only those and doesn't provide stream interface (higher-level CPython "socket" what adds this). +516 bytes x86.
* | Revamp qstrs: they now include length and hash.Damien George2014-01-21
|/ | | | | Can now have null bytes in strings. Can define ROM qstrs per port using qstrdefsport.h
* Change int to uint for n_args in function with variable arguments.Damien George2014-01-19
|
* Fix warnings about int/pointer casting.Damien George2014-01-18
|
* Add lean ("raw") socket module.Paul Sokolovsky2014-01-19