Libgourou

Libgourou Git Change Log

Age Message
1 year 6 months Fix bug in anonymous activation (need to set login method as "anonymous")
Commit 5d3112bc38115833ac862a876c5338f995c7826b, by Grégory Soutadé
1 year 6 months Handle HTTP request connexion fails and download resuming on lost connection during transfer
Commit e149af9e1752d16afaf6ab4b5afb19626f434d3c, by Grégory Soutadé
1 year 6 months Add optional fd parameter to sendHTTPRequest() in order to directly write received data in a buffer and not in an intermediate buffer
Commit 1221b2a95ac76111e906d3e8aae63fe9e46e05d3, by Grégory Soutadé
1 year 6 months Remove QtCore and QtNetwork, replace them by libcurl + libc
Commit 2ce6142596de55b35a11a65df41c25ece064c541, by Grégory Soutadé
1 year 6 months Add a private option into adept_remove to provide encryption key
Commit 0f475423c0e1c97eb402ccb40bb5e9fda87e7f64, by Grégory Soutadé
1 year 6 months ADEPT remove : Don't decrypt XRef stream if there is one
Commit 9b946a62b4fb13c9d68b263ef00af01ab115a397, by Grégory Soutadé
1 year 6 months Add uPDFParser as dependency in Makefile
Commit 432eb6f6cbb573c7984902a4e0cba270cf439539, by Grégory Soutadé
1 year 6 months Pad ADEPT_LICENSE before trying to decode it
Commit 85b65f8d61601cf0140fad9d0048de72081779da, by Grégory Soutadé
1 year 6 months PDF DRM removing : Try to parse all objects wether they're or not in xref table
Commit 25f5049ab92a69951e920fe04d9a069579de143c, by Grégory Soutadé
1 year 7 months Update version & README
Commit 16a13eed89a3f9457740c1cdcb0d3e5bee836b34, by Grégory Soutadé
1 year 7 months Fix a use after free in adept_activate : pass string destroyed too early
Commit 479869b7f2a519120c10fe8be66e1122acc0a123, by Grégory Soutadé
1 year 7 months Fix a bug in adept_activate : cannot ask for interactive password if output directory already exists
Commit 41f1a1e980d4baa4e38c3a3a6a88600c702febca, by Grégory Soutadé
1 year 7 months Remove README_package.md
Commit 9648157bf76179ba338e2d64eec926fcba481694, by Grégory Soutadé
1 year 7 months Rework HTTP request loop events (Thanks Milian) and display download progression
Commit a97a915bc8675dac8bbbf22cb3e8efa04ca47a87, by Grégory Soutadé
1 year 7 months Skip files with inflate errors during ePub decryption
Commit a623a3d796fcf50a6475878479c55824c5a02113, by Grégory Soutadé
1 year 7 months Check for key size before files decryption
Commit 7d161133c357619e120070dc1f03eb926066c73d, by Grégory Soutadé
1 year 7 months Add PKCS8 error
Commit 7d93817e4909f401b067ae4bc458b465de50c1b6, by Grégory Soutadé
1 year 8 months Update version
Commit ef62fb921ac651dcdf4ebbdefe363fc218010155, by Grégory Soutadé
1 year 8 months Send a warning when libgourou can't handle encryption algorithm during a DRM removal attempt (+ keep encryption.xml in output)
Commit e4c05bd6b3aecf31fdd069c69de40657be896968, by Grégory Soutadé
1 year 8 months Rework ByteArray::resize() to keep buffer data
Commit f33891ef1ca98eadd9dc5e926bccfdf4de898ee1, by Grégory Soutadé
1 year 9 months Merge branch 'master' of soutade.fr:libgourou
Commit 9f62cf3447d0fe94d7c313e27b4026bbee6c4fae, by Grégory Soutadé
1 year 9 months Add support for anonymous accounts
Commit 36553cdd2c3e99558b068e533123c0c13bcd89c6, by Grégory Soutadé
1 year 9 months Update .gitignore
Commit ad6da2f8abbe06bbef1956d5df016d4ff700dc59, by Grégory Soutadé
1 year 9 months Add adept_remove util
Commit b8a4ca222e751c431d10638e818467839ea67817, by Grégory Soutadé
1 year 9 months Add support of DRM removal for PDF
Commit f0ff97f7d7d24e91c90b64e20a2364ffad10fcdd, by Grégory Soutadé