about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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
2024-08-24Change client handlingUltraQbik
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-24More advanced path mappingUltraQbik
2024-08-24Update stylesUltraQbik
2024-08-24Add HTML minimizerUltraQbik
2024-08-24Move stuff in APIUltraQbik
2024-08-24Update to data streamsUltraQbik
Instead of sending full files, and therefore storing them in ram (which is not always possible), send data in chunks of 64KiB
2024-08-23Delete old codeUltraQbik
2024-08-23Merge pull request #2 from UltraQbik/threading-rewriteQubik
Threading rewrite
2024-08-23Remove some thingsUltraQbik
2024-08-23remove timeoutUltraQbik
Removed timeout because it interrupts client's downloads
2024-08-23Update compression thingUltraQbik
2024-08-23Update docsUltraQbik
2024-08-23Update API and response classUltraQbik
2024-08-23Update response classUltraQbik
2024-08-23Update APIUltraQbik
2024-08-23remove useless codeUltraQbik