Changes
clib/backend-uv/include/panda/unievent/backend/uv.h
clib/backend-uv/src/inc.h
clib/backend-uv/src/uv.cc
clib/backend-uv/src/UVAsync.h
clib/backend-uv/src/UVBackend.h
clib/backend-uv/src/UVCheck.h
clib/backend-uv/src/UVDelayer.h
clib/backend-uv/src/UVFsEvent.h
clib/backend-uv/src/UVHandle.h
clib/backend-uv/src/UVIdle.h
clib/backend-uv/src/UVLoop.h
clib/backend-uv/src/UVPipe.h
clib/backend-uv/src/UVPoll.h
clib/backend-uv/src/UVPrepare.h
clib/backend-uv/src/UVRequest.h
clib/backend-uv/src/UVSignal.h
clib/backend-uv/src/UVStream.h
clib/backend-uv/src/UVTcp.h
clib/backend-uv/src/UVTimer.h
clib/backend-uv/src/UVTty.h
clib/backend-uv/src/UVUdp.h
clib/backend-uv/src/UVWork.h
clib/cmake/modules/Findlibuv.cmake
clib/CMakeLists.txt
clib/doc/build.md
clib/doc/check.md
clib/doc/fs.md
clib/doc/fsevent.md
clib/doc/fspoll.md
clib/doc/functions.md
clib/doc/handle.md
clib/doc/idle.md
clib/doc/loop.md
clib/doc/pipe.md
clib/doc/poll.md
clib/doc/prepare.md
clib/doc/resolver.md
clib/doc/signal.md
clib/doc/stream.md
clib/doc/tcp.md
clib/doc/timer.md
clib/doc/tty.md
clib/doc/udp.md
clib/FetchDeps.cmake
clib/README.md
clib/src/panda/unievent.h
clib/src/panda/unievent/AddrInfo.cc
clib/src/panda/unievent/AddrInfo.h
clib/src/panda/unievent/Async.cc
clib/src/panda/unievent/Async.h
clib/src/panda/unievent/backend/AsyncImpl.h
clib/src/panda/unievent/backend/Backend.cc
clib/src/panda/unievent/backend/Backend.h
clib/src/panda/unievent/backend/CheckImpl.h
clib/src/panda/unievent/backend/Delayer.h
clib/src/panda/unievent/backend/forward.h
clib/src/panda/unievent/backend/FsEventImpl.h
clib/src/panda/unievent/backend/HandleImpl.h
clib/src/panda/unievent/backend/IdleImpl.h
clib/src/panda/unievent/backend/LAMetrics.h
clib/src/panda/unievent/backend/LATracker.h
clib/src/panda/unievent/backend/LoopImpl.h
clib/src/panda/unievent/backend/PipeImpl.h
clib/src/panda/unievent/backend/PollImpl.h
clib/src/panda/unievent/backend/PrepareImpl.h
clib/src/panda/unievent/backend/SignalImpl.h
clib/src/panda/unievent/backend/StreamImpl.h
clib/src/panda/unievent/backend/TcpImpl.h
clib/src/panda/unievent/backend/TimerImpl.h
clib/src/panda/unievent/backend/TtyImpl.h
clib/src/panda/unievent/backend/UdpImpl.h
clib/src/panda/unievent/backend/WorkImpl.h
clib/src/panda/unievent/BackendHandle.h
clib/src/panda/unievent/Check.cc
clib/src/panda/unievent/Check.h
clib/src/panda/unievent/error.cc
clib/src/panda/unievent/error.h
clib/src/panda/unievent/forward.h
clib/src/panda/unievent/Fs.cc
clib/src/panda/unievent/Fs.h
clib/src/panda/unievent/FsEvent.cc
clib/src/panda/unievent/FsEvent.h
clib/src/panda/unievent/FsPoll.cc
clib/src/panda/unievent/FsPoll.h
clib/src/panda/unievent/Handle.cc
clib/src/panda/unievent/Handle.h
clib/src/panda/unievent/Idle.cc
clib/src/panda/unievent/Idle.h
clib/src/panda/unievent/inc.h
clib/src/panda/unievent/log.h
clib/src/panda/unievent/Loop.cc
clib/src/panda/unievent/Loop.h
clib/src/panda/unievent/Pipe.cc
clib/src/panda/unievent/Pipe.h
clib/src/panda/unievent/Poll.cc
clib/src/panda/unievent/Poll.h
clib/src/panda/unievent/Prepare.cc
clib/src/panda/unievent/Prepare.h
clib/src/panda/unievent/Queue.h
clib/src/panda/unievent/Request.h
clib/src/panda/unievent/Resolver.cc
clib/src/panda/unievent/Resolver.h
clib/src/panda/unievent/Signal.cc
clib/src/panda/unievent/Signal.h
clib/src/panda/unievent/ssl/forward.h
clib/src/panda/unievent/ssl/SslBio.cc
clib/src/panda/unievent/ssl/SslBio.h
clib/src/panda/unievent/ssl/SslFilter.cc
clib/src/panda/unievent/ssl/SslFilter.h
clib/src/panda/unievent/SslContext.cc
clib/src/panda/unievent/SslContext.h
clib/src/panda/unievent/Stream.cc
clib/src/panda/unievent/Stream.h
clib/src/panda/unievent/Streamer.cc
clib/src/panda/unievent/Streamer.h
clib/src/panda/unievent/streamer/File.cc
clib/src/panda/unievent/streamer/File.h
clib/src/panda/unievent/streamer/Stream.cc
clib/src/panda/unievent/streamer/Stream.h
clib/src/panda/unievent/StreamFilter.cc
clib/src/panda/unievent/StreamFilter.h
clib/src/panda/unievent/Tcp.cc
clib/src/panda/unievent/Tcp.h
clib/src/panda/unievent/test/AsyncTest.cc
clib/src/panda/unievent/test/AsyncTest.h
clib/src/panda/unievent/test/Trace.h
clib/src/panda/unievent/Timer.cc
clib/src/panda/unievent/Timer.h
clib/src/panda/unievent/Tty.cc
clib/src/panda/unievent/Tty.h
clib/src/panda/unievent/Udp.cc
clib/src/panda/unievent/Udp.h
clib/src/panda/unievent/util.cc
clib/src/panda/unievent/util.h
clib/src/panda/unievent/util_unix.icc
clib/src/panda/unievent/util_win.icc
clib/src/panda/unievent/Work.cc
clib/src/panda/unievent/Work.h
clib/tests/async.cc
clib/tests/async_test.cc
clib/tests/backend.cc
clib/tests/bench.cc
clib/tests/cert/01-alice.csr
clib/tests/cert/01-alice.key
clib/tests/cert/01-alice.pem
clib/tests/cert/02-bob.csr
clib/tests/cert/02-bob.key
clib/tests/cert/02-bob.pem
clib/tests/cert/ca.key
clib/tests/cert/ca.pem
clib/tests/cert/ca2.key
clib/tests/cert/ca2.pem
clib/tests/cert/keys-gen.txt
clib/tests/check.cc
clib/tests/fs.cc
clib/tests/handle.cc
clib/tests/idle.cc
clib/tests/lib/test.cc
clib/tests/lib/test.h
clib/tests/loop.cc
clib/tests/pipe.cc
clib/tests/prepare.cc
clib/tests/regression.cc
clib/tests/resolver.cc
clib/tests/stream/establish.cc
clib/tests/stream/write.cc
clib/tests/streamer/basic.cc
clib/tests/streamer/file.cc
clib/tests/streamer/file.txt
clib/tests/streamer/stream.cc
clib/tests/streamer/streamer.h
clib/tests/tcp/base.cc
clib/tests/tcp/connect.cc
clib/tests/tcp/ssl.cc
clib/tests/timer.cc
clib/tests/util.cc
clib/tests/work.cc
clib/unievent-config.cmake
examples/ca.key
examples/ca.pem
examples/crafted-http-get.plx
examples/echo-client-async.plx
examples/echo-client-simple.plx
examples/echo-server.plx
examples/generate-keys.txt
examples/steamer.plx
examples/udp-echo-client.plx
examples/udp-echo-server.plx
INSTALL.SKIP
lib/UE.pm
lib/UE.pod
lib/UniEvent.pm
lib/UniEvent.pod
lib/UniEvent/Backend.pm
lib/UniEvent/Backend.pod
lib/UniEvent/Backend/UV.pm
lib/UniEvent/Backend/UV.pod
lib/UniEvent/Check.pm
lib/UniEvent/Check.pod
lib/UniEvent/Error.pm
lib/UniEvent/Error.pod
lib/UniEvent/Fs.pm
lib/UniEvent/Fs.pod
lib/UniEvent/FsEvent.pm
lib/UniEvent/FsEvent.pod
lib/UniEvent/FsPoll.pm
lib/UniEvent/FsPoll.pod
lib/UniEvent/Handle.pm
lib/UniEvent/Handle.pod
lib/UniEvent/Idle.pm
lib/UniEvent/Idle.pod
lib/UniEvent/Loop.pm
lib/UniEvent/Loop.pod
lib/UniEvent/Pipe.pm
lib/UniEvent/Pipe.pod
lib/UniEvent/Poll.pm
lib/UniEvent/Poll.pod
lib/UniEvent/Prepare.pm
lib/UniEvent/Prepare.pod
lib/UniEvent/Request.pm
lib/UniEvent/Request/Connect.pod
lib/UniEvent/Request/Send.pod
lib/UniEvent/Request/Shutdown.pod
lib/UniEvent/Request/Write.pod
lib/UniEvent/ResolveError.pod
lib/UniEvent/Resolver.pm
lib/UniEvent/Resolver.pod
lib/UniEvent/Resolver/Request.pm
lib/UniEvent/Resolver/Request.pod
lib/UniEvent/Signal.pm
lib/UniEvent/Signal.pod
lib/UniEvent/Stream.pm
lib/UniEvent/Stream.pod
lib/UniEvent/Streamer.pm
lib/UniEvent/Streamer.pod
lib/UniEvent/Streamer/FileInput.pm
lib/UniEvent/Streamer/FileInput.pod
lib/UniEvent/Streamer/FileOutput.pm
lib/UniEvent/Streamer/FileOutput.pod
lib/UniEvent/Streamer/IInput.pm
lib/UniEvent/Streamer/IInput.pod
lib/UniEvent/Streamer/Input.pm
lib/UniEvent/Streamer/Input.pod
lib/UniEvent/Streamer/IOutput.pm
lib/UniEvent/Streamer/IOutput.pod
lib/UniEvent/Streamer/Output.pm
lib/UniEvent/Streamer/Output.pod
lib/UniEvent/Streamer/StreamInput.pm
lib/UniEvent/Streamer/StreamInput.pod
lib/UniEvent/Streamer/StreamOutput.pm
lib/UniEvent/Streamer/StreamOutput.pod
lib/UniEvent/StreamerError.pod
lib/UniEvent/SystemError.pm
lib/UniEvent/SystemError.pod
lib/UniEvent/Tcp.pm
lib/UniEvent/Tcp.pod
lib/UniEvent/Test/Async.pm
lib/UniEvent/Timer.pm
lib/UniEvent/Timer.pod
lib/UniEvent/Tty.pm
lib/UniEvent/Tty.pod
lib/UniEvent/Udp.pm
lib/UniEvent/Udp.pod
lib/UniEvent/Work.pm
Makefile.PL
MANIFEST			This list of files
MANIFEST.SKIP
misc/bench_delay.plx
misc/bench_tcp.plx
misc/find_leaks.sh
misc/ipv6res.plx
misc/jopa.pl
misc/jopa2.pl
misc/leaks.sh
misc/meiacore-959/client.pl
misc/meiacore-959/server.pl
misc/mytest.plx
misc/mytest2.plx
misc/panda.txt
misc/resolver_stress.plx
misc/run_testssl.sh
misc/sslserv.plx
misc/testssl.pl
misc/trun.plx
misc/tty.plx
src/xs/unievent.cc
src/xs/unievent.h
src/xs/unievent/AddrInfo.h
src/xs/unievent/Backend.h
src/xs/unievent/Check.h
src/xs/unievent/error.h
src/xs/unievent/Fs.h
src/xs/unievent/FsEvent.h
src/xs/unievent/FsPoll.h
src/xs/unievent/Handle.h
src/xs/unievent/Idle.h
src/xs/unievent/Listener.h
src/xs/unievent/Loop.h
src/xs/unievent/Pipe.h
src/xs/unievent/Poll.h
src/xs/unievent/Prepare.h
src/xs/unievent/Request.h
src/xs/unievent/Resolver.h
src/xs/unievent/Signal.h
src/xs/unievent/Ssl.h
src/xs/unievent/Stream.h
src/xs/unievent/Streamer.h
src/xs/unievent/Tcp.h
src/xs/unievent/Timer.h
src/xs/unievent/Tty.h
src/xs/unievent/Udp.h
src/xs/unievent/util.h
src/xs/unievent/Work.h
t/async.t
t/async_test.t
t/backend.t
t/backend_pp.t
t/cert/01-alice.csr
t/cert/01-alice.key
t/cert/01-alice.pem
t/cert/02-bob.csr
t/cert/02-bob.key
t/cert/02-bob.pem
t/cert/ca.key
t/cert/ca.pem
t/cert/ca2.key
t/cert/ca2.pem
t/cert/keys-gen.txt
t/check.t
t/error.t
t/fs.t
t/fs_event.t
t/fs_poll.t
t/handle.t
t/idle.t
t/lib/BenchTcp.xsi
t/lib/MyTest.pm
t/lib/MyTest.xs
t/lib/test.h
t/listener.t
t/loop.t
t/misc.t
t/off/42-TCP-forked-min.tt
t/off/99-Pipe-forked.tt
t/off/99-TCP-forked.tt
t/off/connect-echo-ssl.pl
t/off/connect-reader.pl
t/off/connect-writer-ssl.pl
t/off/cpp_ssl.tt
t/off/cpp_tests.tt
t/off/serv-reader-local.pl
t/off/serv-reader-remote.pl
t/off/serv-writer-local.pl
t/off/serv-writer-remote.pl
t/off/SingleClientServer.pm
t/off/SSL_conf.pm
t/off/Talkers.pm
t/off/testssl.pl
t/off/UniClient.pm
t/off/UniClientSSL.pm
t/pipe/pair.t
t/pipe/pipe.t
t/poll.t
t/prepare.t
t/regression.t
t/resolver.t
t/signal.t
t/stream/establish.t
t/stream/write.t
t/streamer/basic.t
t/streamer/file.t
t/streamer/file.txt
t/streamer/stream.t
t/streamer/TestStreamer.pm
t/tcp/base.t
t/tcp/connect.t
t/tcp/double-free.t
t/tcp/fork.t
t/tcp/open.t
t/tcp/pair.t
t/tcp/ssl.t
t/tcp/tcp.t
t/timer.t
t/tty.t
t/udp/simple.t
t/udp/udp.t
t/util.t
t/var/streamer/fout.txt
t/work.t
xs/Backend.xsi
xs/Check.xs
xs/Error.xs
xs/Fs.xs
xs/FsEvent.xs
xs/FsPoll.xs
xs/Handle.xs
xs/Idle.xs
xs/Loop.xs
xs/main.xs
xs/Pipe.xs
xs/Poll.xs
xs/Prepare.xs
xs/random.xsi
xs/Request.xsi
xs/Resolver.xs
xs/Signal.xs
xs/Stream.xs
xs/Streamer.xs
xs/Tcp.xs
xs/Test.xs
xs/Timer.xs
xs/Tty.xs
xs/Udp.xs
xs/UV.xs
xs/Work.xsi
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)