- 30 Aug, 2011 2 commits
-
-
The Android Automerger authored
-
The Android Automerger authored
-
- 26 Aug, 2011 1 commit
-
-
Kenny Root authored
Using pread64 instead of lseek/read makes half the syscalls. Would you like some free performance? Change-Id: I2942adc18878ae80b41862aba945cd50e285bb95
-
- 12 Jul, 2011 1 commit
-
-
Jeff Brown authored
Bug: 5010576 Change-Id: Ided77f7e44149b71ec74e24e42da7df0bd5fae2e
-
- 07 Jul, 2011 1 commit
-
-
Mike Lockwood authored
Change-Id: I5281dda013f909c050fda712d3a0816173df277d Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 13 Apr, 2011 2 commits
-
-
Jean-Baptiste Queru authored
* commit '02552612': resolve a bad merge
-
Jean-Baptiste Queru authored
-
- 12 Apr, 2011 1 commit
-
-
Jean-Baptiste Queru authored
Change-Id: Ida862ad8cd71918217e47135a90e12bf0411c46e
-
- 03 Mar, 2011 2 commits
- 02 Mar, 2011 3 commits
-
-
David Turner authored
* commit '41a36383': The SDK toolchain doesn't include readline or history. disable the feature
-
David Turner authored
-
Justin Ho authored
Change-Id: I5e7a1b78914ee5c2affe64c24eb90a280ee83f0f
-
- 25 Feb, 2011 1 commit
-
-
Vasu Nori authored
Change-Id: Iecba43846cb2eef28261303043484f142a67f924
-
- 21 Feb, 2011 1 commit
-
-
Bruce Beare authored
Change-Id: Icf977dc9c167ca1934c2058a681cea3bd9b1d95d Signed-off-by:
Bruce Beare <bruce.j.beare@intel.com>
-
- 20 Feb, 2011 1 commit
-
-
Vasu Nori authored
downloaded from http://www.sqlite.org/sqlite-amalgamation-374-201102200340.zip Change-Id: Ia82628469b4c3646e0964934178b60fa7083ee76
-
- 18 Feb, 2011 1 commit
-
-
Paul Westbrook authored
Change-Id: Ibeca4fcaeaec84e471d6b5191aabb13df609464a
-
- 17 Feb, 2011 1 commit
-
-
Paul Westbrook authored
This will help us track down bug: 3353077 Change-Id: I394a86908e8a534fbba1bbe21c6a450d95dbce9e
-
- 12 Jan, 2011 2 commits
-
-
Mike Lockwood authored
* commit '532ae779': Revert "Allow _DELETE_FILE trigger to delete files in /data/media"
-
Mike Lockwood authored
The media provider is now using the emulated /mnt/sdcard file system, so this change is no longer necessary. This reverts commit 439e88e7. Change-Id: Ied12275767e3a399d7e455ac2102527ccd8b888d
-
- 07 Jan, 2011 1 commit
-
-
Dmitri Plotnikov authored
* commit '46bdb5c4': DO NOT MERGE. Adding a custom function to support legacy API compatibility
-
- 06 Jan, 2011 2 commits
-
-
Dmitri Plotnikov authored
Bug: 3210604 Change-Id: Ie65c053ec5178d6cd991f69a5a2b6d5d51938ade
-
Dmitri Plotnikov authored
Bug: 3210604 Change-Id: I6e9a20ec7887375b67c42a28cff54e2e9d399ea6
-
- 05 Jan, 2011 1 commit
-
-
Vasu Nori authored
this most probably will be sqlite for HC - unless some serious bugs come up with this version. Change-Id: Ib7d9023c861025fd28492ae133d21fc479c0c891
-
- 15 Nov, 2010 1 commit
-
-
Kenny Root authored
Change-Id: Ibb9ca5833f9c0b3313ff0e9bc70348d268aaf4e2
-
- 04 Nov, 2010 2 commits
-
-
Jean-Baptiste Queru authored
* commit '1c376985': Fix compilation error: invalid conversion from 'const char*' to 'char*'.
-
Jean-Baptiste Queru authored
Change-Id: I46a77b535ed15b474a6fe807b7630a0f2918c1be
-
- 03 Nov, 2010 1 commit
-
-
Jean-Baptiste Queru authored
-
- 05 Oct, 2010 1 commit
-
-
Mike Lockwood authored
Change-Id: I8a3f620cd6633f2be47ac05e17ea642f00b71e91 Signed-off-by:
Mike Lockwood <lockwood@android.com>
-
- 29 Sep, 2010 1 commit
-
-
http://www.sqlite.org/draft/download.htmlVasu Nori authored
Change-Id: Ie6f1f5aaa1c3fe73af0fd71be5e749c1544ad684
-
- 15 Sep, 2010 1 commit
-
-
Jesse Wilson authored
Change-Id: Ifa97db751da1aeeeb9d7450b04c909f0800ce140
-
- 14 Sep, 2010 1 commit
-
-
Jesse Wilson authored
Change-Id: I900daf7f205f8f666eac9c4070d2e5c99d85b3b3
-
- 07 Sep, 2010 1 commit
-
-
Vasu Nori authored
the current error raised by sqlite - SQLITE_BUSY - is not helpful Change-Id: Idbeed81b5b7349059e467b33a8641abf0b4aaeff
-
- 25 Aug, 2010 1 commit
-
-
Mike Lockwood authored
Merge commit '109038dd' * commit '109038dd': Fix problem with const result from strchr() [DO NOT MERGE]
-
- 24 Aug, 2010 1 commit
-
-
Mike Lockwood authored
Needed for simulator build on newer Ubuntu distributions. Based on Ibb8cd3cdb4feae89a20eec56131e322f39721b1a Change-Id: Ie574888128265e026973a5ac88ede87730eda7d4
-
- 18 Aug, 2010 1 commit
-
-
Daniel Lehmann authored
Change-Id: I5f3ae179d388c417abd512974df22fd78a699354
-
- 17 Aug, 2010 1 commit
-
-
Rene Bolldorf authored
Change-Id: I1116bf4360493f2cfed1158310ac2966abfedd56
-
- 13 Aug, 2010 1 commit
-
-
Vasu Nori authored
this change got removed somewhere between Feb/2010 and froyo release. Change-Id: Ic9e6673bd12d3197086db36d5d8689b6ca893dd7
-
- 16 Jul, 2010 2 commits
-
-
The Android Open Source Project authored
Merge commit '320e6966' * commit '320e6966': add meta-files about 3rd party projects
-
The Android Open Source Project authored
Change-Id: Ie2579cbb3c652172c5ec09116c2753911e2ccd0e
-