)]}'
{
  "log": [
    {
      "commit": "fdfe2ff8c60c367a4eb7cecb4cbe1d62b41a8c20",
      "tree": "33ff6ed8e57f31aebadd5e04c7f97dae01917ea9",
      "parents": [
        "a8f767a2395c0127b7f5adb9e207fdd994144e17"
      ],
      "author": {
        "name": "Joe Onorato",
        "email": "joeo@google.com",
        "time": "Tue Aug 30 17:24:17 2011 -0700"
      },
      "committer": {
        "name": "Mike Lockwood",
        "email": "lockwood@google.com",
        "time": "Fri Feb 10 10:51:20 2012 -0800"
      },
      "message": "Checkpoint adding @home RPC support to aidl\n"
    },
    {
      "commit": "5887f2199a6285e3af36aaa5e446bcdf2d54f408",
      "tree": "a16b236a2e4a5b44c5faae3d7ea20282c91cb62d",
      "parents": [
        "ff14d457c41a8b608ea743e6a04642912436d21e",
        "747cb3b515e1b01f6b61ec911b693d88d480eaaf"
      ],
      "author": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Aug 04 11:23:04 2009 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Tue Aug 04 11:23:04 2009 -0700"
      },
      "message": "am 747cb3b5: Merge change 9670 into donut\n\nMerge commit \u0027747cb3b515e1b01f6b61ec911b693d88d480eaaf\u0027\n\n* commit \u0027747cb3b515e1b01f6b61ec911b693d88d480eaaf\u0027:\n  Make aidl annotate onTransact with @Override\n"
    },
    {
      "commit": "7ea9d79e302b1d71c62802aa514566c9b7f39f67",
      "tree": "e52a1a7641a9a45d7cf1b913c043996f35982768",
      "parents": [
        "0781f7ace13c68cd328710a268ab3dce1d201562"
      ],
      "author": {
        "name": "Xavier Ducrohet",
        "email": "xav@android.com",
        "time": "Mon Aug 03 19:51:54 2009 -0700"
      },
      "committer": {
        "name": "Xavier Ducrohet",
        "email": "xav@android.com",
        "time": "Mon Aug 03 19:51:54 2009 -0700"
      },
      "message": "Make aidl annotate onTransact with @Override\n\nBUG: 1902262\n"
    },
    {
      "commit": "9066cfe9886ac131c34d59ed0e2d287b0e3c0087",
      "tree": "d88beb88001f2482911e3d28e43833b50e4b4e97",
      "parents": [
        "d83a98f4ce9cfa908f5c54bbd70f03eec07e7553"
      ],
      "author": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Tue Mar 03 19:31:44 2009 -0800"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Tue Mar 03 19:31:44 2009 -0800"
      },
      "message": "auto import from //depot/cupcake/@135843\n"
    },
    {
      "commit": "d83a98f4ce9cfa908f5c54bbd70f03eec07e7553",
      "tree": "4b825dc642cb6eb9a060e54bf8d69288fbee4904",
      "parents": [
        "076357b8567458d4b6dfdcf839ef751634cd2bfb"
      ],
      "author": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Tue Mar 03 18:28:45 2009 -0800"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Tue Mar 03 18:28:45 2009 -0800"
      },
      "message": "auto import from //depot/cupcake/@135843\n"
    },
    {
      "commit": "754270601a268cfe0ab679768aa33423feb1f974",
      "tree": "a1710a8a0757a92b582e50744af0af402fe8a685",
      "parents": [
        "eef3c54deb1cb66455ae385075333f163e5fb838"
      ],
      "author": {
        "name": "Adrian Taylor",
        "email": "adrian@macrobug.com",
        "time": "Fri Feb 13 09:52:17 2009 +0000"
      },
      "committer": {
        "name": "Adrian Taylor",
        "email": "adrian@macrobug.com",
        "time": "Fri Feb 13 09:53:11 2009 +0000"
      },
      "message": "Removing \"import\" statements from AIDL-generated .java files.\n\nAIDL generates unnecessary \"import\" statements. These cause warnings\nwithin Eclipse when the default Eclipse warnings settings are used.\nThis is inconvenient since the generated .java files are not\neditable. Some pesky organisations have a zero-warnings policy\ntoo, so there\u0027s no option but to fiddle with the Eclipse settings.\n\nThis patch ensures that all usages of class names within the\ngenerated code are fully-qualified. In practice, they were nearly\nall fully-qualified already. And this patch also removes the\ngeneration of the import statements, since they are redundant\nif we\u0027re using fully-qualified names everywhere.\n\nThis should fix issue 43 in the Google Code Android issues tracker.\nhttp://code.google.com/p/android/issues/detail?id\u003d43\n\nI would appreciate if somebody who knows exactly how \u0027aidl\u0027\nworks could confirm that there\u0027s no reason \u0027import\u0027 statements\nwould have been necessary except for the bits I\u0027ve fixed. (I think\nunqualified names were used much more frequently in early versions\nof aidl, which might explain why import statements are generated\nso eagerly).\n"
    },
    {
      "commit": "54b6cfa9a9e5b861a9930af873580d6dc20f773c",
      "tree": "35051494d2af230dce54d6b31c6af8fc24091316",
      "parents": [],
      "author": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Tue Oct 21 07:00:00 2008 -0700"
      },
      "committer": {
        "name": "The Android Open Source Project",
        "email": "initial-contribution@android.com",
        "time": "Tue Oct 21 07:00:00 2008 -0700"
      },
      "message": "Initial Contribution\n"
    }
  ]
}
