Wykres commitów

541 Commity (main)

Autor SHA1 Wiadomość Data
Dominik Moritz 2aba41ff7b
Fix typo in routes docs (#165) 2024-02-08 19:29:07 -03:00
Dominik Moritz 2c51d97097
Remove unused import in example (#157) 2024-01-31 15:20:26 -03:00
Mike Piecuch 26709f4086
Fix Response.send_chunk() and helpers.sendfile() (#150) 2023-12-26 14:23:08 -03:00
Will Rieger e6710b6a9e
Update WS Documentation (#145)
* update examples in docs to show upgrade, provide on_ methods

* add clarification
2023-11-29 08:30:51 -03:00
Cody Fincher e8b4c21515
feat: adds RHEL/OEL based Linux install + markdown linting (#138) 2023-09-06 22:33:05 -03:00
cirospaciari 1edf1f7e78 actually fix tasks now 2023-08-22 00:25:04 -03:00
cirospaciari fb1561dd4e add current_task support for tasks.py 2023-08-17 14:30:00 -03:00
cirospaciari 3b28e0edfe bump version 2023-07-25 08:50:17 -03:00
cirospaciari 263ff096c6 fix signal handler 2023-07-25 08:48:58 -03:00
cirospaciari dd9bb7512f fix toml 2023-07-12 18:07:03 -03:00
cirospaciari 037a29f3e2 bump 2023-07-12 17:55:03 -03:00
Ciro Spaciari 4a6629c7fe [GitHub Actions] Updated windows-amd64 binaries 2023-07-12 18:46:11 +00:00
Ciro Spaciari 87db175640
mor libs on windows.yml 2023-07-12 15:35:41 -03:00
Ciro Spaciari 299e36500a
Update windows.yml 2023-07-12 15:19:27 -03:00
Ciro Spaciari dc41c89a39
Update windows.yml 2023-07-12 15:02:20 -03:00
Ciro Spaciari fcea3cf783
debug windows.yml 2023-07-12 14:58:44 -03:00
Ciro Spaciari a259258cd7
Update windows.yml 2023-07-12 14:54:40 -03:00
Ciro Spaciari ce1ee6fa94
Update windows.yml 2023-07-12 14:34:30 -03:00
Ciro Spaciari bd753ae0e2 [GitHub Actions] Updated windows-amd64 binaries 2023-07-12 16:59:10 +00:00
Ciro Spaciari 9060913d49 [GitHub Actions] Updated darwin-arm64 binaries 2023-07-12 16:47:45 +00:00
Ciro Spaciari f2c8ef04b2 [GitHub Actions] Updated darwin-amd64 2023-07-12 16:35:36 +00:00
Ciro Spaciari 005b150d4a [GitHub Actions] Updated linux-amd64 binaries 2023-07-12 16:20:53 +00:00
cirospaciari 68beb7b40f update uWS 2023-07-12 13:05:45 -03:00
Ciro Spaciari ce55fd194b
Update README.md (#130) 2023-07-11 17:56:44 -03:00
Ciro Spaciari 6439307307
Update README.md (#129) 2023-07-11 13:48:02 -03:00
cirospaciari 21c1f0f5fb fix colors 2023-07-07 19:21:04 -03:00
cirospaciari c96c243fd2 fix async wrappers 2023-07-05 11:49:37 -03:00
cirospaciari b3e7b494ab drop 3.7 support because its EOL today 2023-06-27 18:09:13 -03:00
cirospaciari 34f3d04036 expose block option and also close function on WSGI and ASGI, also avoids exceptions on __del__ 2023-06-27 13:55:10 -03:00
cirospaciari 375b5e0d14 support uvloop 2023-06-24 17:12:08 -03:00
cirospaciari a63b75e30a CPU relax strategy 2023-06-23 10:57:00 -03:00
cirospaciari 99e716e657 add empty content body for wsgi.input, fix get_data 2023-06-23 09:13:28 -03:00
Ciro Spaciari 2cda5f7243
Update api.md (#122) 2023-05-12 20:32:22 -03:00
Ziv Lazarov 1d57eff163
Removed html from examples.md and added references to api, _sidebar and README .md files. (#121)
* Created examples.md file in docs and added 4 examples.
added backpressure, middleware, https and broadcast.

* Removed html from examples.md and added referrences.
added examples link to api.md, README.md and _sidebar.md.

* Added next section.
created link to examples.md file from api.md at the bottom.
2023-05-12 20:31:37 -03:00
Ciro 40404519e5 bump version 2023-03-21 13:33:30 -03:00
Ciro 98dad2117a be agressive on loop for now 2023-03-21 13:32:23 -03:00
Ciro Spaciari 41af724854 [GitHub Actions] Updated windows-amd64 binaries 2023-03-19 17:12:18 +00:00
Ciro Spaciari d954bad875 [GitHub Actions] Updated darwin-arm64 binaries 2023-03-19 16:47:49 +00:00
Ciro Spaciari 664b2d9ff1 [GitHub Actions] Updated darwin-amd64 2023-03-19 16:39:32 +00:00
Ciro Spaciari 0de0e99b02 [GitHub Actions] Updated windows-amd64 binaries 2023-03-19 16:34:27 +00:00
Ciro Spaciari 6bf18b7a79 [GitHub Actions] Updated linux-amd64 binaries 2023-03-19 16:21:39 +00:00
Ciro 3afb7ec2f2 fix several bugs, segfault and memory leak 2023-03-19 13:18:29 -03:00
Ciro e0e28263f5 more WSGI stuff 2023-03-14 15:31:40 -03:00
Ciro 18892b729d less pressure on WSGI try_end 2023-03-12 20:47:33 -03:00
Ciro 27cfb3482b fix WSGI try_end 2023-03-12 20:42:37 -03:00
Ciro 3f7c3d4670 Merge branch 'main' of https://github.com/cirospaciari/socketify.py 2023-03-12 19:53:58 -03:00
Ciro Spaciari 819b1f62d6
WSGI Content-Length and Transfer-Encoding (#75)
* first steps to fix wsgi spec

* wip async on_writable send

* Update src/socketify/wsgi.py

Co-authored-by: Eric Carmichael <eric@ckcollab.com>

* fix decorator router

* fix WSGI spec

---------

Co-authored-by: Eric Carmichael <eric@ckcollab.com>
2023-03-12 19:52:56 -03:00
Ciro 043762d141 fix decorator router 2023-03-12 16:52:10 -03:00
Ciro 4744855d64 bomp version 2023-03-12 16:23:50 -03:00
Ciro 8badbc3eb5 fix https://github.com/cirospaciari/socketify.py/issues/105 2023-03-12 16:19:07 -03:00