summaryrefslogtreecommitdiffstats
path: root/remoting/host/json_host_config.cc
Commit message (Expand)AuthorAgeFilesLines
* Write Mac Me2Me config as rootlambroslambrou@chromium.org2012-04-201-5/+8
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-1/+2
* Cleanup and simplify HostConfig and JsonHostConfig.sergeyu@chromium.org2012-04-071-15/+12
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-2/+4
* Convert all of remoting/* to base::Bind().ajwong@chromium.org2011-12-201-1/+0
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-101-1/+2
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-1/+2
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-2/+3
* HostConfig interface updates.sergeyu@chromium.org2010-12-161-20/+2
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-181-0/+2
* Added HostKeyPair class, signatures for heartbeat messages.sergeyu@chromium.org2010-08-041-0/+1
* Convert src/remoting to std::string/char* away from wstring/wchar_t*.viettrungluu@chromium.org2010-07-311-14/+2
* Removed dependency on chrome/common.sergeyu@chromium.org2010-06-251-9/+27
* Fixed memleak in JsonHostConfig.sergeyu@chromium.org2010-06-181-0/+1
* JSON based host config storage implemented. Python script for host registration.sergeyu@chromium.org2010-06-171-0/+64