Commit Graph

1344 Commits

Author SHA1 Message Date
Christopher Kohlhoff
001d6e8d4d Remove .cvsignore files. 2011-02-08 12:14:21 +11:00
Christopher Kohlhoff
834b57de83 Convert .cvsignore files to .gitignore files. 2011-02-08 12:13:58 +11:00
chris_kohlhoff
f390f8143e asio version 1.4.0 released 2009-02-01 11:25:19 +00:00
chris_kohlhoff
4e7efa0a29 Regenerate documentation. 2009-02-01 10:56:39 +00:00
chris_kohlhoff
ab98b8e9a5 Add more documentation for asio::streambuf. 2009-02-01 10:52:43 +00:00
chris_kohlhoff
863363a95e Fix scoped_ptr usage to work on Sun Studio 11. 2008-10-29 12:55:41 +00:00
chris_kohlhoff
9dc8e9b296 Fix reference link. 2008-10-29 12:35:30 +00:00
chris_kohlhoff
eafc4262dc Fix problem in read_until's match_condition handling when the delimiter
lies at the end of the data.
2008-10-29 12:23:51 +00:00
chris_kohlhoff
f74b229a41 Fix typo. 2008-10-29 12:20:48 +00:00
chris_kohlhoff
d48c916ff0 Add a new POSIX-specific chat client showing how to use the
posix::stream_descriptor class.
2008-10-29 12:19:37 +00:00
chris_kohlhoff
5d79ded555 asio version 1.3.1 released 2008-10-13 21:52:05 +00:00
chris_kohlhoff
1e74cffa06 Apply patch for latest codegear compiler. 2008-10-09 05:57:24 +00:00
chris_kohlhoff
fc35b181da Add example showing use of local::stream_protocol::iostream. 2008-10-08 12:05:51 +00:00
chris_kohlhoff
db281d4c0f Fix basic_socket_streambuf to work with Protocol objects that don't
provide a resolver.
2008-10-08 12:02:59 +00:00
chris_kohlhoff
28797cec09 Make the service_registry's usage of typeid work when the default gcc
linker visibility is set to hidden.
2008-10-08 10:19:13 +00:00
chris_kohlhoff
9155ef673f Add missing #include. 2008-10-08 10:11:06 +00:00
chris_kohlhoff
fde3b260c5 Fix compile errors in the two-lock implementation of the task_io_service. 2008-10-08 09:58:07 +00:00
chris_kohlhoff
920e45e967 Include windows example in boostification. 2008-10-08 09:52:06 +00:00
chris_kohlhoff
f10ab03183 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.
2008-10-08 09:49:11 +00:00
chris_kohlhoff
60a099a934 Remove thread::purpose flags since they are no longer required. 2008-10-08 09:44:49 +00:00
chris_kohlhoff
19312f9d81 Only use TerminateThread when explicitly requested by the user by calling
asio::detail:🧵:set_terminate_threads(true). This fixes a memory leak
that may occur with internally created threads.
2008-10-08 09:20:22 +00:00
chris_kohlhoff
0dcf7c711f Perform lazy initialisation of the reactor task to reduce memory usage when
an io_service is used only as a message queue.
2008-09-23 23:45:04 +00:00
chris_kohlhoff
a3fec3a669 Add bounds checks as specified in TR2 proposal. 2008-09-11 23:42:00 +00:00
chris_kohlhoff
89428b5586 Regenerate documentation. 2008-09-10 09:22:38 +00:00
chris_kohlhoff
cfbbe3e0a7 Clarify which resolve function perform forward or reverse resolution. 2008-09-10 09:19:22 +00:00
chris_kohlhoff
2d49028c32 Handle SSL errors (e.g. bad certificates). 2008-09-08 08:22:05 +00:00
chris_kohlhoff
6e18b9b719 asio version 1.3.0 released 2008-09-05 05:21:37 +00:00
chris_kohlhoff
20426f82e4 Remove temporary tags file. 2008-09-05 02:51:46 +00:00
chris_kohlhoff
0c347712fe Explicitly specify return type with bind to keep some compilers happy. 2008-09-03 05:53:00 +00:00
chris_kohlhoff
3a1a108be5 Add windows::overlapped_ptr to the reference index page. 2008-09-03 05:48:45 +00:00
chris_kohlhoff
e660d23bd9 Ignore generated tags file. 2008-09-03 04:31:01 +00:00
chris_kohlhoff
db5b77064b Add workaround for possible g++ 4.3 optimiser bug. 2008-09-03 04:07:09 +00:00
chris_kohlhoff
9f9c8c2a7c Add windows/transmit_file example. 2008-09-02 22:45:20 +00:00
chris_kohlhoff
f1b464c902 Regenerate documentation. 2008-09-02 22:42:09 +00:00
chris_kohlhoff
d754b59291 Update completion_condition documentation to match new signature. 2008-09-02 22:40:04 +00:00
chris_kohlhoff
a2b71faf7a Document ASIO_DISABLE_EVENTFD macro. 2008-09-02 22:07:58 +00:00
chris_kohlhoff
5698a60884 Regenerate documentation. 2008-09-02 22:04:29 +00:00
chris_kohlhoff
3598d5df1e Add const overloads of the lowest_layer member functions. 2008-09-02 11:03:30 +00:00
chris_kohlhoff
27b90590cc Fix to compile on MSVC 7.1. 2008-09-02 00:27:48 +00:00
chris_kohlhoff
e8b47db82c Fix error in comment. 2008-09-01 09:32:58 +00:00
chris_kohlhoff
9e60be2146 Add support for using an eventfd descriptor on linux to interrupt a blocked
epoll/select reactor.
2008-09-01 00:37:58 +00:00
chris_kohlhoff
67d51abb13 Ignore overlapped_ptr test executable. 2008-09-01 00:34:30 +00:00
chris_kohlhoff
fbc7ac292e Sun CC wants to use strerror from the std namespace. 2008-08-31 13:21:48 +00:00
chris_kohlhoff
47ca4a94d9 Use templates to handle iovec structures that have an iov_base member of
type char*.
2008-08-31 13:05:08 +00:00
chris_kohlhoff
f12ba81bf9 Use templates to handle iovec structures that have an iov_base member of
type char*.
2008-08-31 12:55:06 +00:00
chris_kohlhoff
d618ef89ed Add class to allow use of arbitrary Windows overlapped I/O operations. 2008-08-31 09:18:03 +00:00
chris_kohlhoff
407bdaafec Don't build serial port test code when serial ports are not available. 2008-08-31 08:26:48 +00:00
chris_kohlhoff
cbd8945581 Refactor reactive socket implementation so that synchronous read, write,
accept and connect operations don't modify data associated with the socket.
2008-08-31 08:06:45 +00:00
chris_kohlhoff
fa486a0ed3 Ignore boostified directory. 2008-08-29 00:40:28 +00:00
chris_kohlhoff
851f808c3a Add missing fullstop. 2008-08-29 00:32:09 +00:00