summaryrefslogtreecommitdiffstatshomepage
path: root/unix/modsocket.c
Commit message (Expand)AuthorAge
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16
* py, unix: Allow to compile with -Wunused-parameter.Damien George2015-01-20
* unix: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* py: Move to guarded includes, everywhere in py/ core.Damien George2015-01-01
* py: Rename mp_obj_int_get to mp_obj_int_get_truncated; fix struct.pack.Damien George2014-12-05
* Use MP_DEFINE_CONST_DICT macro to define module dicts.Damien George2014-11-29
* Implement kwargs for builtin open() and _io.FileIOstijn2014-10-21
* unix, stmhal: Implement file.readinto() method.Paul Sokolovsky2014-10-18
* unix: Rename "microsocket" module to "usocket".Paul Sokolovsky2014-10-09
* unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning.Damien George2014-09-06
* Change some parts of the core API to use mp_uint_t instead of uint/int.Damien George2014-08-30
* modsocket: .recv() returns bytes object.Paul Sokolovsky2014-08-10
* py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.Damien George2014-07-31
* py: Change stream protocol API: fns return uint; is_text for text.Damien George2014-07-27
* Rename machine_(u)int_t to mp_(u)int_t.Damien George2014-07-03
* modsocket: Fix uClibc detection.Paul Sokolovsky2014-06-24
* modsocket: Workaround uClibc issue with numeric port for getaddrinfo().Paul Sokolovsky2014-06-22
* modsocket: Add call to freeaddrinfo().Paul Sokolovsky2014-06-22
* Prefix ARRAY_SIZE with micropython prefix MP_Emmanuel Blot2014-06-19
* - FreeBSD provides alloca() via stdlib.h, in contrast to Linux and WindowsMarcus von Appen2014-06-07
* modsocket: Add some comments on intended usage/API design of module.Paul Sokolovsky2014-05-31
* modsocket: Remove stale ifdef.Paul Sokolovsky2014-05-31
* Change const byte* to const char* where sensible.Damien George2014-05-25
* modsocket: 64-bit cleanness.Paul Sokolovsky2014-05-24
* unix modsocket: Make .makefile() method more compliant.Paul Sokolovsky2014-05-24
* Merge pull request #607 from Anton-2/osx-clangDamien George2014-05-21
|\
| * Fix some unused variables, and silence a clang warning about initialization o...Antonin ENFRUN2014-05-12
* | py, unix: Add copyright for modules I worked closely on.Paul Sokolovsky2014-05-13
|/
* unix modsocket: Add comments re: recv() vs read(), etc. semantics.Paul Sokolovsky2014-05-07
* Add license header to (almost) all files.Damien George2014-05-03
* unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky2014-05-02
* Add ARRAY_SIZE macro, and use it where possible.Damien George2014-04-26
* modsocket: Make .send() support arbitrary objects with buffer interface.Paul Sokolovsky2014-04-26
* unix: Workaround MP_OBJ_NEW_SMALL_INT() 64-bit issues.Paul Sokolovsky2014-04-22
* modsocket: Clean up OSError-like exception a bit.Paul Sokolovsky2014-04-22
* unix: OSError's args[0] should be errno numeric value.Paul Sokolovsky2014-04-22
* modsocket: Add setblocking() method.Paul Sokolovsky2014-04-20
* py: Allow to pass buffer protocol flags to get_buffer helper funcs.Damien George2014-04-18
* unix: Update to use new buffer protocol interface with typecode.Damien George2014-04-18
* unix modsocket: Convert to static module structures.Paul Sokolovsky2014-04-17
* py: Add mp_get_buffer(), mp_get_buffer_raise() convenience functions to API.Paul Sokolovsky2014-04-09
* py: Replace stream_p with *stream_p in mp_obj_type_t.Damien George2014-04-05
* py: Change nlr_jump to nlr_raise, to aid in debugging.Damien George2014-04-05
* unix: Rename module sources per latest naming conventions (mod*.c).Paul Sokolovsky2014-04-04