Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-22 | ignore more thingsdebian/platform-0.9 | 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 | merge master | Kali Kaneko (leap communications) | |
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-11-18 | [bug] Set dependency on sqlcipher to "> 3.2.0-1" | varac | |
so it matches the jessie-backports version (3.2.0-1.1~bpo80+1) see https://leap.se/code/issues/7576#note-10 and following | |||
2015-10-29 | remove dependency on dh-python, its not available in wheezydebian/experimental | Micah Anderson | |
2015-09-02 | fix debian/copyright for lintian | Micah Anderson | |
2015-09-01 | remove unneeded debian watch file | Kali Kaneko | |
2015-09-01 | bump dependency on sqlcipher >= 3.2.0-1.1 | Kali Kaneko | |
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`. | |||
2014-07-04 | need to also fix the depends on libsqlcipher0 | Micah Anderson | |
2014-07-01 | change build dependency version on libsqlcipher-dev to pick up backports easier | Micah Anderson | |
2013-12-05 | remove the development flag so it's pip-installable | Kali Kaneko | |
2013-11-08 | Merge branch 'debian' of ssh://leap.se/pysqlcipher into debian | Kali Kaneko | |
Conflicts: debian/changelog | |||
2013-11-08 | avoid access to network; clean pycs | Kali Kaneko | |