Christopher Kohlhoff
e14e831413
Clarify behaviour of read_until/async_read_until with respect to leftover
...
data in the streambuf. Use separate brief descriptions for function groups.
Add some extra notes to the io_service documentation.
[SVN r46950]
2008-07-01 12:14:57 +00:00
Christopher Kohlhoff
4123435aa2
Improve buffer() documentation. Fix vector overloads to match TR2 proposal.
...
[SVN r46949]
2008-07-01 12:13:51 +00:00
Christopher Kohlhoff
6d8047bd62
Documentation generation enhancements.
...
[SVN r46948]
2008-07-01 12:06:49 +00:00
Christopher Kohlhoff
3fded3b5c8
Merge in new reference index page.
...
[SVN r46947]
2008-07-01 11:59:25 +00:00
Christopher Kohlhoff
c130f6f8c5
Fix typos.
...
[SVN r46946]
2008-07-01 11:58:39 +00:00
Christopher Kohlhoff
e8c7f33c05
Fix name of parameter as referred to in documentation.
...
[SVN r46945]
2008-07-01 11:53:54 +00:00
Christopher Kohlhoff
39f9567e78
Fix documentation on behaviour when a connect operation fails.
...
[SVN r46944]
2008-07-01 11:52:54 +00:00
Christopher Kohlhoff
10e8419c7e
Some linux configurations do not automatically define _XOPEN_SOURCE.
...
[SVN r46876]
2008-06-30 00:24:44 +00:00
Christopher Kohlhoff
3102715354
Add missing copyright notices.
...
[SVN r46766]
2008-06-27 05:38:16 +00:00
Christopher Kohlhoff
03fc0e7dd6
One more check needed for BSD serial port extensions.
...
[SVN r46535]
2008-06-20 00:25:50 +00:00
Christopher Kohlhoff
ffe21c73a2
Fix serial port support on POSIX platforms that don't provide the BSD
...
extensions cfmakeraw, cfsetspeed and CRTSCTS.
[SVN r46507]
2008-06-19 12:50:02 +00:00
Christopher Kohlhoff
6e1c421d72
Fix for unicode builds.
...
[SVN r46506]
2008-06-19 12:41:32 +00:00
Christopher Kohlhoff
7f1d03c081
Regenerate documentation.
...
[SVN r46476]
2008-06-18 13:08:21 +00:00
Christopher Kohlhoff
43e62310b6
Add new overloads for read_until and async_read_until that invoke a
...
user-defined function object to determine when a match has been found.
[SVN r46475]
2008-06-18 13:03:46 +00:00
Christopher Kohlhoff
2d5f24d6ae
Fix write_at declaration. Add missing documentation for offset parameters.
...
[SVN r46473]
2008-06-18 11:22:21 +00:00
Christopher Kohlhoff
1539f2c8a1
Add an iterator for bytewise traversal of a buffer sequence.
...
[SVN r46415]
2008-06-16 00:41:29 +00:00
Christopher Kohlhoff
2d4504e512
Only perform check for a 0-byte receive meaning EOF on SOCK_STREAM sockets.
...
[SVN r46327]
2008-06-11 13:07:41 +00:00
Christopher Kohlhoff
cac7fe6350
Remove repeated typedef of reactor_type.
...
[SVN r46325]
2008-06-11 12:41:48 +00:00
Christopher Kohlhoff
fa82af9e16
Add random-access handles for use on Windows.
...
[SVN r46319]
2008-06-11 11:17:53 +00:00
Christopher Kohlhoff
7e062f298d
Add support for serial ports.
...
[SVN r46272]
2008-06-09 12:54:55 +00:00
Christopher Kohlhoff
b466d42996
Add test for the crash that can occur when destroying a handler object that
...
owns its own memory (as is the case when destroying handlers in an orphaned
strand).
[SVN r46003]
2008-06-01 01:31:25 +00:00
Christopher Kohlhoff
f3ee6627d8
Fix a deadlock that can occur when destroying a thread object with global
...
lifetime in a dynamically loaded DLL on Windows. Note that deadlock can
still occur if the thread is launched by the constructor of an object with
global lifetime.
[SVN r45935]
2008-05-30 08:39:19 +00:00
Christopher Kohlhoff
56b93eea3a
Fix a crash that can occur when destroying a handler object that owns its
...
own memory (as is the case when destroying handlers in an orphaned strand).
[SVN r45811]
2008-05-27 07:54:12 +00:00
Christopher Kohlhoff
ac762e87b9
Some Windows platforms don't define IPPROTO_ICMPV6.
...
[SVN r45633]
2008-05-21 22:56:49 +00:00
Christopher Kohlhoff
e011561170
Implement custom allocation support for timer operations.
...
[SVN r45600]
2008-05-21 09:25:12 +00:00
Christopher Kohlhoff
db608c4370
Add check for empty heap when determining the minimum wait duration for a
...
timer queue.
[SVN r45355]
2008-05-14 12:17:26 +00:00
Christopher Kohlhoff
4dc6d7c679
Don't generate enum value lists for empty enums.
...
[SVN r45293]
2008-05-12 08:35:56 +00:00
Christopher Kohlhoff
ba11496382
Regenerate documentation to include raw socket classes.
...
[SVN r45292]
2008-05-12 08:30:21 +00:00
Christopher Kohlhoff
40fd64673f
Use an atomic counter for strand reference counting.
...
[SVN r45179]
2008-05-06 22:09:47 +00:00
Christopher Kohlhoff
f4b17b0fda
Implement custom memory allocation support for reactor-based asynchronous operations.
...
[SVN r45122]
2008-05-05 06:30:13 +00:00
Christopher Kohlhoff
09272f1402
Add fast-pathing of speculative reads and writes to the kqueue_reactor.
...
[SVN r45059]
2008-05-03 11:36:16 +00:00
Christopher Kohlhoff
a89f7596cf
Don't use the names readv and writev for functions defined inside asio as
...
these names seem to be macros on Tru64.
[SVN r45010]
2008-05-02 08:38:15 +00:00
Christopher Kohlhoff
528e09e9f6
Fully qualify uses of asio's placeholders to resolve ambiguity with C++0x's
...
placeholders namespace.
[SVN r45006]
2008-05-02 07:59:01 +00:00
Christopher Kohlhoff
7acfc68a3a
A memory barrier is needed on some platforms to ensure that all updates
...
to the node occur before the tail pointer is updated.
[SVN r44998]
2008-05-01 22:27:21 +00:00
Christopher Kohlhoff
ee366184d6
Add a fast path for some speculative read and write operations in the
...
epoll_reactor.
[SVN r44997]
2008-05-01 22:00:26 +00:00
Christopher Kohlhoff
a34a1413ca
Add an experimental two-lock queue implementation for task_io_service.
...
[SVN r44851]
2008-04-28 13:56:07 +00:00
Christopher Kohlhoff
23c4f7061d
Add raw socket support.
...
[SVN r44849]
2008-04-28 13:36:18 +00:00
Christopher Kohlhoff
bfda1481e0
Update asio version number.
...
[SVN r44848]
2008-04-28 13:35:27 +00:00
Christopher Kohlhoff
8768d9dff1
Fix or suppress MSVC level 4 warnings. Fixes #1703 .
...
[SVN r44727]
2008-04-22 23:46:15 +00:00
Christopher Kohlhoff
be84a0a75a
Add requirements for handle and descriptor services. Add new classes to the
...
quickref index page.
[SVN r44685]
2008-04-21 07:59:21 +00:00
Christopher Kohlhoff
62729d734d
Add documentation on the limits of the number of buffers that may be
...
transferred in individual operations.
[SVN r44684]
2008-04-21 06:20:32 +00:00
Christopher Kohlhoff
9d35aa9751
Regenerate documentation.
...
[SVN r44683]
2008-04-21 06:15:50 +00:00
Christopher Kohlhoff
0d06a87088
Add UNIX domain sockets, POSIX stream-oriented descriptors and Windows
...
stream-oriented handles to the reference documentation.
[SVN r44682]
2008-04-21 06:15:17 +00:00
Christopher Kohlhoff
4ef94bda42
Ensure all non-friend related functions are included in the documentation.
...
[SVN r44681]
2008-04-21 06:14:29 +00:00
Christopher Kohlhoff
482e083b76
Remove a local variable that was hiding the ec parameter and preventing
...
error codes from being correctly propagated. Fixes #1820 .
[SVN r44679]
2008-04-21 05:52:20 +00:00
Christopher Kohlhoff
888b36fa55
Add porthopper example to demonstrate applications that mix synchronous and
...
asynchronous operations.
[SVN r44678]
2008-04-21 05:43:42 +00:00
Christopher Kohlhoff
ee449aa163
Add new wrapper classes for stream-oriented handles on Windows.
...
[SVN r44676]
2008-04-21 05:32:34 +00:00
Christopher Kohlhoff
1ef42e04c6
Add new wrapper classes for stream-oriented file descriptors on POSIX platforms.
...
[SVN r44675]
2008-04-21 05:16:15 +00:00
Christopher Kohlhoff
f784e54ced
Add support for UNIX domain sockets.
...
[SVN r44674]
2008-04-21 04:43:05 +00:00
Christopher Kohlhoff
a277af13a5
Add a special null_buffers type that allows read and write operations to
...
be used to indicate the socket's readiness to read or write without
blocking.
[SVN r44673]
2008-04-21 04:02:37 +00:00