)]}'
{
  "log": [
    {
      "commit": "8bcb91861bff1a84b350caa703463251b18e7fd5",
      "tree": "6a0ccb087df9fa39b8f363ea3c9d2ac233b283b2",
      "parents": [
        "158401d740c308b652a5eb5eae57b282c0fcb011"
      ],
      "author": {
        "name": "omer",
        "email": "omerlevran@google.com",
        "time": "Fri Oct 23 17:32:13 2020 -0700"
      },
      "committer": {
        "name": "Omer Lev-ran",
        "email": "omerlevran@google.com",
        "time": "Sat Oct 24 00:42:47 2020 +0000"
      },
      "message": "[licenses] - add README.fuchsia and remove linux-kernel dir\n\nBug: b/171584331\nChange-Id: Id7561d0b8aca1d7074fece5fe785786228fe8d11\n"
    },
    {
      "commit": "158401d740c308b652a5eb5eae57b282c0fcb011",
      "tree": "e7438ff47241e274bb45f888e0138ab07f0dda26",
      "parents": [
        "10f0e6993f9d2f682da6d04aa2385b7d53cbb4ee"
      ],
      "author": {
        "name": "Adam Barth",
        "email": "abarth@google.com",
        "time": "Thu May 21 00:28:05 2020 +0000"
      },
      "committer": {
        "name": "Adam Barth",
        "email": "abarth@google.com",
        "time": "Thu May 21 00:28:05 2020 +0000"
      },
      "message": "[fuchsia] Add ifdefs to build standalone\n\nIn order to link zstd into userboot, we need to break some dependencies\non malloc and free, which do not exist in userboot. These functions are\nnot actually used, but the compiler is not smart enough to drop them.\n\nThis CL adds a #define to remove these symbols when building for use in\nuserboot.\n\nChange-Id: I267156adda45da8e58a1ff62b4633df5fc943582\n"
    },
    {
      "commit": "10f0e6993f9d2f682da6d04aa2385b7d53cbb4ee",
      "tree": "13b25001a81401179a1e1281a4a384f21b49672f",
      "parents": [
        "529f0cba85f062214d37dace110b1d049c2f8a5c",
        "332aade3700326ae9bac6d0a5df81d6a23eb40d8"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "Cyan4973@users.noreply.github.com",
        "time": "Mon Nov 04 09:54:32 2019 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Nov 04 09:54:32 2019 -0800"
      },
      "message": "Merge pull request #1865 from facebook/dev\n\nfix dictionary edge case"
    },
    {
      "commit": "332aade3700326ae9bac6d0a5df81d6a23eb40d8",
      "tree": "13b25001a81401179a1e1281a4a384f21b49672f",
      "parents": [
        "d770a2a89ff9435e3283c88ad237f9a70f872c9a",
        "60205fec02ce1ba3cd4d7e828c843f8003fc48ae"
      ],
      "author": {
        "name": "Nick Terrell",
        "email": "terrelln@fb.com",
        "time": "Fri Nov 01 20:01:12 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Nov 01 20:01:12 2019 -0700"
      },
      "message": "Merge pull request #1864 from terrelln/dict-fix\n\nFix 2 bugs in dictionary loading"
    },
    {
      "commit": "60205fec02ce1ba3cd4d7e828c843f8003fc48ae",
      "tree": "13b25001a81401179a1e1281a4a384f21b49672f",
      "parents": [
        "75e7c0d107e17b6ce7392d82aa8e9122a826d6f2"
      ],
      "author": {
        "name": "Nick Terrell",
        "email": "terrelln@fb.com",
        "time": "Fri Nov 01 15:33:39 2019 -0700"
      },
      "committer": {
        "name": "Nick Terrell",
        "email": "terrelln@fb.com",
        "time": "Fri Nov 01 16:52:07 2019 -0700"
      },
      "message": "Fix 2 bugs in dictionary loading\n\n* Silently skip dictionaries less than 8 bytes, unless using `ZSTD_dct_fullDict`.\n  This changes the compressor, which silently skips dictionaries \u003c\u003d 8 bytes.\n* Allow repcodes that are equal to the dictionary content size, since it is in bounds.\n"
    },
    {
      "commit": "75e7c0d107e17b6ce7392d82aa8e9122a826d6f2",
      "tree": "352393ee0c4635b066a4f64ae5c2859d623d3e55",
      "parents": [
        "d770a2a89ff9435e3283c88ad237f9a70f872c9a"
      ],
      "author": {
        "name": "Nick Terrell",
        "email": "terrelln@fb.com",
        "time": "Fri Nov 01 15:16:24 2019 -0700"
      },
      "committer": {
        "name": "Nick Terrell",
        "email": "terrelln@fb.com",
        "time": "Fri Nov 01 15:54:24 2019 -0700"
      },
      "message": "[fuzz] Add dictionary_loader fuzzer\n\n* Adds the fuzzer\n* Adds an additional `InputType` for the fuzzer\n\nI ran the fuzzer for about 10 minutes and it found 2 bugs:\n\n* Catches the original bug without any help\n* Catches an additional bug with 8-byte dictionaries\n"
    },
    {
      "commit": "529f0cba85f062214d37dace110b1d049c2f8a5c",
      "tree": "0c2eb1b9871d3f259a067d9205d1f78e918cb0eb",
      "parents": [
        "757ab66879fd8f114a6f47a86b3f24aeda2b9452",
        "d770a2a89ff9435e3283c88ad237f9a70f872c9a"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "Cyan4973@users.noreply.github.com",
        "time": "Thu Oct 31 15:02:55 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Oct 31 15:02:55 2019 -0700"
      },
      "message": "Merge pull request #1859 from facebook/dev\n\nv1.4.4"
    },
    {
      "commit": "d770a2a89ff9435e3283c88ad237f9a70f872c9a",
      "tree": "0c2eb1b9871d3f259a067d9205d1f78e918cb0eb",
      "parents": [
        "94dcce2bd8f296fa3a23f720d5f0808f08f53653"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Thu Oct 31 10:47:06 2019 -0700"
      },
      "committer": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Thu Oct 31 10:47:06 2019 -0700"
      },
      "message": "fixed zlibwrapper build script\n"
    },
    {
      "commit": "94dcce2bd8f296fa3a23f720d5f0808f08f53653",
      "tree": "e464d6ccea6906900558b6c6c70bec14f0d98055",
      "parents": [
        "f9d867e79f172e4b923781756f67a0752503f742",
        "b9ede1c8c2accdb3593c5154ae48d2edace7c1b3"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "Cyan4973@users.noreply.github.com",
        "time": "Wed Oct 30 16:27:58 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Oct 30 16:27:58 2019 -0700"
      },
      "message": "Merge pull request #1860 from senhuang42/streaming_compression_using_cdict\n\nDisable reloading dictionary when there is no known srcSize"
    },
    {
      "commit": "b9ede1c8c2accdb3593c5154ae48d2edace7c1b3",
      "tree": "d6c91832cff4ddbf06a95f2daf739d278973fc5a",
      "parents": [
        "5c0bdde922b1a70492109eb5e85032c578f570ef"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Wed Oct 30 16:03:58 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Wed Oct 30 16:03:58 2019 -0400"
      },
      "message": "Make sure contentsize is known\n"
    },
    {
      "commit": "f9d867e79f172e4b923781756f67a0752503f742",
      "tree": "e38956409d2fa01556299adbc1a1f79161f8c688",
      "parents": [
        "47034cd6c31125fdba3155abe9a618f580b4f3eb",
        "9db11e3e42d9cde6bfd88e0c52df369aefe55d5a"
      ],
      "author": {
        "name": "Felix Handte",
        "email": "w@felixhandte.com",
        "time": "Wed Oct 30 15:43:11 2019 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Oct 30 15:43:11 2019 -0400"
      },
      "message": "Merge pull request #1857 from 0x123456789A/link-shared\n\nAdd CMake flag for linking programs dynamically"
    },
    {
      "commit": "47034cd6c31125fdba3155abe9a618f580b4f3eb",
      "tree": "65593983a775337725816f6864e55e391734066f",
      "parents": [
        "ae3d35dc8e40368aff29c8b431b5555a9c3683b5",
        "28d6773d75227b051b898bf98371f3bf3a965f2a"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "Cyan4973@users.noreply.github.com",
        "time": "Wed Oct 30 12:18:58 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Oct 30 12:18:58 2019 -0700"
      },
      "message": "Merge pull request #1850 from bimbashrestha/named_pipes\n\nGating named pipe support on windows"
    },
    {
      "commit": "ae3d35dc8e40368aff29c8b431b5555a9c3683b5",
      "tree": "e54c88ba502b6ae7a3d89a11db4c75d1069d3e37",
      "parents": [
        "4ef97aaea7ef4d7abf77e3789f0b15d10ca57367"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Wed Oct 30 12:16:45 2019 -0700"
      },
      "committer": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Wed Oct 30 12:16:45 2019 -0700"
      },
      "message": "updated CHANGELOG for v1.4.4\n"
    },
    {
      "commit": "4ef97aaea7ef4d7abf77e3789f0b15d10ca57367",
      "tree": "9e4ca696674187f8abb17bf5a2794f20e923ca29",
      "parents": [
        "5c0bdde922b1a70492109eb5e85032c578f570ef",
        "3c1649f1395b93a55f66cb307989c556cc5418f8"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "Cyan4973@users.noreply.github.com",
        "time": "Wed Oct 30 12:14:41 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Oct 30 12:14:41 2019 -0700"
      },
      "message": "Merge pull request #1855 from shashank0791/shtavi-filter-precompressed-files\n\nAdded \"--exclude-compressed\" flag feature"
    },
    {
      "commit": "3c1649f1395b93a55f66cb307989c556cc5418f8",
      "tree": "a7ece8b340f8d186f111f2d912b23d013a4ddd5e",
      "parents": [
        "6d0b7bd6ce797c27f6c977f645f946c97dda4d1a"
      ],
      "author": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Tue Oct 29 15:59:20 2019 -0700"
      },
      "committer": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Tue Oct 29 15:59:20 2019 -0700"
      },
      "message": "Removed the optimization check\n"
    },
    {
      "commit": "6d0b7bd6ce797c27f6c977f645f946c97dda4d1a",
      "tree": "5d2638268af4762279dab0f5205f8e178778177d",
      "parents": [
        "c5060997e9c8ccc57e2fcc3c8bc0246cb3b93749"
      ],
      "author": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Tue Oct 29 13:36:09 2019 -0700"
      },
      "committer": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Tue Oct 29 13:36:09 2019 -0700"
      },
      "message": "Changed extension comparision logic, added new test cases\n"
    },
    {
      "commit": "c5060997e9c8ccc57e2fcc3c8bc0246cb3b93749",
      "tree": "5df4979335f918bf71a2778b4d1d093c7bc211b4",
      "parents": [
        "9ab6a747d40144c804d8a23000c58389931423ff"
      ],
      "author": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Tue Oct 29 12:56:04 2019 -0700"
      },
      "committer": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Tue Oct 29 12:56:04 2019 -0700"
      },
      "message": "Added check to perform comparison only if extension is present\n"
    },
    {
      "commit": "9ab6a747d40144c804d8a23000c58389931423ff",
      "tree": "45ff81ad6c984adbbdfba386663425b0d4b9807c",
      "parents": [
        "5e6dbad6c1c038d34c2be67edc500a012e9efb1a"
      ],
      "author": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Tue Oct 29 12:27:54 2019 -0700"
      },
      "committer": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Tue Oct 29 12:27:54 2019 -0700"
      },
      "message": "Created utility function to extract extension from filename, fixed tests\n"
    },
    {
      "commit": "5e6dbad6c1c038d34c2be67edc500a012e9efb1a",
      "tree": "92926fe111218642b6e6a70bd04d1e4c69ecdf0f",
      "parents": [
        "850ba66139001f2caee0694efbc0e2e53bbbfc5f"
      ],
      "author": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Tue Oct 29 09:54:54 2019 -0700"
      },
      "committer": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Tue Oct 29 09:54:54 2019 -0700"
      },
      "message": "Deleting test directory before creation to pass travis-ci test\n"
    },
    {
      "commit": "28d6773d75227b051b898bf98371f3bf3a965f2a",
      "tree": "1c3f2cca51cff09a2b210d51a443e44851152b31",
      "parents": [
        "4a9eca4b9d40631e87b37a8e31a6a410f3bd6af0",
        "da73b11b1466a9d95ef5aca570143bb4af537dd1"
      ],
      "author": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Tue Oct 29 09:46:28 2019 -0700"
      },
      "committer": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Tue Oct 29 09:46:28 2019 -0700"
      },
      "message": "Merge branch \u0027named_pipes\u0027 of https://github.com/bimbashrestha/zstd into named_pipes\n"
    },
    {
      "commit": "4a9eca4b9d40631e87b37a8e31a6a410f3bd6af0",
      "tree": "9b2bf4ba12d0ce833dfe7bdbedb11b02531070a0",
      "parents": [
        "66f580ca73451dd8114a0c7ab43944ec7b6fe30e"
      ],
      "author": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Tue Oct 29 09:45:28 2019 -0700"
      },
      "committer": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Tue Oct 29 09:45:28 2019 -0700"
      },
      "message": "Removing merge side effect\n"
    },
    {
      "commit": "9db11e3e42d9cde6bfd88e0c52df369aefe55d5a",
      "tree": "45c0ffda8688d08e7d9c7ccf517cb4c305b3eadd",
      "parents": [
        "57a311d3b7dac3728a366ef9892f9d0ed48816a8"
      ],
      "author": {
        "name": "0x123456789A",
        "email": "57141050+0x123456789A@users.noreply.github.com",
        "time": "Tue Oct 29 14:41:32 2019 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 29 14:41:32 2019 +0100"
      },
      "message": "Fixed check for building programs statically"
    },
    {
      "commit": "57a311d3b7dac3728a366ef9892f9d0ed48816a8",
      "tree": "10796f2c261366f048b36003f5822ed67b80fb67",
      "parents": [
        "26ffc1863483d3cb4c24e2e7638a301324693c49"
      ],
      "author": {
        "name": "0x123456789A",
        "email": "57141050+0x123456789A@users.noreply.github.com",
        "time": "Tue Oct 29 14:33:50 2019 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 29 14:33:50 2019 +0100"
      },
      "message": "Consider ZSTD_PROGRAMS_LINK_SHARED\n\nActually consider ZSTD_PROGRAMS_LINK_SHARED in programs CMakeLists"
    },
    {
      "commit": "26ffc1863483d3cb4c24e2e7638a301324693c49",
      "tree": "3296384f7ca1decbd7de894eff9eeefc758e23a7",
      "parents": [
        "5c0bdde922b1a70492109eb5e85032c578f570ef"
      ],
      "author": {
        "name": "0x123456789A",
        "email": "57141050+0x123456789A@users.noreply.github.com",
        "time": "Tue Oct 29 14:31:02 2019 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 29 14:31:02 2019 +0100"
      },
      "message": "Introduce ZSTD_PROGRAMS_LINK_SHARED\n\nThe CMake variable ZSTD_PROGRAMS_LINK_SHARED indicactes wether or not to link the zstd programs dynamically or statically."
    },
    {
      "commit": "850ba66139001f2caee0694efbc0e2e53bbbfc5f",
      "tree": "9c8d3f48f02c9c8a5641df869583a01d538c9003",
      "parents": [
        "0f2bff2faf0cb60c4fe5346f56a5b42558a8e1a9"
      ],
      "author": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Mon Oct 28 22:24:01 2019 -0700"
      },
      "committer": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Mon Oct 28 22:24:01 2019 -0700"
      },
      "message": "Minor fixes in test\n"
    },
    {
      "commit": "da73b11b1466a9d95ef5aca570143bb4af537dd1",
      "tree": "2030b66c60cbd860499e4c6e472c735103e30992",
      "parents": [
        "66f580ca73451dd8114a0c7ab43944ec7b6fe30e",
        "5c0bdde922b1a70492109eb5e85032c578f570ef"
      ],
      "author": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Tue Oct 29 01:17:13 2019 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 29 01:17:13 2019 -0400"
      },
      "message": "Merge branch \u0027dev\u0027 into named_pipes"
    },
    {
      "commit": "66f580ca73451dd8114a0c7ab43944ec7b6fe30e",
      "tree": "201c296bd07350f4ebb6aaf12ed3e2c437b928e5",
      "parents": [
        "5e59d51991f9522d19e6efee8009dc3986ce3464"
      ],
      "author": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Mon Oct 28 22:09:34 2019 -0700"
      },
      "committer": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Mon Oct 28 22:09:34 2019 -0700"
      },
      "message": "Removing Visual08 and Visual10 tests\n"
    },
    {
      "commit": "5c0bdde922b1a70492109eb5e85032c578f570ef",
      "tree": "fdff182e1dd5a0b3e469fa9b916278cad175f34e",
      "parents": [
        "6d5e0f1c9f57dd74edc5ccb4a96c0bbb5de96f7d",
        "9c1860861ef15891f60510f9d4c3d6a75da2e12f"
      ],
      "author": {
        "name": "Nick Terrell",
        "email": "terrelln@fb.com",
        "time": "Mon Oct 28 21:44:22 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 28 21:44:22 2019 -0700"
      },
      "message": "Merge pull request #1856 from terrelln/assert-fix\n\nFix assert in ZSTD_safecopy"
    },
    {
      "commit": "0f2bff2faf0cb60c4fe5346f56a5b42558a8e1a9",
      "tree": "4e723ef8a8388da02567d1c8ba57d68f97f7b20b",
      "parents": [
        "0e9a37daeb4a9ac0153ccf7cc144732fe5ee42bc"
      ],
      "author": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Mon Oct 28 18:21:47 2019 -0700"
      },
      "committer": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Mon Oct 28 18:21:47 2019 -0700"
      },
      "message": "Addressing comments, removing cyclic dependency with header file, updating tests\n"
    },
    {
      "commit": "9c1860861ef15891f60510f9d4c3d6a75da2e12f",
      "tree": "fdff182e1dd5a0b3e469fa9b916278cad175f34e",
      "parents": [
        "6d5e0f1c9f57dd74edc5ccb4a96c0bbb5de96f7d"
      ],
      "author": {
        "name": "Nick Terrell",
        "email": "terrelln@fb.com",
        "time": "Mon Oct 28 17:51:17 2019 -0700"
      },
      "committer": {
        "name": "Nick Terrell",
        "email": "terrelln@fb.com",
        "time": "Mon Oct 28 17:51:17 2019 -0700"
      },
      "message": "Fix assert in ZSTD_safecopy\n\nIn the case that `op \u003e\u003d oend_w` it is possible that `diff \u003c 8` because\nthe two buffers could be adjacent.\n\nCredit to OSS-Fuzz, which found the bug. It isn\u0027t reproducible because\nit depends on the memory layout.\n"
    },
    {
      "commit": "0e9a37daeb4a9ac0153ccf7cc144732fe5ee42bc",
      "tree": "3b1a605eea3eff7203e93461143dc7d1734668b6",
      "parents": [
        "f4229146191b3a3bd0280e8b75b17a79fd2a50ef"
      ],
      "author": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Mon Oct 28 15:22:26 2019 -0700"
      },
      "committer": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Mon Oct 28 15:22:26 2019 -0700"
      },
      "message": "Fixing tests and moving flag to advanced usage\n"
    },
    {
      "commit": "f4229146191b3a3bd0280e8b75b17a79fd2a50ef",
      "tree": "ae639221660c079ff81ff5f96db686fe4cd5aad0",
      "parents": [
        "02433e0b1556c8c9d769471226b12209dd6512c8",
        "55ee7d56e4693057922cbd52b26b8ec1d4220bee"
      ],
      "author": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Mon Oct 28 15:15:13 2019 -0700"
      },
      "committer": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Mon Oct 28 15:15:13 2019 -0700"
      },
      "message": "Resolving local merge conflicts\n"
    },
    {
      "commit": "02433e0b1556c8c9d769471226b12209dd6512c8",
      "tree": "58595b2a5cea1283e9ff94141eecbbb97d8eb159",
      "parents": [
        "48f856640e802d7f15990d2973f3fb7562f18ce5"
      ],
      "author": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Mon Oct 28 14:54:54 2019 -0700"
      },
      "committer": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Mon Oct 28 14:54:54 2019 -0700"
      },
      "message": "Addressing comments: -Created a list of extensions defined in fileio.h, -Updated test\n"
    },
    {
      "commit": "48f856640e802d7f15990d2973f3fb7562f18ce5",
      "tree": "33edef4c42eeb1805139dfd682ac3cd2edab404d",
      "parents": [
        "6d5e0f1c9f57dd74edc5ccb4a96c0bbb5de96f7d"
      ],
      "author": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Fri Oct 25 15:49:11 2019 -0700"
      },
      "committer": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Mon Oct 28 13:57:40 2019 -0700"
      },
      "message": "Added --exclude-compressed flag feature that skips compression of precompressed files\n"
    },
    {
      "commit": "6d5e0f1c9f57dd74edc5ccb4a96c0bbb5de96f7d",
      "tree": "a510cb8198b3fe29201bff10434791033ee7ddc7",
      "parents": [
        "faddd2aa1dd85bdb51e1eaa55f77b76cbde2d9e5",
        "01ec595b85a5e685b697e2cbc7bc7db1523695a3"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Mon Oct 28 12:57:23 2019 -0700"
      },
      "committer": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Mon Oct 28 12:57:23 2019 -0700"
      },
      "message": "Merge branch \u0027dev\u0027 of github.com:facebook/zstd into dev\n"
    },
    {
      "commit": "faddd2aa1dd85bdb51e1eaa55f77b76cbde2d9e5",
      "tree": "62dbb814c73d259dbda1e61073adb65f3065e592",
      "parents": [
        "74065da4c5ea14a9755982e5ca0a72bf2d4f10d5"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Mon Oct 28 12:57:05 2019 -0700"
      },
      "committer": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Mon Oct 28 12:57:05 2019 -0700"
      },
      "message": "updated CHANGELOG for v1.4.4\n"
    },
    {
      "commit": "01ec595b85a5e685b697e2cbc7bc7db1523695a3",
      "tree": "de058a08662d33cd6e6adc1b490851386193719b",
      "parents": [
        "74065da4c5ea14a9755982e5ca0a72bf2d4f10d5",
        "74bd76c3ffb3837a3fefc055edbc347620447236"
      ],
      "author": {
        "name": "Felix Handte",
        "email": "w@felixhandte.com",
        "time": "Mon Oct 28 14:24:56 2019 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 28 14:24:56 2019 -0400"
      },
      "message": "Merge pull request #1851 from felixhandte/pkg-config-prefix-fix\n\nIn pkg-config File, Derive Lib and Include Dir from Prefix at Use-Time"
    },
    {
      "commit": "74065da4c5ea14a9755982e5ca0a72bf2d4f10d5",
      "tree": "72137e8c65c1500ae7b3bdb54e366bd05a7064dd",
      "parents": [
        "b4037b18ef4380b0bbee993160b4fb6388bc6ad0"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Mon Oct 28 11:15:41 2019 -0700"
      },
      "committer": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Mon Oct 28 11:15:41 2019 -0700"
      },
      "message": "updated API inline doc and manual\n\nregarding ZSTD_CDict created without a dictBuffer.\n"
    },
    {
      "commit": "b4037b18ef4380b0bbee993160b4fb6388bc6ad0",
      "tree": "f7b71411c37c61f846bff21b446a7f56036d2ed8",
      "parents": [
        "66a96caf22b751fb49bf7552b7b22395944c8c23",
        "4eccc82875d6e5ca8a621fc80acd363a5efb9d3f"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "Cyan4973@users.noreply.github.com",
        "time": "Mon Oct 28 10:08:20 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 28 10:08:20 2019 -0700"
      },
      "message": "Merge pull request #1848 from felixhandte/tzst-ext-tmp\n\nSupport Decompressing Short Tar Extensions"
    },
    {
      "commit": "66a96caf22b751fb49bf7552b7b22395944c8c23",
      "tree": "26ab1a7f78bbc35bfa8c4f6f2ecf3ff2c4f947e1",
      "parents": [
        "c2140e9db03d0e07a5b903371813d70ed83feb1e",
        "42a22af78b068bd934123ae7e1d6eee1544282f6"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "Cyan4973@users.noreply.github.com",
        "time": "Fri Oct 25 17:42:42 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Oct 25 17:42:42 2019 -0700"
      },
      "message": "Merge pull request #1847 from facebook/zlibwrap_visual\n\nfix zlibWrapper for Visual Studio"
    },
    {
      "commit": "55ee7d56e4693057922cbd52b26b8ec1d4220bee",
      "tree": "9cc1ef6caa115649c5da6efd345c380793ce536f",
      "parents": [
        "c2140e9db03d0e07a5b903371813d70ed83feb1e"
      ],
      "author": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Fri Oct 25 15:49:11 2019 -0700"
      },
      "committer": {
        "name": "Shashank Tavildar",
        "email": "shtavi@fb.com",
        "time": "Fri Oct 25 15:49:11 2019 -0700"
      },
      "message": "Added --exclude-compressed flag feature that skips compression of precompressed files\n"
    },
    {
      "commit": "5e59d51991f9522d19e6efee8009dc3986ce3464",
      "tree": "842692ae71a1f2df662970cfacab6b32068a3b13",
      "parents": [
        "857268b32c8efb99f1f40fab3534850f3871f007",
        "fb509a2a7b8c2aa33b117174a6a5bdb3d2e1e3c8"
      ],
      "author": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Fri Oct 25 15:43:41 2019 -0700"
      },
      "committer": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Fri Oct 25 15:43:41 2019 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of https://github.com/bimbashrestha/zstd into named_pipes\n"
    },
    {
      "commit": "857268b32c8efb99f1f40fab3534850f3871f007",
      "tree": "333d0223aa03344ca76df9c65d7e058467a918e6",
      "parents": [
        "0b52d878b27b320a6398048db094794bac15b83a"
      ],
      "author": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Fri Oct 25 15:15:28 2019 -0700"
      },
      "committer": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Fri Oct 25 15:15:28 2019 -0700"
      },
      "message": "Gating named pipe support in hedaer file\n"
    },
    {
      "commit": "0b52d878b27b320a6398048db094794bac15b83a",
      "tree": "a0ce1d2c694a5a9ea8490bf40ecf7546e9affc99",
      "parents": [
        "5b45ff4f1cd511a0bfba9ff28c8d73e03d9be4bd"
      ],
      "author": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Fri Oct 25 14:06:50 2019 -0700"
      },
      "committer": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Fri Oct 25 14:06:50 2019 -0700"
      },
      "message": "Cleaning up gate and adding comment to flag\n"
    },
    {
      "commit": "74bd76c3ffb3837a3fefc055edbc347620447236",
      "tree": "da3159c0fcc7b76c673276df14d3974cb639c5fb",
      "parents": [
        "c2140e9db03d0e07a5b903371813d70ed83feb1e"
      ],
      "author": {
        "name": "W. Felix Handte",
        "email": "w@felixhandte.com",
        "time": "Fri Oct 25 15:05:20 2019 -0400"
      },
      "committer": {
        "name": "W. Felix Handte",
        "email": "w@felixhandte.com",
        "time": "Fri Oct 25 15:07:31 2019 -0400"
      },
      "message": "In pkg-config File, Derive Lib and Include Dir from Prefix at Use-Time\n\nAddresses #1794. Instead of deriving the lib dir and include dir at\nbuild-time, let\u0027s do it like everyone else does at pkg-config run-time.\n\nThis has the disadvantage that we can no longer override LIBDIR and\nINCLUDEDIR in the Makefile and have that reflected in the .pc file.\n"
    },
    {
      "commit": "fb509a2a7b8c2aa33b117174a6a5bdb3d2e1e3c8",
      "tree": "b4b8a4a649ad337366fffcbd323a6c4f5fe0a536",
      "parents": [
        "a3d655d2255481333e09ecca9855f1b37f757c52",
        "8adecc73b0b9c01450c842b222491cfeacf5e308"
      ],
      "author": {
        "name": "Bimba Shrestha",
        "email": "bshrestha.msae@gmail.com",
        "time": "Fri Oct 25 12:07:05 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Oct 25 12:07:05 2019 -0700"
      },
      "message": "Merge pull request #8 from bimbashrestha/appveyorTest\n\nAppveyor test"
    },
    {
      "commit": "8adecc73b0b9c01450c842b222491cfeacf5e308",
      "tree": "b4b8a4a649ad337366fffcbd323a6c4f5fe0a536",
      "parents": [
        "95f7880ddb606f3d788818d228250126140e689d"
      ],
      "author": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Fri Oct 25 12:04:54 2019 -0700"
      },
      "committer": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Fri Oct 25 12:04:54 2019 -0700"
      },
      "message": "Running playtests.sh on PRs too\n"
    },
    {
      "commit": "5b45ff4f1cd511a0bfba9ff28c8d73e03d9be4bd",
      "tree": "046d72c41331e1ccdaf42bb155fd3993c45daf99",
      "parents": [
        "10f71470133cc5a3047e6666a004afef39d831bc"
      ],
      "author": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Fri Oct 25 11:32:38 2019 -0700"
      },
      "committer": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Fri Oct 25 11:32:38 2019 -0700"
      },
      "message": "Gating named file support on windows\n"
    },
    {
      "commit": "4eccc82875d6e5ca8a621fc80acd363a5efb9d3f",
      "tree": "a77089c86171f6fd96f0709ba278491cfe59c2c6",
      "parents": [
        "24499036ba88dbead8cca53a6075c9229ef959f9"
      ],
      "author": {
        "name": "W. Felix Handte",
        "email": "w@felixhandte.com",
        "time": "Fri Oct 25 13:58:58 2019 -0400"
      },
      "committer": {
        "name": "W. Felix Handte",
        "email": "w@felixhandte.com",
        "time": "Fri Oct 25 13:59:19 2019 -0400"
      },
      "message": "Minor Fixes\n"
    },
    {
      "commit": "c2140e9db03d0e07a5b903371813d70ed83feb1e",
      "tree": "602b79fed36ba324eae75ecf207376f11cef8407",
      "parents": [
        "f93668c9041ec84752321267f2d60c0887fa3fe9",
        "63e435dda1226134ad9a7239b14681720555863f"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "Cyan4973@users.noreply.github.com",
        "time": "Fri Oct 25 09:59:00 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Oct 25 09:59:00 2019 -0700"
      },
      "message": "Merge pull request #1845 from facebook/zbuff\n\nimprove deprecation warning macro"
    },
    {
      "commit": "24499036ba88dbead8cca53a6075c9229ef959f9",
      "tree": "ed2b091d4fb8b8d2c7c70e00ae87f5542fe122dd",
      "parents": [
        "91c3f545cc51fbcd8d5131ee06a944125911ac02"
      ],
      "author": {
        "name": "W. Felix Handte",
        "email": "w@felixhandte.com",
        "time": "Thu Oct 24 20:19:10 2019 -0400"
      },
      "committer": {
        "name": "W. Felix Handte",
        "email": "w@felixhandte.com",
        "time": "Thu Oct 24 20:19:10 2019 -0400"
      },
      "message": "Add Tests\n"
    },
    {
      "commit": "91c3f545cc51fbcd8d5131ee06a944125911ac02",
      "tree": "a0c4c0b638ef3b421dd463d96660a97d030942cf",
      "parents": [
        "30b27ee0c93580d73120df01063f22514b544abb"
      ],
      "author": {
        "name": "W. Felix Handte",
        "email": "w@felixhandte.com",
        "time": "Thu Oct 24 20:18:57 2019 -0400"
      },
      "committer": {
        "name": "W. Felix Handte",
        "email": "w@felixhandte.com",
        "time": "Thu Oct 24 20:18:57 2019 -0400"
      },
      "message": "Fix Build; Refactor\n"
    },
    {
      "commit": "42a22af78b068bd934123ae7e1d6eee1544282f6",
      "tree": "2e4e0384b2ba18b68f272b600f9a119d783927fd",
      "parents": [
        "f93668c9041ec84752321267f2d60c0887fa3fe9"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Thu Oct 24 15:19:05 2019 -0700"
      },
      "committer": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Thu Oct 24 15:19:05 2019 -0700"
      },
      "message": "fix zlibWrapper for Visual Studio\n\nAs per https://github.com/facebook/zstd/issues/1800#issuecomment-545945050,\nVisual does not support `ssize_t` type,\nwhich is an issue for `gzread.c`.\n\nAdded a work around, suggested by @bluenlive\n\nNote : I have not been able to confirm the problem,\nso this is a blind fix.\nThis seems safe outside of Visual, since it is gated by _MSC_VER macro.\n"
    },
    {
      "commit": "30b27ee0c93580d73120df01063f22514b544abb",
      "tree": "d7a88712b80296477482d55b5a96a625d099b5f6",
      "parents": [
        "f93668c9041ec84752321267f2d60c0887fa3fe9",
        "506e1a11769cd5f57401354b8f58eb9b988890d3"
      ],
      "author": {
        "name": "Felix Handte",
        "email": "w@felixhandte.com",
        "time": "Thu Oct 24 17:50:22 2019 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Oct 24 17:50:22 2019 -0400"
      },
      "message": "Merge pull request #1790 from stokito/tzst-ext\n\nAdd short tar\u0027s extensions .tgz (.tar.gz), .txz (.tar.xz), .tzst (.tar.zst)"
    },
    {
      "commit": "506e1a11769cd5f57401354b8f58eb9b988890d3",
      "tree": "d7a88712b80296477482d55b5a96a625d099b5f6",
      "parents": [
        "dafe796e39492a180dacec35b4a4c963dcd88a37",
        "f93668c9041ec84752321267f2d60c0887fa3fe9"
      ],
      "author": {
        "name": "Felix Handte",
        "email": "w@felixhandte.com",
        "time": "Thu Oct 24 17:49:34 2019 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Oct 24 17:49:34 2019 -0400"
      },
      "message": "Merge branch \u0027tzst-ext-tmp\u0027 into tzst-ext"
    },
    {
      "commit": "f93668c9041ec84752321267f2d60c0887fa3fe9",
      "tree": "22e2a144b130ed1c10f499e44dc5507c730d151d",
      "parents": [
        "37f90930da5be57b9b05e5e4665efa682786f228",
        "4899b6fdbdafefa1e5cb06e4600897002d609e74"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "Cyan4973@users.noreply.github.com",
        "time": "Thu Oct 24 12:58:50 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Oct 24 12:58:50 2019 -0700"
      },
      "message": "Merge pull request #1841 from bimbashrestha/travis\n\nAdding arm64 make check to travis.ci"
    },
    {
      "commit": "37f90930da5be57b9b05e5e4665efa682786f228",
      "tree": "9d566dff94947bfadfbaf3c351554b1c409ae6f4",
      "parents": [
        "a9a216a8468c38af10826296e02f0e2e2177ad41",
        "10f71470133cc5a3047e6666a004afef39d831bc"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "Cyan4973@users.noreply.github.com",
        "time": "Thu Oct 24 10:53:12 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Oct 24 10:53:12 2019 -0700"
      },
      "message": "Merge pull request #1839 from bimbashrestha/named_pipes\n\nAllowing named pipes to go through in zstdcli"
    },
    {
      "commit": "a9a216a8468c38af10826296e02f0e2e2177ad41",
      "tree": "85d5a5c92d3783d3b5c824b763eadf526d2299f6",
      "parents": [
        "3c8ff35013656a3f9028793dad61740710aeee19",
        "c2e1e54f2445c7ec329e812340762f8be858d38b"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "Cyan4973@users.noreply.github.com",
        "time": "Wed Oct 23 12:04:40 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Oct 23 12:04:40 2019 -0700"
      },
      "message": "Merge pull request #1824 from senhuang42/new_path_for_cdict\n\nAvoid using CDict params when input is large."
    },
    {
      "commit": "63e435dda1226134ad9a7239b14681720555863f",
      "tree": "6a2423713cbcf500e2d1933d2b7740e8182b79a9",
      "parents": [
        "3c8ff35013656a3f9028793dad61740710aeee19"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Wed Oct 23 11:59:32 2019 -0700"
      },
      "committer": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Wed Oct 23 11:59:32 2019 -0700"
      },
      "message": "improve deprecation warning macro\n\nfix #1488\n\nalthough, curiously enough, I was never able to reproduce the issue\n(according to the bug report, it should be present while using gcc 4.8).\n"
    },
    {
      "commit": "4899b6fdbdafefa1e5cb06e4600897002d609e74",
      "tree": "d32f61665fbeac711b822889af330fa83c6741c6",
      "parents": [
        "5228c0718dd87bcd05f52ebf2686d9acb3cb8013"
      ],
      "author": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Wed Oct 23 10:43:20 2019 -0700"
      },
      "committer": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Wed Oct 23 10:43:20 2019 -0700"
      },
      "message": "Moving arm64 test outside the meson scope\n"
    },
    {
      "commit": "3c8ff35013656a3f9028793dad61740710aeee19",
      "tree": "0bbc7a3f8da348794549d309e54465ae8266f538",
      "parents": [
        "f966cd080a44c301afa7bbe88d0c3a2f7c4b8a23",
        "cf210039955548d32e29479de0eaeab27407509e"
      ],
      "author": {
        "name": "Nick Terrell",
        "email": "terrelln@fb.com",
        "time": "Tue Oct 22 17:58:31 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 22 17:58:31 2019 -0700"
      },
      "message": "Merge pull request #1840 from terrelln/regression-fix\n\n[regression] Fix the old streaming regression test"
    },
    {
      "commit": "5228c0718dd87bcd05f52ebf2686d9acb3cb8013",
      "tree": "f08f664ca39a50206e4bb5f48cd74be5d7861960",
      "parents": [
        "95f7880ddb606f3d788818d228250126140e689d"
      ],
      "author": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Tue Oct 22 17:43:29 2019 -0700"
      },
      "committer": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Tue Oct 22 17:43:29 2019 -0700"
      },
      "message": "Adding arm64 make check\n"
    },
    {
      "commit": "f966cd080a44c301afa7bbe88d0c3a2f7c4b8a23",
      "tree": "949a4429bb11611aff45300e50f833d265a6642a",
      "parents": [
        "09d0b52998b103b3c9232c53d819c5154392c6cc"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Tue Oct 22 17:43:09 2019 -0700"
      },
      "committer": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Tue Oct 22 17:43:09 2019 -0700"
      },
      "message": "added documentation on DYNAMIC_BMI2 build macro\n"
    },
    {
      "commit": "95f7880ddb606f3d788818d228250126140e689d",
      "tree": "e5ce102d683a93865e479a391d82c51676b62d37",
      "parents": [
        "24bc2e062d84416f6b23d557f854d567fe4d09a7",
        "09d0b52998b103b3c9232c53d819c5154392c6cc"
      ],
      "author": {
        "name": "Bimba Shrestha",
        "email": "bshrestha.msae@gmail.com",
        "time": "Tue Oct 22 17:33:12 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 22 17:33:12 2019 -0700"
      },
      "message": "Merge pull request #4 from facebook/dev\n\nMerging dev"
    },
    {
      "commit": "10f71470133cc5a3047e6666a004afef39d831bc",
      "tree": "e6e893c85b1345ca96924b5337791d8b1d621c98",
      "parents": [
        "edae3c8f3c330c7f9ed23c1d4f82805d664be5f1"
      ],
      "author": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Tue Oct 22 17:09:44 2019 -0700"
      },
      "committer": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Tue Oct 22 17:09:44 2019 -0700"
      },
      "message": "Adding shell test and removing bash test file\n"
    },
    {
      "commit": "09d0b52998b103b3c9232c53d819c5154392c6cc",
      "tree": "e5ce102d683a93865e479a391d82c51676b62d37",
      "parents": [
        "514f941a705fbb08b2e009708cbf82fc2c9d64eb",
        "5d5c895b18ea54c577fdc4d89c8fd334eba4e19a"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "Cyan4973@users.noreply.github.com",
        "time": "Tue Oct 22 16:22:55 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 22 16:22:55 2019 -0700"
      },
      "message": "Merge pull request #1838 from facebook/fixAdvanced\n\nfix initCStream_advanced() for fast strategies"
    },
    {
      "commit": "edae3c8f3c330c7f9ed23c1d4f82805d664be5f1",
      "tree": "2e86823fd9d1a532aa9616564ae434d911ebccf5",
      "parents": [
        "8a3974807e5393c9a9ffc857226d00ca0e62c722"
      ],
      "author": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Tue Oct 22 16:15:59 2019 -0700"
      },
      "committer": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Tue Oct 22 16:15:59 2019 -0700"
      },
      "message": "Adding bash test for named pipes\n"
    },
    {
      "commit": "cf210039955548d32e29479de0eaeab27407509e",
      "tree": "159b4a187169db457773c2b67c4980b068cfbdcb",
      "parents": [
        "111b0c53b02417a13f1020ef413bfe49bd6c518f"
      ],
      "author": {
        "name": "Nick Terrell",
        "email": "terrelln@fb.com",
        "time": "Tue Oct 22 15:29:48 2019 -0700"
      },
      "committer": {
        "name": "Nick Terrell",
        "email": "terrelln@fb.com",
        "time": "Tue Oct 22 15:43:17 2019 -0700"
      },
      "message": "[regression] Fix the old streaming regression test\n\n* A copy-paste error made it so we weren\u0027t running the advanced/cdict\n  streaming tests with the old API.\n* Clean up the old streaming tests to skip incompatible configs.\n* Update `results.csv`.\n\nThe tests now catch the bug in #1787.\n"
    },
    {
      "commit": "8a3974807e5393c9a9ffc857226d00ca0e62c722",
      "tree": "ef7951309d56e7b2fe0b0231e69376a6b8bcade6",
      "parents": [
        "24bc2e062d84416f6b23d557f854d567fe4d09a7"
      ],
      "author": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Tue Oct 22 15:23:22 2019 -0700"
      },
      "committer": {
        "name": "Bimba Shrestha",
        "email": "bimbashrestha@fb.com",
        "time": "Tue Oct 22 15:23:22 2019 -0700"
      },
      "message": "Allowing named pipes to go through zstdcli\n"
    },
    {
      "commit": "514f941a705fbb08b2e009708cbf82fc2c9d64eb",
      "tree": "773855c239e0ba58a0664b5731ab402f0e9303ed",
      "parents": [
        "111b0c53b02417a13f1020ef413bfe49bd6c518f",
        "989e0f0cee41727a76087a323dadc93561297250"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "Cyan4973@users.noreply.github.com",
        "time": "Tue Oct 22 15:19:04 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 22 15:19:04 2019 -0700"
      },
      "message": "Merge pull request #1836 from facebook/dirFlat2\n\nAdded --output-dir-flat\u003d"
    },
    {
      "commit": "5d5c895b18ea54c577fdc4d89c8fd334eba4e19a",
      "tree": "841be859c82bd2d8bb22a7c812c7d1e1170a3de4",
      "parents": [
        "111b0c53b02417a13f1020ef413bfe49bd6c518f"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Tue Oct 22 14:57:15 2019 -0700"
      },
      "committer": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Tue Oct 22 15:01:38 2019 -0700"
      },
      "message": "fix initCStream_advanced() for fast strategies\n\nCompression ratio of fast strategies (levels 1 \u0026 2)\nwas seriously reduced, due to accidental disabling of Literals compression.\n\nCredit to @QrczakMK, which perfectly described the issue, and implementation details,\nmaking the fix straightforward.\n\nExample : initCStream with level 1 on synthetic sample P50 :\nBefore : 5,273,976 bytes\nAfter  : 3,154,678 bytes\nZSTD_compress (for comparison) : 3,154,550\n\nFix #1787.\n\nTo follow : refactor the test which was supposed to catch this issue (and failed)\n"
    },
    {
      "commit": "111b0c53b02417a13f1020ef413bfe49bd6c518f",
      "tree": "f941fc210bca00cc94bb14f00a0dc2759f7f7284",
      "parents": [
        "222ec7e6ec467e1fab55156a7a0fa46962e576ec"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Tue Oct 22 13:51:18 2019 -0700"
      },
      "committer": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Tue Oct 22 13:51:18 2019 -0700"
      },
      "message": "update documentation on deprecated functions\n\nmostly : note that these functions will soon generate deprecation warnings\n"
    },
    {
      "commit": "222ec7e6ec467e1fab55156a7a0fa46962e576ec",
      "tree": "5839a049f0f58aad8f69e1df586a0fa0bec0e18d",
      "parents": [
        "919d1d8e93809327687ec34502cf4cf50573598e",
        "b1ec94e63cfb4ba75a7268d15ec706ed0dcb8ce2"
      ],
      "author": {
        "name": "Nick Terrell",
        "email": "terrelln@fb.com",
        "time": "Tue Oct 22 10:50:14 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 22 10:50:14 2019 -0700"
      },
      "message": "Merge pull request #1837 from terrelln/magic-isnt-real\n\nFix ZSTD_f_zstd1_magicless for small data"
    },
    {
      "commit": "b1ec94e63cfb4ba75a7268d15ec706ed0dcb8ce2",
      "tree": "5839a049f0f58aad8f69e1df586a0fa0bec0e18d",
      "parents": [
        "919d1d8e93809327687ec34502cf4cf50573598e"
      ],
      "author": {
        "name": "Nick Terrell",
        "email": "nickrterrell@gmail.com",
        "time": "Mon Oct 21 19:42:14 2019 -0700"
      },
      "committer": {
        "name": "Nick Terrell",
        "email": "nickrterrell@gmail.com",
        "time": "Mon Oct 21 21:16:17 2019 -0700"
      },
      "message": "Fix ZSTD_f_zstd1_magicless for small data\n\n* Fix `ZSTD_FRAMEHEADERSIZE_PREFIX` and `ZSTD_FRAMEHEADERSIZE_MIN` to\n  take a `format` parameter, so it is impossible to get the wrong size.\n* Fix the places that called `ZSTD_FRAMEHEADERSIZE_PREFIX` without\n  taking the format into account, which is now impossible by design.\n* Call `ZSTD_frameHeaderSize_internal()` with `dctx-\u003eformat`.\n* The added tests catch both bugs in `ZSTD_decompressFrame()`.\n\nFixes #1813.\n"
    },
    {
      "commit": "c2e1e54f2445c7ec329e812340762f8be858d38b",
      "tree": "c6314eedf68c7510c5e4f46769c6ac430b338d33",
      "parents": [
        "59c81aa31b689b3d40dc1eb559b566a521a07fef"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 19:16:50 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 19:16:50 2019 -0400"
      },
      "message": "((x or y) or z) \u003d\u003d (x or y or z), remove brackets\n"
    },
    {
      "commit": "59c81aa31b689b3d40dc1eb559b566a521a07fef",
      "tree": "9c46bcc559491fc1afe7d180457d3bd44a4dfa58",
      "parents": [
        "dbda8c318a9c0c9dc226ab4eef9b2c5c0b5966e4"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 19:12:15 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 19:12:15 2019 -0400"
      },
      "message": "Line up comments :)\n"
    },
    {
      "commit": "dbda8c318a9c0c9dc226ab4eef9b2c5c0b5966e4",
      "tree": "c72a80a600f6545c3c90b879e4daaf1366714fad",
      "parents": [
        "0c00455ea6e0579397abfa9d550d877b21141641"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 19:10:13 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 19:10:13 2019 -0400"
      },
      "message": "Trailing comma\n"
    },
    {
      "commit": "0c00455ea6e0579397abfa9d550d877b21141641",
      "tree": "c012a8cec6a3385b1eda747b8c804413470f8bc0",
      "parents": [
        "2ab484a5f90f95a6a1b063b6da27657243d66635",
        "5b2f4ac1a8bc4cd3f5a6568003a0e6e03e71270b"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 19:06:51 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 19:06:51 2019 -0400"
      },
      "message": "Merge branch \u0027dev\u0027 of github.com:senhuang42/zstd into new_path_for_cdict\n"
    },
    {
      "commit": "5b2f4ac1a8bc4cd3f5a6568003a0e6e03e71270b",
      "tree": "40374b96d122d66b95b7ddede92bcb6490064452",
      "parents": [
        "676f89902acbb2fb8294e601e31ae396e125c297",
        "919d1d8e93809327687ec34502cf4cf50573598e"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 19:02:52 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 19:02:52 2019 -0400"
      },
      "message": "merge\n"
    },
    {
      "commit": "2ab484a5f90f95a6a1b063b6da27657243d66635",
      "tree": "1f8dcaefb55cea8ae8221fa131b501bb6e475d85",
      "parents": [
        "b6c3459d50dac9d64cdc3bdbddbb9fed60b5b548"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 18:55:17 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 18:55:17 2019 -0400"
      },
      "message": "Fix bad merge\n"
    },
    {
      "commit": "919d1d8e93809327687ec34502cf4cf50573598e",
      "tree": "af5bbbc6bfcd769bca364ddb5955cdd172cdb24d",
      "parents": [
        "6cf04c03443134f04c949707f46877a15d87bf79",
        "0bc39bc3a030d7d40e71cff0b9afe98d170d342f"
      ],
      "author": {
        "name": "Nick Terrell",
        "email": "terrelln@fb.com",
        "time": "Mon Oct 21 15:53:57 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 21 15:53:57 2019 -0700"
      },
      "message": "Merge pull request #1831 from terrelln/zstdmt-bad-memset\n\n[zstdmt] Don\u0027t memset the jobDescription"
    },
    {
      "commit": "b6c3459d50dac9d64cdc3bdbddbb9fed60b5b548",
      "tree": "fd9574ab5e43f40a4038fd30083595e4b4048347",
      "parents": [
        "e8aa3e486d7ad23bafb19cc39be9db5bce4ee3c7",
        "676f89902acbb2fb8294e601e31ae396e125c297"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 18:46:17 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 18:46:17 2019 -0400"
      },
      "message": "merge\n"
    },
    {
      "commit": "989e0f0cee41727a76087a323dadc93561297250",
      "tree": "62c57900be1a7d2a18b22bf6a1a5d1cb61b3300c",
      "parents": [
        "6cf04c03443134f04c949707f46877a15d87bf79"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Mon Oct 21 14:33:50 2019 -0700"
      },
      "committer": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Mon Oct 21 14:39:18 2019 -0700"
      },
      "message": "Added --output-dir-flat\u003d\n\nwhich is a preferred construction when applicable.\n\nAlso, added --output-dir-flat into man page.\n"
    },
    {
      "commit": "6cf04c03443134f04c949707f46877a15d87bf79",
      "tree": "8179a263e648dc8b6ec28a3521b4a5d448f70f69",
      "parents": [
        "cf725630a6f38de024204e51464610b0ab4e0dc1",
        "bad35bd307fd9dafa1c675e56ed3abafb06af522"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "Cyan4973@users.noreply.github.com",
        "time": "Mon Oct 21 13:45:17 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 21 13:45:17 2019 -0700"
      },
      "message": "Merge pull request #1834 from facebook/winFix\n\nWindows fixes"
    },
    {
      "commit": "bad35bd307fd9dafa1c675e56ed3abafb06af522",
      "tree": "0dcf5ac69d8592f14e1ce03fc609ab11a80d38a7",
      "parents": [
        "632e07747c1a4ebf419f1b84b7b2358e5987ce26"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Mon Oct 21 12:55:39 2019 -0700"
      },
      "committer": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Mon Oct 21 12:55:39 2019 -0700"
      },
      "message": "turned off zlib tests during msan\n\nsince the local zlib library is not msan-instrumented\n"
    },
    {
      "commit": "676f89902acbb2fb8294e601e31ae396e125c297",
      "tree": "c37e284811607c1667c8b5d9e1f28f9bbf997909",
      "parents": [
        "1f3a51fb52034af5bd2a662b27977dfe0d9bf2e4"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 15:29:55 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 15:36:12 2019 -0400"
      },
      "message": "Added multiplier, renamed new enum to something more useful\n"
    },
    {
      "commit": "1f3a51fb52034af5bd2a662b27977dfe0d9bf2e4",
      "tree": "a219a120ff25965422c25e6df0b6a085c6a5b248",
      "parents": [
        "8f69c476439b6492161ea798832a708a3b877164"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Sun Oct 20 22:01:08 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 15:36:12 2019 -0400"
      },
      "message": "Updated forceAttachDict param bounds\n"
    },
    {
      "commit": "8f69c476439b6492161ea798832a708a3b877164",
      "tree": "3108814988d70914a7e27e362edc47381248aca8",
      "parents": [
        "e4de8b098af8e4e375d6af5ce17bdffb986209a1"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Sun Oct 20 19:02:47 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 15:36:12 2019 -0400"
      },
      "message": "Add enum to decision process\n"
    },
    {
      "commit": "e4de8b098af8e4e375d6af5ce17bdffb986209a1",
      "tree": "b29299c1747a2bcf7ccc909d935e30b4dbbf690d",
      "parents": [
        "9294f4826b3bbcd1581574af859cb0678d60c7a1"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Sun Oct 20 14:03:09 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 15:36:12 2019 -0400"
      },
      "message": "Added support for forcing new CDict behavior and updated enum\n"
    },
    {
      "commit": "9294f4826b3bbcd1581574af859cb0678d60c7a1",
      "tree": "eeb84080ac8f1649e09bedbff1037ed3c93394bc",
      "parents": [
        "f0fccc8847dcd2e279a215a4d8024e46e32f8de6"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Wed Oct 16 15:06:02 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 15:36:12 2019 -0400"
      },
      "message": "Changed to int from BYTE\n"
    },
    {
      "commit": "f0fccc8847dcd2e279a215a4d8024e46e32f8de6",
      "tree": "59bbb91485e43c43bcc3d42b5fab34750ae28bf1",
      "parents": [
        "bb2df8c4999f8e9679678d3c0c5188d3c239f692"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Wed Oct 16 15:05:29 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 15:36:12 2019 -0400"
      },
      "message": "Changed to int from BYTE\n"
    },
    {
      "commit": "bb2df8c4999f8e9679678d3c0c5188d3c239f692",
      "tree": "3a977425f8b77916fed410a4abad0f7fbd0e7e10",
      "parents": [
        "cf51501d2f6b83b5dbf958775827592febbf9071"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Wed Oct 16 10:31:27 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 15:36:12 2019 -0400"
      },
      "message": "Trailing whitespace\n"
    },
    {
      "commit": "cf51501d2f6b83b5dbf958775827592febbf9071",
      "tree": "652e8fe7d230013f1189864fc2cf45269c830648",
      "parents": [
        "ea3cb6988f49d96e158f8180bf9aa2f4a8351058"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Wed Oct 16 10:29:31 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 15:36:12 2019 -0400"
      },
      "message": "Fix test\n"
    },
    {
      "commit": "ea3cb6988f49d96e158f8180bf9aa2f4a8351058",
      "tree": "3bc3bb5feadf4c28d57a44754774cbc112c98a33",
      "parents": [
        "a727a85a7eb60f72d375b90c6003b64ae54f2930"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Tue Oct 15 13:58:44 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 15:36:12 2019 -0400"
      },
      "message": "Cast to BYTE to appease appveyor\n"
    },
    {
      "commit": "a727a85a7eb60f72d375b90c6003b64ae54f2930",
      "tree": "05bf532256f14d9a6bd68e1ca532f0ac42e2eb5d",
      "parents": [
        "053a35fd6428cef16fcbf4c39d8746e82f932e3c"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Tue Oct 15 13:10:05 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 15:36:12 2019 -0400"
      },
      "message": "merge conflicts round 2\n"
    },
    {
      "commit": "053a35fd6428cef16fcbf4c39d8746e82f932e3c",
      "tree": "46813a050ee3f5ad0b80f3eb37e423c111b4ae83",
      "parents": [
        "3fa4daaa55a95efdb985b3919fa67dddc4211c49"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Tue Oct 15 12:44:48 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 15:35:33 2019 -0400"
      },
      "message": "formatting\n"
    },
    {
      "commit": "3fa4daaa55a95efdb985b3919fa67dddc4211c49",
      "tree": "48ebf4f572dbdc054e312ecdefb6a3cd8b6f2178",
      "parents": [
        "3328348c63b8b1bd5a6eaf53683b8ed68bf01f6e"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Tue Oct 15 12:28:23 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 15:35:33 2019 -0400"
      },
      "message": "Fix error\n"
    },
    {
      "commit": "3328348c63b8b1bd5a6eaf53683b8ed68bf01f6e",
      "tree": "c0e9ac118371b3bf3139ccb856ae893c289edc48",
      "parents": [
        "8b6d96827c24dd09109830272f413254833317d9"
      ],
      "author": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Tue Oct 15 10:22:06 2019 -0400"
      },
      "committer": {
        "name": "Sen Huang",
        "email": "senhuang96@fb.com",
        "time": "Mon Oct 21 15:32:39 2019 -0400"
      },
      "message": "Add compressionlevel to cdict\n"
    },
    {
      "commit": "632e07747c1a4ebf419f1b84b7b2358e5987ce26",
      "tree": "c39952289d4c4bbff020b270bdec00bfed7416af",
      "parents": [
        "0492c570139d252eaa47cacd788317d3f66a9c6e"
      ],
      "author": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Mon Oct 21 12:14:59 2019 -0700"
      },
      "committer": {
        "name": "Yann Collet",
        "email": "cyan@fb.com",
        "time": "Mon Oct 21 12:14:59 2019 -0700"
      },
      "message": "minor refactor of FIO_compressGzFrame()\n\nmostly narrowing variables lifetime and mutability.\n"
    },
    {
      "commit": "cf725630a6f38de024204e51464610b0ab4e0dc1",
      "tree": "045bc94bfb641af6aa5d5f1716cc035f17c9ced5",
      "parents": [
        "0f9866add2df8e824c96f67fc49a7d5b69ad3317",
        "ede31da2ea317d72eb0525efe865e7b2c3ce44b5"
      ],
      "author": {
        "name": "Felix Handte",
        "email": "w@felixhandte.com",
        "time": "Mon Oct 21 12:15:17 2019 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 21 12:15:17 2019 -0400"
      },
      "message": "Merge pull request #1795 from felixhandte/workspace-asan\n\nAdd Poisoned Redzones to the Workspace When Compiling with ASAN"
    }
  ],
  "next": "e8aa3e486d7ad23bafb19cc39be9db5bce4ee3c7"
}
