]> jfr.im git - irc/gameservirc.git/commit
Added the asio framework to start developing a GameServ server 3953 714 main
authorkainazzzo <redacted>
Sat, 20 Aug 2011 04:46:06 +0000 (04:46 +0000)
committerkainazzzo <redacted>
Sat, 20 Aug 2011 04:46:06 +0000 (04:46 +0000)
commitb71fa693840f7f6a3d9482e1858246267a7e6b33
tree9c7ac0c6c0fa4b8da81213161af5280cdac54b54
parent23d462270ae753fa4cd9f9c13d0c4107a974f19a
Added the asio framework to start developing a GameServ server

git-svn-id: https://svn.code.sf.net/p/gameservirc/code/trunk@550 bc333340-6410-0410-a689-9d09f3c113fa
299 files changed:
gameserv-2.0/asio/asio.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/basic_datagram_socket.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/basic_deadline_timer.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/basic_io_object.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/basic_raw_socket.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/basic_serial_port.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/basic_socket.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/basic_socket_acceptor.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/basic_socket_iostream.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/basic_socket_streambuf.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/basic_stream_socket.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/basic_streambuf.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/basic_streambuf_fwd.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/buffer.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/buffered_read_stream.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/buffered_read_stream_fwd.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/buffered_stream.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/buffered_stream_fwd.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/buffered_write_stream.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/buffered_write_stream_fwd.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/buffers_iterator.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/completion_condition.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/datagram_socket_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/deadline_timer.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/deadline_timer_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/array_fwd.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/base_from_completion_cond.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/bind_handler.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/buffer_resize_guard.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/buffer_sequence_adapter.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/buffered_stream_storage.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/call_stack.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/completion_handler.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/config.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/consuming_buffers.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/deadline_timer_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/descriptor_ops.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/descriptor_read_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/descriptor_write_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/dev_poll_reactor.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/dev_poll_reactor_fwd.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/epoll_reactor.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/epoll_reactor_fwd.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/event.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/eventfd_select_interrupter.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/fd_set_adapter.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/fenced_block.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/gcc_arm_fenced_block.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/gcc_hppa_fenced_block.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/gcc_sync_fenced_block.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/gcc_x86_fenced_block.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/handler_alloc_helpers.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/handler_invoke_helpers.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/hash_map.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/descriptor_ops.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/dev_poll_reactor.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/dev_poll_reactor.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/epoll_reactor.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/epoll_reactor.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/eventfd_select_interrupter.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/kqueue_reactor.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/kqueue_reactor.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/pipe_select_interrupter.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/posix_event.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/posix_mutex.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/posix_thread.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/posix_tss_ptr.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/reactive_descriptor_service.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/reactive_serial_port_service.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/reactive_socket_service_base.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/resolver_service_base.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/select_reactor.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/select_reactor.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/service_registry.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/service_registry.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/socket_ops.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/socket_select_interrupter.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/strand_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/strand_service.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/task_io_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/task_io_service.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/throw_error.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/timer_queue.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/timer_queue_set.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/win_event.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/win_iocp_handle_service.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/win_iocp_io_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/win_iocp_io_service.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/win_iocp_serial_port_service.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/win_iocp_socket_service_base.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/win_mutex.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/win_thread.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/win_tss_ptr.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/impl/winsock_init.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/io_control.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/kqueue_reactor.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/kqueue_reactor_fwd.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/local_free_on_block_exit.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/macos_fenced_block.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/mutex.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/noncopyable.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/null_event.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/null_fenced_block.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/null_mutex.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/null_signal_blocker.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/null_thread.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/null_tss_ptr.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/object_pool.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/old_win_sdk_compat.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/op_queue.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/operation.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/pipe_select_interrupter.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/pop_options.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/posix_event.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/posix_fd_set_adapter.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/posix_mutex.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/posix_signal_blocker.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/posix_thread.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/posix_tss_ptr.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/push_options.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/reactive_descriptor_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/reactive_null_buffers_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/reactive_serial_port_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/reactive_socket_accept_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/reactive_socket_connect_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/reactive_socket_recv_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/reactive_socket_recvfrom_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/reactive_socket_send_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/reactive_socket_sendto_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/reactive_socket_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/reactive_socket_service_base.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/reactor.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/reactor_fwd.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/reactor_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/reactor_op_queue.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/regex_fwd.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/resolve_endpoint_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/resolve_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/resolver_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/resolver_service_base.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/scoped_lock.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/select_interrupter.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/select_reactor.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/select_reactor_fwd.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/service_registry.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/service_registry_fwd.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/shared_ptr.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/signal_blocker.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/signal_init.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/socket_holder.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/socket_ops.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/socket_option.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/socket_select_interrupter.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/socket_types.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/solaris_fenced_block.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/strand_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/task_io_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/task_io_service_fwd.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/task_io_service_operation.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/thread.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/throw_error.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/timer_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/timer_queue.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/timer_queue_base.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/timer_queue_fwd.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/timer_queue_set.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/timer_scheduler.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/timer_scheduler_fwd.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/tss_ptr.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/wait_handler.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/weak_ptr.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_event.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_fd_set_adapter.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_fenced_block.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_iocp_handle_read_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_iocp_handle_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_iocp_handle_write_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_iocp_io_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_iocp_io_service_fwd.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_iocp_null_buffers_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_iocp_operation.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_iocp_overlapped_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_iocp_overlapped_ptr.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_iocp_serial_port_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_iocp_socket_accept_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_iocp_socket_recv_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_iocp_socket_recvfrom_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_iocp_socket_send_op.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_iocp_socket_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_iocp_socket_service_base.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_mutex.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_thread.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/win_tss_ptr.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/wince_thread.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/winsock_init.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/detail/wrapped_handler.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/error.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/error_code.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/handler_alloc_hook.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/handler_invoke_hook.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/impl/error.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/impl/error_code.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/impl/io_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/impl/io_service.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/impl/read.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/impl/read_at.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/impl/read_until.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/impl/serial_port_base.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/impl/serial_port_base.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/impl/src.cpp [new file with mode: 0644]
gameserv-2.0/asio/asio/impl/src.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/impl/write.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/impl/write_at.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/io_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/address.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/address_v4.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/address_v6.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/basic_endpoint.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/basic_resolver.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/basic_resolver_entry.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/basic_resolver_iterator.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/basic_resolver_query.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/detail/endpoint.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/detail/impl/endpoint.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/detail/socket_option.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/host_name.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/icmp.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/impl/address.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/impl/address.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/impl/address_v4.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/impl/address_v4.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/impl/address_v6.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/impl/address_v6.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/impl/basic_endpoint.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/impl/host_name.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/multicast.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/resolver_query_base.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/resolver_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/tcp.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/udp.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/unicast.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ip/v6_only.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/is_read_buffered.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/is_write_buffered.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/local/basic_endpoint.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/local/connect_pair.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/local/datagram_protocol.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/local/detail/endpoint.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/local/detail/impl/endpoint.ipp [new file with mode: 0644]
gameserv-2.0/asio/asio/local/stream_protocol.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/placeholders.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/posix/basic_descriptor.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/posix/basic_stream_descriptor.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/posix/descriptor_base.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/posix/stream_descriptor.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/posix/stream_descriptor_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/raw_socket_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/read.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/read_at.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/read_until.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/serial_port.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/serial_port_base.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/serial_port_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/socket_acceptor_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/socket_base.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ssl.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ssl/basic_context.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ssl/context.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ssl/context_base.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ssl/context_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ssl/detail/openssl_context_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ssl/detail/openssl_init.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ssl/detail/openssl_operation.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ssl/detail/openssl_stream_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ssl/detail/openssl_types.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ssl/stream.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ssl/stream_base.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/ssl/stream_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/strand.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/stream_socket_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/streambuf.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/system_error.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/thread.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/time_traits.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/version.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/windows/basic_handle.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/windows/basic_random_access_handle.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/windows/basic_stream_handle.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/windows/overlapped_ptr.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/windows/random_access_handle.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/windows/random_access_handle_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/windows/stream_handle.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/windows/stream_handle_service.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/write.hpp [new file with mode: 0644]
gameserv-2.0/asio/asio/write_at.hpp [new file with mode: 0644]
gameserv-2.0/libgameservcore/libgameservcore.vcxproj
gameserv-2.0/libgameservgldl/libgameservgldl.vcxproj
gameserv-2.0/testdriver/main.cpp
gameserv-2.0/testdriver/testdriver.vcxproj