Christopher Kohlhoff
7ff15bdb3e
Add link to asio wiki.
...
[SVN r50962]
2009-02-02 07:06:00 +00:00
Christopher Kohlhoff
d7a448832d
Use a pipe if eventfd is not supported at runtime. Fixes #2683 .
...
[SVN r50961]
2009-02-02 06:18:59 +00:00
Christopher Kohlhoff
ebd662f38f
Fix errors in SSL overview and add a note about handshaking. Fixes #2617 and #2619 .
...
[SVN r50950]
2009-02-01 13:42:33 +00:00
Christopher Kohlhoff
82ed5cb275
Clear the last error following a successful Windows API call, since some
...
socket providers may leave last error set even when the call succeeds.
[SVN r50949]
2009-02-01 13:25:05 +00:00
Christopher Kohlhoff
774b96f4b5
Add include of <cstring> to fix a compile error on Solaris 10. Fixes #2607 .
...
[SVN r50948]
2009-02-01 12:50:08 +00:00
Christopher Kohlhoff
d53f078c45
Ensure arguments to windows::overlapped_ptr::complete() are passed through to
...
the completion handler. Fixes #2614 .
[SVN r50947]
2009-02-01 12:41:01 +00:00
Christopher Kohlhoff
0d15139621
Suppress unused result warning. Fixes #2534 .
...
[SVN r50946]
2009-02-01 12:28:12 +00:00
Christopher Kohlhoff
1a99da8a0b
Improve warning message when _WIN32_WINNT is not correctly defined. Fixes #2541 .
...
[SVN r50945]
2009-02-01 11:57:01 +00:00
Christopher Kohlhoff
94696dfc48
Use correct size for IP_MULTICAST_LOOP option on QNX. Fixes #2530 .
...
[SVN r50944]
2009-02-01 11:42:09 +00:00
Christopher Kohlhoff
e5a0230dbc
Need to specify socket lib to link correctly on QNX. Fixes #2504 .
...
[SVN r50943]
2009-02-01 11:37:18 +00:00
Michael A. Jackson
be86faa3cd
Updating dependency information for modularized libraries.
...
[SVN r49628]
2008-11-07 17:05:27 +00:00
Michael A. Jackson
02ac45ba96
Updating CMake files to latest trunk. Added dependency information for regression tests and a few new macros for internal use.
...
[SVN r49627]
2008-11-07 17:02:56 +00:00
Michael A. Jackson
2825aaaff6
Continuing merge of CMake build system files into trunk with the encouragement of Doug Gregor
...
[SVN r49510]
2008-11-01 13:15:41 +00:00
Christopher Kohlhoff
9d8581df70
Add more documentation for asio::streambuf.
...
[SVN r49497]
2008-10-31 01:09:45 +00:00
Christopher Kohlhoff
0c1aea1ebf
Fix scoped_ptr usage to work with Sun Studio 11.
...
[SVN r49484]
2008-10-29 13:00:24 +00:00
Christopher Kohlhoff
0b5c6d9a2b
Add a new POSIX-specific chat client showing how to use the
...
posix::stream_descriptor class.
[SVN r49483]
2008-10-29 12:50:58 +00:00
Christopher Kohlhoff
96fcff70f2
Fix problem in read_until's match_condition handling when the delimiter
...
lies at the end of the data.
[SVN r49482]
2008-10-29 12:49:05 +00:00
Christopher Kohlhoff
7823a1e69e
Fix typo.
...
[SVN r49222]
2008-10-09 20:47:52 +00:00
Christopher Kohlhoff
f2ae35573e
Reduce memory usage by doing lazy initialisation of the io_service's reactor.
...
[SVN r49203]
2008-10-09 06:39:05 +00:00
Christopher Kohlhoff
a64e08daf8
Make the service_registry's usage of typeid work when the default gcc
...
linker visibility is set to hidden.
[SVN r49202]
2008-10-09 06:34:48 +00:00
Christopher Kohlhoff
b06aeaea60
Only use TerminateThread when explicitly requested by the user by calling
...
asio::detail::thread::set_terminate_threads(true). This fixes a memory leak
that may occur with internally created threads.
[SVN r49201]
2008-10-09 06:33:34 +00:00
Christopher Kohlhoff
6e64678759
Add example showing use of local::stream_protocol::iostream.
...
[SVN r49200]
2008-10-09 06:32:00 +00:00
Christopher Kohlhoff
70ced27ea0
Fix basic_socket_streambuf to work with Protocol objects that don't
...
provide a resolver.
[SVN r49199]
2008-10-09 06:31:01 +00:00
Christopher Kohlhoff
67a930a268
Ensure the streambuf's egptr() is kept in sync the pptr(). Use std::memmove
...
rather than std::rotate to minimise data copying. Avoid unnecessary resizes
of the underlying vector.
[SVN r49198]
2008-10-09 06:30:16 +00:00
Christopher Kohlhoff
15b7cb1e8a
Merge codegear changes from non-boost version of asio.
...
[SVN r49197]
2008-10-09 06:28:39 +00:00
Christopher Kohlhoff
d67d33cd9b
Add missing bounds checks as specified in TR2 proposal.
...
[SVN r49195]
2008-10-09 06:22:58 +00:00
Nicola Musatti
32da68bc8e
Patch from Ticket #2372
...
[SVN r49155]
2008-10-06 21:46:14 +00:00
Christopher Kohlhoff
7d25f1c393
Clarify which resolve functions perform forward or reverse resolution.
...
[SVN r48715]
2008-09-11 00:05:57 +00:00
Christopher Kohlhoff
a746a264d3
Handle SSL library errors.
...
[SVN r48686]
2008-09-09 13:02:22 +00:00
Christopher Kohlhoff
557ca7cebf
Version bump.
...
[SVN r48685]
2008-09-09 13:01:16 +00:00
Christopher Kohlhoff
68ff78183f
Remove generated tags file.
...
[SVN r48684]
2008-09-09 13:00:07 +00:00
Christopher Kohlhoff
c4b55692d1
Add windows example directory.
...
[SVN r48683]
2008-09-09 12:59:43 +00:00
Christopher Kohlhoff
eec2e76d18
Regenerate documentation.
...
[SVN r48565]
2008-09-03 12:28:07 +00:00
Christopher Kohlhoff
167fd03ef4
Add windows::overlapped_ptr to the reference index page.
...
[SVN r48564]
2008-09-03 11:54:06 +00:00
Christopher Kohlhoff
8f1d888097
Document BOOST_ASIO_DISABLE_EVENTFD macro.
...
[SVN r48563]
2008-09-03 11:46:02 +00:00
Christopher Kohlhoff
2330f086e2
Add windows/transmit_file example.
...
[SVN r48562]
2008-09-03 11:36:43 +00:00
Christopher Kohlhoff
68b4f9d710
Update completion_condition documentation to match new signature.
...
[SVN r48561]
2008-09-03 09:08:04 +00:00
Christopher Kohlhoff
295d977d78
Explicitly specify return type with bind to keep some compilers happy.
...
[SVN r48560]
2008-09-03 09:06:10 +00:00
Christopher Kohlhoff
a2af9824d6
Add a workaround for a possible gcc 4.3 optimiser bug.
...
[SVN r48559]
2008-09-03 08:57:48 +00:00
Christopher Kohlhoff
76bf08631f
Oops, changeset 48535 accidentally reverted 48527's fix.
...
[SVN r48558]
2008-09-03 08:56:43 +00:00
Christopher Kohlhoff
aea347d0a7
Add const overloads of the lowest_layer member functions.
...
[SVN r48535]
2008-09-02 11:34:18 +00:00
Christopher Kohlhoff
f5caaa00d2
Fix to compile with MSVC 7.1.
...
[SVN r48527]
2008-09-02 08:46:46 +00:00
Christopher Kohlhoff
8726d4169c
Fix error in comment.
...
[SVN r48526]
2008-09-01 23:07:29 +00:00
Christopher Kohlhoff
687fe8806f
Use templates to handle iovec structures that have an iov_base member of
...
type char*.
[SVN r48525]
2008-09-01 23:05:05 +00:00
Christopher Kohlhoff
c60ebedd28
Add support for using an eventfd descriptor on linux to interrupt a blocked
...
epoll/select reactor.
[SVN r48524]
2008-09-01 23:04:35 +00:00
Christopher Kohlhoff
4696ee9033
Add class to allow use of arbitrary Windows overlapped I/O operations.
...
[SVN r48495]
2008-08-31 11:38:52 +00:00
Christopher Kohlhoff
7176a41d0d
Refactor reactive socket implementation so that synchronous read, write,
...
accept and connect operations don't modify data associated with the socket.
[SVN r48491]
2008-08-31 09:01:59 +00:00
Christopher Kohlhoff
2f86d9c815
Don't build serial port test code when serial ports are not available.
...
[SVN r48490]
2008-08-31 08:58:49 +00:00
Christopher Kohlhoff
bb6bfd4b5a
Change the CompletionCondition concept so that:
...
- It is now evaluated before the first call to the underlying
*_some() operation, as well as after every operation.
- The return value is a number of bytes, which indicates the maximum
length to be transferred on the subsequent *_some() operation. If
the return value is 0 then the composed operation completes.
Add missing unit tests for read_at and write_at.
[SVN r48418]
2008-08-28 12:11:47 +00:00
Christopher Kohlhoff
de4cfeb523
Use get_io_service() rather than deprecated io_service() function.
...
[SVN r48417]
2008-08-28 12:09:09 +00:00