| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-05-03 | examples/network/: Use getaddrinfo() result in easy way. | Paul Sokolovsky | |
| Instead of extracting 4th element, extact last. Much easier to remember! | |||
| 2016-04-28 | examples/http_server_ssl.py: HTTPS server example. | Paul Sokolovsky | |
| 2016-04-02 | examples/http_client_ssl.py: HTTPS client example. | Paul Sokolovsky | |
| 2016-04-02 | examples/http_server.py: Bind to 0.0.0.0, to be accessible from other hosts. | Paul Sokolovsky | |
| This is helpful when running on deeply embedded targets, but may be "security risk". Caveat emptor. | |||
| 2016-04-02 | examples/http_server.py: Introduce main() function. | Paul Sokolovsky | |
| Allows to re-run code if it was imported as a module (e.g., on bare-metal ports). | |||
| 2016-04-02 | examples/http_server.py: Refactor/simplify for Python 3.5. | Paul Sokolovsky | |
| 2016-04-02 | examples/http_client.py: Introduce main() function. | Paul Sokolovsky | |
| Allows to re-run code if it was imported as a module (e.g., on bare-metal ports). | |||
| 2016-04-02 | examples/http_client.py: Improve CPython compatibility in stream mode. | Paul Sokolovsky | |
| 2016-04-01 | example/http_client.py: Remove unused code. | Paul Sokolovsky | |
| 2016-04-01 | examples: http_client.py, http_server.py aren't just unix, move to network/. | Paul Sokolovsky | |
