{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":89943162,"defaultBranch":"main","name":"fizz","ownerLogin":"facebookincubator","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-05-01T16:55:30.000Z","ownerAvatar":"https://github.com/avatars/u/19538647?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725894204.0","currentOid":""},"activityList":{"items":[{"before":"053787e7d09eba17cc430456d2fd895777a9a09c","after":"d4b2d1e07dd98888b763e737aa3ca5289cffd70f","ref":"refs/heads/main","pushedAt":"2024-09-13T20:45:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Add liboqs to getdeps\n\nSummary:\nX-link: https://github.com/facebookincubator/zstrong/pull/990\n\n* Add liboqs to getdeps\n* Add liboqs as dependency in fizz\n\nDifferential Revision: D62399390\n\nfbshipit-source-id: aca81633b6f35146d29a09a7ff899bddae32e14a","shortMessageHtmlLink":"Add liboqs to getdeps"}},{"before":"8a89459d12464166764fa3e84123505337affd62","after":"053787e7d09eba17cc430456d2fd895777a9a09c","ref":"refs/heads/main","pushedAt":"2024-09-13T16:36:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Updating submodules\n\nSummary:\nGitHub commits:\n\nhttps://github.com/facebook/buck2-prelude/commit/e885c62723c73e79ca5d384994bd0b8bbd39b8c4\nhttps://github.com/facebook/fb303/commit/b2a8f67dea6336c34e2594dbab0ce321375da342\nhttps://github.com/facebook/fbthrift/commit/d13f89b1ff5f091b5b003cf1a9c4d64ffe357b92\nhttps://github.com/facebook/folly/commit/3f21ed6dd97f36ca6653b16d5b086b8b8a7efebc\nhttps://github.com/facebook/mvfst/commit/efdffec2fd1d443d8590bb600ee868391a921218\nhttps://github.com/facebook/proxygen/commit/ac9ede6ed3ab1dff1f771ea7cf1118f8f830a470\nhttps://github.com/facebook/wangle/commit/28c78a1ffb2f705c6541f551a90525250154d772\nhttps://github.com/facebookexperimental/edencommon/commit/b6d6eb877ea4f89022af8163a28e400f46c07d11\nhttps://github.com/facebookexperimental/rust-shed/commit/778ae605ef932afbdf371b143567647cac544f89\nhttps://github.com/facebookincubator/fizz/commit/8a89459d12464166764fa3e84123505337affd62\n\nReviewed By: ckwalsh\n\nfbshipit-source-id: d40170021e54fab4a38f731ec601845462f3f431","shortMessageHtmlLink":"Updating submodules"}},{"before":"4ea0fc9bd53e9f276efeac90e7f6837411bba6b2","after":"8a89459d12464166764fa3e84123505337affd62","ref":"refs/heads/main","pushedAt":"2024-09-12T22:49:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Rename fizz::HkdfImpl -> fizz::Hkdf\n\nSummary:\nNothing other than `fizz::HkdfImpl` inherits from `fizz::Hkdf`. (There are\nno mocks, etc.) There is no reason to have the separation since the HKDF\nalgorithm will not change based on Factory implementations, and `fizz::HkdfImpl`\nis already written _in terms of_ a hashing primitive that is constructed by the\nfactory.\n\nReviewed By: zalecodez\n\nDifferential Revision: D62466716\n\nfbshipit-source-id: 9428afbc5874a29df95884a9b5296fcb79f597e3","shortMessageHtmlLink":"Rename fizz::HkdfImpl -> fizz::Hkdf"}},{"before":"bce99eef0fc53e2b5f54ae11e56f9ad518cd1560","after":"4ea0fc9bd53e9f276efeac90e7f6837411bba6b2","ref":"refs/heads/main","pushedAt":"2024-09-12T20:12:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Boost threads it not header only\n\nSummary: Missed this, put it in the wrong category. Caused linking issues with folly.\n\nReviewed By: bigfootjon\n\nDifferential Revision: D62590240\n\nfbshipit-source-id: 6baea51d62e9f870ead8bd8806994346a5c9a9c2","shortMessageHtmlLink":"Boost threads it not header only"}},{"before":"b58bf17a109895c5ef0574a771f26f8c865f84ea","after":"bce99eef0fc53e2b5f54ae11e56f9ad518cd1560","ref":"refs/heads/main","pushedAt":"2024-09-12T17:19:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Unbreak cpp_unittest rules for OSS buck2 builds\n\nSummary:\n- Make gtest main stub it's own library to link in. This resolves issues with\n multiple definitions of main(), which folly sometimes triggers. If the test\n includes its own definition, it will be preferred, otherwise the linked\n version will be used\n- Turn gmock from an alias of test to it's own third party library. For macos\n they are packaged together, but on other systems they are published\n separately, and have separate pkgconfigs\n- Add implicit deps to gtest/gmock for cpp_unittest rules. Internally these\n dependencies are implicitly added, so this matches that behavior.\n\nReviewed By: bigfootjon\n\nDifferential Revision: D62543160\n\nfbshipit-source-id: 3ed1ba5ec3b22928b11fefa86133acab13c16382","shortMessageHtmlLink":"Unbreak cpp_unittest rules for OSS buck2 builds"}},{"before":"7144faf9fb667011277ef61ef5895c6656ea0f53","after":"b58bf17a109895c5ef0574a771f26f8c865f84ea","ref":"refs/heads/main","pushedAt":"2024-09-12T16:35:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Updating submodules\n\nSummary:\nGitHub commits:\n\nhttps://github.com/facebook/buck2-prelude/commit/73ac84715d492ca2d7d4a18e4ebdae01fbdec2f3\nhttps://github.com/facebook/fb303/commit/c8122ec34d3de0b3597a37ead6b90775eaaca1de\nhttps://github.com/facebook/fbthrift/commit/86c1b3d3944f240b087eface686259cfad9cc112\nhttps://github.com/facebook/folly/commit/0efca4e6ab4bed984eb202b22db357b2e9115c77\nhttps://github.com/facebook/mvfst/commit/f20379bfa768425677b275ce359ad76562ef451f\nhttps://github.com/facebook/proxygen/commit/0b9775978fd51ef30761ebb2d21b81e75465300c\nhttps://github.com/facebook/wangle/commit/c0e691dd81949be59e3e75f2f726044c0367db12\nhttps://github.com/facebookexperimental/edencommon/commit/b1ae45af52008bd1a29cacb75f8deafe384d4e07\nhttps://github.com/facebookexperimental/rust-shed/commit/e1665345ca6696348fa0aae00ec6e9bb1080c424\nhttps://github.com/facebookincubator/fizz/commit/7144faf9fb667011277ef61ef5895c6656ea0f53\n\nReviewed By: bigfootjon\n\nfbshipit-source-id: 08bd830b03a60966adc856d6a3113fd57be2b9d3","shortMessageHtmlLink":"Updating submodules"}},{"before":"21e12714ac044b4e3c87c1d48da9c5e204513f72","after":"7144faf9fb667011277ef61ef5895c6656ea0f53","ref":"refs/heads/main","pushedAt":"2024-09-12T01:04:50.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Split boost shims into library and header only versions\n\nSummary:\nSome boost libraries have no libs to link against, and are header\nonly. In this case, we don't want to add the linker flags.\n\nI audited the boost code, identified all these libraries as being affected, and\nsplit them, sorting the entries at the same time.\n\nReviewed By: bigfootjon\n\nDifferential Revision: D62516927\n\nfbshipit-source-id: e8b941de34372a2df348919a84a764f93641c3b4","shortMessageHtmlLink":"Split boost shims into library and header only versions"}},{"before":"2e140641382e1305a41789d8cb8f6ac24c552ea4","after":"21e12714ac044b4e3c87c1d48da9c5e204513f72","ref":"refs/heads/main","pushedAt":"2024-09-11T19:25:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Back out \"Remove direct dependency from HPKE to OpenSSL\"\n\nSummary:\nOriginal commit changeset: 11ed92adddee\n\nOriginal Phabricator Diff: D61632080\n\nReviewed By: zxjtan\n\nDifferential Revision: D62514132\n\nfbshipit-source-id: bc284414a3d79425a26bf6c557b1c3264d643671","shortMessageHtmlLink":"Back out \"Remove direct dependency from HPKE to OpenSSL\""}},{"before":"4c0f1b3e46958294f0f70613426e7e6be27947ca","after":"2e140641382e1305a41789d8cb8f6ac24c552ea4","ref":"refs/heads/main","pushedAt":"2024-09-11T18:03:50.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Fix pkgconfig name for gtest\n\nSummary:\nFailed when trying to build folly. Apparently macos is not case\nsensitive, but fedora is.\n\nReviewed By: bigfootjon\n\nDifferential Revision: D62470003\n\nfbshipit-source-id: 885c76f6d44b10664090864314c0f2c13737ea0a","shortMessageHtmlLink":"Fix pkgconfig name for gtest"}},{"before":"7971a06b2b81d3a0fc0cadc7e9115e01d0e4ac4b","after":"4c0f1b3e46958294f0f70613426e7e6be27947ca","ref":"refs/heads/main","pushedAt":"2024-09-11T16:33:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Updating submodules\n\nSummary:\nGitHub commits:\n\nhttps://github.com/facebook/buck2-prelude/commit/5c830913ee097c318dfee2d86d0c8345c95ba8d7\nhttps://github.com/facebook/fb303/commit/83cd95f5adc34913b2a274be0f9a6339abd3fa3b\nhttps://github.com/facebook/fbthrift/commit/205e7350dd372847ed7a73250b2fbc866b93016b\nhttps://github.com/facebook/folly/commit/ac187ce0056ba209e7837d6daca339e5b2b35d42\nhttps://github.com/facebook/mvfst/commit/396306fbdfba4918506bbf8808ff3e118206fe14\nhttps://github.com/facebook/proxygen/commit/34f6c39d486c3b49aadb1dad53341a8b3f37f66c\nhttps://github.com/facebook/wangle/commit/d4e2e87f40e9328a0bd90cb2b3e53f79cd5d191e\nhttps://github.com/facebookexperimental/edencommon/commit/94111f612afc277ba457f4ac153d4770983057d9\nhttps://github.com/facebookexperimental/rust-shed/commit/f8bd77d244a04eebdfbf0f00b9cd0268bc16c957\nhttps://github.com/facebookincubator/fizz/commit/7971a06b2b81d3a0fc0cadc7e9115e01d0e4ac4b\n\nReviewed By: bigfootjon\n\nfbshipit-source-id: 91dd7753b2812fd1366fa936906f5fce3ea6767e","shortMessageHtmlLink":"Updating submodules"}},{"before":"3c58663113c5224d14dfa121c7b3be2e8a6e3f20","after":"7971a06b2b81d3a0fc0cadc7e9115e01d0e4ac4b","ref":"refs/heads/main","pushedAt":"2024-09-10T22:19:20.000Z","pushType":"push","commitsCount":13,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Detemplatize fizz::openssl::Sha\n\nSummary:\nfizz::openssl::Sha is a wrapper around folly::OpenSSLHash::Digest which itself is a wrapper around EVP_MD_CTX. The choice of hash algorithm to use has always been done at runtime. `T` isn't really used other than to get the corresponding `EVP_MD` to initialize the OpenSSL EVP with.\n\nSave some binary size by eliminating the redundant instantiations of this class.\n\nReviewed By: zalecodez\n\nDifferential Revision: D62267324\n\nfbshipit-source-id: e7b92daf8d0e6f336b8c2dd49c6815ff347f06bb","shortMessageHtmlLink":"Detemplatize fizz::openssl::Sha"}},{"before":"405edb25e500e8b83038faf5bed0f61b9f57365b","after":"3c58663113c5224d14dfa121c7b3be2e8a6e3f20","ref":"refs/heads/main","pushedAt":"2024-09-10T16:35:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Updating submodules\n\nSummary:\nGitHub commits:\n\nhttps://github.com/facebook/buck2-prelude/commit/2d80bb3bb705c5669a09268b7a7c82a1fa1ae2c0\nhttps://github.com/facebook/fb303/commit/7b536f27f42472187c55007cace5c30d5e5c17d5\nhttps://github.com/facebook/fbthrift/commit/7893604868c06e47f0ca4b3bbce69e725b9c7d4e\nhttps://github.com/facebook/folly/commit/110fd8f1e8a6ec3561a53a555d38fb4ecddb07ab\nhttps://github.com/facebook/mvfst/commit/4bc64398132df09e8e2ef58712e9e954b6e80fae\nhttps://github.com/facebook/proxygen/commit/3488cfddaa1bf74288c39f99b1ed33d5f7ec566e\nhttps://github.com/facebookexperimental/rust-shed/commit/c509b256bb81627d9577c2e1286815df55fda722\nhttps://github.com/facebookincubator/fizz/commit/405edb25e500e8b83038faf5bed0f61b9f57365b\n\nReviewed By: bigfootjon\n\nfbshipit-source-id: d2dc110f493dd7408ef1d168e707b94be602ea5e","shortMessageHtmlLink":"Updating submodules"}},{"before":"25ecb45ce6b3bd57c1b6f797e31b54abedbf5738","after":"405edb25e500e8b83038faf5bed0f61b9f57365b","ref":"refs/heads/main","pushedAt":"2024-09-09T23:34:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"OpenSSLHash: Expose hash_size() and block_size()\n\nSummary:\nGiven an folly::OpenSSLHash::Digest, which can represent any number of message\ndigests, expose several functions to query properties of the underlying\nmessage digest algorithm. This is useful when the algorithm is given an\narbitrary `Digest` object that was created by a caller, and would like to,\nfor instance, determine the size of the message digest.\n\nReviewed By: zalecodez\n\nDifferential Revision: D62269695\n\nfbshipit-source-id: 009818bd62d30d31b143ea984bf455b01a7e48ef","shortMessageHtmlLink":"OpenSSLHash: Expose hash_size() and block_size()"}},{"before":"f8746348b2ed0d0864f4b5386eb7e86324fbe41e","after":"25ecb45ce6b3bd57c1b6f797e31b54abedbf5738","ref":"refs/heads/main","pushedAt":"2024-09-09T21:52:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Add method to set pre-received app data\n\nSummary: Add method to set pre-received app data. This is for pushing back the data previously received. The use case is for peeking the inner TLS client hello in the TLS-in-TLS tunnel. The data is cached for application to read later.\n\nDifferential Revision: D61760855\n\nfbshipit-source-id: 81cabb7e660207893730986b8254aca05e498ddf","shortMessageHtmlLink":"Add method to set pre-received app data"}},{"before":"bcecb0db99632bd71912f8cebfa49924a83cd695","after":"f8746348b2ed0d0864f4b5386eb7e86324fbe41e","ref":"refs/heads/main","pushedAt":"2024-09-07T16:33:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Updating submodules\n\nSummary:\nGitHub commits:\n\nhttps://github.com/facebook/fb303/commit/f6787adc83ee73ee909906b7659200f3ddca0c77\nhttps://github.com/facebook/fbthrift/commit/8a3ea758f41b4591f44c9649d2b51b150d4fa275\nhttps://github.com/facebook/folly/commit/2fb0ca3c553c803a8c9bf6b7b4bc98f1b0a79d4e\nhttps://github.com/facebook/mvfst/commit/13156b96ec512fd9cd56c280253794b8ebdf46a3\nhttps://github.com/facebook/proxygen/commit/21064c0477e198906cec2fcebec5686183be2eba\nhttps://github.com/facebook/wangle/commit/1260d25d552801133f2eb2ced2df09c7f7ae1f66\nhttps://github.com/facebookexperimental/edencommon/commit/363052d7bb66a466124f3141e092e97985063e3b\nhttps://github.com/facebookexperimental/rust-shed/commit/3d9fbd6d3d3b8a6790662ad402969b88ddf45595\nhttps://github.com/facebookincubator/fizz/commit/bcecb0db99632bd71912f8cebfa49924a83cd695\n\nReviewed By: ajb85\n\nfbshipit-source-id: 243e8ae8ea0fe89814228668e3b162302098614b","shortMessageHtmlLink":"Updating submodules"}},{"before":"de3060eddf9d914fc98d6efc21c765f8e576b1f8","after":"bcecb0db99632bd71912f8cebfa49924a83cd695","ref":"refs/heads/main","pushedAt":"2024-09-06T19:56:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Fixing failing xplat fizz test\n\nSummary:\nI got a task for failed fizz tests: T200478973, and here is how I reproduced the fail in my local repo:\n```\n~/fbsource% buck2 build //xplat/fizz/record/test:plaintext_record_testFbcode\nAction failed: fbsource//xplat/fizz/record/test:plaintext_record_testFbcode (cxx_compile PlaintextRecordTest.cpp (pic))\nLocal command returned non-zero exit code 1\nReproduce locally: `env -- 'BUCK_SCRATCH_PATH=buck-out/v2/tmp/fbsource/d610042e0e454d43/cxx_compile/_buck_9db2d4156e1c00 ...... record/test/__plaintext_record_testFbcode__/__dep_files_intermediaries__/PlaintextRecordTest.cpp.pic (run `buck2 log what-failed` to get the full command)`\nstdout:\nstderr:\nxplat/fizz/record/test/PlaintextRecordTest.cpp:171:47: error: missing field 'fragment' initializer [-Werror,-Wmissing-field-initializers]\n TLSMessage msg{ContentType::application_data};\n ^\n1 error generated.\nBuck UI: https://www.internalfb.com/buck2/8c499c48-8024-4aa8-8bf5-1d9d11233881\nNetwork: Up: 9.0KiB Down: 8.4MiB (reSessionID-cde98ed7-aacf-4fc8-a789-51414b\nJobs completed: 3298. Time elapsed: 8.7s.\nCache hits: 99%. Commands: 830 (cached: 826, remote: 0, local: 4)\nBUILD FAILED\nFailed to build 'fbsource//xplat/fizz/record/test:plaintext_record_testFbcode (cfg:linux-x86_64-fbcode-platform010-clang15-asan-ubsan-dev#4ea77c5e1126fcc1)'\n```\n\nReviewed By: abakiaydin\n\nDifferential Revision: D62305642\n\nfbshipit-source-id: c7ae0c1f7e3740a67b80b58aa9a1c0e886370959","shortMessageHtmlLink":"Fixing failing xplat fizz test"}},{"before":"0b913939802a3289960bdcc6bc262cbe41209165","after":"de3060eddf9d914fc98d6efc21c765f8e576b1f8","ref":"refs/heads/main","pushedAt":"2024-09-06T16:35:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Updating submodules\n\nSummary:\nGitHub commits:\n\nhttps://github.com/facebook/buck2-prelude/commit/14d4bb16ec545aea53db5961aaa62a1b2940aa47\nhttps://github.com/facebook/fb303/commit/eaa80e976454fb435ff323661a2fc603ac55081d\nhttps://github.com/facebook/fbthrift/commit/cdd4a2b2bd6eee61797c66ba064432d6013944fe\nhttps://github.com/facebook/folly/commit/bf46c8a21ffa288d756cea2ad455b5f012c3231f\nhttps://github.com/facebook/mvfst/commit/7f00a211df18f343cb68c33e039a964da9e5438b\nhttps://github.com/facebook/proxygen/commit/cec141423d1ea98a15175d11412839f8cad82a1c\nhttps://github.com/facebook/wangle/commit/9dabbbc42b8a59e1e16afa46ad2b0c4ff88ed35d\nhttps://github.com/facebookexperimental/edencommon/commit/304a676edf9d5169794c65a9276e335a401fb328\nhttps://github.com/facebookexperimental/rust-shed/commit/4db19a93ead940770c825d41324ad4d1ad59ba67\nhttps://github.com/facebookincubator/fizz/commit/0b913939802a3289960bdcc6bc262cbe41209165\n\nReviewed By: ajb85\n\nfbshipit-source-id: 8e598507acffae4e1d6ecd9974f2fc8227f69181","shortMessageHtmlLink":"Updating submodules"}},{"before":"5fd2ea685ab2a0dec98e21443d6c006001474f7f","after":"0b913939802a3289960bdcc6bc262cbe41209165","ref":"refs/heads/main","pushedAt":"2024-09-05T21:40:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"ech: Remove `fizz::ech::getRecordDigest`\n\nSummary:\nNothing uses this function, and this function puts a dependency on a concrete\nbackend (OpenSSL).\n\nReviewed By: zalecodez\n\nDifferential Revision: D62219043\n\nfbshipit-source-id: 9f2fe44571e3e9ebcf586c0a1b69f52921cdb68d","shortMessageHtmlLink":"ech: Remove fizz::ech::getRecordDigest"}},{"before":"9c60caec3bb99282affdebab2dfc0b4a89ea049f","after":"5fd2ea685ab2a0dec98e21443d6c006001474f7f","ref":"refs/heads/main","pushedAt":"2024-09-05T16:35:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Updating submodules\n\nSummary:\nGitHub commits:\n\nhttps://github.com/facebook/buck2-prelude/commit/a701de8ff69596e45203c75860f593cb16dedbb8\nhttps://github.com/facebook/fb303/commit/495d843337a520d8ce089bba980d094e2794db6f\nhttps://github.com/facebook/fbthrift/commit/0cb4447fca20691ee0c6fed8c75badb94c6cb0fc\nhttps://github.com/facebook/folly/commit/19254c4dd4e47c94364ebf78b12bcf69fdf28f16\nhttps://github.com/facebook/mvfst/commit/65d29e22b20db65acb26f5c2b1c60b86d5519d63\nhttps://github.com/facebook/proxygen/commit/bc722012285ee978d7706965c69174c14fcb1821\nhttps://github.com/facebook/wangle/commit/fbc1ef163736bd5cf47e68472e17b1ca8b8b4ee1\nhttps://github.com/facebookexperimental/edencommon/commit/6ee50b1b5aa163d06355693b65199da1103ebbfe\nhttps://github.com/facebookexperimental/rust-shed/commit/819245803ca79b935fae2c80d7058a8391a2fbd1\nhttps://github.com/facebookincubator/fizz/commit/9c60caec3bb99282affdebab2dfc0b4a89ea049f\n\nReviewed By: ajb85\n\nfbshipit-source-id: 5a97a8ff8d090451576ceb466361b08fa3108ee2","shortMessageHtmlLink":"Updating submodules"}},{"before":"c6f1a9370f618be7c30402592db0d21b5a65adf3","after":"9c60caec3bb99282affdebab2dfc0b4a89ea049f","ref":"refs/heads/main","pushedAt":"2024-09-04T17:15:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"remove mac-build.sh\n\nSummary:\nThis script was not maintained.\n\nUse `python3 build/fbcode_builder/getdeps.py` instead.\n\nReviewed By: NickR23\n\nDifferential Revision: D62156342\n\nfbshipit-source-id: 70196889c59488125360aacc8f2616be11d45af5","shortMessageHtmlLink":"remove mac-build.sh"}},{"before":"50070aa762326131dac24d6f8590fb57c964add1","after":"c6f1a9370f618be7c30402592db0d21b5a65adf3","ref":"refs/heads/main","pushedAt":"2024-09-04T16:39:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Updating submodules\n\nSummary:\nGitHub commits:\n\nhttps://github.com/facebook/buck2-prelude/commit/6eba73d9872a755e151ae1477500a19ee225a30a\nhttps://github.com/facebook/fb303/commit/46c0206a95c19da080460ab019727717330c0413\nhttps://github.com/facebook/fbthrift/commit/279b8e8d3804e394c4627269d9745243880ecb6d\nhttps://github.com/facebook/folly/commit/9480501e2c2650735bfd08fb98dd63f342b5c27c\nhttps://github.com/facebook/mvfst/commit/7ba268c1c904805e32f0d810fff35c59e375608c\nhttps://github.com/facebook/proxygen/commit/930aa153bfc82e78988e7176d91a687b4b9afdec\nhttps://github.com/facebook/wangle/commit/f934b3d5004d6a7f78e17552b24c017ce2cdf426\nhttps://github.com/facebookexperimental/edencommon/commit/2ccec577dc2d968693c91561733d7ed892d6f25e\nhttps://github.com/facebookexperimental/rust-shed/commit/d3608e5838945b4702ebbd6a84e9bfdfa8847a7b\nhttps://github.com/facebookincubator/fizz/commit/50070aa762326131dac24d6f8590fb57c964add1\n\nReviewed By: ajb85\n\nfbshipit-source-id: cd232bcea198f2adefdbd9a016df47befd8b9d60","shortMessageHtmlLink":"Updating submodules"}},{"before":"50cf68a9140cf8616fe09639d91190ba9a788030","after":"50070aa762326131dac24d6f8590fb57c964add1","ref":"refs/heads/main","pushedAt":"2024-09-04T16:02:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Use the boilerplate rewrite to fix `xplat/fizz/client`\n\nSummary: Make this all match the fbcode targets\n\nReviewed By: mingtaoy\n\nDifferential Revision: D62045450\n\nfbshipit-source-id: 300db4b886d10258b93d52c98050b14c994efba4","shortMessageHtmlLink":"Use the boilerplate rewrite to fix xplat/fizz/client"}},{"before":"22874b35b376b6c8b7c1cb5621b96849fd171dfa","after":"50cf68a9140cf8616fe09639d91190ba9a788030","ref":"refs/heads/main","pushedAt":"2024-09-04T00:33:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Can we make the `fizz` target graph also match?\n\nSummary: There is so much boilerplate to keep this aligned. It would be easier if we could have one defintion for it all.\n\nReviewed By: mingtaoy\n\nDifferential Revision: D61986587\n\nfbshipit-source-id: ba88b4a6560f67142f88622ef755ebbd645ca274","shortMessageHtmlLink":"Can we make the fizz target graph also match?"}},{"before":"b095429407d0d045668581a5e44acd01c7c77724","after":"22874b35b376b6c8b7c1cb5621b96849fd171dfa","ref":"refs/heads/main","pushedAt":"2024-09-03T20:48:16.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Have FizzServerContext::getCert check for an unconfigured CertManager\n\nSummary:\nServerProtocol invokes `context.getCert(...)`, which unconditionally\nperforms an unchecked dereference of `certManager_->getCert(..)`.\n\nHowever, nowhere does FizzServerContext establish the invariant that `certManager_`\nis non-nullptr. By default, FizzServerContext does not create a CertManager\ninstance (otherwise it would be a wasted allocation since the user would have\nto override it with another certificate manager).\n\nSince `getCert(..)` is part of FizzServerContext's public interface, and\nbecause the class itself never establishes that `certManager_ != nullptr`, we\nmust handle these conditions within the implementation of `getCert(..)` itself.\n\nOtherwise, a misconfiguration by not setting a CertManager before attempting\nto use FizzServer will lead to UB.\n\nReviewed By: AjanthanAsogamoorthy\n\nDifferential Revision: D61949042\n\nfbshipit-source-id: 8769150c2879f50abeb8ae7f4dc1d93ffe35dd36","shortMessageHtmlLink":"Have FizzServerContext::getCert check for an unconfigured CertManager"}},{"before":"459530b4a61f71d0069607f2f69609d55ec8c331","after":"b095429407d0d045668581a5e44acd01c7c77724","ref":"refs/heads/main","pushedAt":"2024-09-03T16:37:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Updating submodules\n\nSummary:\nGitHub commits:\n\nhttps://github.com/facebook/buck2-prelude/commit/01e2eb9f11e59e31569e3b11c4b9a54d717560dd\nhttps://github.com/facebook/fb303/commit/d7e8351365504e48b7730a1dc7e2af1fcc88c98c\nhttps://github.com/facebook/fbthrift/commit/f553d3a4d66783f434f6df1d4250e1d8c25ec7a1\nhttps://github.com/facebook/folly/commit/f13c956b01d9fabc8c31722dbc24c8bbd34d035b\nhttps://github.com/facebook/mvfst/commit/7d699bbc1f186df7eb8b922feafd3cc5d0b8d641\nhttps://github.com/facebook/proxygen/commit/12db28ef28a85c1f5ae230a8adf1aa0f46c99ad4\nhttps://github.com/facebook/wangle/commit/88e1b2edb555263938fb6ef8c27dd8b7ea472c50\nhttps://github.com/facebookexperimental/rust-shed/commit/2a181b29ae47cae225d26428ae7e20439da8d400\nhttps://github.com/facebookincubator/fizz/commit/459530b4a61f71d0069607f2f69609d55ec8c331\n\nReviewed By: ajb85\n\nfbshipit-source-id: 2b330ee667b3ca9392ac3c66cde99aa441827054","shortMessageHtmlLink":"Updating submodules"}},{"before":"04e5d48ae96de8f6987ff2b358ecbade40e6d009","after":"459530b4a61f71d0069607f2f69609d55ec8c331","ref":"refs/heads/main","pushedAt":"2024-09-02T16:35:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Updating submodules\n\nSummary:\nGitHub commits:\n\nhttps://github.com/facebook/buck2-prelude/commit/10ead507e71ca417ac6e77a8c35238ba0e5b12aa\nhttps://github.com/facebook/fb303/commit/9ee9db23010bb302a181c06fa8f31b7c5aa64cb7\nhttps://github.com/facebook/fbthrift/commit/d5465a408d5f4e5a1b3f67e38d34d9dabdc6e5a9\nhttps://github.com/facebook/mvfst/commit/eda260cc8646b8e0cffbc0fae5c0353ffac18cc3\nhttps://github.com/facebook/proxygen/commit/ad2f67237d1e9bf0370ae3c6306a22c3786dc355\nhttps://github.com/facebook/wangle/commit/2ecf536cd4a2c786a6860fa0399a83cc844401d2\nhttps://github.com/facebookexperimental/edencommon/commit/b8d3c398624139c68454afd8d41d480e945c9ceb\nhttps://github.com/facebookexperimental/rust-shed/commit/961695a79b8bee12e3ecbd891dd3b5ddfc128458\nhttps://github.com/facebookincubator/fizz/commit/04e5d48ae96de8f6987ff2b358ecbade40e6d009\n\nReviewed By: zpao\n\nfbshipit-source-id: 1d52d2fc7290277f84be79db6654be97dfee2eeb","shortMessageHtmlLink":"Updating submodules"}},{"before":"4c498f6f954b706ab7588380f8193ad987b6d98e","after":"04e5d48ae96de8f6987ff2b358ecbade40e6d009","ref":"refs/heads/main","pushedAt":"2024-09-01T16:35:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Updating submodules\n\nSummary:\nGitHub commits:\n\nhttps://github.com/facebook/buck2-prelude/commit/97003286dbcbde09e5d665662df91b9349623d7f\nhttps://github.com/facebook/fb303/commit/b5ff9386f6cce0aae316eb4aabc377eb165e67b1\nhttps://github.com/facebook/fbthrift/commit/1000892c7e94d1049b144fe3d6c7ac8b5364d945\nhttps://github.com/facebook/folly/commit/02e0109fe64be0e7e73fc8021bc6e069b20b0233\nhttps://github.com/facebook/mvfst/commit/a82dafccc7ad318aefcf04d2a0b0b7e25a354464\nhttps://github.com/facebook/proxygen/commit/69df3245cce93ebe3c576cf93a481dcdc2b57d2e\nhttps://github.com/facebook/wangle/commit/582cd59648f96f52db3ebe58db793c3975818840\nhttps://github.com/facebookexperimental/edencommon/commit/201b2d8d31de01b441b472c0032a79cb56694deb\nhttps://github.com/facebookexperimental/rust-shed/commit/13e95e24221563665dc8ab762d62c8535c09f574\nhttps://github.com/facebookincubator/fizz/commit/4c498f6f954b706ab7588380f8193ad987b6d98e\n\nReviewed By: zpao\n\nfbshipit-source-id: 9a426f5621f35f4ff226c5beb17f6423b9471a9f","shortMessageHtmlLink":"Updating submodules"}},{"before":"baaa4d462ed9b3484308e49f7f679d9c9e1e92e2","after":"4c498f6f954b706ab7588380f8193ad987b6d98e","ref":"refs/heads/main","pushedAt":"2024-08-31T16:34:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Updating submodules\n\nSummary:\nGitHub commits:\n\nhttps://github.com/facebook/buck2-prelude/commit/aeb0397e72febf711cc3615dca85409ef36deb9a\nhttps://github.com/facebook/fb303/commit/ea47ad8f13c9886a1732a63e07dec70e14ef9f24\nhttps://github.com/facebook/fbthrift/commit/29f4061de82c0872221d29eecfaabca631a3b1cf\nhttps://github.com/facebook/folly/commit/9fdb1a57bd7a063c0981351a5389ff1b66c49b2a\nhttps://github.com/facebook/mvfst/commit/3e0a0d8cf02e96da7dd17db5801dc4c7be0bcc3a\nhttps://github.com/facebook/proxygen/commit/bfb2409db9b8192ef2dedda5f5bff9a14dd02e79\nhttps://github.com/facebook/wangle/commit/f06b002845231195851cac605972b2eb1e49a8d4\nhttps://github.com/facebookexperimental/edencommon/commit/5f704e74eb127412e485477f9c483d5bfb6a6cf7\nhttps://github.com/facebookexperimental/rust-shed/commit/aaa7c10fe9a6e9b608173e7329aa04357f836e84\nhttps://github.com/facebookincubator/fizz/commit/baaa4d462ed9b3484308e49f7f679d9c9e1e92e2\n\nReviewed By: zpao\n\nfbshipit-source-id: f3f3ba772185f5bb7b4afc7d342d6c5d217e88f2","shortMessageHtmlLink":"Updating submodules"}},{"before":"bdacefcd029974944b0548e657d425beda337ffe","after":"baaa4d462ed9b3484308e49f7f679d9c9e1e92e2","ref":"refs/heads/main","pushedAt":"2024-08-30T20:09:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Update NSS KeyLog link\n\nSummary: Updates URL to NSS KeyLog docs. The old URL seems to have been taken down.\n\nReviewed By: knekritz\n\nDifferential Revision: D61864829\n\nfbshipit-source-id: 3f7ce53ec9cdbda925f43f4ba846d2e376b01d93","shortMessageHtmlLink":"Update NSS KeyLog link"}},{"before":"3d7f09b51b8936c957d2ea324cd4de583afac97a","after":"bdacefcd029974944b0548e657d425beda337ffe","ref":"refs/heads/main","pushedAt":"2024-08-30T16:37:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"facebook-github-bot","name":"Facebook Community Bot","path":"/facebook-github-bot","primaryAvatarUrl":"https://github.com/avatars/u/6422482?s=80&v=4"},"commit":{"message":"Updating submodules\n\nSummary:\nGitHub commits:\n\nhttps://github.com/facebook/buck2-prelude/commit/dd4551a39f36fa66e65caeb9cd47b162d7711f5c\nhttps://github.com/facebook/fb303/commit/3fd0fd523c433bb7833db4c8888b14200dac4c76\nhttps://github.com/facebook/fbthrift/commit/34ee27734b1ad20b013de550163339ad90e91ea0\nhttps://github.com/facebook/folly/commit/06b6275fff0c9dc8bc8a0117006467ebc6abfeff\nhttps://github.com/facebook/mvfst/commit/7847eb1bf635aa57b33d59a59169d1ebd7537508\nhttps://github.com/facebook/proxygen/commit/c9e8cbf0bcde9203825973ab6b8935f0e96299c8\nhttps://github.com/facebook/wangle/commit/3338d97a1e3645fa8f91a9df9276245628e08520\nhttps://github.com/facebookexperimental/edencommon/commit/dc57b45ee3427c9ff74e88b0d5b99703dce110ed\nhttps://github.com/facebookexperimental/rust-shed/commit/4d7e13bd7c865b89848a6f06f9b7a09fec8dc9b7\nhttps://github.com/facebookincubator/fizz/commit/13f12a98497cf944b7f6d4890b8138174d7830e2\n\nReviewed By: zpao\n\nfbshipit-source-id: fb314bdb9f936d5eabe076d50822c85667046176","shortMessageHtmlLink":"Updating submodules"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xM1QyMDo0NTozNS4wMDAwMDBazwAAAAS13-cp","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xM1QyMDo0NTozNS4wMDAwMDBazwAAAAS13-cp","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0zMFQxNjozNzo0Ni4wMDAwMDBazwAAAASo3Td7"}},"title":"Activity ยท facebookincubator/fizz"}