Libgourou

Libgourou Git Change Log

Age Message
1 year 3 months Update version
Commit 5e018ddbd8c7841254755cb87d986ecfa359932f, by Grégory Soutadé
1 year 3 months Update README
Commit 81563056e0c14cf51131b0c6fa4f258608d7b0ba, by Grégory Soutadé
1 year 3 months Update Makefile to support separated OpenSSL3 compilation
Commit 22880c71c669edb8f33e25d13d76e756a6e37579, by Grégory Soutadé
1 year 3 months Add support for OpenSSL 3
Commit 4f288f4e241e3cc711a10fdcf4078fd4ddfab7c2, by Grégory Soutadé
1 year 3 months Look for <loan> element in <permissions> node in addition to <loanToken> one
Commit 3d4e6e3918b2326413f9276e0f546042d9ceb4bf, by Grégory Soutadé
1 year 4 months Update version
Commit 7b6b1471fefb27e79e06e5d686cb8842c539cd0c, by Grégory Soutadé
1 year 4 months Remove use of tempnam function and fix bug (bad check of rename return)
Commit 4f9b2de5a5c313a1a50057bde3ce2eb70933b3eb, by Grégory Soutadé
1 year 5 months Update README.md
Commit f568b5d3a8b3b4666af634c774c7dc7faaa98d3f, by Grégory Soutadé
1 year 5 months Update .gitignore
Commit 8c413b4f3419de1ed15e497358d0afe66f2e9f3a, by Grégory Soutadé
1 year 5 months Add adept_loan_mgt util
Commit 8fe8ba2808cbf5c44324bb3499bf35137a13183d, by Grégory Soutadé
1 year 5 months Manage loan tokens
Commit 570ad837472b600f3dfcca108786fd852f207ee1, by Grégory Soutadé
1 year 5 months Utils: use trim functions from libgourou_common.h (avoid code duplication)
Commit 2e7e352e3547a60b63adca2491cb965091b357d2, by Grégory Soutadé
1 year 5 months Optimization : Add signature node into signNode() instead of returing it and be added after
Commit 9556fe862fd461451ad7bd5e5dc1753db0c0bb9b, by Grégory Soutadé
1 year 5 months Add resume option to acsmdownloader
Commit 2f2e4e193e241d82c929a548d02b2da5fbe4dd8e, by Grégory Soutadé
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é