move folly/wangle to wangle
authorJames Sedgwick <jsedgwick@fb.com>
Tue, 26 May 2015 22:14:40 +0000 (15:14 -0700)
committerPavlo Kushnir <pavlo@fb.com>
Thu, 28 May 2015 00:52:53 +0000 (17:52 -0700)
commitef1c65adcbaf99ade4cfe548dabb2cfb7b4fa025
tree74342e1cc6e4e1724e11f054d09d343ad210b699
parenta716b86b2e1b944cb12b6efede404e1aa3964f4d
move folly/wangle to wangle

Summary: this preserves history and will be followed by a copy diff

Test Plan: next diff will compile

Reviewed By: hans@fb.com

Subscribers: fugalh, ps, bmatheny, folly-diffs@, jsedgwick, yfeldblum, markdrayton, chalfant

FB internal diff: D2100784

Tasks: 5802833

Signature: t1:2100784:1432677219:838a336d84918145d19c6cfa4290dd58374821fd
99 files changed:
folly/wangle/acceptor/Acceptor.cpp [deleted file]
folly/wangle/acceptor/Acceptor.h [deleted file]
folly/wangle/acceptor/ConnectionCounter.h [deleted file]
folly/wangle/acceptor/ConnectionManager.cpp [deleted file]
folly/wangle/acceptor/ConnectionManager.h [deleted file]
folly/wangle/acceptor/DomainNameMisc.h [deleted file]
folly/wangle/acceptor/LoadShedConfiguration.cpp [deleted file]
folly/wangle/acceptor/LoadShedConfiguration.h [deleted file]
folly/wangle/acceptor/ManagedConnection.cpp [deleted file]
folly/wangle/acceptor/ManagedConnection.h [deleted file]
folly/wangle/acceptor/NetworkAddress.h [deleted file]
folly/wangle/acceptor/ServerSocketConfig.h [deleted file]
folly/wangle/acceptor/SocketOptions.cpp [deleted file]
folly/wangle/acceptor/SocketOptions.h [deleted file]
folly/wangle/acceptor/TransportInfo.cpp [deleted file]
folly/wangle/acceptor/TransportInfo.h [deleted file]
folly/wangle/bootstrap/BootstrapTest.cpp [deleted file]
folly/wangle/bootstrap/ClientBootstrap.h [deleted file]
folly/wangle/bootstrap/ServerBootstrap-inl.h [deleted file]
folly/wangle/bootstrap/ServerBootstrap.cpp [deleted file]
folly/wangle/bootstrap/ServerBootstrap.h [deleted file]
folly/wangle/bootstrap/ServerSocketFactory.h [deleted file]
folly/wangle/channel/AsyncSocketHandler.h [deleted file]
folly/wangle/channel/EventBaseHandler.h [deleted file]
folly/wangle/channel/Handler.h [deleted file]
folly/wangle/channel/HandlerContext-inl.h [deleted file]
folly/wangle/channel/HandlerContext.h [deleted file]
folly/wangle/channel/OutputBufferingHandler.h [deleted file]
folly/wangle/channel/Pipeline-inl.h [deleted file]
folly/wangle/channel/Pipeline.h [deleted file]
folly/wangle/channel/StaticPipeline.h [deleted file]
folly/wangle/channel/test/MockHandler.h [deleted file]
folly/wangle/channel/test/OutputBufferingHandlerTest.cpp [deleted file]
folly/wangle/channel/test/PipelineTest.cpp [deleted file]
folly/wangle/codec/ByteToMessageCodec.cpp [deleted file]
folly/wangle/codec/ByteToMessageCodec.h [deleted file]
folly/wangle/codec/CodecTest.cpp [deleted file]
folly/wangle/codec/FixedLengthFrameDecoder.h [deleted file]
folly/wangle/codec/LengthFieldBasedFrameDecoder.cpp [deleted file]
folly/wangle/codec/LengthFieldBasedFrameDecoder.h [deleted file]
folly/wangle/codec/LengthFieldPrepender.cpp [deleted file]
folly/wangle/codec/LengthFieldPrepender.h [deleted file]
folly/wangle/codec/LineBasedFrameDecoder.cpp [deleted file]
folly/wangle/codec/LineBasedFrameDecoder.h [deleted file]
folly/wangle/codec/README.md [deleted file]
folly/wangle/codec/StringCodec.h [deleted file]
folly/wangle/concurrent/BlockingQueue.h [deleted file]
folly/wangle/concurrent/CPUThreadPoolExecutor.cpp [deleted file]
folly/wangle/concurrent/CPUThreadPoolExecutor.h [deleted file]
folly/wangle/concurrent/Codel.cpp [deleted file]
folly/wangle/concurrent/Codel.h [deleted file]
folly/wangle/concurrent/FiberIOExecutor.h [deleted file]
folly/wangle/concurrent/FutureExecutor.h [deleted file]
folly/wangle/concurrent/GlobalExecutor.cpp [deleted file]
folly/wangle/concurrent/GlobalExecutor.h [deleted file]
folly/wangle/concurrent/IOExecutor.h [deleted file]
folly/wangle/concurrent/IOThreadPoolExecutor.cpp [deleted file]
folly/wangle/concurrent/IOThreadPoolExecutor.h [deleted file]
folly/wangle/concurrent/LifoSemMPMCQueue.h [deleted file]
folly/wangle/concurrent/NamedThreadFactory.h [deleted file]
folly/wangle/concurrent/PriorityLifoSemMPMCQueue.h [deleted file]
folly/wangle/concurrent/ThreadFactory.h [deleted file]
folly/wangle/concurrent/ThreadPoolExecutor.cpp [deleted file]
folly/wangle/concurrent/ThreadPoolExecutor.h [deleted file]
folly/wangle/concurrent/test/CodelTest.cpp [deleted file]
folly/wangle/concurrent/test/GlobalExecutorTest.cpp [deleted file]
folly/wangle/concurrent/test/ThreadPoolExecutorTest.cpp [deleted file]
folly/wangle/rx/Dummy.cpp [deleted file]
folly/wangle/rx/Observable.h [deleted file]
folly/wangle/rx/Observer.h [deleted file]
folly/wangle/rx/README.md [deleted file]
folly/wangle/rx/Subject.h [deleted file]
folly/wangle/rx/Subscription.h [deleted file]
folly/wangle/rx/test/RxBenchmark.cpp [deleted file]
folly/wangle/rx/test/RxTest.cpp [deleted file]
folly/wangle/rx/types.h [deleted file]
folly/wangle/service/ClientDispatcher.h [deleted file]
folly/wangle/service/ServerDispatcher.h [deleted file]
folly/wangle/service/Service.h [deleted file]
folly/wangle/service/ServiceTest.cpp [deleted file]
folly/wangle/ssl/ClientHelloExtStats.h [deleted file]
folly/wangle/ssl/DHParam.h [deleted file]
folly/wangle/ssl/PasswordInFile.cpp [deleted file]
folly/wangle/ssl/PasswordInFile.h [deleted file]
folly/wangle/ssl/SSLCacheOptions.h [deleted file]
folly/wangle/ssl/SSLCacheProvider.h [deleted file]
folly/wangle/ssl/SSLContextConfig.h [deleted file]
folly/wangle/ssl/SSLContextManager.cpp [deleted file]
folly/wangle/ssl/SSLContextManager.h [deleted file]
folly/wangle/ssl/SSLSessionCacheManager.cpp [deleted file]
folly/wangle/ssl/SSLSessionCacheManager.h [deleted file]
folly/wangle/ssl/SSLStats.h [deleted file]
folly/wangle/ssl/SSLUtil.cpp [deleted file]
folly/wangle/ssl/SSLUtil.h [deleted file]
folly/wangle/ssl/TLSTicketKeyManager.cpp [deleted file]
folly/wangle/ssl/TLSTicketKeyManager.h [deleted file]
folly/wangle/ssl/TLSTicketKeySeeds.h [deleted file]
folly/wangle/ssl/test/SSLCacheTest.cpp [deleted file]
folly/wangle/ssl/test/SSLContextManagerTest.cpp [deleted file]