Quentin Quadrat

Results 151 comments of Quentin Quadrat

What do you mean by rn ? Zipper by its initial design allows 1/ replacing files when unzipping them (which is not good when you are root) and 2/ allowing...

@aviadhahami yes I pushed-force the README back since to fix this vulnerability I have to break the behavior or the API and I finally do not want it since I'm...

Yes thanks since currently I've no time

Added non regression tests in v2.x.y. I'll not fix it on the master API since this will break the API.

https://github.com/ctabin/libzippp can inspire you for your API, seems to me that your API can complete it. I'm not fond of qt/boost and lib dependencies. But there is a lighter lib...

@GiuseppeCesarano We can make a branch dev-c++17

An attempt was made https://github.com/sebastiandev/zipper/tree/dev-modernize I did not merge it inside the v2.x.y branch. I do not have energy and time to complete all libs with c++17 filesystem. Wait for...

Add unit tests inside the v2.x.y branch. Reopen this ticket if not fixed.

Hi ! I'm not the original author I'm just helping fixing bugs. I think use `Overwrite` ( `enum zipFlags { Overwrite = 0x01, Append = 0x02, Store = 0x04, Faster...