| Commit message (Expand) | Author | Age | Files | Lines |
* | [Sync] Add proto->Value conversion functions | akalin@chromium.org | 2011-02-03 | 18 | -0/+764 |
* | [SYNC] Sessions datatype refactor. Most things related to sessions under-the-... | zea@chromium.org | 2011-01-06 | 1 | -10/+20 |
* | Change the protocol specifics files to unblock the server team | lipalani@chromium.org | 2010-11-11 | 1 | -0/+3 |
* | sync: bake 'explicit' passphrases into the nigori specifics, rather | tim@chromium.org | 2010-11-10 | 1 | -0/+3 |
* | sync: Update sync.proto to match the server's and handle new error codes. | albertb@chromium.org | 2010-10-26 | 1 | -15/+28 |
* | Revert unintended commit. | agl@chromium.org | 2010-10-13 | 1 | -1/+1 |
* | Use protobuf_lite to save on binary size. | agl@chromium.org | 2010-10-13 | 14 | -57/+29 |
* | Reconcile sync.proto client/server diffs. | nick@chromium.org | 2010-10-07 | 1 | -25/+95 |
* | protobuf: switch to using third_party/protobuf | agl@chromium.org | 2010-10-01 | 1 | -3/+3 |
* | sync_unit_tests: add test for unknown field retention. | agl@chromium.org | 2010-09-27 | 2 | -0/+25 |
* | Refresh sync.proto. | nick@chromium.org | 2010-09-22 | 3 | -18/+24 |
* | Implements the backend for clearing data from the server | tim@chromium.org | 2010-09-08 | 1 | -3/+30 |
* | sync: Add sessions to protocol and chromiumsync python test server. | jerrica@google.com | 2010-08-13 | 2 | -0/+92 |
* | Remove sync_types.h. No functions from this file are used, and some of them are | brettw@chromium.org | 2010-08-08 | 1 | -2/+0 |
* | Export and imports raw keys in the Cryptographer. | albertb@chromium.org | 2010-08-06 | 1 | -3/+3 |
* | Added constants, strings, protos for app sync. | akalin@chromium.org | 2010-08-06 | 2 | -0/+31 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Switched sync protobufs to use "heavy" protobufs. | akalin@chromium.org | 2010-07-16 | 11 | -12/+46 |
* | Add support for the "clear pending" server / storage backend state. | tim@chromium.org | 2010-07-15 | 1 | -0/+3 |
* | Remove extended attributes. The lame broken codepath in the DBS was causing | nick@chromium.org | 2010-06-30 | 1 | -10/+2 |
* | Take 2: sync changes to support encryption | albertb@chromium.org | 2010-06-23 | 1 | -5/+6 |
* | Fix files with svn:executable permissions. | thestig@chromium.org | 2010-06-23 | 1 | -0/+0 |
* | TBR: willchan | albertb@chromium.org | 2010-06-22 | 1 | -6/+5 |
* | DRAFT: sync_api changes to support password encryption | albertb@chromium.org | 2010-06-22 | 1 | -5/+6 |
* | This is the first patch to support encryption. The Cryptographer class | albertb@chromium.org | 2010-06-11 | 3 | -0/+64 |
* | Added specifics protocol buffer for extensions sync. | akalin@chromium.org | 2010-06-09 | 2 | -0/+41 |
* | Re-land the protocol extension for syncing passwords patch. | albertb@chromium.org | 2010-05-07 | 2 | -0/+41 |
* | Revert "Protocol extension for syncing passwords." | albertb@chromium.org | 2010-05-07 | 1 | -40/+0 |
* | Protocol extension for syncing passwords. | albertb@chromium.org | 2010-05-07 | 1 | -0/+40 |
* | Update typed_url sync to support visits. | zork@chromium.org | 2010-04-30 | 1 | -4/+3 |
* | Re-apply http://codereview.chromium.org/1622012 | timurrrr@chromium.org | 2010-04-30 | 1 | -0/+73 |
* | Revert "[Third time landing] Python implementation of sync server, for testing." | phajdan.jr@chromium.org | 2010-04-30 | 1 | -73/+0 |
* | [Third time landing] Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-30 | 1 | -0/+73 |
* | Revert 45916 - Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-29 | 1 | -73/+0 |
* | Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-29 | 1 | -0/+73 |
* | Remove svn:executable property from more files that don't need it. | thestig@chromium.org | 2010-04-27 | 1 | -0/+0 |
* | Revert 44708 - Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-15 | 1 | -73/+0 |
* | Python implementation of sync server, for testing. | nick@chromium.org | 2010-04-15 | 1 | -0/+73 |
* | New autofill_specifics for autofill++ support. | tim@chromium.org | 2010-03-30 | 1 | -0/+72 |
* | Implemented initial version of themes syncing (behind a flag). | akalin@chromium.org | 2010-03-29 | 1 | -0/+40 |
* | Update sync to support syncing of typed urls | zork@chromium.org | 2010-03-18 | 1 | -0/+27 |
* | Hook up client side of per-datatype GetUpdates. | nick@chromium.org | 2010-02-11 | 1 | -0/+14 |
* | Change the name fields back to their previous name to unbreak the build | zork@chromium.org | 2010-02-10 | 2 | -2/+2 |
* | Update the .proto files to change the fields to optional. | zork@chromium.org | 2010-02-10 | 2 | -4/+4 |
* | Added UNIQUE_CLIENT_TAG to sync engine. Added some syncapi unit tests. Added ... | chron@google.com | 2010-02-09 | 1 | -4/+42 |
* | Add autofill proto buffer for sync. | zork@google.com | 2010-02-03 | 1 | -0/+24 |
* | Proto extenions to sync preferences. | albertb@google.com | 2010-02-01 | 1 | -0/+23 |
* | Merge protocol buffer changes from server back into client. | chron@google.com | 2010-01-16 | 2 | -10/+66 |
* | Final part of PathString cleanup. | munjal@chromium.org | 2009-11-24 | 1 | -1/+1 |
* | Take 2 at browser_sync::ExtensionsActivityMonitor. | tim@chromium.org | 2009-10-28 | 1 | -3/+18 |