| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-31 | Update script a bit HEAD master main | UltraQbik | |
| 2024-08-31 | Add PyScript test | UltraQbik | |
| 2024-08-31 | delete js, cuz it's garbage | UltraQbik | |
| 2024-08-31 | fix parser | UltraQbik | |
| 2024-08-30 | Update argparse | UltraQbik | |
| Renamed --dont-compress-path to --compress-path Moved compressed path prefix to config.py | |||
| 2024-08-29 | Update things | UltraQbik | |
| 2024-08-29 | Make own timeout | UltraQbik | |
| Built-in time out didn't work for some reason | |||
| 2024-08-29 | Add 10 second timeout | UltraQbik | |
| 2024-08-29 | Allow more connections | UltraQbik | |
| Allow 32768 total connections (although, more could be allowed) Allow 64 connections at once | |||
| 2024-08-29 | change CMD to ENTRYPOINT | UltraQbik | |
| 2024-08-28 | Fixed logging and added LOGGER_PATH into config.py | UltraQbik | |
| 2024-08-28 | Add log saving | UltraQbik | |
| Theoretically, it should work :) | |||
| 2024-08-28 | Fix verbose logging for file man | UltraQbik | |
| 2024-08-28 | Add proper logging | UltraQbik | |
| Now any exception that is not related to sockets will be logged Threads should still clear themselves even after exception | |||
| 2024-08-28 | Update error handling | UltraQbik | |
| 2024-08-28 | Separate functions and use non-blocking sockets | 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 parser args | UltraQbik | |
| 2024-08-27 | Update parser x3 | UltraQbik | |
| 2024-08-27 | Update parser x2 | UltraQbik | |
| 2024-08-27 | Update parser | UltraQbik | |
| 2024-08-27 | More parser + update logger | UltraQbik | |
| 2024-08-27 | Fix bug + addition of argparse | UltraQbik | |
| 2024-08-27 | Bug fix | UltraQbik | |
| Fixed bug with file data stream fetching, as when file reach the end they return `b''` and not `None` Bug was causing threads to run forever, effectively completely halting the website from functioning | |||
| 2024-08-27 | wut? | UltraQbik | |
| 2024-08-27 | Add logging | UltraQbik | |
| 2024-08-27 | update thingy x3 | UltraQbik | |
| 2024-08-27 | update thingy x2 | UltraQbik | |
| 2024-08-27 | update thingy | UltraQbik | |
| 2024-08-27 | update thingy | 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 | A bit of update to new path mapping | 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-26 | Update README.md | UltraQbik | |
| 2024-08-26 | Add dockerfile | UltraQbik | |
| 2024-08-26 | Update init_path_map function | UltraQbik | |
| 2024-08-26 | Update projects.html | UltraQbik | |
| 2024-08-25 | Fixed size image | UltraQbik | |
| 2024-08-25 | I hate JS | UltraQbik | |