summaryrefslogtreecommitdiffstats
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Add flag to disable mmap in all sql connection in work buildYaron Friedman2016-01-292-2/+13
* [tracing] Add separate dump provider for sql connectionssid2016-01-138-55/+149
* Move mojo/application/public -> mojo/shell/publicben2016-01-125-8/+8
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-286-31/+35
* Clean up header files.avi2015-12-261-0/+1
* Switch to standard integer types in xxx/.avi2015-12-2119-10/+52
* [sql] Consider fresh databases suitable for memory-mapped I/O.shess2015-12-185-47/+171
* [sql] Test mmap operation based on SQLite capabilities.shess2015-12-172-80/+104
* Add more components to "gn check".brettw2015-11-271-1/+3
* Convert ConnectToApplication to take a params classben2015-11-202-6/+2
* Run gn --format over all .gn filesagrieve2015-11-201-2/+2
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-191-3/+5
* [sql] Validate database files before enabling memory-mapping.shess2015-11-132-8/+171
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-134-4/+3
* [sql] Differentiate compile errors from regular errors.shess2015-11-132-3/+30
* Eliminate third_party/mojo/src from all targets' include pathsKen Rockot2015-11-113-2/+3
* Revert "[sql] Validate database files before enabling memory-mapping."robliao2015-11-102-171/+8
* [sql] Fix typo in error message.shess2015-11-091-1/+1
* [sql] Validate database files before enabling memory-mapping.shess2015-11-092-8/+171
* [sql] Increase database chunk size for large databases.shess2015-11-051-5/+28
* [sql] Disable memory-mapping under sql::Recovery.shess2015-11-053-12/+34
* [tracing] Add names to memory-infra dumpers for debuggingprimiano2015-10-301-1/+1
* [sql] QuotaDatabase schema upgrade doesn't use transactions right.michaeln2015-10-281-1/+1
* mandoline: Start adding trace events for mandoline stuff.erg2015-10-231-0/+16
* [sql] Track uploads of diagnostic data to prevent duplication.shess2015-10-223-24/+407
* [tracing] Add sqlite memory statistics to tracing.ssid2015-10-128-2/+187
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-10-064-0/+203
* Isolate sql_unittests_apk.stip2015-10-032-0/+42
* Revert of [sql] Use memory-mapped I/O for sql::Connection. (patchset #3 id:40...zhaoqin2015-09-304-199/+0
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-09-294-0/+199
* Revert of [sql] Use memory-mapped I/O for sql::Connection. (patchset #8 id:14...Jeremy Roman2015-09-234-194/+0
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-09-234-0/+194
* [sql] sqlite3_initialize() before additional entry point.shess2015-09-161-0/+3
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-091-1/+0
* Revert of Fix sbox_validation_tests & Make isolate_driver.py include the exec...stgao2015-09-031-0/+1
* Fix sbox_validation_tests & Make isolate_driver.py include the executable itselfmaruel2015-09-021-1/+0
* [sql] Drop sqlite3_* proxy hacks.shess2015-09-025-78/+6
* Revert of [sqlite] Respect the gyp and gn component switch. (patchset #6 id:1...phajdan.jr2015-09-015-6/+78
* [sqlite] Respect the gyp and gn component switch.shess2015-09-015-78/+6
* Revert of [sqlite] Respect the gyp and gn component switch. (patchset #2 id:2...shess2015-08-285-6/+78
* [sqlite] Respect the gyp and gn component switch.shess2015-08-285-78/+6
* Revert of [sqlite] Respect the gyp and gn component switch. (patchset #1 id:1...sergeyv2015-08-285-6/+78
* [sqlite] Respect the gyp and gn component switch.shess2015-08-285-78/+6
* [sql] Record SQLite memory usage after a week.shess2015-08-251-0/+8
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-241-0/+1
* Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (pa...rockot2015-08-231-1/+0
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-221-0/+1
* Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (pa...yosin2015-08-221-1/+0
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-221-0/+1
* [sql] Record memory usage at various periods after startup.shess2015-08-121-1/+37