| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2024-08-25 | Fix requirements.txt | UltraQbik | |
| 2024-08-25 | JS Stuff | UltraQbik | |
| 2024-08-25 | Add more stuff and some formatting | UltraQbik | |
| 2024-08-25 | Unfortunately - JavaScript | UltraQbik | |
| 2024-08-25 | Add UTF-8 support | UltraQbik | |
| Probably useful to have it | |||
| 2024-08-25 | Add checks | UltraQbik | |
| 2024-08-24 | Fix odd bugs | UltraQbik | |
| Odd because I don't know why I coded it that way | |||
| 2024-08-24 | Update things because of a goof | UltraQbik | |
| 2024-08-24 | Merge remote-tracking branch 'origin/main' | UltraQbik | |
| 2024-08-24 | Don't compress what is already compressed | UltraQbik | |
| 2024-08-24 | Delete www/images directory | Qubik | |
| It takes space, and you could just check out the website itself Don't worry, when it will be closed, I will link them somewhere like google drive or even locally | |||
| 2024-08-24 | Add more info in projects | UltraQbik | |
| 2024-08-24 | *Proceeds to ignore SSL EOF Error* | UltraQbik | |
| 2024-08-24 | Sorry for that, png to webp | UltraQbik | |
| It's a 64x reduction of size, from 1 MiB to 16 KiB. I will still keep the .png files internally, as they are still better for compatibility and losslessness | |||
| 2024-08-24 | ignore ssl with EOF protocol violation | UltraQbik | |
| When a client decides to update a page a bunch of times, it sends this error to a server. There's nothing server can do about this | |||
| 2024-08-24 | zlib and gzip don't seem to work normally | UltraQbik | |
| 2024-08-24 | Remove response data stream requirement | UltraQbik | |
| 2024-08-24 | Add project page | UltraQbik | |
| 2024-08-24 | Change client handling | UltraQbik | |
| Previously _client_thread was checking for new data from client, which is very much useless, because the client will not send any data back twice. This commit removes the useless while loop that was there, as well as the thread that was started So currently, it's 1 thread per 1 request, which is how it should probably be | |||
| 2024-08-24 | More advanced path mapping | UltraQbik | |
| 2024-08-24 | Update styles | UltraQbik | |
| 2024-08-24 | Add HTML minimizer | 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 | |||