Add mechanizm for caching local and peer addresses in AsyncSSLSocket.
[folly.git] / folly / Singleton.h
2016-01-26 Christopher DykesUse FOLLY_DEPRECATED rather than directly using GCC...
2016-01-09 Yedidya FeldblumSingeltonVault::ScopedExpunger - RAII class to clear...
2015-12-09 Andrii GrynenkoSwitch folly::Singleton to ReadMostlySharedPtr
2015-11-26 Andrii GrynenkoDeprecate get_weak()
2015-10-29 Andrii GrynenkoRemove DFATAL from folly::Singleton::try_get()
2015-10-21 Andrii GrynenkoImprove folly::Singleton try_get perf and bring back...
2015-10-09 Hans FugalMerge pull request #331 from vbuslov/config_fix
2015-10-09 Steve O'Brienaggregator: fix `doEagerInitVia`
2015-10-07 Steve O'BrienSingleton: remove dependency on Future
2015-10-07 Steve O'BrienSingleton: un-inline initialization-time-only methods
2015-10-06 Lucian Grijincufolly: Singleton: update doc to match new Strict vs...
2015-09-25 Steve O'BrienSingleton: refine "eager" initialization
2015-09-17 Steve O'Brienfolly Singleton: "eager" option to initialize upfront
2015-08-20 Andrey ObraztsovReplace Singleton<T>::get() with Singleton<T>::try_get...
2015-07-28 Orvid KingAdd typename qualifiers to Singleton.h
2015-07-13 Andrii GrynenkoFix examples in folly::Singleton code
2015-06-12 Praveen KumarGet *=default*ed default constructors
2015-05-28 Marcelo Juchemcleaning up RequestContext
2015-05-20 Igor Sugakfolly: fix mismatched-tags
2015-04-29 Andrii GrynenkoMove Singleton out of folly/experimental into folly/