| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-31 | Add PyScript test | UltraQbik | |
| 2024-08-30 | Update argparse | UltraQbik | |
| Renamed --dont-compress-path to --compress-path Moved compressed path prefix to config.py | |||
| 2024-08-29 | Make own timeout | UltraQbik | |
| Built-in time out didn't work for some reason | |||
| 2024-08-29 | Allow more connections | UltraQbik | |
| Allow 32768 total connections (although, more could be allowed) Allow 64 connections at once | |||
| 2024-08-28 | Fixed logging and added LOGGER_PATH into config.py | UltraQbik | |
| 2024-08-28 | Fix verbose logging for file man | UltraQbik | |
| 2024-08-28 | Update formatting | UltraQbik | |
| 2024-08-28 | Update file man | UltraQbik | |
| 2024-08-27 | change brotli to gzip | UltraQbik | |
| 2024-08-27 | Fix bug + addition of argparse | UltraQbik | |
| 2024-08-27 | wut? | UltraQbik | |
| 2024-08-27 | Update to work with new path map | UltraQbik | |
| 2024-08-27 | Add compression | UltraQbik | |
| 2024-08-26 | Working file manager | UltraQbik | |
| 2024-08-26 | Fix config.py | UltraQbik | |
| 2024-08-26 | Small changes | UltraQbik | |
| 2024-08-26 | Add file man in config.py | UltraQbik | |
| 2024-08-26 | Working file manager | UltraQbik | |
| 2024-08-26 | Reworking file fetching | UltraQbik | |
| 2024-08-26 | I guess typing.Generator is deprecated? | UltraQbik | |
| 2024-08-26 | Add semaphore | UltraQbik | |
| Use semaphore to limit core usage slightly (maybe) Also changed default configs a bit | |||
| 2024-08-26 | Fix major issue with threading and potential bugs | UltraQbik | |
| Thread list was not cleared, so it was accumulating a ton of dead threads, now it should be fixed, as each thread removes itself at the end of request Added limit to how much data the client can send, as currently client data streams are unsupported Do minor renaming and allow to switch between HTTP and HTTPs | |||
| 2024-08-25 | Add UTF-8 support | UltraQbik | |
| Probably useful to have it | |||
| 2024-08-24 | Remove response data stream requirement | UltraQbik | |
| 2024-08-24 | Move stuff in API | UltraQbik | |
| 2024-08-24 | Update to data streams | UltraQbik | |
| Instead of sending full files, and therefore storing them in ram (which is not always possible), send data in chunks of 64KiB | |||
| 2024-08-23 | Remove some things | UltraQbik | |
| 2024-08-23 | Update docs | UltraQbik | |
| 2024-08-23 | Update API and response class | UltraQbik | |
| 2024-08-23 | Update response class | UltraQbik | |
| 2024-08-23 | Update API | UltraQbik | |
| 2024-08-23 | remove useless code | UltraQbik | |
| 2024-08-23 | Update API to give response | UltraQbik | |
| 2024-08-23 | Add thing to status code | UltraQbik | |
| 2024-08-23 | Add response | UltraQbik | |
| 2024-08-23 | Make restricted members | UltraQbik | |
| Make status codes immutable (I think that's how you do it?) | |||
| 2024-08-23 | Basic responses working | UltraQbik | |
| 2024-08-23 | Add status codes | UltraQbik | |
| 2024-08-23 | Ditch asyncio, threading actually works much better | UltraQbik | |
| Problem was that I wanted to do things actually in parallel, and wanted to launch a task but without blocking the thread, asyncio was for whatever reason blocking the thread which was causing issues when 1 user was downloading a file and trying to do something else on the page (like load a new page or something) Threading ACTUALLY does do exactly what I want via `threading.Thread(...).start()`, so that will be used going forward Also, it seems to 3x faster that way, because with asyncio the page took 1 sec to load, with threading it takes 280 ms, which is weird even if we are doing things one at a time | |||
| 2024-08-22 | Update things slightly | UltraQbik | |
| 2024-08-22 | Kind of working API I guess? | UltraQbik | |
| 2024-08-22 | Move thing up | UltraQbik | |
| 2024-08-22 | Update path handling and API part | UltraQbik | |
| 2024-08-22 | Update API thing | UltraQbik | |
| 2024-08-22 | API seems to work | UltraQbik | |
| 2024-08-22 | Massive refactoring addition of API | UltraQbik | |
| 2024-08-22 | Add simple HTML minimizer for gooder compression | UltraQbik | |
| 2024-08-21 | Carry Request class to a separate .py file | UltraQbik | |