author | Ebersold <aebersol@n3150.home> | |
Mon, 20 Dec 2021 20:25:12 +0000 (21:25 +0100) | ||
committer | Ebersold <aebersol@n3150.home> | |
Mon, 20 Dec 2021 20:25:12 +0000 (21:25 +0100) | ||
commit | 5f6e9134ab67b61537fc0bf557842221001f76b1 | |
tree | 5d59281c6b4e9d6347e0083d1f27ba685b1ad296 | tree | snapshot |
CMakeLists.txt | [new file with mode: 0644] | blob |
aeb/CMakeLists.txt | [new file with mode: 0644] | blob |
aeb/aeb-config.h.in | [new file with mode: 0644] | blob |
aeb/basics/icoqueue.cpp | [new file with mode: 0644] | blob |
aeb/basics/icoqueue.h | [new file with mode: 0644] | blob |
aeb/basics/rb_tree.cpp | [new file with mode: 0644] | blob |
aeb/basics/rb_tree.h | [new file with mode: 0644] | blob |
aeb/dlilist.h | [new file with mode: 0644] | blob |
aeb/dlilist_node.h | [new file with mode: 0644] | blob |
aeb/math/arithmetic_types.h | [new file with mode: 0644] | blob |
aeb/net/basic_datagram_socket.h | [new file with mode: 0644] | blob |
aeb/net/basic_socket.h | [new file with mode: 0644] | blob |
aeb/net/basic_socket_acceptor.h | [new file with mode: 0644] | blob |
aeb/net/basic_socket_stream.h | [new file with mode: 0644] | blob |
aeb/net/basic_socket_streambuf.h | [new file with mode: 0644] | blob |
aeb/net/detail/posix_fdset.h | [new file with mode: 0644] | blob |
aeb/net/detail/reactor_op_queue.h | [new file with mode: 0644] | blob |
aeb/net/detail/socket_api.h | [new file with mode: 0644] | blob |
aeb/net/detail/socket_type.h | [new file with mode: 0644] | blob |
aeb/net/detail/unix_fdset.h | [new file with mode: 0644] | blob |
aeb/net/detail/win_fdset.h | [new file with mode: 0644] | blob |
aeb/net/detail/winsock_init.h | [new file with mode: 0644] | blob |
aeb/net/event_handler.h | [new file with mode: 0644] | blob |
aeb/net/io_dispatcher.h | [new file with mode: 0644] | blob |
aeb/net/ip/basic_endpoint.h | [new file with mode: 0644] | blob |
aeb/net/ip/tcp.h | [new file with mode: 0644] | blob |
aeb/net/ip/udp.h | [new file with mode: 0644] | blob |
aeb/net/message.h | [new file with mode: 0644] | blob |
aeb/net/select_reactor.h | [new file with mode: 0644] | blob |
aeb/net/socket_base.h | [new file with mode: 0644] | blob |
aeb/optionparser.h | [new file with mode: 0755] | blob |
aeb/pointer/intrusive_ptr.h | [new file with mode: 0644] | blob |
aeb/pointer/shared_ptr.h | [new file with mode: 0644] | blob |
aeb/shared_ptr.h | [new symlink] | blob |
aeb/singleton.h | [new file with mode: 0644] | blob |
aeb/soap/context.h | [new file with mode: 0644] | blob |
aeb/soap/dime.cpp | [new file with mode: 0644] | blob |
aeb/soap/dime.h | [new file with mode: 0644] | blob |
aeb/soap/soap_context.h | [new file with mode: 0644] | blob |
aeb/ssl/basic_context.h | [new file with mode: 0644] | blob |
aeb/ssl/context.h | [new file with mode: 0644] | blob |
aeb/ssl/context_base.h | [new file with mode: 0644] | blob |
aeb/ssl/stream.h | [new file with mode: 0644] | blob |
aeb/ssl/stream_base.h | [new file with mode: 0644] | blob |
aeb/sys/details/posix_mutex.h | [new file with mode: 0644] | blob |
aeb/sys/details/posix_thread.h | [new file with mode: 0644] | blob |
aeb/sys/details/win_mutex.h | [new file with mode: 0644] | blob |
aeb/sys/details/win_thread.h | [new file with mode: 0644] | blob |
aeb/sys/directory.h | [new file with mode: 0644] | blob |
aeb/sys/error.h | [new file with mode: 0644] | blob |
aeb/sys/file.h | [new file with mode: 0644] | blob |
aeb/sys/filesystem.h | [new file with mode: 0644] | blob |
aeb/sys/log.h | [new file with mode: 0644] | blob |
aeb/sys/mutex.h | [new file with mode: 0644] | blob |
aeb/sys/popen_streambuf.h | [new file with mode: 0644] | blob |
aeb/sys/socket_type.h | [new file with mode: 0644] | blob |
aeb/sys/thread.h | [new file with mode: 0644] | blob |
aeb/tokenizer.h | [new file with mode: 0644] | blob |
aeb/vm/byte_code.h | [new file with mode: 0644] | blob |
aeb/vm/context.h | [new file with mode: 0644] | blob |
aeb/vm/instruction.h | [new file with mode: 0644] | blob |
aeb/vm/node.h | [new file with mode: 0644] | blob |
aeb/vm/opcode.h | [new file with mode: 0644] | blob |
aeb/vm/rvalue.h | [new file with mode: 0644] | blob |
aeb/vm/vm.h | [new file with mode: 0644] | blob |
aeb_pthread.c | [new file with mode: 0644] | blob |
aeb_thread.h | [new file with mode: 0644] | blob |
aeb_win_thread.c | [new file with mode: 0644] | blob |
libltdl/CMakeLists.txt | [new file with mode: 0644] | blob |
libltdl/COPYING.LIB | [new file with mode: 0644] | blob |
libltdl/Makefile.am | [new file with mode: 0644] | blob |
libltdl/Makefile.in | [new file with mode: 0644] | blob |
libltdl/README | [new file with mode: 0644] | blob |
libltdl/acinclude.m4 | [new file with mode: 0644] | blob |
libltdl/aclocal.m4 | [new file with mode: 0644] | blob |
libltdl/config-h.in | [new file with mode: 0644] | blob |
libltdl/config.guess | [new file with mode: 0644] | blob |
libltdl/config.h.in | [new file with mode: 0644] | blob |
libltdl/config.sub | [new file with mode: 0644] | blob |
libltdl/configure | [new file with mode: 0644] | blob |
libltdl/configure.ac | [new file with mode: 0644] | blob |
libltdl/install-sh | [new file with mode: 0644] | blob |
libltdl/ltdl.c | [new file with mode: 0644] | blob |
libltdl/ltdl.h | [new file with mode: 0644] | blob |
libltdl/ltmain.sh | [new file with mode: 0644] | blob |
libltdl/missing | [new file with mode: 0644] | blob |
sample.txt | [new file with mode: 0644] | blob |
sha1/sha1.cpp | [new file with mode: 0755] | blob |
sha1/sha1.h | [new file with mode: 0755] | blob |
sigslot.h | [new file with mode: 0755] | blob |
tests/CMakeLists.txt | [new file with mode: 0644] | blob |
tests/arithmetic_types.cpp | [new file with mode: 0644] | blob |
tests/intrusive_ptr.cpp | [new file with mode: 0644] | blob |
tests/ip4_connect.cpp | [new file with mode: 0644] | blob |
tests/ip4_server.cpp | [new file with mode: 0644] | blob |
tests/test_directory.cpp | [new file with mode: 0644] | blob |
tests/test_dlilist.cpp | [new file with mode: 0644] | blob |
tests/test_icoqueue.cpp | [new file with mode: 0644] | blob |
tests/test_rbtree.cpp | [new file with mode: 0644] | blob |
tests/tftp_client.cpp | [new file with mode: 0644] | blob |
vcard/cardparser.c | [new file with mode: 0755] | blob |
vcard/cardparser.h | [new file with mode: 0755] | blob |
vcard/doxygen.config | [new file with mode: 0755] | blob |
vcard/license.txt | [new file with mode: 0755] | blob |
vcard/readme.txt | [new file with mode: 0755] | blob |
vcard/samples/cpptest/.cvsignore | [new file with mode: 0755] | blob |
vcard/samples/cpptest/test.cpp | [new file with mode: 0755] | blob |
vcard/samples/ctest/test.c | [new file with mode: 0755] | blob |
vcard/samples/data/android-utf8.vcf | [new file with mode: 0644] | blob |
vcard/samples/data/android.vcf | [new file with mode: 0644] | blob |
vcard/samples/data/group.vcf | [new file with mode: 0644] | blob |
vcard/samples/data/imc.vcf | [new file with mode: 0755] | blob |
vcard/samples/data/iphone.vcf | [new file with mode: 0644] | blob |
vcard/samples/data/rfc2425.txt | [new file with mode: 0644] | blob |
vcard/samples/data/test1.vcf | [new file with mode: 0755] | blob |
vcard/samples/data/test2.vcf | [new file with mode: 0755] | blob |
vcard/samples/data/test3.vcf | [new file with mode: 0755] | blob |
vcard/samples/data/testprod.vcs | [new file with mode: 0755] | blob |
vcard/samples/data/vcal1.vcs | [new file with mode: 0755] | blob |
vcard/strupr.c | [new file with mode: 0644] | blob |
web_update.c | [new file with mode: 0644] | blob |