master
Switch from booster::shared_ptr/weak_ptr to std::ones Switch from auto_ptr to unique_ptr
Switched from booster::system to: - std::system_error - std::error_code - std::error_caterogy etc
Added async_write based on nonblocking_write
Added support of snd/rcv buf options for socket
IPv6 support fix on Windows closing #106
Merged 2237 from trunk closing #84 65535 limit for concurrent fd
Various fixes for NetBSD: enabled kevent support, workaround of pthreads shared RW lock
- Fixed use of uninitialized value - Small optimization of randomization
- Update copyright notice, - Moved explicit copyright notice to a singe file to simplify dual-licensing
Improved event handling to reduce memory allocations and copying