)]}'
{
  "log": [
    {
      "commit": "c79d4eae757a81270915c2a7cf01c81b8d42785e",
      "tree": "4033d6420a51ebef4957de43101f929440f9cfb2",
      "parents": [
        "2b40555a42585904f1017a6dc9a0b9a014bbcce3"
      ],
      "author": {
        "name": "Roshan Pius",
        "email": "rpius@google.com",
        "time": "Mon May 02 16:50:38 2016 -0700"
      },
      "committer": {
        "name": "Roshan Pius",
        "email": "rpius@google.com",
        "time": "Mon May 02 23:51:48 2016 +0000"
      },
      "message": "xmlrpcpp: Treat all warnings as errors\n\nBUG: 28475384\nChange-Id: Ied3df3c48a2ed153ec8090ff0fdc8d774d9e4903\n"
    },
    {
      "commit": "2b40555a42585904f1017a6dc9a0b9a014bbcce3",
      "tree": "f41d4c8edda141cc3a3ce835297d9de9cd194147",
      "parents": [
        "1d7192fe0d2f788f8f150899c58b86c5ff10456a"
      ],
      "author": {
        "name": "Roshan Pius",
        "email": "rpius@google.com",
        "time": "Mon May 02 10:08:01 2016 -0700"
      },
      "committer": {
        "name": "Roshan Pius",
        "email": "rpius@google.com",
        "time": "Mon May 02 20:30:50 2016 +0000"
      },
      "message": "xmlrpcpp: Fix compiler warnings\n\nBUG: 28475384\nChange-Id: I7a15bd620c21383d8d1776e9cce0aa10d792b1df\n"
    },
    {
      "commit": "1d7192fe0d2f788f8f150899c58b86c5ff10456a",
      "tree": "39c4f8186dbc39c46e28ed9cb4d4d691d73a0bc9",
      "parents": [
        "b0b71ed8b630bbf1b94f0be0c4030d8488b3f8b7"
      ],
      "author": {
        "name": "Roshan Pius",
        "email": "rpius@google.com",
        "time": "Thu Oct 22 15:04:10 2015 -0700"
      },
      "committer": {
        "name": "Roshan Pius",
        "email": "rpius@google.com",
        "time": "Fri Oct 23 09:32:53 2015 -0700"
      },
      "message": "xmlrpcpp: Add debug log for incoming XML request.\n\nDump out the entire XML request received which can be useful in\ndebugging.\n\nBUG: 24335496\nChange-Id: If7b57b670a2062829525594d35e5e17514c71991\nTEST:\n`test_that $host network_WiFi_SimpleConnect.wifi_check11g` \u0026\u0026\nadb shell cat /data/shill_xmlrpc_server.log\n"
    },
    {
      "commit": "b0b71ed8b630bbf1b94f0be0c4030d8488b3f8b7",
      "tree": "794c2c72f0beb56812f38903d4804c5ab5b921d3",
      "parents": [
        "85ff721d2fb0640fbf6f8f4e05c327759d08d3c1"
      ],
      "author": {
        "name": "Roshan Pius",
        "email": "rpius@google.com",
        "time": "Sun Oct 11 13:08:08 2015 -0700"
      },
      "committer": {
        "name": "Roshan Pius",
        "email": "rpius@google.com",
        "time": "Mon Oct 12 15:18:35 2015 -0700"
      },
      "message": "xmlrpcpp: Add support for Nil value type.\n\nXML RPC has an optional Nil data type, which is used by the Python\u0027s\nxmlrpclib client. Add support for Nil to xmlrpccpp, so that we can\ninterop with the Python client.\n\nRelated changes:\nAdded a function to explicitly set the type to Nil since we cannot\nreuse any of the existing constructors to set the type to Nil.\n\nBUG: 24335496\nTEST: Tested with Python\u0027s xmlrpclib with \"allow_none\" option set to True\nand passing a \"None\" value as a RPC method\u0027s parameter.\n\nChange-Id: I6d02dbf0cb54cf1bd84015e316a23bed6b04bb55\n"
    },
    {
      "commit": "85ff721d2fb0640fbf6f8f4e05c327759d08d3c1",
      "tree": "462ebf7ca0d9cb157a64f478e8f43c02831eb439",
      "parents": [
        "e6e02e397e643cfabf0f4e2f54cc61ad6e0ac517"
      ],
      "author": {
        "name": "Dan Willemsen",
        "email": "dwillemsen@google.com",
        "time": "Wed Sep 30 20:38:31 2015 -0700"
      },
      "committer": {
        "name": "Dan Willemsen",
        "email": "dwillemsen@google.com",
        "time": "Thu Oct 01 15:39:34 2015 -0700"
      },
      "message": "Use all-subdir-cpp-files instead of $(wildcard)\n\nBug: 24204119\nChange-Id: I91cd75293a09a673a29b8d52e932ef85874fc239\n"
    },
    {
      "commit": "e6e02e397e643cfabf0f4e2f54cc61ad6e0ac517",
      "tree": "83e17dac67745cf31d44404c85d145ae8dd6f16a",
      "parents": [
        "4e2ea8184cc1f9609f1f1251394316629a108a78"
      ],
      "author": {
        "name": "Roshan Pius",
        "email": "rpius@google.com",
        "time": "Mon Sep 28 15:25:40 2015 -0700"
      },
      "committer": {
        "name": "Roshan Pius",
        "email": "rpius@google.com",
        "time": "Tue Sep 29 16:39:55 2015 +0000"
      },
      "message": "xmlrpcpp: Fix compilation warnings and use clang/rtti.\n\n1. Fix couple of compiler warning generated by xmlrpcpp library.\n2. Enable RTTI and CLANG in the makefile to be in line with Shill\ntest proxy compilation flags. The test proxy needs RTTI enabled since it\nuses libchromeos which has has a few modules with RTTI features. So, \nthis leads to \"undefined reference to type_info\" linker errors when \nlinking against this xmlrpcpp library.\n\nBUG: 24335496\nChange-Id: Ieccdf577d04853e51933d25b774a6ef9fe2e7541\nTEST: mmm external/xmlrpcpp\n"
    },
    {
      "commit": "4e2ea8184cc1f9609f1f1251394316629a108a78",
      "tree": "694bd467b8fc2b47c83268750f2b7a4fcd2e19ad",
      "parents": [
        "e2cb628207530f9954906615aabd354dc4d820e2"
      ],
      "author": {
        "name": "Roshan Pius",
        "email": "rpius@google.com",
        "time": "Wed Sep 23 14:46:15 2015 -0700"
      },
      "committer": {
        "name": "Roshan Pius",
        "email": "rpius@google.com",
        "time": "Wed Sep 23 21:52:55 2015 +0000"
      },
      "message": "[Brillo] Add XmlRpc++ library\n\nAdding a third-party native XML RPC library for Shill testing on Brillo.\n\nBug: 24335496\nTEST: source build/envsetup.sh \u0026\u0026 lunch aosp_shamu-userdebug \u0026\u0026 \nmake -j 64\n\nChange-Id: I7a4d86fc3ab3b85f981e1814c1ef44eab85471b5\n"
    },
    {
      "commit": "e2cb628207530f9954906615aabd354dc4d820e2",
      "tree": "4b825dc642cb6eb9a060e54bf8d69288fbee4904",
      "parents": [],
      "author": {
        "name": "Bill Yi",
        "email": "byi@google.com",
        "time": "Wed Sep 23 14:15:45 2015 -0700"
      },
      "committer": {
        "name": "Bill Yi",
        "email": "byi@google.com",
        "time": "Wed Sep 23 14:15:45 2015 -0700"
      },
      "message": "Initial empty repository\n"
    }
  ]
}
