8 Commits (5226d6e1ee7282bf40a45708b98067446b157bce)

Author SHA1 Message Date
Damien George 69661f3343 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
Paul Sokolovsky 3d19adf9b3 examples/network: Split recv- and read-based HTTP servers. 8 years ago
Paul Sokolovsky e3f0f31e07 examples/http_server*: Update for buffered-like streams (read line by line). 8 years ago
Paul Sokolovsky c2d885501f examples/network/: Use getaddrinfo() result in easy way. 9 years ago
Paul Sokolovsky ec5f8db49d examples/http_server.py: Bind to 0.0.0.0, to be accessible from other hosts. 9 years ago
Paul Sokolovsky c07a03a36d examples/http_server.py: Introduce main() function. 9 years ago
Paul Sokolovsky aa3fb7b387 examples/http_server.py: Refactor/simplify for Python 3.5. 9 years ago
Paul Sokolovsky cf4b72bf13 examples: http_client.py, http_server.py aren't just unix, move to network/. 9 years ago
Paul Sokolovsky bae052d420 examples/unix: Rename example be importable as modules. 9 years ago
Paul Sokolovsky 23b3b04072 unix: Rename "microsocket" module to "usocket". 10 years ago
Paul Sokolovsky a2d8f98a7e examples: Rename unix socket examples to have more precise naming (http). 10 years ago
Paul Sokolovsky 9945f33886 Rename "rawsocket" module to "microsocket". 11 years ago
Paul Sokolovsky 4795c58f3c sock-server.py: Use SO_REUSEADDR to avoid errors on quick restart. 11 years ago
Paul Sokolovsky d991da7263 socket-client, socket-server examples now run on both Micro- and C-Python. 11 years ago
Paul Sokolovsky e2f3e1d24a Add socket examples (simple HTTP client and server). 11 years ago