Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mattn/go-sqlite3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CovenantSQL/go-sqlite3-encrypt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 20 commits
  • 75 files changed
  • 3 contributors

Commits on Aug 22, 2018

  1. add cipher related files to develop under Linux

    auxten committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    5b5c192 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Configuration menu
    Copy the full SHA
    16a990b View commit details
    Browse the repository at this point in the history
  2. add tomcrypt to project

    auxten committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    438b87b View commit details
    Browse the repository at this point in the history
  3. add _crypto_key param for sqlcipher

    auxten committed Aug 23, 2018
    Configuration menu
    Copy the full SHA
    db26bf9 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. ignore .idea

    auxten committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    2fd8841 View commit details
    Browse the repository at this point in the history
  2. update sqlite3-binding.c.diff

    auxten committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    21ab50b View commit details
    Browse the repository at this point in the history
  3. fix simple example, add README

    auxten committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    67be480 View commit details
    Browse the repository at this point in the history
  4. more readme

    auxten committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    88abdaa View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Merge pull request #1 from mattn/master

    merge upstream
    auxten authored Aug 30, 2018
    Configuration menu
    Copy the full SHA
    43e89c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Merge pull request #2 from mattn/master

    Keep up with upstream
    auxten authored Feb 18, 2019
    Configuration menu
    Copy the full SHA
    8e25596 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Merge pull request #3 from mattn/master

    Keep up with 3.28.0
    auxten authored Jun 17, 2019
    Configuration menu
    Copy the full SHA
    134b8a6 View commit details
    Browse the repository at this point in the history
  2. Fix sqlite3BtreeBeginTrans args change

    auxten committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    1a1b91b View commit details
    Browse the repository at this point in the history
  3. Update sqlite3-binding.c.diff to 3.28.0

    auxten committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    6c720c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b19aa4 View commit details
    Browse the repository at this point in the history
  5. Fix include

    auxten committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    211814e View commit details
    Browse the repository at this point in the history
  6. Remove __ANDROID__

    auxten committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    3717bd8 View commit details
    Browse the repository at this point in the history
  7. Remove all mm things

    auxten committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    070e4e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Remove useless unicode dir

    auxten committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    e8dc67c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Fix LDFLAGS CFLAGS for static built-in libicu

    auxten committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    86281c4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

  1. Add -lpthread for libicu static

    auxten committed Jun 21, 2019
    Configuration menu
    Copy the full SHA
    dc98560 View commit details
    Browse the repository at this point in the history
Loading