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: CyanogenMod/android_external_sqlite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cm-12.0
Choose a base ref
...
head repository: CM11MOD/android_external_sqlite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: kk-mr2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 4 contributors

Commits on Dec 11, 2013

  1. Configuration menu
    Copy the full SHA
    e0ba577 View commit details
    Browse the repository at this point in the history
  2. SQLite: Enable fdatasync for SQLite

    SQLite library recommends usage of fdatasync when available.
    Since it is available for linux, enable it. This gives better
    performance compared to fsync.
    
    Change-Id: I47d5fb9cb1e8331729b54d77f10f7499e028269d
    Kiran Kumar H N authored and fusionjack committed Dec 11, 2013
    Configuration menu
    Copy the full SHA
    ae403c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2014

  1. Configuration menu
    Copy the full SHA
    d33367c View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2014

  1. Fix world-readable permissions due to sqlite race condition

    Existing code uses umask() to temporarily modify the file permissions for
    open(). A race condition can occur where a second thread reads in the
    temporary value, saves it, and then restores the file to the temporary value
    resulting in world-readable permissions. Backporting a known fix:
    http://www.sqlite.org/src/info/6c4c2b7dba
    
    Bug: 15288755
    Change-Id: I89779f3a5ba0bec181d6614b29b1e26ea4f4f049
    jeffvanderstoep authored and fusionjack committed Sep 28, 2014
    Configuration menu
    Copy the full SHA
    e7ec423 View commit details
    Browse the repository at this point in the history
Loading