Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-22 | Use Standards-Version: 3.9.8 to fix lintian warning | Varac | |
2017-06-22 | ignore more things | Kali Kaneko (leap communications) | |
2017-06-22 | update to new build step, linking against system lib is now the default | Kali Kaneko (leap communications) | |
2017-06-22 | Add .gitlab-ci.yml for packaging | Varac | |
2017-06-22 | Add debian folder from debian/platform-0.9 branch | Varac | |
2017-06-22 | [pkg] add empty default target | Kali Kaneko (leap communications) | |
2017-04-13 | add todo | Kali Kaneko (leap communications) | |
2017-04-13 | add entry to changelog | Kali Kaneko (leap communications) | |
2017-04-13 | patch amalgamation to show usleep flag | Kali Kaneko (leap communications) | |
2017-04-13 | add some smoke tests | Kali Kaneko (leap communications) | |
2017-04-13 | update amalgamation to 3.15 | Kali Kaneko (leap communications) | |
2017-04-13 | cleanup setup | Kali Kaneko (leap communications) | |
removing some past experiments, not used | |||
2017-02-08 | bump version to 2.6.92.6.9 | Kali Kaneko (leap communications) | |
2017-02-02 | [feat] add support for the blob interfacedevelop | Ruben Pollan | |
Pysqlcipher support for the sqlite blob interface: https://sqlite.org/c3ref/blob_open.html Copying the code from the PR in pysqlite: https://github.com/ghaering/pysqlite/pull/93 | |||
2017-01-23 | support other shells2.6.8 | Kali Kaneko (leap communications) | |
2017-01-23 | bump version for pysqlcipher 2.6.8 | Kali Kaneko (leap communications) | |
2017-01-20 | Patch amalgamation so that it is compatible with openssl 1.1 | Kali Kaneko (leap communications) | |
2016-10-03 | update to 2.6.72.6.7 | Kali Kaneko (leap communications) | |
2016-10-03 | updated to latest amalgamation | Kali Kaneko (leap communications) | |
2016-09-30 | add LICENSE section about sqlcipher | Kali Kaneko (leap communications) | |
2016-09-30 | add upload to makefile | Kali Kaneko (leap communications) | |
2016-09-30 | add script to download latest amalgamation2.6.6 | Kali Kaneko (leap communications) | |
2016-09-30 | [pkg] change the build behavior | Kali Kaneko (leap communications) | |
- link against system libsqlcipher by default - vendor amalgamation - control its build with --bundled flag - allow to pass amalgamation folder with --amalgamation= | |||
2016-09-30 | enable HAVE_USLEEP flag | Kali Kaneko (leap communications) | |
2016-01-24 | [bug] setup does only work with msvc compiler | PaixuAabuizia | |
add compiler detection for msvc & mingw32 | |||
2015-01-16 | Merge remote-tracking branch 'leapcode/pr/14' into develop | Kali Kaneko | |
2015-01-16 | Fix for invalid concatenated path causing install to fail in OpenBazaar | Paul Barriere | |
2014-11-12 | fix typo in almalgamation url2.6.4 | Kali Kaneko | |
2014-11-11 | bump version in setup.py | Kali Kaneko | |
2014-11-10 | add changelog entry for msvs pullreq | Kali Kaneko | |
2014-11-10 | Add support for msvc | Giannis Adamopoulos | |
2014-11-10 | use https uri for amalgamation download | Kali Kaneko | |
Closes: #13 | |||
2014-09-14 | readme fixes | Kali Kaneko | |
2014-09-14 | fix bad expression | Kali Kaneko | |
2014-09-12 | document build_sqlcipher command | Kali Kaneko | |
2014-09-12 | fix syntax for code blocks | Kali Kaneko | |
2014-09-11 | ignore egg-info folder | Kali Kaneko | |
2014-09-11 | move to setuptools based setup | Kali Kaneko | |
2014-09-11 | add changelog2.6.3-1 | Kali Kaneko | |
2014-09-08 | add usage section | Kali Kaneko | |
2014-09-08 | set CFLAGS to -Qnoused-arguments to allow osx build | Kali Kaneko | |
2014-08-28 | Fix module import for iterdump method (#2945). | db | |
The python `pysqlcipher.dbapi2.Connection.iterdump` method is bound to the `pysqlite_connection_iterdump()` function in src/connection.c. This function should import the python `pysqlcipher.dump` module, which contains the function `_iterdump` with the actual implementation of the `pysqlcipher.dbapi2.Connection.iterdump` method. The `pysqlcipher` module was adapted from the `pysqlite2` module. When that was done we forgot to change the import of the `dump` module, which until now was being loaded from the old `pysqlite2` module, instead of being loaded from the correct `pysqlcipher` module. This was a bug and was forcing us to depend on `pysqlite2` to be able to use the `iterdump` method. This commit fixes that bug by loading the correct `pysqlcipher` module in the `pysqlite_connection_iterdump()` function in `src/connection.c`. | |||
2013-12-05 | remove the development flag so it's pip-installable | Kali Kaneko | |
2013-05-31 | remove doc install for now | Kali Kaneko | |
2013-05-31 | add include dir for slcipher | Kali Kaneko | |
2013-05-30 | ignore debian | Kali Kaneko | |
2013-05-30 | bump dev version | Kali Kaneko | |
2013-05-30 | add build_sqlcipher option | Kali Kaneko | |
2013-05-30 | cleanup docs | Kali Kaneko | |
2013-04-30 | add dev version | Kali Kaneko | |