| Commit message (Expand) | Author | Age | Files | Lines |
* | History: Fix incorrect values of reached_beginning when max_count is used. | dubroy@chromium.org | 2013-01-21 | 1 | -21/+11 |
* | Bake targeted error histogram support directly into sql::Connection. | shess@chromium.org | 2013-01-03 | 1 | -2/+1 |
* | History: Query for results a page at a time, rather than a day at a time. | dubroy@chromium.org | 2012-12-06 | 1 | -27/+40 |
* | History: Prevent full-text queries from incorrectly using body-only version. | dubroy@chromium.org | 2012-11-16 | 1 | -4/+9 |
* | Added parameter 'clear_bound_vars', so we could reset the statement without c... | michaelbai@chromium.org | 2012-04-25 | 1 | -3/+3 |
* | Database usage adjustment for .../history | gbillock@chromium.org | 2012-01-18 | 1 | -31/+9 |
* | [sql] WARN_UNUSED_RESULT on Execute(). | shess@chromium.org | 2011-12-23 | 1 | -4/+2 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-19 | 1 | -2/+7 |
* | Revert 114944 - Standardize StringToInt{,64} interface. | battre@chromium.org | 2011-12-18 | 1 | -7/+2 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-18 | 1 | -2/+7 |
* | Revert 114929 - Standardize StringToInt{,64} interface. | rsleevi@chromium.org | 2011-12-17 | 1 | -7/+2 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-17 | 1 | -2/+7 |
* | Reverting based on discussions on #chromium with shess and rsleevi | jamiewalch@google.com | 2011-11-23 | 1 | -8/+1 |
* | Add a field trial for using lower sqlite cache sizes. | brettw@chromium.org | 2011-11-23 | 1 | -1/+8 |
* | Move app/sql/* files to sql/ directory. | tfarina@chromium.org | 2011-07-19 | 1 | -3/+3 |
* | iwyu: Include stringprintf.h where appropriate, part 2. | jhawkins@chromium.org | 2011-05-11 | 1 | -1/+1 |
* | Disable HCP URL and term matching when HQP is enabled. | mrossetti@chromium.org | 2011-05-06 | 1 | -7/+8 |
* | Pure pedantry: Replace all ".size() == 0" with ".empty()". | erg@google.com | 2011-03-02 | 1 | -1/+1 |
* | base: Get rid of 'using' declaration of StringAppendF. | tfarina@chromium.org | 2010-11-15 | 1 | -2/+2 |
* | Update code that previously constructed strings from string iterators only to... | erikwright@chromium.org | 2010-10-22 | 1 | -2/+2 |
* | FBTF: Even more ctor/virtual deinlining. | erg@google.com | 2010-10-19 | 1 | -0/+4 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Fix numeric typo. The page size needs to be a power of 2 between 512 and 8192, | mark@chromium.org | 2010-09-22 | 1 | -1/+1 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -2/+4 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -1/+0 |
* | Increase the current version of the history index DBs, because of the switch ... | dumi@chromium.org | 2010-07-06 | 1 | -2/+4 |
* | Replace wstring with string16 in history. The only time wstring is used now i... | brettw@chromium.org | 2010-06-23 | 1 | -1/+1 |
* | Switching the history index DBs from fts2 to fts3, take #2: there was | dumi@chromium.org | 2010-06-16 | 1 | -1/+1 |
* | Revert 49746. Looks like it caused some SQLite errors that probably | dumi@chromium.org | 2010-06-15 | 1 | -1/+1 |
* | Make all new history index files use FTS3 instead of FTS2. | dumi@chromium.org | 2010-06-15 | 1 | -1/+1 |
* | chrome 5: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -0/+2 |
* | Eliminate QueryOptions::most_recent_visit_only. All non-unittest consumers o... | pkasting@chromium.org | 2009-11-03 | 1 | -5/+3 |
* | Move the sqlite error handler to a single location | cpu@chromium.org | 2009-10-15 | 1 | -22/+2 |
* | Convert history to use new sql wrappers. Enhance wrappers in several ways to | brettw@chromium.org | 2009-10-02 | 1 | -7/+5 |
* | Add UMA histograms for sqlite errors | cpu@chromium.org | 2009-10-02 | 1 | -0/+25 |
* | Add a new wrapper for sqlite. This is mostly a large cleanup of the existing | brettw@chromium.org | 2009-09-11 | 1 | -115/+90 |
* | Reduce header dependencies in browser/history | phajdan.jr@chromium.org | 2009-07-13 | 1 | -0/+1 |
* | Ports TextDatabase and ExpireHistoryTest to use FilePath. | brettw@chromium.org | 2009-03-13 | 1 | -16/+19 |
* | Get rid of wstring variants of StringToFoo. | dsh@google.com | 2009-02-28 | 1 | -3/+2 |
* | Add compatible version support since it was only halfway in place, and try an... | pkasting@chromium.org | 2008-10-30 | 1 | -2/+5 |
* | Trivial patch: add whitespace to some SQL statements to turn "INSERT INTO foo... | pkasting@chromium.org | 2008-10-29 | 1 | -2/+2 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+2 |
* | Port some more of chrome/ to Linux. | deanm@google.com | 2008-10-02 | 1 | -7/+9 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Use %ls instead of %s in wprintf format strings for wchar_t fields. | mmentovai@google.com | 2008-08-14 | 1 | -1/+1 |
* | Add chrome to the repository. | initial.commit | 2008-07-26 | 1 | -0/+412 |