)]}'
{
  "log": [
    {
      "commit": "a2c5674920905df244526b88ba1caf3c1f6d8e86",
      "tree": "a91464b6b458f11020e5c956e339d01f9f636c70",
      "parents": [
        "753b6c5674d3d5eb466fca8d7f28dddff31a2ab7"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Dec 06 02:59:04 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Dec 06 02:59:04 2011 +0000"
      },
      "message": "Thrift-1445:minor C++ generator variable cleanup\nClient: cpp\nPatch: Dave Watson\n\nIn generate_process_function(), service_func_name is always used as a\nstring literal. Therefore, construct it with the double quotes\nbuilt-in, rather than having to add them everywhere we use it.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1210757 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "753b6c5674d3d5eb466fca8d7f28dddff31a2ab7",
      "tree": "33a0defce401e9d0825f36a507ac780807c3ded4",
      "parents": [
        "b0d9560c330fedb49be6b2272b95c83b000fd415"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Dec 06 01:41:59 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Dec 06 01:41:59 2011 +0000"
      },
      "message": "Thrift-1444:FunctionRunner - add syntactic sugar to create shared_ptrs\nClient: cpp\nPatch: Dave Watson\n\nSimplify FunctionRunner addTask calls.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1210741 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b0d9560c330fedb49be6b2272b95c83b000fd415",
      "tree": "2866b40a0c876801c54eef953a2cb946f8395921",
      "parents": [
        "9689d89df17d0876e4928fa80407225cfd46bb23"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Dec 06 01:17:26 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Dec 06 01:17:26 2011 +0000"
      },
      "message": "Thrift-1442: TNonblockingServer: Refactor to allow multiple IO Threads\nClient: cpp\nPatch: Dave Watson\n\nAds multiple IO threads to TNonblocking Server\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1210737 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9689d89df17d0876e4928fa80407225cfd46bb23",
      "tree": "253c6d26fcab81cc3a79f61034fd057faa54bb73",
      "parents": [
        "6fa2b30940188fef9f1eaba539dedfa4ddc0946f"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Dec 06 01:07:17 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Dec 06 01:07:17 2011 +0000"
      },
      "message": "Thrift-1340: Add support of ARC to Objective-C\nClient: Objective-c\nPatch: Hirano Satoshi\n\nAdds -objc-arc flag to compiler and if used removes the retain/release/autorelease from generated code\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1210732 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "6fa2b30940188fef9f1eaba539dedfa4ddc0946f",
      "tree": "f64be90ae9c48c723710f63af5efb9d8a296136b",
      "parents": [
        "3775a683af521f15632d0809f56d87b61ba49939"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Dec 06 00:59:30 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Dec 06 00:59:30 2011 +0000"
      },
      "message": "Thrift-1446:Compile error with Delphi 2009 in constant initializer\nClient: delphi\nPatch: Kenjiro Fukumitsu \n\nGenerated code cannot be compiled with Delphi 2009 due to the bug in constant initializer.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1210728 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "3775a683af521f15632d0809f56d87b61ba49939",
      "tree": "f0902fa28185205b27231974e446e03e4e12ef83",
      "parents": [
        "9901069442f25fb8783fb62b9899b4e81937717b"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Dec 06 00:48:04 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Dec 06 00:48:04 2011 +0000"
      },
      "message": "Thrift-1090: Document the generation of a file called \"Constants.java\"\nClient: java\nPatch: Mike Riley\n\nAdds program_name to the Constants file in java to match all other client libs.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1210724 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9901069442f25fb8783fb62b9899b4e81937717b",
      "tree": "6674fcb3269ea8db3ee2b5d6a8c357c9cf3da26f",
      "parents": [
        "b03a59cc5c3e71c74c6d374e67bd45de6b270eea"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Nov 30 02:09:46 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Nov 30 02:09:46 2011 +0000"
      },
      "message": "Updating trunk to 0.9.0 version.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1208214 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b03a59cc5c3e71c74c6d374e67bd45de6b270eea",
      "tree": "60a98a8f6ecd22d87af8be66a292b09a446d1846",
      "parents": [
        "828789580b253522c5bddb76d82ee8ab4e98d74a"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Nov 29 16:45:51 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Nov 29 16:45:51 2011 +0000"
      },
      "message": "Thrift-1427: PHP library uses non-multibyte safe functions with mbstring function overloading\nClient: php\nPatch: Bryan Alves\n\nFixes issue with php overloaded mbstring to be binary-safe for strlen and substr.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1207960 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "828789580b253522c5bddb76d82ee8ab4e98d74a",
      "tree": "487c963bee5cc2f05447416ec08f260f0bf03708",
      "parents": [
        "a1b671dba75e15203881ae40f2b580645ef4b7ed"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Nov 28 20:00:10 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Nov 28 20:00:10 2011 +0000"
      },
      "message": "Thrift-1421: Debian Packages can not be built\n\nRemoving Erlang package from debian rules and control\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1207553 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a1b671dba75e15203881ae40f2b580645ef4b7ed",
      "tree": "cfc940603bed0dfe4951eb87f317d8e03d3f7292",
      "parents": [
        "a0dd75d7c871370341c27388ffed5ed66917098f"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sat Nov 26 18:24:43 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sat Nov 26 18:24:43 2011 +0000"
      },
      "message": "Thrift-1330: PHP Namespaces no longer generated\nClient: php\nPatch: Mike Riley\n\nFixes namespaces in PHP generator to with with php \u003e\u003d 5.3.x\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1206532 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a0dd75d7c871370341c27388ffed5ed66917098f",
      "tree": "cd7de1247fdfa5d5b81bdd4af60db75b544b584e",
      "parents": [
        "94519b394374391b4d026163f227dec43863e9bd"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sat Nov 26 05:23:09 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sat Nov 26 05:23:09 2011 +0000"
      },
      "message": "Thrift-386: Make it possible to build the Python library without the extension\nClient: py\nPatch: Jake Farrell\n\npatch for py lib which will attempt to build the C extension and if it fails falls back to just building the library without any extensions.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1206398 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "94519b394374391b4d026163f227dec43863e9bd",
      "tree": "8a5e7bed52cb9ce143e08c5d4c487e34798b6112",
      "parents": [
        "289cbb2e4c3550caf1011548bda1996383100c7c"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Wed Nov 23 21:02:46 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Wed Nov 23 21:02:46 2011 +0000"
      },
      "message": "THRIFT-1434 Node.js Thrift compiler fails to generate server code using inheritance\nPatch: Wade Simmons\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1205592 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "289cbb2e4c3550caf1011548bda1996383100c7c",
      "tree": "c80abf5dee2eb703142aab78e78f739cedc9b9cf",
      "parents": [
        "ac10256fccfcc9a31946c26777007a41d7766489"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Wed Nov 23 20:44:09 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Wed Nov 23 20:44:09 2011 +0000"
      },
      "message": "THRIFT-1431 Rename \u0027sys\u0027 module to \u0027util\u0027\nPatch: David Worms\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1205576 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "ac10256fccfcc9a31946c26777007a41d7766489",
      "tree": "9d110073cfef3829d84d1129cc8cc584066fcfd5",
      "parents": [
        "a6c031ad41716173007677dda5e244d7b1314a3d"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Nov 23 14:30:41 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Nov 23 14:30:41 2011 +0000"
      },
      "message": "Thrift-1435: make TException.Message property conformant to the usual expectations\nClient: delphi\nPatch: Jens Geyer\n\nMake delphi exceptions act like standard TException within other languages \n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1205415 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a6c031ad41716173007677dda5e244d7b1314a3d",
      "tree": "85ce7578ecd56e45325a016e47af8560b5e08ed1",
      "parents": [
        "e34009b76cfa255e216eac79f673bd7e0798119e"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Nov 21 13:52:51 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Nov 21 13:52:51 2011 +0000"
      },
      "message": "Thrift-1432: Javascript struct constants declared in the same file as their struct definition will cause an error\nClient: js\nPatch: Mike Riley\n\nFlips print out of constants and structs within the generator to allow for use of constants within the structs.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1204495 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e34009b76cfa255e216eac79f673bd7e0798119e",
      "tree": "34cb7090a8728e2551f6ac1c34847f2af6f3d26f",
      "parents": [
        "1b533e9177c1d5fa9a37148af075df10e6e511b1"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Nov 17 00:17:29 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Nov 17 00:17:29 2011 +0000"
      },
      "message": "Thrift-1391: Improved Delphi XE test cases\nClient: delphi\nPatch: Jens Geyer\n\nImproved TestClient:\n - collects test results and reports errors\n - added or completed a number of tests, like listTest, mapmapTest, multiExceptionTest and others\n - exception content test also included\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1202948 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "1b533e9177c1d5fa9a37148af075df10e6e511b1",
      "tree": "06ccbf18f800975b703ea584e052f3bf8103c5a3",
      "parents": [
        "e0c531673657fb85ed9cc653c1976bd1810deb76"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Wed Nov 16 19:11:34 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Wed Nov 16 19:11:34 2011 +0000"
      },
      "message": "THRIFT-1387 Build MSVC libraries with Boost Threads instead of Pthreads\nMinor Fix: add PDB files to vcxproj files\nPatch: Peace C\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1202843 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e0c531673657fb85ed9cc653c1976bd1810deb76",
      "tree": "ab37013400edd246e3d0503699accfc4178aff6a",
      "parents": [
        "2a266cb59504fa56dd693fa7c62072a48c70e9b5"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Nov 16 12:58:36 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Nov 16 12:58:36 2011 +0000"
      },
      "message": "Thrift-1426: Dist package missing files for release 0.8\nClient: build\nPatch: Jake Farrell\n\nCleans up dist target and removes extra folders.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1202686 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2a266cb59504fa56dd693fa7c62072a48c70e9b5",
      "tree": "96b51fc55ce8e5c375bd6f34d9086f3c513c64b2",
      "parents": [
        "02357f29e845fc21134d2a8498f237818e1687ad"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Nov 16 12:12:37 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Nov 16 12:12:37 2011 +0000"
      },
      "message": "Thrift-1428: shared.thrft does not include namespace for php, so thrift compiler generate incorrect name\nClient: test\nPatch: Ruslan Shevchenko\n\nshared.thrft does not include namespace for php, so thrift compiler generate incorrect name\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1202653 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "02357f29e845fc21134d2a8498f237818e1687ad",
      "tree": "705db397b5a84ef0dfc248c6f885af8de3b52a50",
      "parents": [
        "e24ba11cbbe3b6d9abb264483ee47016947a80c2"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Mon Nov 14 23:12:20 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Mon Nov 14 23:12:20 2011 +0000"
      },
      "message": "THRIFT-1411. java: java generator does not provide type parameter for TBaseProcessor\n\nPatch: Jake Douglas\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1201961 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e24ba11cbbe3b6d9abb264483ee47016947a80c2",
      "tree": "305952a7dd75a4c339886de656efee74695556ea",
      "parents": [
        "29defeb6a71d8f1e71c6ff1d614f68c65897a97d"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sat Nov 12 14:18:30 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sat Nov 12 14:18:30 2011 +0000"
      },
      "message": "Thrift-1425:The Node package is incompatible with latest node (0.6) \u0026 npm (1.0.27)\nClient: nodejs\nPatch: David Worms\n\nChanges web to url within bug stanza for nodejs packaging \n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1201270 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "29defeb6a71d8f1e71c6ff1d614f68c65897a97d",
      "tree": "5e0d1f4afd0c3bc9d0e0d1403ce8f77478a51152",
      "parents": [
        "27274229510ce6c99f20dad2d11fc2d7acc6e8d3"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Nov 10 21:11:46 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Nov 10 21:11:46 2011 +0000"
      },
      "message": "Thrift-1401: JSON-protocol for Delphi XE Libraries\nClient: delphi\nPatch: Jake Farrell\n\nFixing windows newlines removed incorrectly.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1200551 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "27274229510ce6c99f20dad2d11fc2d7acc6e8d3",
      "tree": "f80cfbde15afd791f2b4ca48221054b90354d6a8",
      "parents": [
        "8941458f721a1fcc4220adb7e8c14eddc77f8691"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Nov 10 20:32:44 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Nov 10 20:32:44 2011 +0000"
      },
      "message": "Thrift-1401: JSON-protocol for Delphi XE Libraries\nClient: delphi\nPatch: Jens Geyer\n\nAdds support for the JSON protocol to the existing Delphi XE libraries.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1200538 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "8941458f721a1fcc4220adb7e8c14eddc77f8691",
      "tree": "ab48566075d178a69657ad7d88616bbba914a65c",
      "parents": [
        "5d85bbcabe9339357f6f3f01920d5da1ac42fdcd"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Nov 10 00:53:17 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Nov 10 00:53:17 2011 +0000"
      },
      "message": "Thrift-1424:Ruby specs fail when run with rake\nClient: ruby\nPatch: Peter Sanford\n\nFixes specs failing to load the spec_helper in ruby 1.9.2\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1200070 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "5d85bbcabe9339357f6f3f01920d5da1ac42fdcd",
      "tree": "76b38b170aa0c19d8f95f811483ac5f0951a40f4",
      "parents": [
        "34e1db48db9eea73cc346e08ce32855353df8430"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Nov 09 15:24:25 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Nov 09 15:24:25 2011 +0000"
      },
      "message": "Thrift-1421: Debian Packages can not be built\nClient: debian\nPatch: Jake Farrell\n\nCommenting out erlang from debian build until jsx can be fixed. \n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1199792 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "34e1db48db9eea73cc346e08ce32855353df8430",
      "tree": "73cc02d7dfdb689bae555a619289d47f59070c04",
      "parents": [
        "d889d8ddfa08f9177eb26bbfab5ea1938462e296"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Nov 08 01:39:47 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Nov 08 01:39:47 2011 +0000"
      },
      "message": "Thrift-184: Add OSGi Manifest headers to the libthrift java library to be able to use Thrift in the OSGi runtime\nClient: java\nPatch: Jake Farrell\n\nUpdated manifest to add OSGI support.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1199047 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d889d8ddfa08f9177eb26bbfab5ea1938462e296",
      "tree": "fd6b155fdfd391e49577208d1d1124b477e8281c",
      "parents": [
        "c965dda2ddcea60dad5286702d6d2fd7bf05afdd"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sun Nov 06 23:40:07 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sun Nov 06 23:40:07 2011 +0000"
      },
      "message": "Removing trailing quote in java build.properties file.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1198592 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c965dda2ddcea60dad5286702d6d2fd7bf05afdd",
      "tree": "041fd0fc7a73ebe492435b380c2b253e0ce7e83d",
      "parents": [
        "9e7a88267c1a45d06ca3f332f683e2bbfa4eb9a0"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sun Nov 06 20:29:26 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sun Nov 06 20:29:26 2011 +0000"
      },
      "message": "Thrift-1421: Debian Packages can not be built (ruby build fails)\nClient: deb\nPatch: Jake Farrell\n\nRemoving ruby from deb as it is now available as a gem.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1198549 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9e7a88267c1a45d06ca3f332f683e2bbfa4eb9a0",
      "tree": "22d1f77017ffbc217f7acf9396259757a020439b",
      "parents": [
        "d5df77a90626ffddaa00b351eda4dbf0810c1836"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sun Nov 06 19:58:32 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sun Nov 06 19:58:32 2011 +0000"
      },
      "message": "Thrift-1382: Bundle install doesnot work because thrift crashes\nClient: ruby\n\nFixing strlcpy header.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1198543 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d5df77a90626ffddaa00b351eda4dbf0810c1836",
      "tree": "a730df39e8a03ed4b67b6b22ee01acb953c0f87d",
      "parents": [
        "ceead00409628055eff057afd2d78565ddfa6eb1"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sun Nov 06 17:43:44 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sun Nov 06 17:43:44 2011 +0000"
      },
      "message": "Thrift-1382: Bundle install doesnot work because thrift crashes\nClient: ruby\n\nAdding header for strlcpy.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1198503 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "ceead00409628055eff057afd2d78565ddfa6eb1",
      "tree": "8b0185a768dd41c4803c396249720d66801bb0bd",
      "parents": [
        "605c760ba690056e562f38395d6b40e5b2bacd8c"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sun Nov 06 16:07:45 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sun Nov 06 16:07:45 2011 +0000"
      },
      "message": "Thrift-1382: Bundle install doesnot work because thrift crashes\nClient: ruby\nPatch: Jake Farrell\n\nFixes strlcpy header include issue with ruby 1.9.x.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1198394 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "605c760ba690056e562f38395d6b40e5b2bacd8c",
      "tree": "619f1e0a0f89e2b84cdfc1b0bcffa2185ce23a9b",
      "parents": [
        "6f7681f91d1cdf41be657978d819d94b6024c434"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sun Nov 06 15:02:30 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sun Nov 06 15:02:30 2011 +0000"
      },
      "message": "Thrift-1251: Generated java code should indicate which fields are required and which are optional\nClient: java\nPatch: Jake Farrell\n\nFixes optional/required comments on fields.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1198386 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "6f7681f91d1cdf41be657978d819d94b6024c434",
      "tree": "4f6a55e55af4cc8fa3c4734a1e6e32dc5e9487b6",
      "parents": [
        "38315786e5c9e972aef50433b401dcff23259cae"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Nov 06 12:04:28 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Nov 06 12:04:28 2011 +0000"
      },
      "message": "THRIFT-1361 revert compiler/cpp/src/thrifty.yy change\n\u003d\u003e breaks mingw build\n\u003d\u003e memleak fixes reported by cppcheck\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1198347 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "38315786e5c9e972aef50433b401dcff23259cae",
      "tree": "28dc13bba5655cab8c1c12ad67d7e0bd87fbaba6",
      "parents": [
        "1b6153bdd145be14ce2a58cee2858d07ae60b829"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Nov 06 11:29:41 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Nov 06 11:29:41 2011 +0000"
      },
      "message": "THRIFT-1361 Optional replacement of pthread by boost::thread\nPatch: Alexandre Parenteau\nrev3\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1198339 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "1b6153bdd145be14ce2a58cee2858d07ae60b829",
      "tree": "e9731d7fe91b0db1f7728ff0f92794756a8a4db0",
      "parents": [
        "28459dc9c56eb2b4148d719d5559eaac669eff06"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Nov 06 10:37:11 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Nov 06 10:37:11 2011 +0000"
      },
      "message": "THRIFT-1277 Node.js serializes false booleans as null\nrevert patch \u003d\u003e breaks js\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1198334 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "28459dc9c56eb2b4148d719d5559eaac669eff06",
      "tree": "16a26ecd3aa29c4508d91806f8d5c0bb5412ba83",
      "parents": [
        "48bb0e2ad4e5fb10cc832e05a2af4f505c5b0922"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sat Nov 05 13:36:27 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sat Nov 05 13:36:27 2011 +0000"
      },
      "message": "Thrift-1415: delphi: add version Info to the library\nClient: delphi\nPatch: Jens Geyer \n\nAdding versioning to delphi library\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1197957 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "48bb0e2ad4e5fb10cc832e05a2af4f505c5b0922",
      "tree": "4eb80d3760d93e4fe66e347f5d0027e964dc700d",
      "parents": [
        "17b8469d169adfbab5ae60a957ec4a7f71c2b44a"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sat Nov 05 13:16:34 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sat Nov 05 13:16:34 2011 +0000"
      },
      "message": "Thrift-1277: Node.js serializes false booleans as null\nClient: js\nPatch: Hans Duedal \n\nWhen serializing boolean types, false booleans are serialized as null instead of false switching to  using loose compare instead\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1197955 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "17b8469d169adfbab5ae60a957ec4a7f71c2b44a",
      "tree": "7da1dceeca18e6bc5e81b72bb5f186171ab9a5aa",
      "parents": [
        "df971daf373ceda6de2f76e5f0713c64b6d2e242"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Nov 04 11:55:49 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Nov 04 11:55:49 2011 +0000"
      },
      "message": "THRIFT-1335: Add accept timeout to TServerSocket\nClient: cpp\nPatch: Dave Watson\n\nFIX: add accTimout_ Initialization to DomainSocket Constructor\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1197523 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "df971daf373ceda6de2f76e5f0713c64b6d2e242",
      "tree": "e77f84418bae0c5f5e5fab0c9ff5c80d8cb110af",
      "parents": [
        "e7bdf70daba05e2fa704a3562eb924573342777b"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Fri Nov 04 00:23:30 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Fri Nov 04 00:23:30 2011 +0000"
      },
      "message": "THRIFT-1420. java: Nonblocking and HsHa server should make sure to close all their socket connections when the selector exits\n\nThis patch makes the selector threads close out all of their open sockets before completely exiting. In testing, this appears to alleviate issues with hanging clients.\n\nPatch: Thomas Kielbus\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1197370 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e7bdf70daba05e2fa704a3562eb924573342777b",
      "tree": "24e06550e4dd544d5fbd91eb244911c12baf807f",
      "parents": [
        "61188a47975da49fd6f28789cf2b45590766fa96"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Nov 02 22:40:01 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Nov 02 22:40:01 2011 +0000"
      },
      "message": "THRIFT-1419. java: AbstractNonBlockingServer does not catch errors when invoking the processor\n\nThis patch changes the invoke() method to catch Throwables instead of just Exceptions.\n\nPatch: Thomas Kielbus\"\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1196848 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "61188a47975da49fd6f28789cf2b45590766fa96",
      "tree": "8fdb007fbf957ded06c971189e1d2c3607ef3d88",
      "parents": [
        "aad3d1d63ecedd9b82bb9007d2b22f0c16572c66"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Tue Nov 01 21:03:33 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Tue Nov 01 21:03:33 2011 +0000"
      },
      "message": "THRIFT-1416 Python Unit test is broken on ci\nremove repr from TestSuite\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1196273 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "aad3d1d63ecedd9b82bb9007d2b22f0c16572c66",
      "tree": "052e5dc39e447cad40a3b231f251b3e13a6b8509",
      "parents": [
        "601bb5e87feb0b88c1fdbaeb087a8a656c5290a1"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Nov 01 01:08:46 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Nov 01 01:08:46 2011 +0000"
      },
      "message": "Thrift-1409: Name conflict check does not work properly for exception object(Delphi).\nClient: delphi\nPatch: Kenjiro Fukumitsu\n\nDelphi compiler\u0027s naming check does not work properly with exception object in the function that generates struct writer.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1195747 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "601bb5e87feb0b88c1fdbaeb087a8a656c5290a1",
      "tree": "23d42799f2e1c4666ca31524012a76351eb0d2f2",
      "parents": [
        "73a921f85c57fd9dda26f91405999455eab8582b"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Oct 31 14:13:13 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Oct 31 14:13:13 2011 +0000"
      },
      "message": "THRIFT-1413: Generated code does not read MapEnd / ListEnd / SetEnd\nClient: delphi\nPatch: Jens Geyer\n\nThe generated code lacks calls to ReadMapEnd, ReadListEnd and ReadSetEnd. Although actually no problem occurs with the BinaryProtocol, other protocols (like JSON) do some important things there.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1195466 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "73a921f85c57fd9dda26f91405999455eab8582b",
      "tree": "3ea57bcd815a499a05a2b8609414d31c81e6b884",
      "parents": [
        "1290d42162c1de8a256d3db9c118d308f5cceb84"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Oct 31 14:07:14 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Oct 31 14:07:14 2011 +0000"
      },
      "message": "Thrift-1408: Delphi Test Server: Exception test case fails due to naming conflict with e.message\nClient: delphi\nPatch: jens Geyer\n\nFix name comflict with e.message \n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1195461 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "1290d42162c1de8a256d3db9c118d308f5cceb84",
      "tree": "5b2c5a0c2c4889ffbbc539987c30a55f16bdc0e0",
      "parents": [
        "f55f33bfbacde6fb83892aef14b4cb4751517180"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Oct 26 12:36:17 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Oct 26 12:36:17 2011 +0000"
      },
      "message": "THRIFT-1407: Typo in Python socket server causes Thrift to fail when we enable a global socket timout\nClient: py\nPatch: adalc\n\nFixes typo in python socket server timeout\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1189170 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "f55f33bfbacde6fb83892aef14b4cb4751517180",
      "tree": "7bc89f67dac165cc6bf8c599d90d42c1f02e20c5",
      "parents": [
        "806d298042243f1005c062a920b358c95444c9dd"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Oct 26 02:40:14 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Oct 26 02:40:14 2011 +0000"
      },
      "message": "THRIFT-1405: Delphi compiler does not generates container serializer properly\nClient: delphi\nPatch: Kenjiro Fukumitsu\n\nFixess a bug in the function that generates serializer of containers\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1189009 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "806d298042243f1005c062a920b358c95444c9dd",
      "tree": "bcdb4b630ecc6bfd0dbd305ba14a257d37b9e95e",
      "parents": [
        "d2b3bb4e236cd8383c97be665fa3324bc900ef64"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Oct 26 02:33:31 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Oct 26 02:33:31 2011 +0000"
      },
      "message": "THRIFT-1399: One of the TServerImpl.Create CTORs lacks implementation\nClient: delphi\nPatch: Jens Geyer\n\nAdding delphi test server missing constructor. \n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1189007 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d2b3bb4e236cd8383c97be665fa3324bc900ef64",
      "tree": "b572a79ef7f240cfab38405d7db375c60d1dd6d4",
      "parents": [
        "d09362c5c734b5032372a2c8bfc8c6afcb632149"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Oct 26 02:29:48 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Oct 26 02:29:48 2011 +0000"
      },
      "message": "THRIFT-1406: Build error after applying THRIFT-1395\nClient: delphi\nPatch: Jens Geyer\n\nFixes build failure due to t_delphi_generator.cc:780: error: integer constant is too \nlarge for \u0027long\u0027 type\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1189006 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d09362c5c734b5032372a2c8bfc8c6afcb632149",
      "tree": "625d9dc3dc5279f97a8b61b9ce71f20a5e2c32c0",
      "parents": [
        "0c0f651e1079ffa95be0d5b9a768fdef8af9dc9b"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Oct 26 02:25:07 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Oct 26 02:25:07 2011 +0000"
      },
      "message": "THRIFT-1404: Delphi compiler generates struct reader code with problem.\nClient: delphi\nPatch: Kenjiro Fukumitsu\n\nAfter recieved STOP,it calls additional ReadFieldEnd, which is different from the implementation of other language compiler.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1189005 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0c0f651e1079ffa95be0d5b9a768fdef8af9dc9b",
      "tree": "db79033c72fa774c0467c30a6eec28223cadf32f",
      "parents": [
        "bcbf6d6fcda19768ab526e4dd15422584e9db79e"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Oct 25 02:20:26 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Oct 25 02:20:26 2011 +0000"
      },
      "message": "Thrift-1395: Patch to prevent warnings for integer types in some cases\nClient: delpi\nPatch: Jens Geyer\n\nConstants such as i32 \u003d 0x80000000 produce a Delphi warning. The current code renders such values as positive integer, which needs an explicit typecast to satisfy the Delphi compiler.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1188494 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "bcbf6d6fcda19768ab526e4dd15422584e9db79e",
      "tree": "68e5ba8199afa2d8926115427843e9f9567bfd2e",
      "parents": [
        "8514755daf15d0bf66d121f492874c00f460d973"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Mon Oct 24 17:29:16 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Mon Oct 24 17:29:16 2011 +0000"
      },
      "message": "THRIFT-1400. rb: Ruby native extension aborts with __stack_chk_fail in OSX\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1188248 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "8514755daf15d0bf66d121f492874c00f460d973",
      "tree": "6670bc6525bfc6e1f76525633e0e0dac530d204f",
      "parents": [
        "3b54621793a9c0ff45ad6e5b32600dad5f888bcd"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Oct 20 13:30:08 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Oct 20 13:30:08 2011 +0000"
      },
      "message": "THRIFT-1397: CI server fails during build due to unused parameters in delphi generator\nClient: delphi\nPatch: Kenjiro Fukumitsu \n\nCleans up unused parameters in delphi generator.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1186794 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "3b54621793a9c0ff45ad6e5b32600dad5f888bcd",
      "tree": "aac3fe273b204e3fbb6cb02c9ab1aa60cca7b23e",
      "parents": [
        "c92b65311c7b2c5582404da9674bbfa60592d9ba"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Oct 20 02:49:48 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Oct 20 02:49:48 2011 +0000"
      },
      "message": "Thrift-1396: Dephi generator has dependacy on boost 1.42 later.\nClient: delphi\nPatch: Kenjiro Fukumitsu \n\nPatch to fully remove boost uuid within the delphi generator.  \n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1186603 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c92b65311c7b2c5582404da9674bbfa60592d9ba",
      "tree": "848e9f5650a336090de91dd716db21168192c192",
      "parents": [
        "266a6b5c113538ba95a21e6b308389c9d59c6762"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Oct 20 02:11:02 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Oct 20 02:11:02 2011 +0000"
      },
      "message": "Thrift-1390L Debian package build fix for squeeze\nClient: build\nPatch: Jake Farrell\n\nFix debian build deps for libmomo-system-web2.0-cil.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1186602 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "266a6b5c113538ba95a21e6b308389c9d59c6762",
      "tree": "63d2a9ec3a29fef69dbf964bc9ea005593d3df99",
      "parents": [
        "0dab3832c719f7f4e87d87ab098ca967adfa807d"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Wed Oct 19 09:27:01 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Wed Oct 19 09:27:01 2011 +0000"
      },
      "message": "THRIFT-1361 Optional replacement of pthread by boost::thread\nrevert boost changes\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1186049 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0dab3832c719f7f4e87d87ab098ca967adfa807d",
      "tree": "8ebccdfcb42712e79272517a5651d29a57dbc6a9",
      "parents": [
        "711c70c786abf91dc784a002edc4bdab468f3d8e"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Tue Oct 18 22:19:30 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Tue Oct 18 22:19:30 2011 +0000"
      },
      "message": "THRIFT-1361 Optional replacement of pthread by boost::thread\nPatch: Alexandre Parenteau\n\nRemark: lib/cpp/src/concurrency/BoostMutex.cpp is unmodified\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1185904 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "711c70c786abf91dc784a002edc4bdab468f3d8e",
      "tree": "426e38a2810d6b9f00bc6ffaa7b44bbc3fe0ad27",
      "parents": [
        "7ae13e10f7cb0e0c6107cb849d33b9a46b299840"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Oct 18 15:31:17 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Oct 18 15:31:17 2011 +0000"
      },
      "message": "Thrift-1393: TTransportException\u0027s thrown from THttpClient contain superfluous slashes in the Exception message\nClient : php\nPatch: Nick Jones\n\nThe THttpClient class ensures the $uri_ property has a slash prefixed by appending one if needed in the constructor. However in THttpClient::read, there are 2 exceptions thrown where a slash is concatenated between the port and uri. This results in a superfluous slash in the TTransportException message.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1185723 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "7ae13e10f7cb0e0c6107cb849d33b9a46b299840",
      "tree": "c757f2c0228b78ab4b02075b11aab75a8f56e69a",
      "parents": [
        "857a8b8bf81d4ead905e02527727a751720ffdbc"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Oct 18 14:35:26 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Oct 18 14:35:26 2011 +0000"
      },
      "message": "Thrift-1366: Delphi generator, lirbrary and unit test.\nClient: delphi\nPatch: Kenjiro Fukumitsu\n\nAdding delphi XE generator, lib and unit tests.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1185688 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "857a8b8bf81d4ead905e02527727a751720ffdbc",
      "tree": "08be0a5c8efc98c62e03e7bbcab4a6863ce7f0a5",
      "parents": [
        "6c928f3f5f91afa0917f4625f39b4048865a6027"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Oct 14 06:35:28 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Oct 14 06:35:28 2011 +0000"
      },
      "message": "THRIFT-1261 STDIO support for node-thrift\nPatch: Jordan Shaw\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1183221 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "6c928f3f5f91afa0917f4625f39b4048865a6027",
      "tree": "f4d717f03d1887870e86a695c4c324002efb1060",
      "parents": [
        "bf12239d2e98d475c5506e5511cc0fe3fea148da"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Oct 13 21:32:52 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Oct 13 21:32:52 2011 +0000"
      },
      "message": "THRIFT-1130. compiler: Add the ability to specify symbolic default value for optional boolean\n\nPatch: Nevo Hed\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1183115 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "bf12239d2e98d475c5506e5511cc0fe3fea148da",
      "tree": "2642b019df695730407cad9b4b7cde4ae2d983d7",
      "parents": [
        "878a948894a82fea1f01acf1c0cda0c2297fcafb"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Tue Oct 11 19:48:57 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Tue Oct 11 19:48:57 2011 +0000"
      },
      "message": "THRIFT-1381 Thrift C++ libs have incorrectly versioned names\nPatch: Jake Farrell\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1182052 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "878a948894a82fea1f01acf1c0cda0c2297fcafb",
      "tree": "96d699c72beea1ed7dc88ef05d41ee45fdb15432",
      "parents": [
        "fae04ead811fa92957dbc6578c1fcd52e16c320c"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Tue Oct 11 19:02:37 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Tue Oct 11 19:02:37 2011 +0000"
      },
      "message": "THRIFT-1387 Build MSVC libraries with Boost Threads instead of Pthreads\nPatch: Peace C \u0026 Alexandre Parenteau\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1182024 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "fae04ead811fa92957dbc6578c1fcd52e16c320c",
      "tree": "9e2cf17749b95ad2034216489eee440586a98306",
      "parents": [
        "2361dd17114d1b5211ca4afd7fde03a9ea95b83a"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Oct 07 23:15:03 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Oct 07 23:15:03 2011 +0000"
      },
      "message": "THRIFT-1384: Java help meny missing newline near javame flag\nClient: build\npatch: Jake Farrell\n\nAdds newline to java stanza in thrift --help menu\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1180276 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2361dd17114d1b5211ca4afd7fde03a9ea95b83a",
      "tree": "8b66af045b45b27975c3ff7b2cf5c524608f589d",
      "parents": [
        "581481f232be3f70945f2333c9a53ae5ea5346f8"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Oct 07 17:41:48 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Oct 07 17:41:48 2011 +0000"
      },
      "message": "Thrift-1373: Fix user-defined exception generation in thrift (python)\nClient: py\nPatch: Dave Watson\n\nforgotten include of TException in py imports section\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1180119 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "581481f232be3f70945f2333c9a53ae5ea5346f8",
      "tree": "1e008ddf29ac8fe53e4cda25e4287c9b3bc2c87c",
      "parents": [
        "51700649d0adbd0bbdf407ba251170a29f04e691"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Oct 07 00:25:46 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Oct 07 00:25:46 2011 +0000"
      },
      "message": "Thrift-1379: fix uninitialized enum values in thrift C++ objects\nClient: cpp\nPatch: Dave Watson\n\nThe thrift-generated code for C++ class objects does not provide any\ninitialization for enum values, so they wind up containing random/uninitialized\ndata. This causes problems when clients do not send argument data, as the server\nreceives random data rather than zero for unpassed args.\nEnums should be initialized to zero.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1179909 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "51700649d0adbd0bbdf407ba251170a29f04e691",
      "tree": "9095b27674d2955a8537943fbbfa4d91363e963a",
      "parents": [
        "b5d94e07c481bacb0de55dfc9c16b2cf86feb25c"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Oct 07 00:17:25 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Oct 07 00:17:25 2011 +0000"
      },
      "message": "Thrift-1377: abort PHP deserialization on unknown field type\nclient: php\nPatch: Dave Watson\n\nPreviously the code incorrectly ignored unknown field types. After\nreading the field header, if it was an unknown type it would incorrectly\nassume there was no data, and start trying to read the next field\nimmediately. \n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1179907 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b5d94e07c481bacb0de55dfc9c16b2cf86feb25c",
      "tree": "3d949b57529608b9f3f75af547a4cd55cdf4daa2",
      "parents": [
        "336a1599d7e1611edd1dfc93a8a952bbd8717f64"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Oct 07 00:14:34 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Oct 07 00:14:34 2011 +0000"
      },
      "message": "Thrift-1376: Make port specification option in thrift remote\nClient: py\nPatch: Dave Watson\n\nThe thrift-generated Python service client allows overriding the default host/port by doing \"-h host:port\" on the command line. Oftentimes, you want to override the host but not the port, as most services run on well-defined ports.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1179905 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "336a1599d7e1611edd1dfc93a8a952bbd8717f64",
      "tree": "28f42e384b2e3fffbca04a7ba2e569dc910b248d",
      "parents": [
        "2ce7f66deab8602b6de2422aaa520a1b2e508e60"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Oct 07 00:10:20 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Oct 07 00:10:20 2011 +0000"
      },
      "message": "Thrift-1375: fixed a hex char conversion bug in TJSONProtocol\nClient: java\nPatch: Dave Watson\n\nFixed a hex char conversion bug in TJSONProtocol: 10 ~ 15 \u003c\u003d\u003e \u0027a\u0027 ~ \u0027f\u0027.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1179904 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2ce7f66deab8602b6de2422aaa520a1b2e508e60",
      "tree": "86a9252b879ae13ef1b83814fcd84be40cb6f142",
      "parents": [
        "7301eced16c2f1a00b197de1cebb98e146834ea3"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Oct 07 00:04:56 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Oct 07 00:04:56 2011 +0000"
      },
      "message": "Thrift-1373: Fix user-defined exception generation in thrift (python)\nClient: py\nPatch: Dave Watson\n\nFixed python code generation so that user-defined exceptions have a\nbase class of TException rather than Exception.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1179903 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "7301eced16c2f1a00b197de1cebb98e146834ea3",
      "tree": "ceba59be33897b0e1374002ebb8a62ca77115f1b",
      "parents": [
        "20e6ef136e411c3d263d7cbbb8b22bc4de31d8b8"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Oct 04 14:59:40 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Oct 04 14:59:40 2011 +0000"
      },
      "message": "THRIFT-1370: Debian packaging should Build-Depend on libglib2.0-dev\nClient: build\nPatch: Christian Hofstaedtler\n\nThe Debian packaging builds the c_glib interface library, but does not name libglib2.0-dev as a Build-Dependency. While this usually won\u0027t affect manual builds, this is a problem for automated build environments which will not have libglib2.0-dev installed unless explicitly requested by Build-Depends.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1178823 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "20e6ef136e411c3d263d7cbbb8b22bc4de31d8b8",
      "tree": "9c59d22df0e184e5e31810e93419a7d101b856e7",
      "parents": [
        "3faaedf46b0c99096f0a18820782362886530e8e"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Mon Oct 03 19:37:09 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Mon Oct 03 19:37:09 2011 +0000"
      },
      "message": "THRIFT-1361 Optional replacement of pthread by boost::thread (minor fix)\nFIX: member initialization order within constructor\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1178532 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "3faaedf46b0c99096f0a18820782362886530e8e",
      "tree": "da42b357f44eeeaf8d41dfd005b8c8c6d2a2f288",
      "parents": [
        "3516e0e306c4ae124dba3ed8f997c8820bcd0864"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Oct 02 10:51:45 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Oct 02 10:51:45 2011 +0000"
      },
      "message": "THRIFT-1361 Optional replacement of pthread by boost::thread\nPatch: alexandre parenteau\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1178176 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "3516e0e306c4ae124dba3ed8f997c8820bcd0864",
      "tree": "152fea6b2718a61603a5420fd9cd363af9bbfcaf",
      "parents": [
        "9a1d2f01c6fc7726432292dbec2a741d6a72684c"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Sep 30 20:23:34 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Sep 30 20:23:34 2011 +0000"
      },
      "message": "THRIFT-1031 Patch to compile Thrift for vc++ 9.0 and 10.0\nPatch: Peace\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1177817 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9a1d2f01c6fc7726432292dbec2a741d6a72684c",
      "tree": "ad56e22b10cc289002f4c8c9f7a4eca12c2b2f84",
      "parents": [
        "44b2bb6bb591ee106f1bcbbea328a736a70fdc91"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Sep 29 22:51:54 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Sep 29 22:51:54 2011 +0000"
      },
      "message": "add utility for benchmarking protocols against each other\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1177458 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "44b2bb6bb591ee106f1bcbbea328a736a70fdc91",
      "tree": "7d3c41116511748bd0078304b0870e7443003d99",
      "parents": [
        "40d51a28d7c49074a8c9de585540aa47c2b683ee"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Tue Sep 27 17:07:19 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Tue Sep 27 17:07:19 2011 +0000"
      },
      "message": "revert THRIFT-959\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1176472 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "40d51a28d7c49074a8c9de585540aa47c2b683ee",
      "tree": "a3cec41826d8fa37ae66ab0e0ae564fded203adc",
      "parents": [
        "f35741729fb2b28a6dd14d4194e0bfab275f4b85"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Mon Sep 26 21:29:15 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Mon Sep 26 21:29:15 2011 +0000"
      },
      "message": "THRIFT-1365. java: TupleProtocol#writeBitSet unintentionally writes a variable length byte array\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1176072 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "f35741729fb2b28a6dd14d4194e0bfab275f4b85",
      "tree": "3cc32450166181f0e70eebcdb89077e0ed7bfba2",
      "parents": [
        "7dcd49f1f9034773c9ee890a579d063e6936b6f5"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Mon Sep 26 20:32:59 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Mon Sep 26 20:32:59 2011 +0000"
      },
      "message": "inconsequential indentation fix to java compiler\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1176034 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "7dcd49f1f9034773c9ee890a579d063e6936b6f5",
      "tree": "901e74aa38664e48d3f28e4d6425658ee8ef5638",
      "parents": [
        "db3c9249c831ac44b95673b2d91c3f3056766769"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Sep 26 15:29:03 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Sep 26 15:29:03 2011 +0000"
      },
      "message": "THRIFT-1357: Erlang dependency breaks build\nClient: erl\nPatch: Peter Neumark\n\nUpdates json protocol to work with JSX 0.9.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1175906 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "db3c9249c831ac44b95673b2d91c3f3056766769",
      "tree": "7713081a9cadf4848b0f6f548ab59a401dc6c48b",
      "parents": [
        "52092377395d2c8d763b7c0642efc4ce4eb5f130"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Sep 25 07:16:17 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Sep 25 07:16:17 2011 +0000"
      },
      "message": "THRIFT-1359 --gen-cob cpp:cob_style does not compile anymore\nPatch: Alexandre Parenteau\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1175308 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "52092377395d2c8d763b7c0642efc4ce4eb5f130",
      "tree": "68544d1192799673cb66bd843a9a2e585e248b4b",
      "parents": [
        "8cd3b1aa3c109dc8b8f1d9eccc46a404d85d1a7e"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Sep 23 17:24:00 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Sep 23 17:24:00 2011 +0000"
      },
      "message": "Thrift-1355: Running make in lib/rb doesn\u0027t build the native extensions\nClient: rb\nPatch: jfarrell\n\nBuilds extension prior to running spec calls to resolve test deps.\n\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1174896 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "8cd3b1aa3c109dc8b8f1d9eccc46a404d85d1a7e",
      "tree": "ad22a11c24f48a102f67f100afb83c3dbd5545de",
      "parents": [
        "4bd4f0ec259bdf74d78763766b1dc34bf321665b"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Sep 23 14:25:22 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Sep 23 14:25:22 2011 +0000"
      },
      "message": "THRIFT-1031 Patch to compile Thrift for vc++ 9.0 and 10.0\n\u003d\u003e some more improvements\n\nPatch: James Dickson\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1174801 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "4bd4f0ec259bdf74d78763766b1dc34bf321665b",
      "tree": "83cf8015678f5a45694066b9425001b6b1c2be86",
      "parents": [
        "dec8c54f8e30f9b8cddcf6069647eb03ffb06d83"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Sep 22 21:15:02 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Sep 22 21:15:02 2011 +0000"
      },
      "message": "Thrift-1354: Add rake task to build just the gem file\nClient: rb\nPatch: jfarrell\n\nUpdates ruby build to now build the gem by default and adds a rake task to create the gem.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1174393 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "dec8c54f8e30f9b8cddcf6069647eb03ffb06d83",
      "tree": "dd06a57c6e5ae8d5aff645a31948573cab5ce093",
      "parents": [
        "18784d7ccc323b960a301109c926bffc8616cd33"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Sep 21 00:15:27 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Sep 21 00:15:27 2011 +0000"
      },
      "message": "Thrift-857: tests run by \"make install\" fail if generators are disabled\nClient: build\nPatch: jfarrell\n\nremoves --enable-gen* from configure and adds all generators by default.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1173436 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "18784d7ccc323b960a301109c926bffc8616cd33",
      "tree": "c70aca43fffc57c5f9300aef4c1b768fcfe482da",
      "parents": [
        "e80a194c473e94f90b30919da29cbe9b4542e244"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Tue Sep 20 22:53:31 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Tue Sep 20 22:53:31 2011 +0000"
      },
      "message": "THRIFT-1339. java: Extend Tuple Protocol to TUnions\n\nThis patch implements TupleProtocol (and general Scheme support) to TUnion descendants.\n\nPatch: Armaan Sarkar\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1173418 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e80a194c473e94f90b30919da29cbe9b4542e244",
      "tree": "16f539b1ba856b1b9f3a9b92687c1fadf4d737b4",
      "parents": [
        "7e3b866a3558411e99986144061339c21f6125c0"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Tue Sep 20 18:45:56 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Tue Sep 20 18:45:56 2011 +0000"
      },
      "message": "THRIFT-1331. rb: Ruby library deserializes an empty map to nil\n\nThis patch properly detects when the metadata is omitted in Compact Protocol messages.\n\nPatch: Armaan Sarkar\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1173300 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "7e3b866a3558411e99986144061339c21f6125c0",
      "tree": "24ae7202a22f6be1265648d12c287990a4b3b2fd",
      "parents": [
        "a653067e8ca6d56116af3ed4613e6f1b26363251"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Sep 19 23:38:39 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Sep 19 23:38:39 2011 +0000"
      },
      "message": "THRIFT-1350: Go library code does not build against latest release\nClient: go\nPatch: Kyle Consalus\n\nGo has moved it\u0027s URL-handling code into a \"url\" package, patch updates for these new changes.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1172901 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a653067e8ca6d56116af3ed4613e6f1b26363251",
      "tree": "7c8945ca04e1aaf7ea12ae572c023328e446c99e",
      "parents": [
        "84e4a3c1819346dc5e5fcc4c4701e6c43afa1041"
      ],
      "author": {
        "name": "Anthony F. Molinaro",
        "email": "molinaro@apache.org",
        "time": "Sun Sep 18 04:57:50 2011 +0000"
      },
      "committer": {
        "name": "Anthony F. Molinaro",
        "email": "molinaro@apache.org",
        "time": "Sun Sep 18 04:57:50 2011 +0000"
      },
      "message": "THRIFT-1227 - erlang implementation of thrift json protocol\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1172199 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "84e4a3c1819346dc5e5fcc4c4701e6c43afa1041",
      "tree": "b7d7f70cf71cf15ddab80ecbf2f929d4fa4a80ec",
      "parents": [
        "508b31726970bdda43e8fa925b08a2a594046f61"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Sep 16 20:58:44 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Sep 16 20:58:44 2011 +0000"
      },
      "message": "THRIFT-1031 Patch to compile Thrift for vc++ 9.0 and 10.0\nPatch: James Dickson and Alexandre Parenteau\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1171777 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "508b31726970bdda43e8fa925b08a2a594046f61",
      "tree": "5c7c84382e814fecf57c842a07d6ae9c07df1378",
      "parents": [
        "32e7b2c7e312b77a95c0550840b464b585536cd1"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Sep 16 12:02:57 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Sep 16 12:02:57 2011 +0000"
      },
      "message": "THRIFT-1031 Patch to compile Thrift for vc++ 9.0 and 10.0 (partial)\nno chmod on windows for go and py compiler\nPatch: James Dickson\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1171520 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "32e7b2c7e312b77a95c0550840b464b585536cd1",
      "tree": "b918568add173f8f1ce111a9296997f951ff44da",
      "parents": [
        "627f1a00885052a8eb86e52aaf00bc66b5ebacd2"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Sep 14 06:19:10 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Sep 14 06:19:10 2011 +0000"
      },
      "message": "THRIFT-1335: Add accept timeout to TServerSocket\nClient: cpp\nPatch: Dave Watson\n\nAdded an accept timeout to the TServerSocket poll loop\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1170443 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "627f1a00885052a8eb86e52aaf00bc66b5ebacd2",
      "tree": "b55c0797f26acf783c066c7a6f112c26f80a4776",
      "parents": [
        "1fd248fa040240189bd99f007a462c2f89f65b60"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Sep 14 03:43:49 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Sep 14 03:43:49 2011 +0000"
      },
      "message": "Thrift-1345: Allow building without test cases\nClient: build env\nPatch: Vitali Lovich\n\nAdds --without-tests to configure to omit processing/building the test directories.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1170426 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "1fd248fa040240189bd99f007a462c2f89f65b60",
      "tree": "337504067832d01277facadc4c48825e9d73eee9",
      "parents": [
        "c3f033f40b382e94c99f0cad2e79924bb7ac3e9b"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Tue Sep 13 13:54:46 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Tue Sep 13 13:54:46 2011 +0000"
      },
      "message": "fix spelling issue within license\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1170181 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c3f033f40b382e94c99f0cad2e79924bb7ac3e9b",
      "tree": "48436c0c0423c36e5012c68e63863af685e634cc",
      "parents": [
        "a93848b68414c921f50062c970e2c9a5e6914435"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Tue Sep 13 13:54:05 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Tue Sep 13 13:54:05 2011 +0000"
      },
      "message": "THRIFT-1342 Compilation problem on Windows of fastbinary.c\nPatch: alexandre parenteau\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1170180 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a93848b68414c921f50062c970e2c9a5e6914435",
      "tree": "2692dc1e31b7297675095d55fea0fc2b59b54de8",
      "parents": [
        "f4eec7a57b4c6ab08a545033fd3840586510ae8b"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Mon Sep 12 22:20:11 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Mon Sep 12 22:20:11 2011 +0000"
      },
      "message": "THRIFT-1341 TProtocol.h endian detection wrong with boost\nPatch: alexandre parenteau\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1169963 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "f4eec7a57b4c6ab08a545033fd3840586510ae8b",
      "tree": "3ebe40518de52c2ea6a615cb5d1a876c95a29d1e",
      "parents": [
        "b288050682c33761a96682c84f4e4edd4301e9d1"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Sep 11 18:16:21 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Sep 11 18:16:21 2011 +0000"
      },
      "message": "THRIFT-1115 python TBase class for dynamic (de)serialization, and __slots__ option for memory savings\nPatch: Will Pierce\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1169492 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b288050682c33761a96682c84f4e4edd4301e9d1",
      "tree": "9f365baacb9a4fca9dde8b66bd1e42b9451bb89b",
      "parents": [
        "08077bf9d8c6c212f5ff384c94423b6f76892358"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Sep 11 09:09:52 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Sep 11 09:09:52 2011 +0000"
      },
      "message": "uncomment handler parameter, so compile does not fail if they\nare undefined\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1167686 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "08077bf9d8c6c212f5ff384c94423b6f76892358",
      "tree": "cf5e741ef21109a048ed02fcfdd68905a0d09fb2",
      "parents": [
        "4f8a523fa00eee667c32c2b61473c0f5efc98399"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Sep 11 07:28:54 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Sep 11 07:28:54 2011 +0000"
      },
      "message": "THRIFT-1243 TAsyncChannel callbacks\nimproved exception handling\nPatch: Alexandre Parenteau\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1167679 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "4f8a523fa00eee667c32c2b61473c0f5efc98399",
      "tree": "8bb8b5637d002569e52c4c70a73be93ffd0ef8ea",
      "parents": [
        "6869112f5ed4f5b91b1a67f4f835d497c0440ff4"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Sep 09 08:17:02 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Sep 09 08:17:02 2011 +0000"
      },
      "message": "THRIFT-1238 Thrift JS client cannot read map of structures\nPatch: Henrique Mendonca\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1167032 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "6869112f5ed4f5b91b1a67f4f835d497c0440ff4",
      "tree": "b0b39d6ea7418350f543f2405a46b8c0a6b460d1",
      "parents": [
        "2e9f5105b8c12ba59d6494963ec9ce389558a6f3"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Sep 09 06:19:35 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Sep 09 06:19:35 2011 +0000"
      },
      "message": "THRIFT-1296 SSL detection is broken\n\nmingw toolchain used to build \"Thrift Compiler for Windows\"\ndoes not support libcrypto, so we just check if we building the cpp library\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1167013 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2e9f5105b8c12ba59d6494963ec9ce389558a6f3",
      "tree": "bd22ab55fc98edcaaaf7ea4dca91e51c90dae1b0",
      "parents": [
        "4013fa3117546536bc21f469100e144f20d50f01"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Sep 09 04:32:36 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Sep 09 04:32:36 2011 +0000"
      },
      "message": "THRIFT-1333: Make RWGuard not copyable\nClient: cpp\nPatch: Dave Watson\n\nCopying would cause contained mutex to unlock twice, changing to noncopyable.\n\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1166996 13f79535-47bb-0310-9956-ffa450edef68\n"
    }
  ],
  "next": "4013fa3117546536bc21f469100e144f20d50f01"
}
