summaryrefslogtreecommitdiffstatshomepage
path: root/unix/socket.c
Commit message (Expand)AuthorAge
* unix: Rename module sources per latest naming conventions (mod*.c).Paul Sokolovsky2014-04-04
* unix: Use STATIC modifier to enable code size analysis via map file.Paul Sokolovsky2014-04-04
* py: Remove old "run time" functions that were 1 liners.Damien George2014-03-31
* Merge map.h into obj.h.Damien George2014-03-30
* Rename rt_* to mp_*.Damien George2014-03-30
* py: Rename old const type objects to mp_type_* for consistency.Damien George2014-03-29
* Remove mp_obj_type_t.methods entry and use .locals_dict instead.Damien George2014-03-26
* Change mp_method_t.name from const char * to qstr.Damien George2014-03-26
* unix: Clean up includes.xbe2014-03-16
* Implement proper exception type hierarchy.Damien George2014-02-15
* Change mp_obj_type_t.name from const char * to qstr.Damien George2014-02-15
* Fix some int casting that failed on 64 bit architecture.Damien George2014-02-10
* socket: Tighten up int-to-str conversion.Paul Sokolovsky2014-02-10
* socket: Make sure that symbol definitions are const.Paul Sokolovsky2014-02-10
* unix microsocket: Add dummy makefile() method.Paul Sokolovsky2014-02-08
* io.File, socket types: Add fileno() method.Paul Sokolovsky2014-02-08
* Rename "rawsocket" module to "microsocket".Paul Sokolovsky2014-02-08
* Make mp_obj_str_get_data return char* instead of byte*.Damien George2014-02-08
* Change -Og to -O0 in unix-cpy/Makefile; cast to small int in socket.c.Damien George2014-01-26
* unix socket: Add setsockopt() method.Paul Sokolovsky2014-01-26
* unix socket: Add few more socket constants.Paul Sokolovsky2014-01-26
* unix socket: Store module constants in data structure.Paul Sokolovsky2014-01-26
* Second stage of qstr revamp: uPy str object can be qstr or not.Damien George2014-01-22
* Merge branch 'master' of github.com:micropython/micropythonDamien George2014-01-21
|\
| * Don't preimport socket module.Paul Sokolovsky2014-01-20
| * unix socket: Add send() and recv() methods.Paul Sokolovsky2014-01-20
* | Revamp qstrs: they now include length and hash.Damien George2014-01-21
|/
* 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