index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
jni
/
android_database_CursorWindow.cpp
Age
Commit message (
Expand
)
Author
2020-09-24
Improve performance of small CursorWindows.
Jeff Sharkey
2019-05-24
Update LOG_WINDOW format params.
Daniel Santiago Rivera
2019-04-03
Improve CursorWindow failure message
Makoto Onuki
2018-01-26
@FastNative for CursorWindow
Chris Craik
2017-07-20
Merge "frameworks/base: use proper nativehelper headers"
Steven Moreland
2017-07-19
frameworks/base: use proper nativehelper headers
Steven Moreland
2017-02-28
Throw exception if slot has invalid offset
Fyodor Kupolov
2016-08-29
Add logging to CursorWindow JNI code to track #31046363 am: 0903ec5017
Amith Yamasani
2016-08-26
Add logging to CursorWindow JNI code to track #31046363
Amith Yamasani
2016-08-25
Unicode: specify destination length in utf8_to_utf16 methods
Sergio Giro
2015-09-22
constify JNINativeMethod function pointer tables
Daniel Micay
2014-11-19
Frameworks/base: Replace LOG_FATAL_IF in core/jni
Andreas Gampe
2014-04-16
frameworks: 64 bit compile issues
Mark Salyzyn
2014-01-08
AArch64: Use long for pointers
Ashok Bhat
2012-03-08
Split Parcel JNI details away from Binder.
Jeff Sharkey
2012-02-27
move CursorWindow from libbinder to libandroidfw
Mathias Agopian
2012-01-12
Rewrite SQLite database wrappers.
Jeff Brown
2012-01-12
Clean up database tests a little bit.
Jeff Brown
2012-01-08
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2011-10-28
Optimize fillWindow to improve reverse-seek performance.
Jeff Brown
2011-10-12
Deprecate local-only CursorWindows.
Jeff Brown
2011-10-11
Use ashmem for CursorWindows.
Jeff Brown
2011-10-07
Fix regression in CursorWindow.getString()
Jeff Brown
2011-10-07
Fix regression in CursorWindow.copyStingToBuffer.
Jeff Brown
2011-10-07
Restore broken CursorWindow.getType behavior.
Jeff Brown
2011-10-06
Clean up CursorWindow code.
Jeff Brown
2011-08-31
Fix JNI leak in copyStringToBuffer
Jeff Brown
2011-02-25
bug:3467948 if byteArray couldn't be allocated for blob, throw exception
Vasu Nori
2011-01-04
when cursorwindow allocation fails, print the number of cursors left open
Vasu Nori
2010-12-21
resubmitting Change-Id: I67b1d04a5c9fc18b0cd4da6184d0b814b64d89e9
Vasu Nori
2010-12-20
Revert "bug:2448371 cursorwindow size moved to resource xml file."
Vasu Nori
2010-12-20
bug:2448371 cursorwindow size moved to resource xml file.
Vasu Nori
2010-11-29
fix messages from sqlite layer in c++ code to be useful.
Vasu Nori
2010-06-14
fix bugs introduced by I3ef1bcdb2eb1c45f68e829ccb6e3ecde28076591
Vasu Nori
2010-06-02
add API to Cursor to get column value type
Vasu Nori
2010-05-28
Move CursorWindow class from core/jni to libbinder
Mike Lockwood
2009-06-01
- create a new generic ISyncAdapter implementation, SyncAdapterNew
Fred Quintana
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2009-03-03
auto import from //depot/cupcake/@135843
The Android Open Source Project
2008-10-21
Initial Contribution
The Android Open Source Project