Skip to content

Tags: noexcept/folly

Tags

v2021.12.13.00

Toggle v2021.12.13.00's commit message
Remove IOBufQueue::clear()

Summary: All usages in fbsource have been removed.

Reviewed By: yfeldblum, philippv

Differential Revision: D33007671

fbshipit-source-id: 74c5f2dad098c6b7cf7085aa1a2e01a48fa81781

v2021.12.06.00

Toggle v2021.12.06.00's commit message
Make ExtendedCoroutineHandle truthy when it holds a truthy basic hand…

…le for a non-extended promise

Reviewed By: simpkins

Differential Revision: D32838375

fbshipit-source-id: d8c350715d3a5fc7ebaa69f723cb6626bdc80031

v2021.11.29.00

Toggle v2021.11.29.00's commit message
cut legacy eventfd shims for glibc 2.5

Summary: That is an old glibc. The shims are no longer required.

Reviewed By: Orvid

Differential Revision: D32632173

fbshipit-source-id: d6ce675c6f16b896a950363b411bec66cedca966

v2021.11.15.00

Toggle v2021.11.15.00's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add FOLLY_DISABLE_MEMORY_SANITIZER to FOLLY_DISABLE_SANITIZERS

Summary: Now we'll ignore all the known sanitizers: ASAN, TSAN, MSAN, UBSAN.

Reviewed By: yfeldblum, jdonald

Differential Revision: D32364717

fbshipit-source-id: f71a294dd9ebaa8521f0487ebc65c6f7c1e7bf04

v2021.11.08.00

Toggle v2021.11.08.00's commit message
Add support for remove session callbacks in SSLContext; remove from S…

…SLSessionCallbacks

Reviewed By: mingtaoy

Differential Revision: D32218077

fbshipit-source-id: 5a966ced07387340d02ad2a85c095939c9e7f530

v2021.11.01.00

Toggle v2021.11.01.00's commit message
Fix CPP20 compile issues

Summary: Fix CPP20 compile issues

Reviewed By: yfeldblum

Differential Revision: D32010566

fbshipit-source-id: 203a272c80a0d54ac7a65809feed146ae0ee70f8

v2021.10.25.00

Toggle v2021.10.25.00's commit message
Add ImmutableRequestData

Summary: A simple folly::RequestData implementation.

Reviewed By: praihan

Differential Revision: D31738010

fbshipit-source-id: 3d7c3394fd3daf2dbb2942fe6cdac25207e04e32

v2021.10.18.00

Toggle v2021.10.18.00's commit message
revise sanitizer extern wrappers

Summary: Make them a bit shorter with a bit less repetition. Performance-wise, trades away two direct calls for one indirect but perfectly-predictable call. And continues to optimize away in non-sanitizer builds.

Reviewed By: luciang

Differential Revision: D31673074

fbshipit-source-id: f6d8b66cf45a81788d1ec0c5b58241f4fc693001

v2021.10.11.00

Toggle v2021.10.11.00's commit message
Parse and capture client alpns from client hello info

Summary:
Add code to capture client alpns from client hello packet and store them in
ssl socket object for later logging.

Reviewed By: AjanthanAsogamoorthy

Differential Revision: D31176714

fbshipit-source-id: 888fd9949ede5209234bb3ab1959a6f9c14043b2

v2021.10.04.00

Toggle v2021.10.04.00's commit message
unique_lock_guard, shared_lock_guard

Reviewed By: iahs

Differential Revision: D31183931

fbshipit-source-id: e97fcc99bbe6271def731916321eaf081d82d942