index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unix
/
modsocket.c
Age
Commit message (
Expand
)
Author
2014-05-31
modsocket: Add some comments on intended usage/API design of module.
Paul Sokolovsky
2014-05-31
modsocket: Remove stale ifdef.
Paul Sokolovsky
2014-05-25
Change const byte* to const char* where sensible.
Damien George
2014-05-24
modsocket: 64-bit cleanness.
Paul Sokolovsky
2014-05-24
unix modsocket: Make .makefile() method more compliant.
Paul Sokolovsky
2014-05-21
Merge pull request #607 from Anton-2/osx-clang
Damien George
2014-05-13
py, unix: Add copyright for modules I worked closely on.
Paul Sokolovsky
2014-05-12
Fix some unused variables, and silence a clang warning about initialization o...
Antonin ENFRUN
2014-05-07
unix modsocket: Add comments re: recv() vs read(), etc. semantics.
Paul Sokolovsky
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-02
unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.
Paul Sokolovsky
2014-04-26
Add ARRAY_SIZE macro, and use it where possible.
Damien George
2014-04-26
modsocket: Make .send() support arbitrary objects with buffer interface.
Paul Sokolovsky
2014-04-22
unix: Workaround MP_OBJ_NEW_SMALL_INT() 64-bit issues.
Paul Sokolovsky
2014-04-22
modsocket: Clean up OSError-like exception a bit.
Paul Sokolovsky
2014-04-22
unix: OSError's args[0] should be errno numeric value.
Paul Sokolovsky
2014-04-20
modsocket: Add setblocking() method.
Paul Sokolovsky
2014-04-18
py: Allow to pass buffer protocol flags to get_buffer helper funcs.
Damien George
2014-04-18
unix: Update to use new buffer protocol interface with typecode.
Damien George
2014-04-17
unix modsocket: Convert to static module structures.
Paul Sokolovsky
2014-04-09
py: Add mp_get_buffer(), mp_get_buffer_raise() convenience functions to API.
Paul Sokolovsky
2014-04-05
py: Replace stream_p with *stream_p in mp_obj_type_t.
Damien George
2014-04-05
py: Change nlr_jump to nlr_raise, to aid in debugging.
Damien George
2014-04-04
unix: Rename module sources per latest naming conventions (mod*.c).
Paul Sokolovsky