)]}'
{
  "log": [
    {
      "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"
    },
    {
      "commit": "4013fa3117546536bc21f469100e144f20d50f01",
      "tree": "b864f4db38c85f537a4ac1381b8f1307c03e947f",
      "parents": [
        "251939c6b1b2fc72ce47da97dc7f9844cbd93e16"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Sep 09 04:10:32 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Sep 09 04:10:32 2011 +0000"
      },
      "message": "Thrift-1334: Add more info to IllegalStateException\nClient cpp\nPatch: Dave Watson\n\nAdd support for the message field in IllegalStateException\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1166992 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "251939c6b1b2fc72ce47da97dc7f9844cbd93e16",
      "tree": "38fae152f4f00969fac65e3c35c13f43f3a2b276",
      "parents": [
        "f0998737041274c821169e1d678316e3fac8d123"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Sep 08 16:57:40 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Sep 08 16:57:40 2011 +0000"
      },
      "message": "THRIFT-1332: TSSLTransportParameters class uses hard coded value keyManagerType: SunX509\nClient: java\nPatch: Vladimir Zhilyaev\n\nConvert Keymanger and TrustManager over to using detected jvm values rather than hard coded.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1166798 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "f0998737041274c821169e1d678316e3fac8d123",
      "tree": "6d9ffe86e7a61071bce1c269e14b42b0837181a9",
      "parents": [
        "eb7a755af4cb983e130194985c7f54a742ece889"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Sep 07 18:12:34 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Sep 07 18:12:34 2011 +0000"
      },
      "message": "THRIFT-1328. java: TBaseHelper.toString(...) appends ByteBuffer data outside of valid buffer range\n\nThis patch now correctly considers both arrayOffset and position when determining how to access the backing array of a buffer.\n\nPatch: Andy Schlaikjer\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1166292 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "eb7a755af4cb983e130194985c7f54a742ece889",
      "tree": "68f48c08fe73f7134873ea6228372a769d66ca74",
      "parents": [
        "c4beda980278118b3a4348dc5113de56567df061"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Sep 06 16:26:58 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Sep 06 16:26:58 2011 +0000"
      },
      "message": "Thrift-1322: OCaml lib fail to compile: Thrift.ml line 305, int vs int32 mismatch\nClient: OCaml\n\nUpdates the ocaml lib INTERNAL and PROTOCOL error enums to use the correct numeric values\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1165753 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c4beda980278118b3a4348dc5113de56567df061",
      "tree": "06d4517949420b55bdcc4be23b138ceac3466b4e",
      "parents": [
        "2fa9c31e065fc35186c92c5d8b8c078b4f8d5a5f"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Sep 06 15:19:18 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Sep 06 15:19:18 2011 +0000"
      },
      "message": "Thrift-1279: type set is handled incorrectly when writing object\nClient: php\nPatch: Darius Staisiunas\n\nFixes issue to iIterate through scalar types correctly.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1165703 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2fa9c31e065fc35186c92c5d8b8c078b4f8d5a5f",
      "tree": "16203c4ec7f4496f6112576d79382ce5418e6bb5",
      "parents": [
        "212022cce6f31e363aa80c7b23336727b953d76f"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Mon Sep 05 19:15:53 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Mon Sep 05 19:15:53 2011 +0000"
      },
      "message": "THRIFT-1320 Consistency of configure generated config.h\nPatch: Alexandre Parenteau\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1165400 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "212022cce6f31e363aa80c7b23336727b953d76f",
      "tree": "7b6b485ffce9a010324ca94bc332f56b383662c3",
      "parents": [
        "267c181c6a029b45a0ab199d22804a908a993580"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Sep 02 21:45:44 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Sep 02 21:45:44 2011 +0000"
      },
      "message": "THRIFT-322 IHttpHandler for Thrift\nPatch: Nils Huegelmann\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1164723 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "267c181c6a029b45a0ab199d22804a908a993580",
      "tree": "66351f8e5a9de000e9931aeeed76d400221605e0",
      "parents": [
        "adaf82615bb0c59435dc5857541941d2a0b426c7"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Sep 02 20:33:33 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Sep 02 20:33:33 2011 +0000"
      },
      "message": "remove unused variable sz\nadd .gitignore stuff\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1164696 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "adaf82615bb0c59435dc5857541941d2a0b426c7",
      "tree": "449d3d5ba909abe63499408da789888d284e3c6c",
      "parents": [
        "7a9fb8179685ed7d82bf2f60ddd39157cdaf1d82"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Sep 01 18:54:07 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Sep 01 18:54:07 2011 +0000"
      },
      "message": "THRIFT-1319. java: Mismatch between how a union reads and writes a container\n\nThis patch fixes the problem in the java generator (and removes an unnecessary comment). It also amends TestTUnion to catch this.\n\nPatch: Armaan Sarkar\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1164202 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "7a9fb8179685ed7d82bf2f60ddd39157cdaf1d82",
      "tree": "7adc99fea73a56ef57a8c06e25ad9e436aca6ac0",
      "parents": [
        "6dd9cd0e3bb0bac0d4a70594956d035b75d4d7c8"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Sep 01 18:31:53 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Sep 01 18:31:53 2011 +0000"
      },
      "message": "THRIFT-1316. cpp: update server classes to accept\nTProcessorFactory objects\n\nPatch: Adam Simpkins\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1164201 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "6dd9cd0e3bb0bac0d4a70594956d035b75d4d7c8",
      "tree": "e84694e5b521f4c9b501efd4b83b34749051326b",
      "parents": [
        "2173ce025062692bb4f5525373f25ffacf1f9930"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Sep 01 18:06:20 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Sep 01 18:06:20 2011 +0000"
      },
      "message": "THRIFT-1314. cpp: add TProcessorFactory\n\nPatch: Adam Simpkins\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1164190 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2173ce025062692bb4f5525373f25ffacf1f9930",
      "tree": "e29c4bd480fde5d296cebb2a69867eb97f9bddef",
      "parents": [
        "c58c9e8e41051fa673d3b4ae7656e5471c39b786"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Sep 01 18:00:37 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Sep 01 18:00:37 2011 +0000"
      },
      "message": "THRIFT-1315. cpp: generate server interface factory classes\n\nPatch: Adam Simpkins\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1164187 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c58c9e8e41051fa673d3b4ae7656e5471c39b786",
      "tree": "a3606ec1afe63fe0ce7fa20b1f4baffab5d35f01",
      "parents": [
        "266b1737a5ce7ecdafdf5274f66bd46315f7dfde"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Sep 01 16:52:56 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Sep 01 16:52:56 2011 +0000"
      },
      "message": "THRIFT-1317. cpp: Remove copy constructibility from\nthrift::concurrency::Guard\n\nPatch: Jordan DeLong\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1164164 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "266b1737a5ce7ecdafdf5274f66bd46315f7dfde",
      "tree": "9b2506f55e177bbe5436637773d0b40fe9eab871",
      "parents": [
        "9c39f7765e73efa7d379cda1c2ab141f2f7040e7"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Sep 01 16:50:28 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Sep 01 16:50:28 2011 +0000"
      },
      "message": "THRIFT-1305. cpp: make TConnection a private inner class of\nTNonblockingServer\n\nThe previous patch reverted some elements of THRIFT-1217. Fixed.\n\nPatch: Alexandre Parenteau\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1164161 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9c39f7765e73efa7d379cda1c2ab141f2f7040e7",
      "tree": "a8ae11ad661b259f3026cf62f7e35bd449aed5d9",
      "parents": [
        "526fa8e47f55bb74c87ff8a801204bbb91d50ba1"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Aug 30 19:12:10 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Aug 30 19:12:10 2011 +0000"
      },
      "message": "Thrift-1286: Modernize the Thrift Ruby Library Dev Environment\nClient: Ruby\nPatch: jfarrell\n\nUpdates to ruby build process with the following changes:\n - Removes dependency on echoe for spec generation\n - Adds gemfile for bulider and uses thrift.gemspec for dependency management.\n - Adds checks in configure for builder and only calls if available (make check-local on ci servers)\n - Adds checks in configure for Ruby and rake (bundler as well but this is optional for check-local and auto dependency management)\n - Still allows for rake to do its thing if all dependencies are in place\n - Removed Manifest and setup.rb\n - Adds a install task which will generate a gem and then install that gem to locally configured ruby path (no more prefix or destdir with this client)\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1163341 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "526fa8e47f55bb74c87ff8a801204bbb91d50ba1",
      "tree": "86c319c19514a3ea4fcda0bf471da6b951746827",
      "parents": [
        "489f8f1d5961419d895cb6939b702a5e04efee66"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Mon Aug 29 20:28:23 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Mon Aug 29 20:28:23 2011 +0000"
      },
      "message": "THRIFT-1305. cpp: make TConnection a private inner class of\nTNonblockingServer\n\nPatch: Adam Simpkins\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1162987 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "489f8f1d5961419d895cb6939b702a5e04efee66",
      "tree": "ab447a30caf9368d9a5ed20f129fe076edfca7b1",
      "parents": [
        "2cb3913f998350922630a354444101b4311ff676"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Mon Aug 29 18:50:12 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Mon Aug 29 18:50:12 2011 +0000"
      },
      "message": "THRIFT-1304. cpp: TNonblockingServer: pass in the connection context to\nprocess()\n\nPatch: Adam Simpkins\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1162943 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2cb3913f998350922630a354444101b4311ff676",
      "tree": "5879837e9afa4492eb691083b46471139f843d84",
      "parents": [
        "6993569d0405bfb9801d7e5e09e2468badab271e"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Aug 29 18:34:41 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Aug 29 18:34:41 2011 +0000"
      },
      "message": "THRIFT-1306: Fix stale documentation\nClient: cpp\nPatch: Diwaker Gupta\n\nFix documentation to match API change. Also format to 80 chars.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1162937 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "6993569d0405bfb9801d7e5e09e2468badab271e",
      "tree": "62884251e1780508d1112aba44ec15c71cb61f29",
      "parents": [
        "012dfdab4cdc1cae4b23cfed91b9ade8a9c8aacb"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Aug 29 18:22:11 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Aug 29 18:22:11 2011 +0000"
      },
      "message": "Thrift-1299: If SSL is available, \u0027thrift\u0027 binary links against it\nPatch: jfarrell\n\nRemoves the dependencies added from configure.ac in the thrift compiler makefile.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1162927 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "012dfdab4cdc1cae4b23cfed91b9ade8a9c8aacb",
      "tree": "57e2350a5c89906831aa62fda94bf7fa24af867a",
      "parents": [
        "9759266f2da68ce665b3b050cf5d8f37f8fc556f"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Aug 29 18:18:55 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Aug 29 18:18:55 2011 +0000"
      },
      "message": "Thrift-1296: SSL detection is broken\nPatch: jfarrell\n\nUpdated configure to check for crypto and then ssl and error along the way if unavailable.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1162925 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9759266f2da68ce665b3b050cf5d8f37f8fc556f",
      "tree": "b19bd281a4eefd6e027893dd4a78466a6fceb6fd",
      "parents": [
        "c7fed1f90c242b6b77321b7ecc4744872a7cceff"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Mon Aug 29 18:05:26 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Mon Aug 29 18:05:26 2011 +0000"
      },
      "message": "THRIFT-1302. cpp: raise an exception if send() times out in\nTSocket::write()\n\nPatch: Adam Simpkins\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1162923 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c7fed1f90c242b6b77321b7ecc4744872a7cceff",
      "tree": "5e0ae75ea623aff834dab26235927d9f7da084a7",
      "parents": [
        "b8c8e0b9bcb576f02a2a2741be1927b60e900d4e"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Mon Aug 29 18:01:24 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Mon Aug 29 18:01:24 2011 +0000"
      },
      "message": "THRIFT-1301. cpp: consolidate common code in TNonblockingServer constructors\n\nPatch: Adam Simpkins\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1162920 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b8c8e0b9bcb576f02a2a2741be1927b60e900d4e",
      "tree": "4fbe7f9eef7aeeb58237e12adf06aa9b2878ea43",
      "parents": [
        "47f5ab3f060463b947144fd7ba1d3899b963a3c7"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Mon Aug 29 17:50:31 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Mon Aug 29 17:50:31 2011 +0000"
      },
      "message": "THRIFT-1298. java: Standard scheme doesn\u0027t read or write metadata along with field values\n\nThis patch makes StandardScheme write metadata, and adds tests against a static known-good Binary-serialized struct for a reference.\n\nPatch: Armaan Sarkar\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1162917 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "47f5ab3f060463b947144fd7ba1d3899b963a3c7",
      "tree": "4552926d1035343535dfa7c4fbc8e5bdf2071da6",
      "parents": [
        "13b21184f4b24c48db19408d79339c6ede01a027"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Aug 29 15:27:41 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Aug 29 15:27:41 2011 +0000"
      },
      "message": "Thrift-1303: Twisted tutorial client does not include correct generated path\nClient: tutorial\n\nUpdated path in python client to include correct generated code.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1162866 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "13b21184f4b24c48db19408d79339c6ede01a027",
      "tree": "8cabfa4998d37c131235edd503ff631222f3e745",
      "parents": [
        "b5c618a66d296a9503bf3e33307150ddc120ac9d"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sun Aug 28 18:24:45 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sun Aug 28 18:24:45 2011 +0000"
      },
      "message": "Thrift-1257: thrift\u0027s dependency scope on javax.servlet:servlet-api should be \u0027provided\u0027\nClient: java\nPatch: jfarrell\n\nUpdated artifact servlet-api scope to provided.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1162568 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b5c618a66d296a9503bf3e33307150ddc120ac9d",
      "tree": "86907707ffdecb03930f78e25264d0141afbf839",
      "parents": [
        "6df4d34447e183570765550639e97666c273b203"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Aug 26 02:42:14 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Aug 26 02:42:14 2011 +0000"
      },
      "message": "Thrift-1240: TBinarySerializer.php invalid serialization due to TBufferTransport not flushing last chunk of data into TMemoryBuffer\nClient: php\nPatch: Marimuthu Ponnambalam\n\nSimple Serialization errors out, due to the TBufferTransport not flushing the data into TMemoryBuffer after $object-\u003ewrite($protocol) in TBinarySerializer.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1161968 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "6df4d34447e183570765550639e97666c273b203",
      "tree": "f9f0279b34065f65ce06b9c5dd0b2d0bf576668e",
      "parents": [
        "e04159c52b31bb263cb0bb37895854bb3905d0ce"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Aug 25 22:02:38 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Aug 25 22:02:38 2011 +0000"
      },
      "message": "Thrift-1295: Duplicate include in TSocket.cpp\nClient: cpp\nPatch: Diwaker Gupta\n\nTSocket.cpp includes netdb.in which is already included by TSocket.h.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1161775 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e04159c52b31bb263cb0bb37895854bb3905d0ce",
      "tree": "8c6a291225645cf1c7962229632d35aad00dffec",
      "parents": [
        "1e9875878aee4218fbbc8fbc768e86b25c8d9ef5"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Aug 25 17:43:56 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Aug 25 17:43:56 2011 +0000"
      },
      "message": "THRIFT-1294. cpp: fix log message typos in TSimpleServer\nPatch: Adam Simpkins\"\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1161663 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "1e9875878aee4218fbbc8fbc768e86b25c8d9ef5",
      "tree": "29a886d4cb137a01f1298150f6d9e376cdd150f1",
      "parents": [
        "756d73e464e74807f896f160615d5af2117e24a7"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Aug 25 17:33:03 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Aug 25 17:33:03 2011 +0000"
      },
      "message": "THRIFT-1293. cpp: improve handling of exceptions thrown by\nprocess()\n\nPatch: Adam Simpkins\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1161660 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "756d73e464e74807f896f160615d5af2117e24a7",
      "tree": "c28f3a75e0bdf1394e50f23b76d94cd10ded5329",
      "parents": [
        "37874ca8486cdce5a4b7f87c9c0b2fb3516aee5b"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Aug 25 17:30:21 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Aug 25 17:30:21 2011 +0000"
      },
      "message": "THRIFT-1292. cpp: silence log spew from TThreadedServer \n\nPatch: Adam Simpkins\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1161659 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "37874ca8486cdce5a4b7f87c9c0b2fb3516aee5b",
      "tree": "02be122b495c0c49bbfe7078afa1ad03b83299f3",
      "parents": [
        "76c43688ba909af175e80635a5c38ff021cce7e5"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Aug 25 17:28:23 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Aug 25 17:28:23 2011 +0000"
      },
      "message": "THRIFT-1290. cpp: TNonblockingServer: clean up state in the\ndestructor\n\nPatch: Adam Simpkins\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1161655 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "76c43688ba909af175e80635a5c38ff021cce7e5",
      "tree": "770d239aa47c0288c642cb9c6eccaeb2efe8da06",
      "parents": [
        "cff83579d73d6673a933fbb4379f034404804a9a"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Aug 24 21:26:48 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Aug 24 21:26:48 2011 +0000"
      },
      "message": "THRIFT-1289. cpp: implement TNonblockingServer::stop() \n\nPatch: Adam Simpkins\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1161283 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "cff83579d73d6673a933fbb4379f034404804a9a",
      "tree": "3cee0363e00360443d221454aa7a0bbbfb2c8799",
      "parents": [
        "b68f16634a013ab057c652255e571eed5d8677b8"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Aug 24 20:53:03 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Aug 24 20:53:03 2011 +0000"
      },
      "message": "THRIFT-1288. cpp: Allow typedefed exceptions in throws clauses \n\nPatch: David Reiss\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1161271 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b68f16634a013ab057c652255e571eed5d8677b8",
      "tree": "d3a6f7e19a41e6e3eb93d17b6dc46e87796462e5",
      "parents": [
        "3746b29b8a4358d28944b0f23642ce940455c6d2"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Aug 24 18:35:55 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Aug 24 18:35:55 2011 +0000"
      },
      "message": "THRIFT-1287. cpp: start refactoring some of the C++ processor \n\nMove the generation of Processors into a separate subclass.\n\nPatch: Adam Simpkins\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1161223 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "3746b29b8a4358d28944b0f23642ce940455c6d2",
      "tree": "918de9f1e6e805daa43e011af1f9784350a516d5",
      "parents": [
        "0fa8ff7fd44b127c3e2e4de6bca8d334f3a0a162"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Aug 24 00:35:52 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Aug 24 00:35:52 2011 +0000"
      },
      "message": "THRIFT-1280. cpp: Improve Monitor exception-free interfaces \n\nPatch: Mark Rabkin\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1160944 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0fa8ff7fd44b127c3e2e4de6bca8d334f3a0a162",
      "tree": "b5c4316fbb81eaeceaa1d9399e9994d9313458a7",
      "parents": [
        "bce6fadf3b1c237aab4b65d3d99b72520ba79689"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Aug 24 00:28:18 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Aug 24 00:28:18 2011 +0000"
      },
      "message": "THRIFT-1281. compiler: add @generated to the docblock \n\nPatch: Bill Fumerola\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1160943 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "bce6fadf3b1c237aab4b65d3d99b72520ba79689",
      "tree": "266218c674385a524d5c79b118906b5910a95142",
      "parents": [
        "8eebc2c3e0abdf1be46254bd7bf912b63c2cf8cb"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Aug 24 00:22:30 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Aug 24 00:22:30 2011 +0000"
      },
      "message": "THRIFT-1282. java: Upgrade httpclient to 4.1.2 (from 4.0.1) \n\nPatch: Aravind Srini\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1160941 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "8eebc2c3e0abdf1be46254bd7bf912b63c2cf8cb",
      "tree": "b5ab2e3efe16999a4618f9760024f54df7ee2521",
      "parents": [
        "1b90e3dc25b22cc7b8057b85a0cfa6d524abaad0"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Tue Aug 23 23:26:58 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Tue Aug 23 23:26:58 2011 +0000"
      },
      "message": "THRIFT-1284. cpp: fix processor inheritance \n\nDon\u0027t make processors that have a proper parent class also inherit from TProcessor.\n\nPatch: Adam Simpkins\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1160933 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "1b90e3dc25b22cc7b8057b85a0cfa6d524abaad0",
      "tree": "db8505ac0cb8b6cf27c5bb6598e6f73ac3ae4c88",
      "parents": [
        "b7d7227eb0b11f3a8009d45fbbc7745ad2cbfb8c"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Tue Aug 23 23:21:59 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Tue Aug 23 23:21:59 2011 +0000"
      },
      "message": "THRIFT-1283. cpp: wrap t_cpp_generator::generate_process_function() to 80\n\nAdjust the line width to 80 for generated CPP classes.\n\nPatch: Adam Simpkins\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1160931 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b7d7227eb0b11f3a8009d45fbbc7745ad2cbfb8c",
      "tree": "965319339c3d18bc478c2c9b3d8ef30fc2523270",
      "parents": [
        "a94d2e5921b6bba6c0a677955edc310fb700be14"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Tue Aug 23 20:27:19 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Tue Aug 23 20:27:19 2011 +0000"
      },
      "message": "THRIFT-1278 javadoc warnings - compilation\nPatch: Aravind Srini\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1160883 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a94d2e5921b6bba6c0a677955edc310fb700be14",
      "tree": "f3e27757683eb9ed8c2cca3001467dc03997b528",
      "parents": [
        "0c3c8959a3b87b0965755ec84ed48af1fe0cbb31"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Mon Aug 22 21:38:50 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Mon Aug 22 21:38:50 2011 +0000"
      },
      "message": "THRIFT-1269 thrift: handle undeclared exceptions in the async\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1160453 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0c3c8959a3b87b0965755ec84ed48af1fe0cbb31",
      "tree": "92a1c336176eaff17fa58906c1e933835e2a6671",
      "parents": [
        "da9c6e1aba082e0026a636685f1401c1fe3d97a5"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Mon Aug 22 21:38:16 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Mon Aug 22 21:38:16 2011 +0000"
      },
      "message": "THRIFT-1274 Making * a known symbol\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1160451 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "da9c6e1aba082e0026a636685f1401c1fe3d97a5",
      "tree": "bd18ff2be92fbce5a310a1a60e78d77a20c7deed",
      "parents": [
        "160cbe67184f81cf1b638ea485300c283b6b9954"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Mon Aug 22 16:59:20 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Mon Aug 22 16:59:20 2011 +0000"
      },
      "message": "THRIFT-1254. javame: Code can\u0027t be compiled against a regular JRE: Object.clone() override has a different return type\n\nThis patch mirrors a previous commit to the main Java library by removing the clone() implementation altogether.\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1160333 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "160cbe67184f81cf1b638ea485300c283b6b9954",
      "tree": "d5793e864774f76ca6435008baf73688569def0f",
      "parents": [
        "235f8b5899b2c5b75cb83975695da1377f0cac0c"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Fri Aug 19 18:32:51 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Fri Aug 19 18:32:51 2011 +0000"
      },
      "message": "THRIFT-1271. cpp: missing namespace in generated local reflection\n\nPatch: Adam Simpkins\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1159734 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "235f8b5899b2c5b75cb83975695da1377f0cac0c",
      "tree": "c14e5157fdf1f200973ba2ecfc8566b439505955",
      "parents": [
        "0b7eeb59750fef5be018e6ec406da2da5be13c1b"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Fri Aug 19 18:27:47 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Fri Aug 19 18:27:47 2011 +0000"
      },
      "message": "THRIFT-1274. compiler: fail compilation if an unexpected token is encountered\n\nThis patch makes the lexer throw an exception when an unexpected token is encountered, as opposed to the standard behavior of just printing it out and doing nothing.\n\nPatch: Adam Simpkins\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1159733 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0b7eeb59750fef5be018e6ec406da2da5be13c1b",
      "tree": "7fecc0965b07773d6be845aa70d4f44eb06a0cd0",
      "parents": [
        "887ff756cb6ead9d5b764064ffc4973be8065b59"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Fri Aug 19 18:23:39 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Fri Aug 19 18:23:39 2011 +0000"
      },
      "message": "THRIFT-1275. cpp: always prefix namespaces with \u0027 ::\u0027 \n\nEnsures no accidental namespace clashes.\n\nPatch: Adam Simpkins\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1159729 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "887ff756cb6ead9d5b764064ffc4973be8065b59",
      "tree": "fefdda5cb7a5f3aeecd1e42376397d03f0623a19",
      "parents": [
        "b6af6dbf0579a0b2cf3577f160c1a99d036df2bb"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Aug 19 11:25:39 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Aug 19 11:25:39 2011 +0000"
      },
      "message": "THRIFT-1276 Add thrift compiler option to suppress warnings about\nPatch: Dave Watson\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1159593 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b6af6dbf0579a0b2cf3577f160c1a99d036df2bb",
      "tree": "5a1b89577d9c3bffda510d714e4a720d8f7c9e75",
      "parents": [
        "5fc71fd56a522dc2e1b0be5012848276bc105752"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Thu Aug 18 20:31:16 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Thu Aug 18 20:31:16 2011 +0000"
      },
      "message": "(void) unused parameters to reduce compiler warnings to zero!\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1159405 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "5fc71fd56a522dc2e1b0be5012848276bc105752",
      "tree": "aac12b428d3459dce035a594d773d9c4d59022f4",
      "parents": [
        "c7206a40117da7d1f4a8a98ea52099825bea3b45"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Aug 18 00:02:50 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Aug 18 00:02:50 2011 +0000"
      },
      "message": "THRIFT-1167. java: Java nonblocking server with more than one thread for select and handling IO\n\nThis patch refactors the nonblocking server hierarchy and adds in a new server that has a threaded selector pool as well as a threaded invoker pool.\n\nPatch: Steve Jiang\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1158977 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c7206a40117da7d1f4a8a98ea52099825bea3b45",
      "tree": "90f09dfe39f6e29d7210f15a411890c62841b7dd",
      "parents": [
        "ff1c69bc1ca625a5bc0e3cb12d678f86920fc488"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Aug 17 23:17:04 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Aug 17 23:17:04 2011 +0000"
      },
      "message": "THRIFT-1270. compiler: add --allow-neg-keys argument to allow \n\nThis switch allows the user to specify explicit negative field IDs in Thrift IDL in order to avoid breaking wire protocol.\n\nPatch: Dave Watson\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1158967 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "ff1c69bc1ca625a5bc0e3cb12d678f86920fc488",
      "tree": "d8032c1b3dd4e30953a0a4bd9088abbb8d353ac4",
      "parents": [
        "74362e0e8af69fb78b8fbf170cf4505ce6b3e4c3"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Aug 17 19:00:33 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Wed Aug 17 19:00:33 2011 +0000"
      },
      "message": "Updating python setup.py for deploying client to pypi\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1158869 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "74362e0e8af69fb78b8fbf170cf4505ce6b3e4c3",
      "tree": "169f92c9a91e796413669ca5dd30493c2faf91c8",
      "parents": [
        "9c762585643681eea62fb94649885efcdd973c5b"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Aug 16 17:13:41 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Tue Aug 16 17:13:41 2011 +0000"
      },
      "message": "Thrift-1263: Updating rb client Rakefile to add suport for publishing client to rubygems.org\nClient: Ruby\nPatch: Jfarrell\n\nUpdating Rakefile to remove deprecated functions and add support for publishing to rubgems.org\n\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1158383 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9c762585643681eea62fb94649885efcdd973c5b",
      "tree": "d2c8d7ae1c21bd841b972a98292e49caceac69b2",
      "parents": [
        "c5555a280134b0664615ebcb1ffee838eaa7c09b"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sat Aug 13 21:29:36 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Sat Aug 13 21:29:36 2011 +0000"
      },
      "message": "updating trunk from 0.7.0-dev to 0.8.0-dev\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1157426 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c5555a280134b0664615ebcb1ffee838eaa7c09b",
      "tree": "37bcbed2b73923d0adeabc08c82b0e0a943a0d12",
      "parents": [
        "dfffdd8726cbf7b6a309ab354c638ede92d2f215"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Aug 11 19:11:26 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Aug 11 19:11:26 2011 +0000"
      },
      "message": "Removing duplicate java client properties seen during release process\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1156747 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "dfffdd8726cbf7b6a309ab354c638ede92d2f215",
      "tree": "3bf939fb59ec572e1fb17f1ce7c95c30f1c39eba",
      "parents": [
        "1121b47c09470a454a28a46825f92ef29c4dc273"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Aug 11 18:54:11 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Aug 11 18:54:11 2011 +0000"
      },
      "message": "THRIFT-1205. java: port server unduly fragile with arbitrary input\n\nIncrease the default max frame size to 16MB.\n\nPatch: Ryan King\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1156731 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "1121b47c09470a454a28a46825f92ef29c4dc273",
      "tree": "8f99fe730f0fc9ffe88b81b5d6748b4e8d765ad0",
      "parents": [
        "de8d1857e8492f8d25abfb11a68ba9c90a49d99a"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Aug 11 18:50:58 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Aug 11 18:50:58 2011 +0000"
      },
      "message": "THRIFT-169. java: Pluggable Serializers\nTHRIFT-1239. java: TupleProtocol- An extremely compact, temporary protocol\n\nThis monster commit is the combination of the two above tickets, providing a new serialization framework and the first new consumer in one go.\n\nPatch: Armaan Sarkar\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1156728 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "de8d1857e8492f8d25abfb11a68ba9c90a49d99a",
      "tree": "1b20249a393beec176b1d7215cbf5b862923e636",
      "parents": [
        "013b2e55385119533dac324358157b6cd80f1838"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Thu Aug 04 23:08:35 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Thu Aug 04 23:08:35 2011 +0000"
      },
      "message": "THRIFT-1241 php namespace generation\nrealization of THRIFT-777\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1154045 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "013b2e55385119533dac324358157b6cd80f1838",
      "tree": "7fbc2c74c1376a5765a22c618549607a32361b03",
      "parents": [
        "3075ffc5631dd173f5f258312bf9943d06e82d0f"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Thu Aug 04 22:37:16 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Thu Aug 04 22:37:16 2011 +0000"
      },
      "message": "THRIFT-916 do not mix declarations and code\nissue detected with -Werror\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1154040 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "3075ffc5631dd173f5f258312bf9943d06e82d0f",
      "tree": "992a03732d14d8abfe18db44f2d71b92d4c3d9dc",
      "parents": [
        "52e751d13799c5b170ebe44aff5635bb32ee2bc4"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Thu Aug 04 22:36:07 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Thu Aug 04 22:36:07 2011 +0000"
      },
      "message": "fix memoryleak detected by cppcheck\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1154039 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "52e751d13799c5b170ebe44aff5635bb32ee2bc4",
      "tree": "f76011a2125290f93f0c1a357d302efbd9a4491b",
      "parents": [
        "edf0d1dda0002e1b7b9d036855d750a1838a42f8"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Thu Aug 04 21:23:27 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Thu Aug 04 21:23:27 2011 +0000"
      },
      "message": "THRIFT-916 remove i64 \u003d\u003e fix build and compile without warning on CI\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1154022 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "edf0d1dda0002e1b7b9d036855d750a1838a42f8",
      "tree": "27115b33ec22ce3bd5f8c760434073d0cf967860",
      "parents": [
        "184281c1a1a9a1f1fe0cbbdf4a97926936082028"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Wed Aug 03 21:21:43 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Wed Aug 03 21:21:43 2011 +0000"
      },
      "message": "THRIFT-1249 js-test-driver support (run unittests on multiple browsers and get XML test results)\n\nadditonal improvements\n- unit test log in XML\n- fetch local copy of jslibs to build/js/lib/\n- remove unused json2.js\n- some lint on test.js\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1153673 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "184281c1a1a9a1f1fe0cbbdf4a97926936082028",
      "tree": "9e09bc8b48d90e8cf69f075dcdefbf357c36fbfc",
      "parents": [
        "9e0f0743f377e59ee2aa21666c18bb3b092661f5"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Wed Aug 03 20:12:32 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Wed Aug 03 20:12:32 2011 +0000"
      },
      "message": "THRIFT-916 printf %lld for 32bit platform only by using __ia64__\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1153638 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9e0f0743f377e59ee2aa21666c18bb3b092661f5",
      "tree": "1a2ad707be026990e5651947ff689b6089896121",
      "parents": [
        "345ecc739ab145f9a0e7c27bbcb4ee72ccd3a86b"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Wed Aug 03 17:36:55 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Wed Aug 03 17:36:55 2011 +0000"
      },
      "message": "THRIFT-1256 Unit Test Logging Output for CI\npass BOOST environment variables to the test suite arguments and create a tests.xml with the results\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1153594 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "345ecc739ab145f9a0e7c27bbcb4ee72ccd3a86b",
      "tree": "cf0122091b05a989f08d2cb6398f1e36758486f2",
      "parents": [
        "c1905587872fe7a78adcc9d8c6d0c091ac7b80cc"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Wed Aug 03 09:49:27 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Wed Aug 03 09:49:27 2011 +0000"
      },
      "message": "THRIFT-690 add new ApplicationExceptions (INTERNAL_ERROR, PROTOCOL_ERROR) to the following languages: as3, c_glib, cocoa, cpp, erl, hs, js, nodejs, ocaml, perl, py, rb\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1153412 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c1905587872fe7a78adcc9d8c6d0c091ac7b80cc",
      "tree": "247898781e87385acb9f6fbe034ca9a89d330397",
      "parents": [
        "b342ddf00b9abc318c1075a8942928f1ef324f7f"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Tue Aug 02 23:37:36 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Tue Aug 02 23:37:36 2011 +0000"
      },
      "message": "THRIFT-1184 event_base memory freeing by class TNonblockingServer\nadds option to use existing event base\nPatch: Pavlin Radoslavov\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1153307 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b342ddf00b9abc318c1075a8942928f1ef324f7f",
      "tree": "d02aff432758dec289343fc75e29df5b23698c73",
      "parents": [
        "4e0192f660bfd83921842a9e59d04c681100156a"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Tue Aug 02 23:10:32 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Tue Aug 02 23:10:32 2011 +0000"
      },
      "message": "THRIFT-1251. java: Generated java code should indicate which fields are required and which are optional\n\nPatch: Takashi Yonebayashi\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1153302 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "4e0192f660bfd83921842a9e59d04c681100156a",
      "tree": "d6fea9ef7c6b49e8ac0d43785734348677e89a5f",
      "parents": [
        "d9b32835eac9fbdc54133ed9791671fa8a5c4b4d"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Tue Aug 02 22:37:16 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Tue Aug 02 22:37:16 2011 +0000"
      },
      "message": "THRIFT-1255. javame: Mismatch of method name between JavaME\u0027s lib and generated code (compareTo/compareObjects)\n\nPatch: Raphael Bartement\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1153295 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d9b32835eac9fbdc54133ed9791671fa8a5c4b4d",
      "tree": "513ea464f0914ce2ad7a4ec19e16cb44f3d14d7e",
      "parents": [
        "472f9e190c982454642e4edeca49b136722b27ef"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Tue Aug 02 20:51:55 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Tue Aug 02 20:51:55 2011 +0000"
      },
      "message": "THRIFT-1253. javame: Code generated for maps is not compiling\n\nFix a casting issue.\n\nPatch: Raphael Bartement\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1153270 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "472f9e190c982454642e4edeca49b136722b27ef",
      "tree": "bb5594f70acb78752f5a9ad0695b8ea58f23e058",
      "parents": [
        "bb267d48e0934d486e4276d90326e385495cc2ec"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Tue Aug 02 10:55:47 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Tue Aug 02 10:55:47 2011 +0000"
      },
      "message": "THRIFT-1252 Segfault in Ruby deserializer\nPatch: Ilya Maykov\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1153093 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "bb267d48e0934d486e4276d90326e385495cc2ec",
      "tree": "d2e02e72e7c26851b33f288d11c636545e6c0fd2",
      "parents": [
        "0b26725ceb2c47e0b006d50a83f561e175bc6ba8"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sat Jul 30 15:10:42 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sat Jul 30 15:10:42 2011 +0000"
      },
      "message": "THRIFT-1247 JavaScript unit test with phantomjs\nupdate: unit test depends on init, move testcases from test.html to test.js\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1152486 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0b26725ceb2c47e0b006d50a83f561e175bc6ba8",
      "tree": "4cfd45aeccb4aa58b0a06fd618d3871a2ec2391e",
      "parents": [
        "040b12483ab37ebb9d8c0e0251b17b6540783b66"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Jul 29 21:08:04 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Jul 29 21:08:04 2011 +0000"
      },
      "message": "THRIFT-1247 JavaScript unit test with phantomjs\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1152373 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "040b12483ab37ebb9d8c0e0251b17b6540783b66",
      "tree": "68a2c64867fcac7059887d2088d2a09b3c4fa817",
      "parents": [
        "3da317bda100130b2f615034c46b0944888f0f14"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Thu Jul 28 18:49:39 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Thu Jul 28 18:49:39 2011 +0000"
      },
      "message": "THRIFT-1233 Remove unused include in generated C++ code\nNote:  revert patch and include transport/TBufferTransports.h\nPatch: Alexandre Parenteau\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1151967 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "3da317bda100130b2f615034c46b0944888f0f14",
      "tree": "2478b3e09ffe0ba04009d588a2a1a2ecce8dcf91",
      "parents": [
        "d2f8da4bb8d0c48bbbc0bf0cbe97b3dc1c84188c"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Thu Jul 28 18:35:51 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Thu Jul 28 18:35:51 2011 +0000"
      },
      "message": "THRIFT-1245 C# JSON Protocol uses culture-dependant decimal separator for double\nPatch: Nacim Rahal\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1151959 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d2f8da4bb8d0c48bbbc0bf0cbe97b3dc1c84188c",
      "tree": "a026ed42520ff0d8b784fbc40de3bda3471c21bc",
      "parents": [
        "285cfaa19943c168f7400424a8abde37da2e143f"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Thu Jul 28 18:04:30 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Thu Jul 28 18:04:30 2011 +0000"
      },
      "message": "THRIFT-1244 using \u0027using\u0027 to disambiguate between functions in different bases does not conform to C++ standard and will not compile on certain compilers\nPatch: Anatoly Fayngelerin\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1151945 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "285cfaa19943c168f7400424a8abde37da2e143f",
      "tree": "e2110c9a37b7c261e2a33cb8b41716c891bcc511",
      "parents": [
        "9623fc5476b8c7225b7d9f543d631e5240891f99"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Thu Jul 28 17:51:36 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Thu Jul 28 17:51:36 2011 +0000"
      },
      "message": "THRIFT-1243 TAsyncChannel callbacks (use void instead of bool)\nPatch: Alexandre Parenteau\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1151940 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9623fc5476b8c7225b7d9f543d631e5240891f99",
      "tree": "721b0180890f39f4520fd3d67cfc30f2f0acbacd",
      "parents": [
        "a8cef6e55bcbcf7045adbc3ccca5e59e7c504f6b"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Jul 25 13:22:14 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Jul 25 13:22:14 2011 +0000"
      },
      "message": "updating java tutorial readme\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1150692 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a8cef6e55bcbcf7045adbc3ccca5e59e7c504f6b",
      "tree": "c8d2031ab3cf019f162d681c64ea6483b494bab4",
      "parents": [
        "1e20e9f589f7a79b1e355c75fb66b44cdf512fc4"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Jul 17 18:55:59 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Jul 17 18:55:59 2011 +0000"
      },
      "message": "THRIFT-916 gcc warnings in c++ header files\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1147700 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "1e20e9f589f7a79b1e355c75fb66b44cdf512fc4",
      "tree": "0d761a1bc2cc3734b9dda776602eef0f0bbb1c46",
      "parents": [
        "7e056e7572c642bd7f5d5677261763f05a17e1dd"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Jul 17 14:47:48 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Jul 17 14:47:48 2011 +0000"
      },
      "message": "THRIFT-1230 C# Library -- THashSet is not marked as Serializable which makes all Thrift classes that uses it unserializable\nPatch: Maciek Weksej\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1147643 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "7e056e7572c642bd7f5d5677261763f05a17e1dd",
      "tree": "9ffeadaa40ebf29a2e9bf0d7578c98f8d2a38ca2",
      "parents": [
        "a35944bfe2fabda4816e4396f92280ee9fcf789d"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Jul 17 07:28:28 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sun Jul 17 07:28:28 2011 +0000"
      },
      "message": "THRIFT-1222 Unhandled exception for TEvhttpServer request\nPatch: Alexandre Parenteau\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1147542 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a35944bfe2fabda4816e4396f92280ee9fcf789d",
      "tree": "ab77845ce350afbb7880ab930a71980c4d82a6fd",
      "parents": [
        "cdbf36c6082a3931e41d5d1fb8ba8b5cb3eade23"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Jul 15 20:16:43 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Jul 15 20:16:43 2011 +0000"
      },
      "message": "THRIFT-1238 Thrift JS client cannot read map of structures(TestCase)\nPatch: Henrique Mendonca\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1147301 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "cdbf36c6082a3931e41d5d1fb8ba8b5cb3eade23",
      "tree": "c7f4ca70a6ec413845b932bd522bacfd8884a5fc",
      "parents": [
        "4e98a258b246d3c17469ab54beb725fb738053e2"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Jul 14 21:25:08 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Thu Jul 14 21:25:08 2011 +0000"
      },
      "message": "Thrift-1233: Remove unused include in generated C++ code\nClient: c++\nPatch: Diwaker Gupta\n\nRemoving unused include of TTransportUtils.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1146901 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "4e98a258b246d3c17469ab54beb725fb738053e2",
      "tree": "669777f8e612587f179e2afff2f724f56a42d022",
      "parents": [
        "11dfc8bb730e6d9813117cde312f1b8abbeefa36"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Jul 13 21:17:26 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Jul 13 21:17:26 2011 +0000"
      },
      "message": "THRIFT-1237. contrib: Java fb303 missing some methods\n\nAdded counters to FacebookBase.\n\nPatch: Ionel Corneliu Gog \n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1146484 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "11dfc8bb730e6d9813117cde312f1b8abbeefa36",
      "tree": "e737ad4df83ecc7a47bdbb5759bf0f9579475d5e",
      "parents": [
        "54df97c507aa4fb49523166b477bd82762fd9711"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Jul 13 18:15:41 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Jul 13 18:15:41 2011 +0000"
      },
      "message": "THRIFT-1225. php: TCompactProtocol for PHP\n\nPatch: Dave Watson\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1146185 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "54df97c507aa4fb49523166b477bd82762fd9711",
      "tree": "5cc0cf2cda8b240110a345d55679dc1c4534b91b",
      "parents": [
        "b7bd5626aa1858c3b315c0df252bf67de6923feb"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Jul 13 18:11:29 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Jul 13 18:11:29 2011 +0000"
      },
      "message": "THRIFT-1208. py: Compact protocol always reads and writes booleans as true\n\nPatch: liwei\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1146180 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b7bd5626aa1858c3b315c0df252bf67de6923feb",
      "tree": "1d7f6e9b1e27a83d4eb7e18e2ba34960ac4ac096",
      "parents": [
        "6e48e98580e0034b9e82e5938c31d193280c163e"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Jul 13 17:58:05 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Wed Jul 13 17:58:05 2011 +0000"
      },
      "message": "THRIFT-1177. go: Update thrift to reflect changes in Go\u0027s networking libraries\n\nPatch: Aalok Shah\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1146167 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "6e48e98580e0034b9e82e5938c31d193280c163e",
      "tree": "1e1e7dd25217aa1d46c2456a73dce819976a3a9e",
      "parents": [
        "646218507478a0e827d64fea76ef1d7611f9a292"
      ],
      "author": {
        "name": "Anthony F. Molinaro",
        "email": "molinaro@apache.org",
        "time": "Tue Jul 12 18:56:15 2011 +0000"
      },
      "committer": {
        "name": "Anthony F. Molinaro",
        "email": "molinaro@apache.org",
        "time": "Tue Jul 12 18:56:15 2011 +0000"
      },
      "message": "THRIFT-1236 - adding reconnecting client\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1145719 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "646218507478a0e827d64fea76ef1d7611f9a292",
      "tree": "06632c4dfdba6b28707f36f2f53051cd380e97cc",
      "parents": [
        "fd39193aa00d2098184b452bd955bd60ae39f86d"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Jul 11 13:47:25 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Mon Jul 11 13:47:25 2011 +0000"
      },
      "message": "Thrift-1234: thrift --help is missing doc on py:utf8strings\nClient:python\nPatch: Eric Rannaud\n\nUpdated displayed options for python help to print py:utf8strings availability.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1145175 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "fd39193aa00d2098184b452bd955bd60ae39f86d",
      "tree": "5ff3a71323a64b931c995a783ff8c9c32ec9a7ff",
      "parents": [
        "9659d4d3b7ec458c6e273eb783ff7cc82adb3102"
      ],
      "author": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Jul 08 17:32:44 2011 +0000"
      },
      "committer": {
        "name": "Jake Farrell",
        "email": "jfarrell@apache.org",
        "time": "Fri Jul 08 17:32:44 2011 +0000"
      },
      "message": "THRIFT-1231: Remove bogus include\nClient: c++\nPatch: Diwaker Gupta\n\nRemoving unused import TTransportUtils.h from TAsyncChannel.h.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1144395 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9659d4d3b7ec458c6e273eb783ff7cc82adb3102",
      "tree": "73cb4b9d8c192d50f8de15c9592972e0e5f939e7",
      "parents": [
        "6b0d4567167f689de4a3bd2f7475de0fd82d3bdc"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Jul 08 12:51:15 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Jul 08 12:51:15 2011 +0000"
      },
      "message": "add jstest.jar to .gitignore\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1144297 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "6b0d4567167f689de4a3bd2f7475de0fd82d3bdc",
      "tree": "56eedb055b1e47dc5f02a8e377c368332eee7f25",
      "parents": [
        "30aae0ca877c9f5863ff881b29edc6a38df9d85a"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Jul 08 12:44:29 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Jul 08 12:44:29 2011 +0000"
      },
      "message": "THRIFT-1232 JavaScript TException should be a constructor function\nPatch: Pascal Bach\nfile: 1232-Improve-Exception-handling-and-make-error-hierarchy.patch\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1144292 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "30aae0ca877c9f5863ff881b29edc6a38df9d85a",
      "tree": "1bbc59bc6947cebbd4baf942959c4be851a41976",
      "parents": [
        "0bb3db2eedc2ae91088b6caffc2b75fb3a2a5e27"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Jul 08 12:23:31 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Fri Jul 08 12:23:31 2011 +0000"
      },
      "message": "THRIFT-1217 Use evutil_socketpair instead of pipe\nPatch: alexandre parenteau\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1144286 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0bb3db2eedc2ae91088b6caffc2b75fb3a2a5e27",
      "tree": "40e4be35ecdbee8870f4f9f39a6556cdff5fc367",
      "parents": [
        "57a45ab3d39388eb8dd9935bf478861df461f9e9"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sat Jul 02 22:33:32 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sat Jul 02 22:33:32 2011 +0000"
      },
      "message": "update .gitignore\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1142335 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "57a45ab3d39388eb8dd9935bf478861df461f9e9",
      "tree": "4266e33ce2f87344d17483610d84dfeda91b3bde",
      "parents": [
        "0266416dbf8e815a5ef9f9db1eb2868065b45d8a"
      ],
      "author": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sat Jul 02 08:53:05 2011 +0000"
      },
      "committer": {
        "name": "Roger Meier",
        "email": "roger@apache.org",
        "time": "Sat Jul 02 08:53:05 2011 +0000"
      },
      "message": "svn:ignore binaries\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1142177 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0266416dbf8e815a5ef9f9db1eb2868065b45d8a",
      "tree": "4266e33ce2f87344d17483610d84dfeda91b3bde",
      "parents": [
        "d580dc6b8a4a456669a3695ffe2755644ddee1cf"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Jun 30 20:48:30 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Jun 30 20:48:30 2011 +0000"
      },
      "message": "add some files to svn:ignore\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1141712 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d580dc6b8a4a456669a3695ffe2755644ddee1cf",
      "tree": "4266e33ce2f87344d17483610d84dfeda91b3bde",
      "parents": [
        "2323aa9c1cd7926d68b487013f847b4b2bf85bb0"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Jun 30 20:47:09 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Jun 30 20:47:09 2011 +0000"
      },
      "message": "trash an inaccurate comment (via Chad Walters)\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1141710 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2323aa9c1cd7926d68b487013f847b4b2bf85bb0",
      "tree": "383bc95f118118b10a642dbb139774d27aa56ca7",
      "parents": [
        "ad0ad824d2fb8c68b77e4a8a982225cf879f878d"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Jun 30 18:59:18 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Thu Jun 30 18:59:18 2011 +0000"
      },
      "message": "THRIFT-1228. php: The php accelerator module calls flush incorrectly\n\nThis patch makes sure that filling the php extension\u0027s internal buffer does not cause a premature flush of the whole transport.\n\nPatch: Nathaniel Cook\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1141668 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "ad0ad824d2fb8c68b77e4a8a982225cf879f878d",
      "tree": "ebc2723be52dc2a0f8c2e4f5b10bcbf0ab570812",
      "parents": [
        "82dc2e2e96807965ea6061c0da973b5313195608"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Tue Jun 28 18:46:03 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Tue Jun 28 18:46:03 2011 +0000"
      },
      "message": "THRIFT-1189. rb: Ruby deserializer speed improvements\n\nThis patch gives the Ruby deserialization stack a healthy performance boost.\n\nPatch: Ilya Maykov\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1140780 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "82dc2e2e96807965ea6061c0da973b5313195608",
      "tree": "2f7c66e7cb571786a4ed4d63cfc0d7bd9db66c72",
      "parents": [
        "4d116e18e7682305ce7802117370cf532e510e63"
      ],
      "author": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Tue Jun 28 17:43:30 2011 +0000"
      },
      "committer": {
        "name": "Bryan Duxbury",
        "email": "bryanduxbury@apache.org",
        "time": "Tue Jun 28 17:43:30 2011 +0000"
      },
      "message": "THRIFT-1221. cpp: Remove SimpleCallback.h\n\nThis file was unused.\n\nPatch: Diwaker Gupta\n\ngit-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1140746 13f79535-47bb-0310-9956-ffa450edef68\n"
    }
  ],
  "next": "4d116e18e7682305ce7802117370cf532e510e63"
}
