about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2024-08-27change brotli to gzipUltraQbik
2024-08-27Fix parser argsUltraQbik
2024-08-27Update parser x3UltraQbik
2024-08-27Update parser x2UltraQbik
2024-08-27Update parserUltraQbik
2024-08-27More parser + update loggerUltraQbik
2024-08-27Fix bug + addition of argparseUltraQbik
2024-08-27Bug fixUltraQbik
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-27wut?UltraQbik
2024-08-27Add loggingUltraQbik
2024-08-27update thingy x3UltraQbik
2024-08-27update thingy x2UltraQbik
2024-08-27update thingyUltraQbik
2024-08-27update thingyUltraQbik
2024-08-27Update to work with new path mapUltraQbik
2024-08-27Add compressionUltraQbik
2024-08-26Working file managerUltraQbik
2024-08-26Fix config.pyUltraQbik
2024-08-26Small changesUltraQbik
2024-08-26Add file man in config.pyUltraQbik
2024-08-26A bit of update to new path mappingUltraQbik
2024-08-26Working file managerUltraQbik
2024-08-26Reworking file fetchingUltraQbik
2024-08-26I guess typing.Generator is deprecated?UltraQbik
2024-08-26Add semaphoreUltraQbik
Use semaphore to limit core usage slightly (maybe) Also changed default configs a bit
2024-08-26Fix major issue with threading and potential bugsUltraQbik
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-26Update README.mdUltraQbik
2024-08-26Add dockerfileUltraQbik
2024-08-26Update init_path_map functionUltraQbik
2024-08-26Update projects.htmlUltraQbik
2024-08-25Fixed size imageUltraQbik
2024-08-25I hate JSUltraQbik
2024-08-25Fix requirements.txtUltraQbik
2024-08-25JS StuffUltraQbik
2024-08-25Add more stuff and some formattingUltraQbik
2024-08-25Unfortunately - JavaScriptUltraQbik
2024-08-25Add UTF-8 supportUltraQbik
Probably useful to have it
2024-08-25Add checksUltraQbik
2024-08-24Fix odd bugsUltraQbik
Odd because I don't know why I coded it that way
2024-08-24Update things because of a goofUltraQbik
2024-08-24Merge remote-tracking branch 'origin/main'UltraQbik
2024-08-24Don't compress what is already compressedUltraQbik
2024-08-24Delete www/images directoryQubik
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-24Add more info in projectsUltraQbik
2024-08-24*Proceeds to ignore SSL EOF Error*UltraQbik
2024-08-24Sorry for that, png to webpUltraQbik
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-24ignore ssl with EOF protocol violationUltraQbik
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-24zlib and gzip don't seem to work normallyUltraQbik
2024-08-24Remove response data stream requirementUltraQbik
2024-08-24Add project pageUltraQbik