Age | Commit message (Expand) | Author |
2013-08-02 | use dbwrapper for sqlcipher | Kali Kaneko |
2013-08-02 | add dbwrapper | Kali Kaneko |
2013-08-01 | reorder imports for clarity and correctness | Kali Kaneko |
2013-08-01 | Merge remote-tracking branch 'chiiph-github/bug/fix_typos' into develop | Kali Kaneko |
2013-07-30 | Fix a couple of typos | Tomás Touceda |
2013-07-26 | Bump version to 0.2.3 and update soledad server dependency0.2.3 | Tomás Touceda |
2013-07-26 | Fold in changes | Tomás Touceda |
2013-07-25 | Make soledad server only open SSL port. | drebs |
2013-07-25 | Merge remote-tracking branch 'drebs/bug/3243-avoid-possible-timing-attack-in-... | Tomás Touceda |
2013-07-25 | Avoid possible timing attack in hash comparison (closes #3243) | drebs |
2013-07-25 | Merge remote-tracking branch 'drebs/feature/2621-refactor-auth-to-make-it-ada... | Tomás Touceda |
2013-07-24 | Update README with instructions for running tests. | drebs |
2013-07-24 | Refactor authentication to make it adaptable. | drebs |
2013-07-24 | Merge remote-tracking branch 'micah/bug/3174' into develop | Tomás Touceda |
2013-07-24 | Remove unused imports. | drebs |
2013-07-20 | Change initscript PRIVKEY_PATH to not also point to the certificate, instead ... | Micah Anderson |
2013-07-12 | Bump versions to 0.2.20.2.2 | Tomás Touceda |
2013-07-12 | Fold in changes | Tomás Touceda |
2013-07-08 | Merge remote-tracking branch 'drebs/feature/3080-add-method-for-password-chan... | Tomás Touceda |
2013-07-08 | Add method for password change. | drebs |
2013-07-04 | Merge remote-tracking branch 'drebs/bug/3095-initscript-uses-wrong-wsgi-name'... | Tomás Touceda |
2013-07-04 | Add leap.soledad dependency for leap.soledad_server. | drebs |
2013-07-04 | Fix initscript to use new server package name. | drebs |
2013-06-28 | Bump version and fold in changes for 0.2.1 release0.2.1 | Tomás Touceda |
2013-06-21 | Merge remote-tracking branch 'drebs/feature/2616-separate-soledad-into-client... | Tomas Touceda |
2013-06-20 | Add changes file. | drebs |
2013-06-20 | Add missing dependencies. | drebs |
2013-06-20 | Fix soledad tests so the mocked target does not influence other tests. | drebs |
2013-06-20 | Fix couch tests so there's just one instance of couch server for each test. | drebs |
2013-06-20 | Split client and server in two different packages and refactor. | drebs |
2013-06-13 | Merge remote-tracking branch 'remotes/chiiph/bug/modifiable_timeout' into dev... | drebs |
2013-06-11 | Make request timeouts modifiable | Tomás Touceda |
2013-06-07 | Do not list the backends as __all__ | Tomás Touceda |
2013-06-07 | Merge remote-tracking branch 'drebs/feature/2710-add-encrypted-couch-sync-tes... | Tomás Touceda |
2013-06-06 | Add changes file. | drebs |
2013-06-06 | Merge remote-tracking branch 'micah/feature/improve_initscript' into develop | Tomás Touceda |
2013-06-06 | Add encrypted sync test case. | drebs |
2013-06-06 | add changes file detailing initscript enhancements | Micah Anderson |
2013-06-06 | initscript: add LSB (Linux Standards Base) 3.1 compliant header | Micah Anderson |
2013-06-06 | initscript: move HOME variable up to environment variable block, remove unnec... | Micah Anderson |
2013-06-06 | initscript: pull environment variables together into one block | Micah Anderson |
2013-06-06 | initscript: make a TWISTD_PATH environment variable to replace hard-coded /us... | Micah Anderson |
2013-06-06 | initscript: replace environment variables with more standard upper-cased names | Micah Anderson |
2013-06-06 | initscript: remove unnecessary backslashes in variable definitions | Micah Anderson |
2013-06-06 | Remove unneeded imports from Soledad tests. | drebs |
2013-06-05 | Merge remote-tracking branch 'drebs/feature/2602-remove-strict-dependency-on-... | Tomás Touceda |
2013-06-05 | Update dependencies. | drebs |
2013-06-05 | Remove strict dependency on leap.common. | drebs |
2013-06-05 | Move symmetric encryption/decryption code from leap.common to leap.soledad. | drebs |
2013-06-05 | Merge remote-tracking branch 'drebs/feature/2716-use-raw-sqlcipher-key-with-s... | Tomás Touceda |