)]}'
{
  "log": [
    {
      "commit": "5b013ad14824d53d9fe67a4c0c7b84ba28f52bae",
      "tree": "ce0f174fb71f83cea9b5590048670ee1363a6fc9",
      "parents": [
        "904566c2596a51518e2a357a1a903db0564f244a"
      ],
      "author": {
        "name": "Rainer Jung",
        "email": "rjung@apache.org",
        "time": "Wed Jan 01 19:44:47 2020 +0000"
      },
      "committer": {
        "name": "Rainer Jung",
        "email": "rjung@apache.org",
        "time": "Wed Jan 01 19:44:47 2020 +0000"
      },
      "message": "Happy New Year 2020\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1872190 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "904566c2596a51518e2a357a1a903db0564f244a",
      "tree": "d19d490766164f8461876dfdc06e610536faaf55",
      "parents": [
        "0e93497163c05d5533a6a2e29e9b686b883c178b"
      ],
      "author": {
        "name": "Rainer Jung",
        "email": "rjung@apache.org",
        "time": "Tue Jan 01 12:22:41 2019 +0000"
      },
      "committer": {
        "name": "Rainer Jung",
        "email": "rjung@apache.org",
        "time": "Tue Jan 01 12:22:41 2019 +0000"
      },
      "message": "Happy New Year 2019\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1850101 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0e93497163c05d5533a6a2e29e9b686b883c178b",
      "tree": "c02928aff4291312933f7356542d7c7ea168a263",
      "parents": [
        "1608f31bf8f7e0cafb6578736ece89cf73feed63"
      ],
      "author": {
        "name": "Joe Orton",
        "email": "jorton@apache.org",
        "time": "Thu Dec 06 13:47:50 2018 +0000"
      },
      "committer": {
        "name": "Joe Orton",
        "email": "jorton@apache.org",
        "time": "Thu Dec 06 13:47:50 2018 +0000"
      },
      "message": "Hide unnecessary symbol exports with libtool builds.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1848311 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "1608f31bf8f7e0cafb6578736ece89cf73feed63",
      "tree": "adc440dc78fe669210bce3663ada1cdd57d07f7f",
      "parents": [
        "5fe87733e3cdf66484f2f3f20488de75957bb80b"
      ],
      "author": {
        "name": "Joe Orton",
        "email": "jorton@apache.org",
        "time": "Thu Dec 06 12:23:59 2018 +0000"
      },
      "committer": {
        "name": "Joe Orton",
        "email": "jorton@apache.org",
        "time": "Thu Dec 06 12:23:59 2018 +0000"
      },
      "message": "Fix handling of chunked request bodies.  Even though the FastCGI\nprotocol is \"streamy\", it (via the CGI/1.1 spec) requires\ncontent-length to be known and delivered for chunked requests:\n\n* modules/fcgid/fcgid_bridge.c\n  (add_request_body): Return the request body length.\n  (bridge_request): Fetch the request body earlier, and\n  send Content-Length if the request was chunked.\n\nPR: 53332\nSubmitted by: Dominic Benson  \u003cdominic.benson thirdlight.com\u003e, jorton\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1848298 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "5fe87733e3cdf66484f2f3f20488de75957bb80b",
      "tree": "8673b7932e1b81c897a0946970d8e10d5f0caaa1",
      "parents": [
        "5536ed0346186f28dcac7de15f117cf8d9e16d26"
      ],
      "author": {
        "name": "Joe Orton",
        "email": "jorton@apache.org",
        "time": "Thu Nov 29 11:43:39 2018 +0000"
      },
      "committer": {
        "name": "Joe Orton",
        "email": "jorton@apache.org",
        "time": "Thu Nov 29 11:43:39 2018 +0000"
      },
      "message": "* modules/fcgid/fcgid_proc_unix.c (proc_write_ipc): Fix mixed\n  declaration, no functional change.\n  \n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1847712 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "5536ed0346186f28dcac7de15f117cf8d9e16d26",
      "tree": "0b9e94ce7c567bbfefa1066373fea8ad96a50c5e",
      "parents": [
        "03b9832a647422754ddfc9344973b5a33dd4cbf1"
      ],
      "author": {
        "name": "Joe Orton",
        "email": "jorton@apache.org",
        "time": "Wed Nov 28 08:57:33 2018 +0000"
      },
      "committer": {
        "name": "Joe Orton",
        "email": "jorton@apache.org",
        "time": "Wed Nov 28 08:57:33 2018 +0000"
      },
      "message": "* modules/fcgid/fcgid_proc_unix.c (proc_write_ipc): Use constant\n  memory for large requests.\n\n* modules/fcgid/fcgid_proc_win.c (proc_write_ipc): Likewise.\n\nPR: 51747\nSubmitted by: Dominic Benson \u003cdominic.benson thirdlight.com\u003e,\n              Jan Stürtz \u003cjs contact.de\u003e\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1847624 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "03b9832a647422754ddfc9344973b5a33dd4cbf1",
      "tree": "3630f4925f4ed788bcfebcde2516a01bd59a5da1",
      "parents": [
        "acf4d24a11251d615988956afa0c475cf1b73f00"
      ],
      "author": {
        "name": "Joe Orton",
        "email": "jorton@apache.org",
        "time": "Wed Nov 28 08:45:31 2018 +0000"
      },
      "committer": {
        "name": "Joe Orton",
        "email": "jorton@apache.org",
        "time": "Wed Nov 28 08:45:31 2018 +0000"
      },
      "message": "* modules/fcgid/fcgid_conf.h: Bump maximum env var size to 256 bytes.\n  Increases sizeof(fcgid_command) from 13K to 21K on x86_64 but 128 is\n  a fairly restrictive env var length, so seems worthwhile.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1847623 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "acf4d24a11251d615988956afa0c475cf1b73f00",
      "tree": "eb61630a71825eaaf85c0c49a2871cda2c9a56ee",
      "parents": [
        "e3f1c40687fad569f95e844faf6d910bd893e3d9"
      ],
      "author": {
        "name": "Rainer Jung",
        "email": "rjung@apache.org",
        "time": "Thu Jan 04 15:22:57 2018 +0000"
      },
      "committer": {
        "name": "Rainer Jung",
        "email": "rjung@apache.org",
        "time": "Thu Jan 04 15:22:57 2018 +0000"
      },
      "message": "Happy New Year 2018\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1820105 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e3f1c40687fad569f95e844faf6d910bd893e3d9",
      "tree": "209f42df5e5d9bb0b4c49d106c0346c8ce1fdcdb",
      "parents": [
        "18121e17f18b292598e283f064499916061b2897"
      ],
      "author": {
        "name": "Joe Orton",
        "email": "jorton@apache.org",
        "time": "Fri Dec 08 11:20:45 2017 +0000"
      },
      "committer": {
        "name": "Joe Orton",
        "email": "jorton@apache.org",
        "time": "Fri Dec 08 11:20:45 2017 +0000"
      },
      "message": "* modules/fcgid/fcgid_mutex_unix.c (fcgid_mutex_create): Simplify,\n  no functional change.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1817484 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "18121e17f18b292598e283f064499916061b2897",
      "tree": "a42e5698d47ea977dc52e8a23e6d28fe4581d259",
      "parents": [
        "82c7ac5695c213330171c2668411fe751f26b70e"
      ],
      "author": {
        "name": "Rainer Jung",
        "email": "rjung@apache.org",
        "time": "Mon Jan 02 18:02:09 2017 +0000"
      },
      "committer": {
        "name": "Rainer Jung",
        "email": "rjung@apache.org",
        "time": "Mon Jan 02 18:02:09 2017 +0000"
      },
      "message": "Happy Ney Year 2017\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1776971 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "82c7ac5695c213330171c2668411fe751f26b70e",
      "tree": "a29b1c633a67bd0439d81799041a49310ebc636f",
      "parents": [
        "d7bf3ce1acff07e3d8c0a82bcac52de33efaffcd"
      ],
      "author": {
        "name": "Luca Toscano",
        "email": "elukey@apache.org",
        "time": "Mon Jan 25 06:07:38 2016 +0000"
      },
      "committer": {
        "name": "Luca Toscano",
        "email": "elukey@apache.org",
        "time": "Mon Jan 25 06:07:38 2016 +0000"
      },
      "message": "Documentation: fixed broken links and added reference to mod_unixd (Bug: 33461)\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1726573 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d7bf3ce1acff07e3d8c0a82bcac52de33efaffcd",
      "tree": "7970c72e83acdfe92edec89139b7f6ae10f2b58b",
      "parents": [
        "2d016feb071d860b0e2ad0f862fa8d9bda23d070"
      ],
      "author": {
        "name": "Eric Covener",
        "email": "covener@apache.org",
        "time": "Tue Jan 19 16:13:02 2016 +0000"
      },
      "committer": {
        "name": "Eric Covener",
        "email": "covener@apache.org",
        "time": "Tue Jan 19 16:13:02 2016 +0000"
      },
      "message": "A user on IRC had APR_EPIPE in this path and lots of WARN spam\nin logs. Check r-\u003ec-\u003eaborted to determine if an warning is worth\nsurfacing (although for a downstream filter error, is it ever?)\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1725557 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2d016feb071d860b0e2ad0f862fa8d9bda23d070",
      "tree": "ee762b5f7e284d4e30dc7bc2926da49299d2945b",
      "parents": [
        "36ffb94ed081ef959dbb019f480c51f125183afd"
      ],
      "author": {
        "name": "Rich Bowen",
        "email": "rbowen@apache.org",
        "time": "Tue Jan 12 17:57:52 2016 +0000"
      },
      "committer": {
        "name": "Rich Bowen",
        "email": "rbowen@apache.org",
        "time": "Tue Jan 12 17:57:52 2016 +0000"
      },
      "message": "Rebuild\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1724295 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "36ffb94ed081ef959dbb019f480c51f125183afd",
      "tree": "a7146c32847e8c7e47bd28035211e343512cefd2",
      "parents": [
        "fe927671d4d4f259e1ac435f64a279957ca98b42"
      ],
      "author": {
        "name": "Rich Bowen",
        "email": "rbowen@apache.org",
        "time": "Tue Jan 12 17:57:00 2016 +0000"
      },
      "committer": {
        "name": "Rich Bowen",
        "email": "rbowen@apache.org",
        "time": "Tue Jan 12 17:57:00 2016 +0000"
      },
      "message": "Clarify the relationship between fcgid and custom error docs. Patch from\nLuca Toscano, bz 58771\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1724294 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "fe927671d4d4f259e1ac435f64a279957ca98b42",
      "tree": "2c282574f0315073a2f95845d887f8534a04d35f",
      "parents": [
        "64988cc50d73c82c939a066463b4ce7b5575db94"
      ],
      "author": {
        "name": "Rainer Jung",
        "email": "rjung@apache.org",
        "time": "Fri Jan 01 21:29:59 2016 +0000"
      },
      "committer": {
        "name": "Rainer Jung",
        "email": "rjung@apache.org",
        "time": "Fri Jan 01 21:29:59 2016 +0000"
      },
      "message": "Happy New Year 2016\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1722588 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "64988cc50d73c82c939a066463b4ce7b5575db94",
      "tree": "1930352f340634a23ca6906b1a2e84d9f0c93560",
      "parents": [
        "11d27dbc5a848e23425c65023df2f9769d0b115e"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Jun 23 13:20:28 2015 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Jun 23 13:20:28 2015 +0000"
      },
      "message": "Add blurb for PR 54597 fix (r1604123)\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1687051 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "11d27dbc5a848e23425c65023df2f9769d0b115e",
      "tree": "c2438e245338b8c4f393b8186f72ef8c4667d2c8",
      "parents": [
        "a7eb3b67ecee4da9a4d1372d042a5e20656e1f78"
      ],
      "author": {
        "name": "Rainer Jung",
        "email": "rjung@apache.org",
        "time": "Thu Jan 01 16:26:40 2015 +0000"
      },
      "committer": {
        "name": "Rainer Jung",
        "email": "rjung@apache.org",
        "time": "Thu Jan 01 16:26:40 2015 +0000"
      },
      "message": "Happy New Year 2015\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1648870 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a7eb3b67ecee4da9a4d1372d042a5e20656e1f78",
      "tree": "b815b9b5c146668638223705774286408cdc8b1e",
      "parents": [
        "b66696f8441884886f809e1ccde15b054bded34c"
      ],
      "author": {
        "name": "Yann Ylavic",
        "email": "ylavic@apache.org",
        "time": "Fri Jun 20 10:27:51 2014 +0000"
      },
      "committer": {
        "name": "Yann Ylavic",
        "email": "ylavic@apache.org",
        "time": "Fri Jun 20 10:27:51 2014 +0000"
      },
      "message": "Follow up to r1604123: make it compile.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1604127 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b66696f8441884886f809e1ccde15b054bded34c",
      "tree": "168b69271737f66d2937d5c53893f582c1707630",
      "parents": [
        "b2c212453dc6df0ee31ba871708c9d016cbae988"
      ],
      "author": {
        "name": "Yann Ylavic",
        "email": "ylavic@apache.org",
        "time": "Fri Jun 20 10:17:09 2014 +0000"
      },
      "committer": {
        "name": "Yann Ylavic",
        "email": "ylavic@apache.org",
        "time": "Fri Jun 20 10:17:09 2014 +0000"
      },
      "message": "Lower log \"graceful kill fail, sending SIGKILL\" level to DEBUG on Windows.\nPR 54597.\n\nSubmitted by: Mario Brandt \u003cJBlond gmail.com\u003e\nReviewed by: gsmith\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1604123 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b2c212453dc6df0ee31ba871708c9d016cbae988",
      "tree": "9b23ed411a49be0213134798865bb14ed68e68b5",
      "parents": [
        "47304f3602e48fbf0fc6af36cea65fba55b73546"
      ],
      "author": {
        "name": "Mike Rumph",
        "email": "mrumph@apache.org",
        "time": "Mon Jun 16 18:51:39 2014 +0000"
      },
      "committer": {
        "name": "Mike Rumph",
        "email": "mrumph@apache.org",
        "time": "Mon Jun 16 18:51:39 2014 +0000"
      },
      "message": "Generated file.\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1602959 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "47304f3602e48fbf0fc6af36cea65fba55b73546",
      "tree": "ec73a0f65ffe295afd84bfdb509882ee32ebba71",
      "parents": [
        "50957eaff27e2f44c2c242ca27a9cf1ba403b70f"
      ],
      "author": {
        "name": "Rich Bowen",
        "email": "rbowen@apache.org",
        "time": "Sun Jun 15 15:58:29 2014 +0000"
      },
      "committer": {
        "name": "Rich Bowen",
        "email": "rbowen@apache.org",
        "time": "Sun Jun 15 15:58:29 2014 +0000"
      },
      "message": "This is probably the better fix for PR 56121\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1602717 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "50957eaff27e2f44c2c242ca27a9cf1ba403b70f",
      "tree": "763ce017838304e5b658cf7e6d3e6b4a51edb18e",
      "parents": [
        "89331aa8a896fc922c9c8ad2c5e5278293d05a8b"
      ],
      "author": {
        "name": "Rich Bowen",
        "email": "rbowen@apache.org",
        "time": "Sun Jun 15 15:47:49 2014 +0000"
      },
      "committer": {
        "name": "Rich Bowen",
        "email": "rbowen@apache.org",
        "time": "Sun Jun 15 15:47:49 2014 +0000"
      },
      "message": "Fixes PR 56121\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1602711 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "89331aa8a896fc922c9c8ad2c5e5278293d05a8b",
      "tree": "5bd25164e4ade28ac95aac5a2963230550e22a55",
      "parents": [
        "2ccea90e583a687dbc5c8a3d88fa23e3ff8c3097"
      ],
      "author": {
        "name": "Rainer Jung",
        "email": "rjung@apache.org",
        "time": "Fri Jan 03 19:47:44 2014 +0000"
      },
      "committer": {
        "name": "Rainer Jung",
        "email": "rjung@apache.org",
        "time": "Fri Jan 03 19:47:44 2014 +0000"
      },
      "message": "Happy new 2014!\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1555234 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2ccea90e583a687dbc5c8a3d88fa23e3ff8c3097",
      "tree": "523a7205923cb724ad5d5fe0878f191db3cef6f3",
      "parents": [
        "5cec0ab133989037ea01bd5b185a16568a2ba861"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Oct 08 12:00:09 2013 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Oct 08 12:00:09 2013 +0000"
      },
      "message": "fix today\u0027s date\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1530245 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "5cec0ab133989037ea01bd5b185a16568a2ba861",
      "tree": "82ca25730089012f8917090cb7a74b1e03d6c358",
      "parents": [
        "9801dc8c4b2aba9024558251c05685cc3667f6d8"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Oct 08 11:24:50 2013 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Oct 08 11:24:50 2013 +0000"
      },
      "message": "2.3.9 released today\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1530228 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9801dc8c4b2aba9024558251c05685cc3667f6d8",
      "tree": "03361629e93131afe7666e41d44f94881fc29bb9",
      "parents": [
        "b1f13970dc39d2141dc0efbab0beccdb4f8f7201"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Fri Oct 04 21:01:42 2013 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Fri Oct 04 21:01:42 2013 +0000"
      },
      "message": "2.3.9 is tagged; bump to 2.3.10 (development)\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1529299 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b1f13970dc39d2141dc0efbab0beccdb4f8f7201",
      "tree": "e04cd8bc7e8d2b19ddf5cfa6d0bfef7bdc2f3f88",
      "parents": [
        "e0e43f5a9895419c03a230ecd0d0dd69700bf2e8"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Fri Oct 04 20:59:58 2013 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Fri Oct 04 20:59:58 2013 +0000"
      },
      "message": "Prepare to tag 2.3.9\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1529297 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e0e43f5a9895419c03a230ecd0d0dd69700bf2e8",
      "tree": "1be51d5c5f894b5d48263d2042f8e810becda276",
      "parents": [
        "3613c143eb81a0eebecee3024886e250374f6134"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Fri Oct 04 01:53:35 2013 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Fri Oct 04 01:53:35 2013 +0000"
      },
      "message": "Follow up to r1378181 (also related: r1528229):\n\nWindows: Initialize two fields in the fcgid_command structure.\n         Accidental autodata values here could prevent finding\n         a suitable existing FastCGI process.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1529062 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "3613c143eb81a0eebecee3024886e250374f6134",
      "tree": "bd27bdbf7dd461a29b100807915c24c42a83ca67",
      "parents": [
        "50b1146cbb0b5b62b31b1ef19d18dc93f97ef90b"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Fri Oct 04 01:48:20 2013 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Fri Oct 04 01:48:20 2013 +0000"
      },
      "message": "Revert r1377398 (bug fix for PR 53693), which results\nin more processes being used.  This needs more careful\nanalysis and modification before release.\n\nAlso revert r1397778 (PR 54000) and r1527358, which addressed issues\nwith r1377398.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1529061 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "50b1146cbb0b5b62b31b1ef19d18dc93f97ef90b",
      "tree": "aa00e5d2ce6eef75ef3dff17e64ce52e3ba23116",
      "parents": [
        "0e65b2c93ed69d1aed722280d038559644706566"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Oct 01 22:34:15 2013 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Oct 01 22:34:15 2013 +0000"
      },
      "message": "Remove the CHANGES entry for a fix to a bug that wasn\u0027t in a prior\nrelease (r1397778 fixed an issue with r1377398, which was after 2.3.7)\n\nRegardless, thanks to Bartosz Kwitniewski \u003czerg2000-apachebug astral org pl\u003e\nfor the fix!\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1528236 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "0e65b2c93ed69d1aed722280d038559644706566",
      "tree": "f27bf7cb44b8c987a456272514f8513583a13c36",
      "parents": [
        "b01af4175114a41b74dcd2fad604076d24f70dfc"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Oct 01 22:04:42 2013 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Oct 01 22:04:42 2013 +0000"
      },
      "message": "Follow-up to r1378181:\n\nMake sure server_hostname field is initialized so that garbage isn\u0027t\nlogged.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1528229 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b01af4175114a41b74dcd2fad604076d24f70dfc",
      "tree": "42e4df9da3fe2d95b9069bc96d4e95b885c16898",
      "parents": [
        "981a93ed2d1e2e3c174881904c4bffd6684c7703"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Sun Sep 29 17:47:24 2013 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Sun Sep 29 17:47:24 2013 +0000"
      },
      "message": "2.3.8 is tagged; bump to 2.3.9 (development)\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1527368 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "981a93ed2d1e2e3c174881904c4bffd6684c7703",
      "tree": "ba6bd0993d958c820882f720c4d4b98dced3336b",
      "parents": [
        "ffe80908635089dde1ce75646f40b15e8eb184a7"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Sun Sep 29 17:44:51 2013 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Sun Sep 29 17:44:51 2013 +0000"
      },
      "message": "prepare to tag 2.3.8\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1527365 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "ffe80908635089dde1ce75646f40b15e8eb184a7",
      "tree": "7d73ea0c8dd538abaf9bfccf565aa4369b9e15fa",
      "parents": [
        "4c2192d245199e9668cd28d2e627878c05dec4cf"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Sun Sep 29 17:42:30 2013 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Sun Sep 29 17:42:30 2013 +0000"
      },
      "message": "Happy New Year 2013!\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1527364 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "4c2192d245199e9668cd28d2e627878c05dec4cf",
      "tree": "215d9dfcad12f0a0e6294c48f913f7631a281338",
      "parents": [
        "af6b2c3613d6a4bd0cd41c0d7a97947f1a462bbb"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Sun Sep 29 17:40:47 2013 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Sun Sep 29 17:40:47 2013 +0000"
      },
      "message": "SECURITY: CVE-2013-4365 (cve.mitre.org)\nFix possible heap buffer overwrite.\n\nSubmitted by: Robert Matthews \u003crob tigertech.com\u003e\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1527362 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "af6b2c3613d6a4bd0cd41c0d7a97947f1a462bbb",
      "tree": "90af2837e5ef541c8f2b24cf0079e3faf04a71a0",
      "parents": [
        "e63b729b0b51cb56d75262821d54a70fb5ab97d2"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Sun Sep 29 17:32:51 2013 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Sun Sep 29 17:32:51 2013 +0000"
      },
      "message": "follow up to r1377398: remove unused function count_busy_processes\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1527358 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "e63b729b0b51cb56d75262821d54a70fb5ab97d2",
      "tree": "d9e5a1cdb42b9cab85c82c1e149d3c6c47aae3ca",
      "parents": [
        "9369e82dba41a5fca571f43876bd6aad11e3ef8f"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Thu Sep 19 14:43:42 2013 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Thu Sep 19 14:43:42 2013 +0000"
      },
      "message": "Add experimental cmake-based build support.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1524759 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9369e82dba41a5fca571f43876bd6aad11e3ef8f",
      "tree": "7c67a71f98e100abab65756afce678e5f7bb7d33",
      "parents": [
        "b8e8bc88033815727a5a0c799ce5ccd20ad2192d"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Sep 17 11:08:37 2013 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Sep 17 11:08:37 2013 +0000"
      },
      "message": "Fix some warnings for unused variables and conversion from size_t to int.\n(MSVC)\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1523984 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b8e8bc88033815727a5a0c799ce5ccd20ad2192d",
      "tree": "aab919f75def2b43e6b8c5e82405c6125476a13a",
      "parents": [
        "95caf421b6f5372a8e0c54a646d4545968e16fd4"
      ],
      "author": {
        "name": "Guenter Knauf",
        "email": "fuankg@apache.org",
        "time": "Sat Jul 06 18:44:24 2013 +0000"
      },
      "committer": {
        "name": "Guenter Knauf",
        "email": "fuankg@apache.org",
        "time": "Sat Jul 06 18:44:24 2013 +0000"
      },
      "message": "Revert acciedently committed change from r1500305.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1500307 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "95caf421b6f5372a8e0c54a646d4545968e16fd4",
      "tree": "ec0e1c028bbcfe79a7df9c01181ea242cee32ccd",
      "parents": [
        "cedb73d54602f93f4a02627ab8ba25fe86c53bd5"
      ],
      "author": {
        "name": "Guenter Knauf",
        "email": "fuankg@apache.org",
        "time": "Sat Jul 06 18:32:50 2013 +0000"
      },
      "committer": {
        "name": "Guenter Knauf",
        "email": "fuankg@apache.org",
        "time": "Sat Jul 06 18:32:50 2013 +0000"
      },
      "message": "Avoid including apr_general.h.\nThe MSVC Resource Compiler truncates macro names at char 31.\nSince apr_general.h includes apr.h which in turn includes\nsystem headers we get warnings or errors with the Resource\nCompiler with newer system headers (VC10 and later) which\nhave macro names defined with more than 31 chars.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1500305 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "cedb73d54602f93f4a02627ab8ba25fe86c53bd5",
      "tree": "5df70fec9954ff11a542240dcdc678039224cf55",
      "parents": [
        "1dfdb9e91ecaa3df3cfb581e8698bf5b9b2a2615"
      ],
      "author": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Tue Nov 20 04:27:12 2012 +0000"
      },
      "committer": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Tue Nov 20 04:27:12 2012 +0000"
      },
      "message": "Document r1411530\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1411531 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "1dfdb9e91ecaa3df3cfb581e8698bf5b9b2a2615",
      "tree": "eae25b07db37cf414e05f900679fca8d37160af7",
      "parents": [
        "66cc7bc28838f14c1ba8cd278100712e044250ef"
      ],
      "author": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Tue Nov 20 04:25:36 2012 +0000"
      },
      "committer": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Tue Nov 20 04:25:36 2012 +0000"
      },
      "message": "Would be good to have some +1 confirmation of the attached patch.\nWhile it compiles, I don\u0027t have a reproduction/test case for the\nFcgid[Authenticator|Authorizor|Access] commands, but the code had\nbeen validated for FcgidWrapper.\n\nModifies the behavior of Fcgid AAA directives to follow the file\ntest pattern of FcgidWrapper and respect embedded command line \nquotes, as documented.\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1411530 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "66cc7bc28838f14c1ba8cd278100712e044250ef",
      "tree": "baa0c7e226712521540a3773d9f5f6df79aa8b6a",
      "parents": [
        "7272d18fa113e661dfd195081972086bafb2cd61"
      ],
      "author": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Fri Nov 16 18:33:14 2012 +0000"
      },
      "committer": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Fri Nov 16 18:33:14 2012 +0000"
      },
      "message": "Correctly parse quotation and escaped spaces in FcgidWrapper command line \nargument, as currently documented.\n\nPR: 51194\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1410528 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "7272d18fa113e661dfd195081972086bafb2cd61",
      "tree": "46978c5f074e9117bcd84c898794ac9de1c5c33b",
      "parents": [
        "9b93d366b40ab55d874ee950f40b6a36080b6db1"
      ],
      "author": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Fri Nov 16 18:27:23 2012 +0000"
      },
      "committer": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Fri Nov 16 18:27:23 2012 +0000"
      },
      "message": "Honor quoted FcgidCmdOptions arguments (notably for InitialEnv assignments).\n\nPR: 51657\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1410523 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9b93d366b40ab55d874ee950f40b6a36080b6db1",
      "tree": "188d213fa25d92bf8e7a86865612919a87c5fccf",
      "parents": [
        "258e41a8cf53e4327f8d462e5075c5e27d06b24d"
      ],
      "author": {
        "name": "Christophe Jaillet",
        "email": "jailletc36@apache.org",
        "time": "Sat Oct 13 06:21:01 2012 +0000"
      },
      "committer": {
        "name": "Christophe Jaillet",
        "email": "jailletc36@apache.org",
        "time": "Sat Oct 13 06:21:01 2012 +0000"
      },
      "message": "PR54000: Avoid a 1 second sleep when spawning a wrapper.\n\nTypo in fcgid_pm_unix.c. We were not checking for the result code of the spawn process but its length.\nfcgid_pm_win. c not affected.\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1397778 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "258e41a8cf53e4327f8d462e5075c5e27d06b24d",
      "tree": "e608c6d1cccd0784702328ff973f8cef9a59fb07",
      "parents": [
        "4e7c6807f938b0c0656f78fae418e3dbd39e3e18"
      ],
      "author": {
        "name": "Ryan Pan",
        "email": "pqf@apache.org",
        "time": "Tue Aug 28 15:37:34 2012 +0000"
      },
      "committer": {
        "name": "Ryan Pan",
        "email": "pqf@apache.org",
        "time": "Tue Aug 28 15:37:34 2012 +0000"
      },
      "message": "Move procmgr_init_spawn_cmd() out of a loop\nRemove an unnecessary memset() call in procmgr_init_spawn_cmd()\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1378181 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "4e7c6807f938b0c0656f78fae418e3dbd39e3e18",
      "tree": "eb1bbac1967d3d4ec3071cb4a7f591ccc119760b",
      "parents": [
        "aff9017a67e4f7ddc8fcc3ddd6bad5dbc5ab786b"
      ],
      "author": {
        "name": "Ryan Pan",
        "email": "pqf@apache.org",
        "time": "Sun Aug 26 09:32:43 2012 +0000"
      },
      "committer": {
        "name": "Ryan Pan",
        "email": "pqf@apache.org",
        "time": "Sun Aug 26 09:32:43 2012 +0000"
      },
      "message": "New protocol to avoid too much sleep, improve performance while stress testing\n1. procmgr_send_spawn_cmd() now return a status code from PM, so process handler now know the spawn request is denyed or not.\n2. if a new process is created, no sleep is needed.\n3. if no process is created, sleep a while\n\nPR: 53693\nSubmitted by: Ryan Pan \u003cpanqingfeng gmail\u003e\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1377398 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "aff9017a67e4f7ddc8fcc3ddd6bad5dbc5ab786b",
      "tree": "8e56afd9af03f323eb901a0820f53b7984f0a5bd",
      "parents": [
        "654a85012744d55ca959418c1ce5586b187cd604"
      ],
      "author": {
        "name": "Ryan Pan",
        "email": "pqf@apache.org",
        "time": "Fri Aug 24 06:11:41 2012 +0000"
      },
      "committer": {
        "name": "Ryan Pan",
        "email": "pqf@apache.org",
        "time": "Fri Aug 24 06:11:41 2012 +0000"
      },
      "message": "Modify function names for a better understanding\n1. procmgr_post_spawn_cmd -\u003e procmgr_send_spawn_cmd\n2. procmgr_peek_cmd -\u003e procmgr_fetch_cmd\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1376833 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "654a85012744d55ca959418c1ce5586b187cd604",
      "tree": "c9d66bc820955f4ac5e389610f380f1d479a59fc",
      "parents": [
        "5891645f13066d66b64ce66f31459805b72652b2"
      ],
      "author": {
        "name": "Chris Darroch",
        "email": "chrisd@apache.org",
        "time": "Thu Jul 19 18:30:22 2012 +0000"
      },
      "committer": {
        "name": "Chris Darroch",
        "email": "chrisd@apache.org",
        "time": "Thu Jul 19 18:30:22 2012 +0000"
      },
      "message": "Simplify change log entry for r1362317, per Jeff\u0027s advice.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1363462 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "5891645f13066d66b64ce66f31459805b72652b2",
      "tree": "dd601bf348a1d5a11d51a2d059cc3a19afa6db4f",
      "parents": [
        "9e5e84cde1fbafa9c91519e199b2abc7216708b5"
      ],
      "author": {
        "name": "Chris Darroch",
        "email": "chrisd@apache.org",
        "time": "Tue Jul 17 15:21:09 2012 +0000"
      },
      "committer": {
        "name": "Chris Darroch",
        "email": "chrisd@apache.org",
        "time": "Tue Jul 17 15:21:09 2012 +0000"
      },
      "message": "Fix ordering of change notes from r1362317 and r1362533.\n\n(Apologies again -- another habit clearly long-forgotten.)\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1362537 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9e5e84cde1fbafa9c91519e199b2abc7216708b5",
      "tree": "c5301d18f9d6e1f0f14fc72601b0f09f43e3c073",
      "parents": [
        "b064609232600cec69025333a9e001be7be10f80"
      ],
      "author": {
        "name": "Chris Darroch",
        "email": "chrisd@apache.org",
        "time": "Tue Jul 17 15:06:41 2012 +0000"
      },
      "committer": {
        "name": "Chris Darroch",
        "email": "chrisd@apache.org",
        "time": "Tue Jul 17 15:06:41 2012 +0000"
      },
      "message": "Conform script response parsing with mod_cgid and ensure no response body\nis sent when ap_meets_conditions() determines that request conditions\nare met.\n\nThe design of fcgid_bridge.c follows mod_cgid.c in its use of the\nap_scan_script_header_err_*() functions.  A patch submitted to the original\nmaintainer and committed in r753526 supports conditional requests simply by\nnot returning early when ap_meets_conditions() returns \u003c 400.  However, the\nresponse body is still sent, unlike mod_cgid\u0027s handling of this case.\n\nIn r541990 mod_cgid\u0027s handling of the 304 return code was altered and\nkey comments added.  This patch realigns mod_fcgid with mod_cgid and\nadds further comments regarding mod_fcgid\u0027s output filter.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1362533 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b064609232600cec69025333a9e001be7be10f80",
      "tree": "8b3f35c21b8f1be8994ea05acee8cf46e91433d5",
      "parents": [
        "45dab3b70bed4859a99fbdfdab55058bb2ba2dd2"
      ],
      "author": {
        "name": "Chris Darroch",
        "email": "chrisd@apache.org",
        "time": "Tue Jul 17 00:02:26 2012 +0000"
      },
      "committer": {
        "name": "Chris Darroch",
        "email": "chrisd@apache.org",
        "time": "Tue Jul 17 00:02:26 2012 +0000"
      },
      "message": "Merge access control hook function logic into a common base, with\nimproved comments and logging, to reduce code duplication and simplify\nfuture maintenance.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1362317 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "45dab3b70bed4859a99fbdfdab55058bb2ba2dd2",
      "tree": "676c57c94626ad5d5b588ac969aad001854643d2",
      "parents": [
        "ee5eab57c17db524fb6f67282f69a4b6beb0ebd4"
      ],
      "author": {
        "name": "Chris Darroch",
        "email": "chrisd@apache.org",
        "time": "Sat Jul 14 23:01:59 2012 +0000"
      },
      "committer": {
        "name": "Chris Darroch",
        "email": "chrisd@apache.org",
        "time": "Sat Jul 14 23:01:59 2012 +0000"
      },
      "message": "Add a note relating to r1357986 (avoid making internal sub-requests\nwhen Location headers seen in FCGI_AUTHORIZER mode).\n\nApologies for the separate commit -- I\u0027ve clearly forgotten some habits.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1361606 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "ee5eab57c17db524fb6f67282f69a4b6beb0ebd4",
      "tree": "651a283521a758fa601867c7a9a373ad8e0213ea",
      "parents": [
        "afa428b9e5ed40e10a98b654a71cdfd0ab854d48"
      ],
      "author": {
        "name": "Chris Darroch",
        "email": "chrisd@apache.org",
        "time": "Thu Jul 05 23:01:09 2012 +0000"
      },
      "committer": {
        "name": "Chris Darroch",
        "email": "chrisd@apache.org",
        "time": "Thu Jul 05 23:01:09 2012 +0000"
      },
      "message": "Avoid internal sub-requests and processing of Location headers when\nin FCGI_AUTHORIZER mode, as the mod_fcgid_authenticator(), etc. hook\nfunctions report an error if the script returned a Location header and\nredirections are nonsensical in this mode.\n\nPreviously, the handle_request_ipc() and handle_request() functions would\nexamine this header when in FCGI_AUTHORIZER mode and then possibly execute\nan internal sub-request, which has no particular use, as its return value\nis ignored and its output may conflict with that of the actual content\ngeneration phase.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1357986 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "afa428b9e5ed40e10a98b654a71cdfd0ab854d48",
      "tree": "9f2cb15dd5c380af7c85852b6cd97fd388d4589f",
      "parents": [
        "2fa6c94b7585d77bb0d23498ecafc34e65c591ba"
      ],
      "author": {
        "name": "Chris Darroch",
        "email": "chrisd@apache.org",
        "time": "Tue Jul 03 02:41:09 2012 +0000"
      },
      "committer": {
        "name": "Chris Darroch",
        "email": "chrisd@apache.org",
        "time": "Tue Jul 03 02:41:09 2012 +0000"
      },
      "message": "Restore set_access_info()/set_access_authoritative()/get_access_info()\ntriplet which was split by the introduction of a configuration function\nfor FcgidWin32PreventOrphans in r1311569.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1356549 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2fa6c94b7585d77bb0d23498ecafc34e65c591ba",
      "tree": "de5f0bbb660e58a99a3131a096f248359bf47614",
      "parents": [
        "305b11d700bfc51a360c1c70ea0b00e9f29affd7"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Mon Apr 23 11:24:00 2012 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Mon Apr 23 11:24:00 2012 +0000"
      },
      "message": "Announcing mod_fcgid 2.3.7...\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1329189 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "305b11d700bfc51a360c1c70ea0b00e9f29affd7",
      "tree": "71d22bc8108d4dd1a408d0727c3468b2b79b89b7",
      "parents": [
        "ee0d9ea891e6e259fbfb69f892b5113ce5822620"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Apr 17 13:57:00 2012 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Apr 17 13:57:00 2012 +0000"
      },
      "message": "2.3.7 is tagged; bump to 2.3.8 (development)\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1327099 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "ee0d9ea891e6e259fbfb69f892b5113ce5822620",
      "tree": "05d5ae8b2a3923c6dce69a437e306b192c6427a2",
      "parents": [
        "2e4c11f9e299df316cf7beb9c89419207f14f8c6"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Apr 17 13:54:08 2012 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Apr 17 13:54:08 2012 +0000"
      },
      "message": "prepare for tag of 2.3.7\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1327097 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "2e4c11f9e299df316cf7beb9c89419207f14f8c6",
      "tree": "34699d1cc744fa3df355567f608626e1c46e3d39",
      "parents": [
        "d463292c1b359b4e689b5d80ed42918e8fc3324b"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Apr 17 12:58:29 2012 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Apr 17 12:58:29 2012 +0000"
      },
      "message": "fix formatting of some 2.3.7-dev additions\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1327077 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d463292c1b359b4e689b5d80ed42918e8fc3324b",
      "tree": "9ca060c005dbfd372ceeed8ac984f7ccb7599592",
      "parents": [
        "31ec4a94ed77e50af97c1873314f8d017eee62f0"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Apr 17 12:56:13 2012 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Apr 17 12:56:13 2012 +0000"
      },
      "message": "fix typo in comment\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1327075 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "31ec4a94ed77e50af97c1873314f8d017eee62f0",
      "tree": "e85cc136c51d6a3035472c878e96ffa4c6c9b252",
      "parents": [
        "67c339983df9b398389b890be9cccfd37ed4a7fc"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Apr 17 11:21:22 2012 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Apr 17 11:21:22 2012 +0000"
      },
      "message": "make clang analyzer happier by confirming that wargv[0] isn\u0027t NULL\nbefore passing it to strlen()\n\n(all code inside AP_DEBUG_ASSERT())\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1327046 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "67c339983df9b398389b890be9cccfd37ed4a7fc",
      "tree": "061a9da6f958ac9dfce871f1f0eb08575c12a57f",
      "parents": [
        "350920c0a4a103c0da60ca0413562292619b6485"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Wed Apr 11 11:31:21 2012 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Wed Apr 11 11:31:21 2012 +0000"
      },
      "message": "regenerate to pick up syntax change for FcgidWin32PreventOrphans\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1324708 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "350920c0a4a103c0da60ca0413562292619b6485",
      "tree": "7bae368d9462a649497ac0e30ef2538aabfd57aa",
      "parents": [
        "5c921df8aed56c85f2d4a2064ad5f4d7b83630c2"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Wed Apr 11 01:16:03 2012 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Wed Apr 11 01:16:03 2012 +0000"
      },
      "message": "fix messaging/error handler for a command processor:\n the APLOG_INFO message wasn\u0027t visible anywhere and wouldn\u0027t be\n desired on the console, so zap it\n\n the ap_log_error() messages for processing failures needed \n APLOG_STARTUP for console prettiness (no timestamp) and were \n changed to ap_log_perror \n\n return non-NULL for processing failures since the feature\n \"required\" by the administrator couldn\u0027t be enabled\n\n(fix to r1311569)\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1312063 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "5c921df8aed56c85f2d4a2064ad5f4d7b83630c2",
      "tree": "0ec48ed2bafc7dc33716d852080754b65e12c1ba",
      "parents": [
        "26461c036671e3b2e876744d39397240a46af83c"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Wed Apr 11 00:54:32 2012 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Wed Apr 11 00:54:32 2012 +0000"
      },
      "message": "Change the style of the FcgidWin32PreventOrphans directive from _NO_ARGS (present means enabled)\nto _FLAG (\"On\"|\"Off\")\n(tweak to r1311569)\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1312060 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "26461c036671e3b2e876744d39397240a46af83c",
      "tree": "be2984b04f392f0b59136b98701b9abeecbeb323",
      "parents": [
        "698ebdceecec22bd223eb01913a5d5dd08a61ad3"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Wed Apr 11 00:02:08 2012 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Wed Apr 11 00:02:08 2012 +0000"
      },
      "message": "validate that FcgidWin32PreventOrphans is not configured in a virtual host\n(tweak to r1311569)\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1312054 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "698ebdceecec22bd223eb01913a5d5dd08a61ad3",
      "tree": "7acac114dc7993dce1642fd594d34cefd2b675d3",
      "parents": [
        "bc14799a9640e81d6a78a61487f0c8665425d82e"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Apr 10 23:59:13 2012 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Apr 10 23:59:13 2012 +0000"
      },
      "message": "crash if module config can\u0027t be retrieved from server_rec (tweak to r1311569)\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1312052 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "bc14799a9640e81d6a78a61487f0c8665425d82e",
      "tree": "2a8c77de1099fe57e79ce41dce1350dbba9e2f38",
      "parents": [
        "8d916fef9900de9ef136d9ea466b1c7f1ce93667"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Apr 10 23:50:45 2012 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Apr 10 23:50:45 2012 +0000"
      },
      "message": "move command processor function prototype to the proper .h file for visibility to \nthe compilation unit containing the function implementation (tweak to r1311569)\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1312049 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "8d916fef9900de9ef136d9ea466b1c7f1ce93667",
      "tree": "df0269bc3292b8694899754df28b834e8950c452",
      "parents": [
        "a5b0f7b29fc219a5ef18d7c55263923cb914bb95"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Apr 10 23:44:56 2012 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Apr 10 23:44:56 2012 +0000"
      },
      "message": "minor style tweak to r1311569\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1312047 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a5b0f7b29fc219a5ef18d7c55263923cb914bb95",
      "tree": "d72db24a95639ddad9786b20dd9a94973e362b86",
      "parents": [
        "561178d0f8e95bcdb71af94c26c1fd03646693b1"
      ],
      "author": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Tue Apr 10 04:27:08 2012 +0000"
      },
      "committer": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Tue Apr 10 04:27:08 2012 +0000"
      },
      "message": "This patch showed up at 51020, thx to gls for observing\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1311571 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "561178d0f8e95bcdb71af94c26c1fd03646693b1",
      "tree": "bef81190c2c332d7a38de03cd0a59f96c424355f",
      "parents": [
        "9fa8048d66535d093539010acc90300bf72d31be"
      ],
      "author": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Tue Apr 10 04:05:44 2012 +0000"
      },
      "committer": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Tue Apr 10 04:05:44 2012 +0000"
      },
      "message": "Docs regen, now in \u00272.4\u0027 flavor\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1311570 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "9fa8048d66535d093539010acc90300bf72d31be",
      "tree": "51c5fe4ebc5c00b483e8fa9dc6585ea0013a411d",
      "parents": [
        "89d832924bb8492590bf1965513cf6280e36636b"
      ],
      "author": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Tue Apr 10 04:05:23 2012 +0000"
      },
      "committer": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Tue Apr 10 04:05:23 2012 +0000"
      },
      "message": "Introduce FcgidWin32PreventOrphans directive on Windows to use OS\nJob Control Objects to terminate all running fcgi\u0027s when the worker\nprocess has been abruptly terminated. \n\n[wrowe: I\u0027ve changed the volume level on some error levels, moved\nthe rv into the error log schema, and moved all commentary over to \nthe actual conf assignment function.  With the exception of style\ncleanup, this remains almost entirely Thangaraj\u0027s creation.  Also\nhave added simple docs.]\n\nPR: 51078\nSubmitted by: Thangaraj AntonyCrouse \u003cthangaraj gmail.com\u003e\n\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1311569 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "89d832924bb8492590bf1965513cf6280e36636b",
      "tree": "028b5141e5a3186f40c81e13df9cbe7344e9b627",
      "parents": [
        "d89951bf46f4beb9eb42ef52340ea6ba829a61c1"
      ],
      "author": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Tue Apr 10 02:51:13 2012 +0000"
      },
      "committer": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Tue Apr 10 02:51:13 2012 +0000"
      },
      "message": "NOW roll back r1311559.  Will recommit w/80 col alignment, docs, CHANGES entry.\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1311560 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d89951bf46f4beb9eb42ef52340ea6ba829a61c1",
      "tree": "bfc1900431c22820f9be78f5e353642f7f51dbb7",
      "parents": [
        "da6e5de2d08549879a131030081237bf06b17e5d"
      ],
      "author": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Tue Apr 10 02:48:48 2012 +0000"
      },
      "committer": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Tue Apr 10 02:48:48 2012 +0000"
      },
      "message": "Revert r1236319 CHANGES change.  I\u0027d tested, not committed this.  Missing docs.\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1311559 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "da6e5de2d08549879a131030081237bf06b17e5d",
      "tree": "4f4f7b2a706fa151fac6c6518d336e06712d2d66",
      "parents": [
        "8fc84804af907705758097748d1cdf5876b96074"
      ],
      "author": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Thu Mar 22 17:56:22 2012 +0000"
      },
      "committer": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Thu Mar 22 17:56:22 2012 +0000"
      },
      "message": "Text, please\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1303931 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "8fc84804af907705758097748d1cdf5876b96074",
      "tree": "4f4f7b2a706fa151fac6c6518d336e06712d2d66",
      "parents": [
        "687e306a8275d91f5b95673d4bb2d8c5cb2a2548"
      ],
      "author": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Thu Mar 01 22:15:19 2012 +0000"
      },
      "committer": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Thu Mar 01 22:15:19 2012 +0000"
      },
      "message": "Quiet is_spawn_allowed logic.  If you want to learn the gory details of each and\nevery spawn election, raise the log level volume to debug.\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1295942 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "687e306a8275d91f5b95673d4bb2d8c5cb2a2548",
      "tree": "d8312c7785fe8961638717871c7be9f8ad8a76b0",
      "parents": [
        "31b4dbdb8dc74579a32670f1412b7a770aabbdaa"
      ],
      "author": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Thu Jan 26 17:46:54 2012 +0000"
      },
      "committer": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Thu Jan 26 17:46:54 2012 +0000"
      },
      "message": "Introduce FcgidWin32PreventOrphans directive on Windows to use OS\nJob Control Objects to terminate all running fcgi\u0027s when the worker\nprocess has been abruptly terminated.\n\nPR: 51078\nSubmitted by: Thangaraj AntonyCrouse \u003cthangaraj gmail.com\u003e\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1236319 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "31b4dbdb8dc74579a32670f1412b7a770aabbdaa",
      "tree": "91c5dc97907fe923a1423c4b18608b8ad8f13e9d",
      "parents": [
        "33452c2fb4041f6adcf3162247e6ff326a9055f2"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Jan 24 16:47:03 2012 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Jan 24 16:47:03 2012 +0000"
      },
      "message": "fix a couple of declaration-after-statement errors\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1235349 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "33452c2fb4041f6adcf3162247e6ff326a9055f2",
      "tree": "bca2ea957cfb0d164e3bc07166c93b2b880e4d71",
      "parents": [
        "d013ec2e3e371324121069913e2feed23c98507c"
      ],
      "author": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Tue Jan 24 03:14:33 2012 +0000"
      },
      "committer": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Tue Jan 24 03:14:33 2012 +0000"
      },
      "message": "Complete application of commit r1234169; corrected by Gregg Smith\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1235115 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "d013ec2e3e371324121069913e2feed23c98507c",
      "tree": "fb608bc9608fb14e764da00c379f955f4e6d7306",
      "parents": [
        "a998b82dd4354fa1fdf72beadafe8abdb9123a28"
      ],
      "author": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Sat Jan 21 22:49:25 2012 +0000"
      },
      "committer": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Sat Jan 21 22:49:25 2012 +0000"
      },
      "message": "Changes applied this year\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1234437 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a998b82dd4354fa1fdf72beadafe8abdb9123a28",
      "tree": "ece7776425ba5630dd397000ed29c3277d52cfa8",
      "parents": [
        "93594ecd96e432070310885ffe85fce794ad5775"
      ],
      "author": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Fri Jan 20 22:12:43 2012 +0000"
      },
      "committer": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Fri Jan 20 22:12:43 2012 +0000"
      },
      "message": "Credits where credits due\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1234178 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "93594ecd96e432070310885ffe85fce794ad5775",
      "tree": "d418d43837a9be9014017765c8fb7aea1b7801b0",
      "parents": [
        "c331854830dd7dcd2a42fabc64df93d74de9fe08"
      ],
      "author": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Fri Jan 20 22:09:59 2012 +0000"
      },
      "committer": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Fri Jan 20 22:09:59 2012 +0000"
      },
      "message": "Periodically clean out the brigades which are pulling in the request \nbody for handoff to the fcgid child.\n\nPR: 51749\nSubmitted by: Dominic Benson \u003cdominic.benson thirdlight.com\u003e\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1234176 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c331854830dd7dcd2a42fabc64df93d74de9fe08",
      "tree": "ba968b47adc22683fc3fcbc6c61035fe16bb310c",
      "parents": [
        "1cd51187e71440e9d9e6ae74eb66a904fa8404d6"
      ],
      "author": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Fri Jan 20 22:02:50 2012 +0000"
      },
      "committer": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Fri Jan 20 22:02:50 2012 +0000"
      },
      "message": "Resolve crash during graceful restarts.\n\nPR: 50309\nSubmitted by: Mario Brandt \u003cJBlond gmail.com\u003e\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1234169 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "1cd51187e71440e9d9e6ae74eb66a904fa8404d6",
      "tree": "0b0dfcdce0181ddad3d419ec2eb065cdfb3cfa5c",
      "parents": [
        "a3798027047bc1e35ef4a008e58c34268e3384a9"
      ],
      "author": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Mon Dec 12 21:52:27 2011 +0000"
      },
      "committer": {
        "name": "William A. Rowe Jr",
        "email": "wrowe@apache.org",
        "time": "Mon Dec 12 21:52:27 2011 +0000"
      },
      "message": "Solve latency/cogestion of resolving effective user file access rights\nwhen no such info is desired, for config related filename stats. \n\nPR: 51020, also 51560\nSubmitted by: Thangaraj AntonyCrouse \u003cthangaraj gmail.com\u003e, wrowe\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1213454 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a3798027047bc1e35ef4a008e58c34268e3384a9",
      "tree": "381ed5f7043a1f6ab71d80d40b57c7ca7b551bd3",
      "parents": [
        "a20985aeff6981fe8e0aea6bac8fcea40ab54308"
      ],
      "author": {
        "name": "Jim Jagielski",
        "email": "jim@apache.org",
        "time": "Fri Sep 23 13:41:15 2011 +0000"
      },
      "committer": {
        "name": "Jim Jagielski",
        "email": "jim@apache.org",
        "time": "Fri Sep 23 13:41:15 2011 +0000"
      },
      "message": "Cleanup effort in prep for GA push:\nTrim trailing whitespace... no func change\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1174755 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "a20985aeff6981fe8e0aea6bac8fcea40ab54308",
      "tree": "bb2b48ea2fc59d7ff9bd875d6b8ece7edfafdce8",
      "parents": [
        "8895e3957ead3e13df8a88674c42bdff8aef167d"
      ],
      "author": {
        "name": "Jim Jagielski",
        "email": "jim@apache.org",
        "time": "Fri Sep 23 13:40:33 2011 +0000"
      },
      "committer": {
        "name": "Jim Jagielski",
        "email": "jim@apache.org",
        "time": "Fri Sep 23 13:40:33 2011 +0000"
      },
      "message": "Cleanup effort in prep for GA push:\nTrim trailing whitespace... no func change\n\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1174753 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "8895e3957ead3e13df8a88674c42bdff8aef167d",
      "tree": "1b6eadd5e80b7ed273eda81805473e1e5d83f197",
      "parents": [
        "38fcbd469044dae3d163bf3d1a7eff38b1e4446f"
      ],
      "author": {
        "name": "Igor Galić",
        "email": "igalic@apache.org",
        "time": "Sat Jun 25 12:24:38 2011 +0000"
      },
      "committer": {
        "name": "Igor Galić",
        "email": "igalic@apache.org",
        "time": "Sat Jun 25 12:24:38 2011 +0000"
      },
      "message": "Fix to PR50249: make mod_fcgidbuild against APR trunk\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1139534 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "38fcbd469044dae3d163bf3d1a7eff38b1e4446f",
      "tree": "2af5694a2785999ad94b21a1f3e1fd48e03090c8",
      "parents": [
        "36d3a73472c0cf695e5613c9052295b129634fd7"
      ],
      "author": {
        "name": "Ryan Pan",
        "email": "pqf@apache.org",
        "time": "Wed May 04 09:57:30 2011 +0000"
      },
      "committer": {
        "name": "Ryan Pan",
        "email": "pqf@apache.org",
        "time": "Wed May 04 09:57:30 2011 +0000"
      },
      "message": "Handle exception while fcgid_create_privileged_process() fail. base on the patch from Igor Seletskiy\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1099386 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "36d3a73472c0cf695e5613c9052295b129634fd7",
      "tree": "2148a57ca8a425f65f6b9fcefeb6abb95c329c0d",
      "parents": [
        "6bb13218814e296624ce8c3364f2ebe9b0f323f2"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Fri Apr 15 20:50:56 2011 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Fri Apr 15 20:50:56 2011 +0000"
      },
      "message": "address gcc warnings in the Windows code\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1092809 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "6bb13218814e296624ce8c3364f2ebe9b0f323f2",
      "tree": "b8b7d6737dbb932588a08cc334ab0515d9e7468c",
      "parents": [
        "c1bbddfb13ead2726ba0195289185c48d234678e"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Fri Apr 15 20:50:16 2011 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Fri Apr 15 20:50:16 2011 +0000"
      },
      "message": "Support MinGW builds when using httpd\u0027s configure\n(i.e., when you export/unpack fcgid on top of the httpd tree)\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1092808 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c1bbddfb13ead2726ba0195289185c48d234678e",
      "tree": "b762c7d3942f4bd9117e22f19f9752fed5e8fb34",
      "parents": [
        "380a016e3855c2e461b5535793ac39f0498ce536"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Jan 11 21:42:39 2011 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Jan 11 21:42:39 2011 +0000"
      },
      "message": "use a MMN check instead of ifdef for APLOG_USE_MODULE to make\nit easier to understand the prereq down the road\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1057885 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "380a016e3855c2e461b5535793ac39f0498ce536",
      "tree": "679612d2cdf68a9dbd1d78e0d5fc3f6f41f64883",
      "parents": [
        "26c794ff06f5a5a352bc57c4bbc44890f4df3f94"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Jan 11 19:05:44 2011 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Tue Jan 11 19:05:44 2011 +0000"
      },
      "message": "enable new module-based logging features with httpd 2.3-dev\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1057802 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "26c794ff06f5a5a352bc57c4bbc44890f4df3f94",
      "tree": "f8e3672c73f95a2840243cdbca78c16f465fca9c",
      "parents": [
        "38efbcf46bffee59fe6528928e03007510e12acb"
      ],
      "author": {
        "name": "Rainer Jung",
        "email": "rjung@apache.org",
        "time": "Mon Jan 03 14:57:31 2011 +0000"
      },
      "committer": {
        "name": "Rainer Jung",
        "email": "rjung@apache.org",
        "time": "Mon Jan 03 14:57:31 2011 +0000"
      },
      "message": "Let\u0027s stick to the single year copyright info.\nTo give a range 2010-2011 would\u0027ve not been correct.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1054638 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "38efbcf46bffee59fe6528928e03007510e12acb",
      "tree": "49a6cf71af7a180c05db11dbc6d6159db4f9e034",
      "parents": [
        "15f1d5638ca40074361e87be39ba01a86d58e490"
      ],
      "author": {
        "name": "Rainer Jung",
        "email": "rjung@apache.org",
        "time": "Mon Jan 03 14:53:00 2011 +0000"
      },
      "committer": {
        "name": "Rainer Jung",
        "email": "rjung@apache.org",
        "time": "Mon Jan 03 14:53:00 2011 +0000"
      },
      "message": "Update copyright year.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1054634 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "15f1d5638ca40074361e87be39ba01a86d58e490",
      "tree": "f99a0f80bc3f5c656b8482dee9da0a1f154cd7ce",
      "parents": [
        "71448c61db9ecb48c1b776c13427d1ccb841ebe8"
      ],
      "author": {
        "name": "Eric Covener",
        "email": "covener@apache.org",
        "time": "Thu Dec 09 18:42:59 2010 +0000"
      },
      "committer": {
        "name": "Eric Covener",
        "email": "covener@apache.org",
        "time": "Thu Dec 09 18:42:59 2010 +0000"
      },
      "message": "make mod_fcgid.xml pass \u0027build.sh validate-xml\u0027 -- \u003cdefault\u003enone\u003c/default\u003e\nshould alternatively be removed, given conventions in rest of the manual.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1044079 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "71448c61db9ecb48c1b776c13427d1ccb841ebe8",
      "tree": "7ed8c89ba8e51f518bfe87c3e4ea9e7660788927",
      "parents": [
        "b95fe751fd790accd51b4ccf0b0e318f76184742"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Mon Nov 22 14:08:29 2010 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Mon Nov 22 14:08:29 2010 +0000"
      },
      "message": "Fix regression in 2.3.6 which broke process controls when using vhost-\nspecific configuration.\n\nvhost_id was referenced from the wrong structure, and never matched\nunless there were no vhost-specific directives in the vhost of the\nrequest.\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1037727 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "b95fe751fd790accd51b4ccf0b0e318f76184742",
      "tree": "383d72a8d58bdeac88f50ff7576ae45858ad91ce",
      "parents": [
        "db766b72d2db7d1cc804414835a51c952382862e"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Mon Nov 22 02:15:55 2010 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Mon Nov 22 02:15:55 2010 +0000"
      },
      "message": "tweak references to fcgid class discussions\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1037589 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "db766b72d2db7d1cc804414835a51c952382862e",
      "tree": "5eb1f9792b12f425c5da7757a2f94b212a125c52",
      "parents": [
        "c51297c0df2cff6ce6c46052e3f533df74e4bb40"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Sun Nov 21 15:45:03 2010 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Sun Nov 21 15:45:03 2010 +0000"
      },
      "message": "account for first process in class in the spawn score, possibly\nslowing down process creation, depending on the configuration\n\npreviously, the score was not incremented by FcgidSpawnScore when\ncreating the first process\n\nrefactor the code so that the same logic is used to adjust the\nscore and process count whether this is the first process in the\nclass or the Nth\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1037483 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "c51297c0df2cff6ce6c46052e3f533df74e4bb40",
      "tree": "b936623fe7d92fd904bf47942dc1e9be8c8be13a",
      "parents": [
        "772064d47cb48461a3fafb772cf0074547d4911a"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Sun Nov 21 15:27:19 2010 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Sun Nov 21 15:27:19 2010 +0000"
      },
      "message": "comment changes only: improve description/commentary of spawn\ncontrol\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1037477 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "772064d47cb48461a3fafb772cf0074547d4911a",
      "tree": "0f68c7e73bd92d72e01ba8ae720900fdecb7e65f",
      "parents": [
        "6fddf3c169f5d60fe05ebcc44cc2bf55fab29e3b"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Sun Nov 07 21:44:51 2010 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Sun Nov 07 21:44:51 2010 +0000"
      },
      "message": "2.3.6 listed on httpd site on Nov 6\n  (unfortunately Windows binaries were in the wrong dir, so\n  announce wasn\u0027t sent until just now)\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1032405 13f79535-47bb-0310-9956-ffa450edef68\n"
    },
    {
      "commit": "6fddf3c169f5d60fe05ebcc44cc2bf55fab29e3b",
      "tree": "daa0120fb73b7ceb3228e67ce0546328ccad737d",
      "parents": [
        "28fff158a80ca746c66e28287ff1b749fc6a2eea"
      ],
      "author": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Sat Nov 06 14:32:01 2010 +0000"
      },
      "committer": {
        "name": "Jeff Trawick",
        "email": "trawick@apache.org",
        "time": "Sat Nov 06 14:32:01 2010 +0000"
      },
      "message": "don\u0027t try to enable TCP_NODELAY on AF_UNIX\n(not applicable)\n\n\ngit-svn-id: https://svn.apache.org/repos/asf/httpd/mod_fcgid/trunk@1032075 13f79535-47bb-0310-9956-ffa450edef68\n"
    }
  ],
  "next": "28fff158a80ca746c66e28287ff1b749fc6a2eea"
}
