Commit Graph

1344 Commits

Author SHA1 Message Date
chris_kohlhoff
7d27454f6b Add check for empty heap when determining the minimum wait duration for a
timer queue.
2008-05-14 10:20:54 +00:00
chris_kohlhoff
fc36afcf83 Use a custom allocator in the performance tests. 2008-05-05 23:45:12 +00:00
chris_kohlhoff
cc091595bc Use an atomic counter for strand reference counting. 2008-05-05 23:39:57 +00:00
chris_kohlhoff
a2070d010e Implement custom memory allocation support for reactor-based asynchronous operations. 2008-05-04 22:35:45 +00:00
chris_kohlhoff
d440ab0c21 Add link to null_buffers. 2008-05-04 22:33:18 +00:00
chris_kohlhoff
1c53c649cc Add fast-pathing of speculative reads and writes to the kqueue_reactor. 2008-05-03 10:15:49 +00:00
chris_kohlhoff
4617563e45 Don't use the names readv and writev for functions defined inside asio as
these names seem to be macros on Tru64.
2008-05-02 08:30:30 +00:00
chris_kohlhoff
09f249d8c4 Fully qualify uses of asio's placeholders to resolve ambiguity with C++0x's
placeholders namespace.
2008-05-02 07:51:35 +00:00
chris_kohlhoff
fa1fbea352 A memory barrier is needed on some platforms to ensure that all updates
to the node occur before the tail pointer is updated.
2008-05-01 22:14:22 +00:00
chris_kohlhoff
0534d828f1 Add a fast path for some speculative read and write operations in the
epoll_reactor.
2008-05-01 00:10:14 +00:00
chris_kohlhoff
64eb69c4d5 Add an experimental two-lock queue implementation for the task_io_service. 2008-04-28 13:45:35 +00:00
chris_kohlhoff
ec7369cf5c Add new icmp.hpp header. 2008-04-28 13:27:40 +00:00
chris_kohlhoff
bc4b34926b Add raw sockets support. 2008-04-28 13:00:14 +00:00
chris_kohlhoff
a0936c0bae asio version 1.1.0 released. 2008-04-23 12:38:16 +00:00
chris_kohlhoff
cf3bb74447 Ignore correct exe name. 2008-04-23 09:17:00 +00:00
chris_kohlhoff
fb02d1b47f Ignore descriptor_base test executable. 2008-04-22 11:57:42 +00:00
chris_kohlhoff
30724dc7a2 Fix or suppress MSVC level /W4 warnings. 2008-04-22 11:31:56 +00:00
chris_kohlhoff
03df12147a Remove unused parameter names. 2008-04-21 13:35:40 +00:00
chris_kohlhoff
1fcfc4cfa0 Update boostify.pl to include new directories. 2008-04-21 11:02:18 +00:00
chris_kohlhoff
f1bb5b7419 Remove dead links from quickref.xml. 2008-04-21 06:36:02 +00:00
chris_kohlhoff
fc0f2294b9 Remove a local variable that was hiding the ec parameter and preventing
error codes from being correctly propagated.
2008-04-21 05:48:58 +00:00
chris_kohlhoff
8d787ec3a5 Add nonblocking and porthopper examples. 2008-04-21 05:41:15 +00:00
chris_kohlhoff
992b0a6f11 Fix a g++ warning about insufficient boost::array bracketing. 2008-04-21 05:40:56 +00:00
chris_kohlhoff
27d20fc39d Fix up posix descriptor unit tests. 2008-04-21 04:54:42 +00:00
chris_kohlhoff
6a475cc58f Fix long lines and search-and-replace errors. 2008-04-21 01:15:55 +00:00
chris_kohlhoff
82ac663ca9 Add requirements for handle and descriptor services. Add new classes to the
quickref index page.
2008-04-21 00:59:20 +00:00
chris_kohlhoff
aff9bc977d Ensure that timer dispatching responsibility is correctly relinquished when
processing leftover interrupts from a previous run invocation.
2008-04-20 23:58:21 +00:00
chris_kohlhoff
8eeef7d177 Regenerate documentation. 2008-04-20 05:30:03 +00:00
chris_kohlhoff
fefab193b6 Ensure all non-friend related functions are included in the documentation. 2008-04-20 05:29:01 +00:00
chris_kohlhoff
454f66ef00 Fix to include the UNIX domain sockets classes in the generated
documenation.
2008-04-20 05:28:21 +00:00
chris_kohlhoff
802a132f71 Add UNIX domain sockets to the generated documentation. 2008-04-20 01:56:26 +00:00
chris_kohlhoff
186c94d6c8 For UNIX domain endpoints, regular paths should be NUL-terminated, and
paths in the abstract namespace should start with a NUL and not be
NUL-terminated.
2008-04-20 01:28:47 +00:00
chris_kohlhoff
c1fdb669f2 Fix boostified line wrapping. 2008-04-18 08:09:21 +00:00
chris_kohlhoff
293576a01b Fix typo in template parameter name. 2008-04-13 08:04:55 +00:00
chris_kohlhoff
669a845924 Fix to include the stream-oriented descriptor and handle classes in the
documentation.
2008-04-12 13:18:43 +00:00
chris_kohlhoff
08a9a825a1 Regenerate reference documentation. 2008-04-12 11:00:36 +00:00
chris_kohlhoff
57743da1cd Ensure the documentation includes protected member functions and data. 2008-04-12 10:46:38 +00:00
chris_kohlhoff
6c7eefb238 Add new directories. 2008-04-12 10:11:26 +00:00
chris_kohlhoff
47eb5689d4 Add documentation on the limits of the number of buffers that may be
transferred in individual operations.
2008-04-12 07:23:41 +00:00
chris_kohlhoff
4c6bd8f8f2 Fix typos. 2008-04-12 07:17:10 +00:00
chris_kohlhoff
fd82a96728 Add ability to disable the uses of the typeid operator by defining
BOOST_NO_TYPEID or ASIO_NO_TYPEID.
2008-04-12 07:10:59 +00:00
chris_kohlhoff
b4fa503368 Add compile-time tests for POSIX stream-oriented file descriptor support. 2008-04-07 12:20:38 +00:00
chris_kohlhoff
2ad5f71c47 Enhance example to make it clear that invocation hooking can be used with
asynchronous operations.
2008-04-07 10:15:30 +00:00
chris_kohlhoff
d16a622cb4 Add compile time tests for Windows stream-oriented handles. 2008-04-07 01:01:48 +00:00
chris_kohlhoff
cc31da1d1a Add compile-time tests for the UNIX domain socket support. 2008-04-05 23:08:39 +00:00
chris_kohlhoff
129d0eb535 Add new wrapper classes for stream-oriented file descriptors on POSIX
platforms.
2008-04-05 13:26:37 +00:00
chris_kohlhoff
f75d65b72f Add missing file win_iocp_handle_service.hpp. 2008-04-05 10:25:54 +00:00
chris_kohlhoff
cbbb254d22 Fix include guard names. 2008-04-05 07:43:52 +00:00
chris_kohlhoff
8f2faaeed0 Add missing #includes need to make file self-contained. 2008-04-05 06:58:38 +00:00
chris_kohlhoff
70a42f1a00 Ignore manifest files generated by MSVC. 2008-04-05 06:54:55 +00:00