| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleaned up sync logging. | akalin@chromium.org | 2010-10-06 | 1 | -7/+9 |
* | Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-04 | 2 | -8/+30 |
* | clang/mac: Fix most easy problems in chrome.xcodeproj (all targets) | thakis@chromium.org | 2010-10-02 | 1 | -6/+0 |
* | Revert "FBTF: Another big ctor/dtor cleanup found by automated tools." | erg@google.com | 2010-10-01 | 2 | -30/+8 |
* | FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-01 | 2 | -8/+30 |
* | sync: Introduce support for split transaction apply/commit changes. Change_pr... | tim@chromium.org | 2010-09-23 | 2 | -15/+41 |
* | Fix sync_unit_tests two-phase lookup problems. | hans@chromium.org | 2010-09-20 | 5 | -39/+20 |
* | 2nd attempt at http://codereview.chromium.org/3305003/show | johnnyg@chromium.org | 2010-09-09 | 2 | -14/+0 |
* | Revert 58778 - New authorization framework for sync. | johnnyg@chromium.org | 2010-09-08 | 2 | -0/+14 |
* | New authorization framework for sync. | johnnyg@chromium.org | 2010-09-08 | 2 | -14/+0 |
* | Move bundled copy of sqlite one level deeper to better separate it | phajdan.jr@chromium.org | 2010-08-18 | 2 | -3/+3 |
* | sync: take two for: | tim@chromium.org | 2010-08-18 | 2 | -1/+20 |
* | Revert 56423 - Added classes to enable session sync functionality. | tim@chromium.org | 2010-08-17 | 2 | -20/+1 |
* | Added classes to enable session sync functionality. | tim@chromium.org | 2010-08-17 | 2 | -1/+20 |
* | Made server_notifier_thread listen to UNKNOWN data type. | akalin@chromium.org | 2010-08-17 | 1 | -0/+16 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 2 | -3/+1 |
* | sync: Fix backend configuration to support sync db refresh. | tim@chromium.org | 2010-08-11 | 2 | -5/+28 |
* | Remove sync_types.h. No functions from this file are used, and some of them are | brettw@chromium.org | 2010-08-08 | 7 | -28/+26 |
* | FBTF: Remove unneeded headers from base/ (part 5) | thestig@chromium.org | 2010-08-07 | 1 | -1/+0 |
* | rid of more OS_LINUX defines, to help the BSD port (work by sprewell & I) | pvalchev@google.com | 2010-08-06 | 1 | -1/+1 |
* | Added constants, strings, protos for app sync. | akalin@chromium.org | 2010-08-06 | 2 | -1/+19 |
* | FBTF: Remove unneeded headers from base/ (part 2) | thestig@chromium.org | 2010-08-06 | 1 | -1/+0 |
* | Stopgap fix for bug 48502. Stop syncing on db corruption. | tim@chromium.org | 2010-08-02 | 3 | -4/+33 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 2 | -2/+3 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 2 | -3/+4 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -1/+0 |
* | Fix leaks found by sync unit tests. | nick@chromium.org | 2010-07-28 | 4 | -27/+47 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 12 | -0/+12 |
* | Coverity issues 7028, 8452, 7061, 7070: Uninitialized members in browser/sync/* | finnur@chromium.org | 2010-07-24 | 1 | -1/+3 |
* | sync: fixes crash that happens when you disable a datatype while there are un... | tim@chromium.org | 2010-07-21 | 1 | -6/+16 |
* | Fix deadlock by introducing a new transaction event. | chron@chromium.org | 2010-07-21 | 2 | -2/+19 |
* | Remove <iostream> where possible. | erg@google.com | 2010-07-20 | 1 | -1/+0 |
* | sync: Remove unused row_iterator.h file. | tfarina@chromium.org | 2010-07-17 | 2 | -4/+2 |
* | sync: Get rid of duplicated typedef Closure definition. | tfarina@chromium.org | 2010-07-16 | 1 | -2/+1 |
* | Fix handling of undeletion within the syncer. | nick@chromium.org | 2010-07-13 | 4 | -18/+22 |
* | sync: add CleanupDisabledTypesCommand to purge data pertaining to previously | tim@chromium.org | 2010-07-02 | 7 | -45/+269 |
* | Remove extended attributes. The lame broken codepath in the DBS was causing | nick@chromium.org | 2010-06-30 | 6 | -382/+180 |
* | Added ModelType <-> server sync type mappings and used them. | akalin@chromium.org | 2010-06-29 | 2 | -0/+91 |
* | New HTML Sync Setup UI. | dantasse@chromium.org | 2010-06-25 | 1 | -2/+2 |
* | sync: Change entry purging approach to rely on SaveChanges, which is more con... | tim@chromium.org | 2010-06-25 | 6 | -131/+91 |
* | Revert r50774 as it introduces valgrind failures | hclam@chromium.org | 2010-06-25 | 1 | -2/+2 |
* | New HTML Sync Setup UI! This paves the way for the Passphrase UI. (coming so... | dantasse@chromium.org | 2010-06-24 | 1 | -2/+2 |
* | Take 2: sync changes to support encryption | albertb@chromium.org | 2010-06-23 | 3 | -2/+15 |
* | sync: Add method to Directory to remove all entries for a set of ModelTypes. | tim@chromium.org | 2010-06-23 | 3 | -5/+145 |
* | TBR: willchan | albertb@chromium.org | 2010-06-22 | 3 | -15/+2 |
* | DRAFT: sync_api changes to support password encryption | albertb@chromium.org | 2010-06-22 | 3 | -2/+15 |
* | Add method to delete entries from the Directory backing sqlite file by metaha... | tim@chromium.org | 2010-06-21 | 3 | -1/+92 |
* | Allow InitByTagLookup for WriteNodes. | albertb@chromium.org | 2010-06-18 | 2 | -0/+7 |
* | Reland: Client side changes to set and get nigori specifics with passing | albertb@chromium.org | 2010-06-16 | 2 | -0/+9 |
* | Revert 49967 - Client side changes to set and get nigori specifics. | skerner@chromium.org | 2010-06-16 | 2 | -6/+0 |