)]}'
{
  "log": [
    {
      "commit": "86f578de5ba6ea11ead9284d9f036fee01ba5893",
      "tree": "edfcf11355e017072b3cc41f28621659d288ce35",
      "parents": [
        "468577abe37ff7b453a9ac613e0ea155349203ae"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Thu Nov 15 19:00:06 2007 +0800"
      },
      "committer": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Fri Jan 11 08:16:14 2008 +1100"
      },
      "message": "[CRYPTO] doc: Update api-intro.txt\n\nThis patch updates the list of transforms we support and clarifies that\nthe Block Ciphers interface in fact supports all ciphers including stream\nciphers.\n\nIt also removes the obsolete Configuration Notes section and adds the\nlinux-crypto mailing list as the primary bug reporting address.\n\nFinally it documents the fact that setkey should only be called from\nuser context.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n"
    },
    {
      "commit": "be2a608bd08ec00e19e14b322e07f443d2711084",
      "tree": "5050106052ad30cf5f78265d8427f2da1c0faee6",
      "parents": [
        "dd4ef01c4004410e6515d9dd0d92dec133c60b9b"
      ],
      "author": {
        "name": "John Anthony Kazos Jr",
        "email": "jakj@j-a-k-j.com",
        "time": "Wed May 09 08:50:42 2007 +0200"
      },
      "committer": {
        "name": "Adrian Bunk",
        "email": "bunk@stusta.de",
        "time": "Wed May 09 08:58:19 2007 +0200"
      },
      "message": "documentation: convert the Documentation directory to UTF-8\n\nConvert files within the Documentation directory to UTF-8.\n\nAdrian Bunk:\nsmall additional fixes\n\nSigned-off-by: John Anthony Kazos Jr. \u003cjakj@j-a-k-j.com\u003e\nSigned-off-by: Adrian Bunk \u003cbunk@stusta.de\u003e\n"
    },
    {
      "commit": "58e40308f329275ccf556312a9cd788522f7c224",
      "tree": "52d054ccbbae1d0e516331fb41d8628ea6fcc5e0",
      "parents": [
        "f70ee5ec8fc59ba2d905e6daf0d395edf6fb461d"
      ],
      "author": {
        "name": "Johannes Schlumberger",
        "email": "asso@doriath.informatik.uni-erlangen.de",
        "time": "Wed Mar 21 08:55:58 2007 +1100"
      },
      "committer": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Wed Mar 21 08:55:58 2007 +1100"
      },
      "message": "[CRYPTO] doc: Fix typo in hash example\n\nthere is a tiny bug in Documentation/crypto/api-intro.txt.\nThe file has the following example code:\n\nstruct scatterlist sg[2];\n[...]\nif (crypto_hash_digest(\u0026desc, \u0026sg, 2, result))\n\nwhich does not match the declaration of crypto_hash_digest() in\ninclude/linux/crypto.h.\n\n(static inline int crypto_hash_digest(struct hash_desc *desc,\n\tstruct scatterlist *sg, unsigned int nbytes, u8 *out)\n\nThe code in the example passes the address of a pointer (an array actually) as\nthe second argument, while the function expects the pointer itself.\n\nI have attached a patch to fix this.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n"
    },
    {
      "commit": "dc2e2f33bbf07344995357314fd8887f6564dba7",
      "tree": "6da1d238645e33efd21bca24a792aba2d8e7f523",
      "parents": [
        "6a0dc8d733de4aca958a73019877f96b4754d671"
      ],
      "author": {
        "name": "Noriaki TAKAMIYA",
        "email": "takamiya@po.ntts.co.jp",
        "time": "Sun Oct 22 15:06:46 2006 +1000"
      },
      "committer": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Wed Feb 07 09:21:05 2007 +1100"
      },
      "message": "[CRYPTO] doc: added the developer of Camellia cipher\n\nThis patch adds the developer of Camellia cipher algorithm.\n\nSigned-off-by: Noriaki TAKAMIYA \u003ctakamiya@po.ntts.co.jp\u003e\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n"
    },
    {
      "commit": "878b9014666217555d16073764f30e825cf18d2f",
      "tree": "cd7ab9f6f49dc0eb3cbfacd0abfc1a1daa243aaf",
      "parents": [
        "1b489e11d4df82514792f9f981f31976f8a94ddf"
      ],
      "author": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Sun Aug 20 15:17:04 2006 +1000"
      },
      "committer": {
        "name": "Herbert Xu",
        "email": "herbert@gondor.apana.org.au",
        "time": "Thu Sep 21 11:46:20 2006 +1000"
      },
      "message": "[CRYPTO] doc: Update documentation for hash and me\n\nThis patch updates the documentation to reflect the switch from digest\nto hash.  It also replaces notes about emailing James Morris to refer\nto me instead.\n\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\n"
    },
    {
      "commit": "fb4f10ed50f01b0f953068456bfb6e2885921b01",
      "tree": "e9eb4112522d7969fdc4bbf6455b6d0d59426121",
      "parents": [
        "75c80c382fbd08acf06fbef9d54c9844e806a8b4"
      ],
      "author": {
        "name": "Aaron Grothe",
        "email": "ajgrothe@yahoo.com",
        "time": "Thu Sep 01 17:42:46 2005 -0700"
      },
      "committer": {
        "name": "David S. Miller",
        "email": "davem@davemloft.net",
        "time": "Thu Sep 01 17:42:46 2005 -0700"
      },
      "message": "[CRYPTO]: Fix XTEA implementation\n\nThe XTEA implementation was incorrect due to a misinterpretation of\noperator precedence.  Because of the wide-spread nature of this\nerror, the erroneous implementation will be kept, albeit under the\nnew name of XETA.\n\nSigned-off-by: Aaron Grothe \u003cajgrothe@yahoo.com\u003e\nSigned-off-by: Herbert Xu \u003cherbert@gondor.apana.org.au\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n"
    },
    {
      "commit": "1da177e4c3f41524e886b7f1b8a0c1fc7321cac2",
      "tree": "0bba044c4ce775e45a88a51686b5d9f90697ea9d",
      "parents": [],
      "author": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "committer": {
        "name": "Linus Torvalds",
        "email": "torvalds@ppc970.osdl.org",
        "time": "Sat Apr 16 15:20:36 2005 -0700"
      },
      "message": "Linux-2.6.12-rc2\n\nInitial git repository build. I\u0027m not bothering with the full history,\neven though we have it. We can create a separate \"historical\" git\narchive of that later if we want to, and in the meantime it\u0027s about\n3.2GB when imported into git - space that would just make the early\ngit days unnecessarily complicated, when we don\u0027t have a lot of good\ninfrastructure for it.\n\nLet it rip!\n"
    }
  ]
}
