Wykres commitów

  • ffd2198e46
    Update c-cpp.yml Ciro Spaciari 2022-11-03 18:24:12 -0300
  • b281acc84c
    Update c-cpp.yml Ciro Spaciari 2022-11-03 18:22:31 -0300
  • e82ec6a488
    Update c-cpp.yml Ciro Spaciari 2022-11-03 18:22:06 -0300
  • 31e886a653 [GitHub Actions] Updated linux-amd64 binaries Ciro Spaciari 2022-11-03 21:18:02 +0000
  • 1865380309
    Update c-cpp.yml Ciro Spaciari 2022-11-03 18:13:25 -0300
  • 7d8a6362ee
    Update c-cpp.yml Ciro Spaciari 2022-11-03 18:12:45 -0300
  • 95625c2e66
    Update c-cpp.yml Ciro Spaciari 2022-11-03 18:12:26 -0300
  • f6926424a9
    Create c-cpp.yml Ciro Spaciari 2022-11-03 18:07:27 -0300
  • d63a35098a linux workflow Ciro 2022-11-03 18:04:17 -0300
  • c9af456a08 Make.bat + Makefile changes cirospaciari 2022-11-03 17:16:30 -0300
  • 58fbce9188 fix output path for windows Ciro 2022-11-01 17:11:28 -0300
  • 8416b44c53 new Makefile for shared libraries Ciro 2022-11-01 17:09:56 -0300
  • 960e22da15 moved uv.py Ciro 2022-11-01 10:22:55 -0300
  • c58d2e8382 fixed setup.py Ciro 2022-11-01 09:40:45 -0300
  • 5a778bd245 one lib is enough Ciro 2022-11-01 09:30:46 -0300
  • 45a29a276b fixed try_end, removed use of uWebSockets/capi/Makefile Ciro 2022-10-31 20:51:16 -0300
  • dc9677a347 change examples folder location Ciro 2022-10-31 09:58:46 -0300
  • 215c3dd5a5 updated uWebSockets capi version Ciro 2022-10-28 17:57:24 -0300
  • bd57f208d7 add CODE_OF_CONDUCT and get_headers Ciro 2022-10-28 17:27:34 -0300
  • a2872a6dee add CODE_OF_CONDUCT and get_headers Ciro 2022-10-28 17:26:07 -0300
  • fd28873063 added cork_end, get_full_url, foreach_header, and get_write_offset Ciro 2022-10-28 14:16:01 -0300
  • 0964b21b6a update project README Ciro 2022-10-27 14:01:34 -0300
  • 1d35e6064d add static files considerations for production Ciro 2022-10-27 13:49:51 -0300
  • dfe55bbffd added static sync version for development, aiofile and aiofiles version for user choice Ciro 2022-10-27 10:14:44 -0300
  • 43993449c5 added cork_end helper Ciro 2022-10-27 09:51:15 -0300
  • bce55b4c0f file_stream.py and static_file.py examples added Ciro 2022-10-26 21:36:37 -0300
  • 39041a9453 added try_end + send_chunk and fixed get_data Ciro 2022-10-25 22:08:13 -0300
  • 8c4ffc918a fixed corking in CPython + change uv_timer to uv_check to run asyncio Ciro 2022-10-25 12:33:50 -0300
  • b825d81fbf fixed cork in CPython + PyPy Ciro 2022-10-25 11:05:11 -0300
  • 1e16de77f2 Merge branch 'main' of https://github.com/cirospaciari/socketify.py Ciro 2022-10-25 09:53:23 -0300
  • 0c56204ec0 fixed corking issues Ciro 2022-10-25 09:53:18 -0300
  • d7b9775af2
    Update README.md Ciro Spaciari 2022-10-25 08:20:47 -0300
  • 1c6ec81740 Merge branch 'main' of https://github.com/cirospaciari/socketify.py Ciro 2022-10-24 14:16:08 -0300
  • af7481c13f add cork and update with master Ciro 2022-10-24 14:15:46 -0300
  • 196438e4ce
    Update README.md Ciro Spaciari 2022-10-11 09:33:55 -0300
  • e754e29c05 added get_form_urlencoded Ciro 2022-06-03 20:01:56 -0300
  • c2d1de2a02 fixed UVLoop, and added better strategy to Loop, added post support, get_data(), get_json(), get_text(), get_cookie(), set_cookie(), pending x-www-form-urlencoded and form-data (maybe only with another package), added more options for keys in response, added fallback to None if decode fails in request, added on_writable and on_data events, pending try_end and stream examples, added upload and post examples Ciro 2022-06-03 18:54:00 -0300
  • 093b0f5c93 fixed UVLoop, and added better strategy to Loop, added post support, get_data(), get_json(), get_text(), get_cookie(), set_cookie(), pending x-www-form-urlencoded and form-data (maybe only with another package), added more options for keys in response, added fallback to None if decode fails in request, added on_writable and on_data events, pending try_end and stream examples, added upload and post examples Ciro 2022-06-03 18:53:42 -0300
  • 98f855e46c remove json stringify from caches examples Ciro 2022-06-02 17:59:33 -0300
  • 4c7f868188 remove unused tests files Ciro 2022-06-02 17:37:26 -0300
  • 8a7333a4bd added more info about async and decoded to utf8 string results from request Ciro 2022-06-02 17:27:15 -0300
  • 47880cf9e9 fixed docker files (included libuv1-dev) Ciro 2022-06-02 16:57:27 -0300
  • 9f4bb0de72 fixed asyncio integration (kinda) and added gracefull shutdown on SIGINT Ciro 2022-06-02 16:00:42 -0300
  • ce72919ebc fixed end_without_body Ciro 2022-06-01 20:00:05 -0300
  • c860562e2d added redirect Ciro 2022-06-01 11:16:33 -0300
  • fdef1bbb2a fixed test timing in http request test Ciro 2022-06-01 10:53:46 -0300
  • 55314a0e23 simplified examples Ciro 2022-06-01 10:38:27 -0300
  • d9b2a6ae18 added api fetch and caching samples Ciro 2022-06-01 10:29:35 -0300
  • 7908575ebf added api fetch and caching samples Ciro 2022-06-01 10:29:23 -0300
  • 2c76b8e954 removed error handler from https Ciro 2022-05-31 19:49:23 -0300
  • d0426817c6 added https example (not working yeat) and moved misc Ciro 2022-05-31 19:46:51 -0300
  • d650fa1aa1 added pid to forks sampl Ciro 2022-05-31 18:57:36 -0300
  • 6faf4a39bf added more samples Ciro 2022-05-31 18:51:39 -0300
  • 451ddac041 added error handler Ciro 2022-05-31 17:53:20 -0300
  • 9d537a5919 added exception when listen fails, moved some files to ./tests/examples Ciro 2022-05-31 16:27:56 -0300
  • aab4427efc added some preliminar asyncio integration, more options for write, end and status Ciro 2022-05-31 14:56:37 -0300
  • e1b2943bbc added docker images Ciro 2022-05-28 23:18:03 -0300
  • ce94fe4fe3 updated README.md Ciro 2022-05-28 21:00:21 -0300
  • 4e728ccaf0 fix modules?? Ciro 2022-05-28 20:18:31 -0300
  • 5e2e0e0d3d try to fix pypy build Ciro 2022-05-28 19:49:16 -0300
  • 01920b1f08 remove .so files Ciro 2022-05-28 17:10:29 -0300
  • e1d264c92b added local build in README Ciro 2022-05-28 17:04:35 -0300
  • d75bd98385 extension test Ciro 2022-05-28 16:59:08 -0300
  • b6f2572372 rename Ciro 2022-05-28 10:47:26 -0300
  • 17c1b5b46b added SSL sample in README.md Ciro 2022-05-25 11:01:56 -0300
  • 74f098bf50 added listen options and SSL support Ciro 2022-05-25 10:55:23 -0300
  • 2bfb007ce4 fixed forking/timing thread Ciro 2022-05-24 18:51:41 -0300
  • 31d4eda821 Merge branch 'main' of https://github.com/cirospaciari/uWebSockets.py Ciro 2022-05-24 18:45:24 -0300
  • 3e5fb1948f firsts tests with python/pypy with CFFI, no pip package yeat Ciro 2022-05-24 18:43:27 -0300
  • d00e75030d
    Update README.md Ciro Spaciari 2022-05-24 16:37:16 -0300
  • 4bf11c563e
    Initial commit Ciro Spaciari 2022-05-24 16:29:51 -0300