Commit Graph

1691 Commits

Author SHA1 Message Date
chris_kohlhoff
a9cb9feec5 Initial checkin of script to automatically create a release. 2008-08-28 13:32:23 +00:00
chris_kohlhoff
64f7475c9e Add manifest for asio 1.2.0. 2008-08-28 13:30:11 +00:00
chris_kohlhoff
8ed87eff78 More long lines fixes. 2008-08-28 09:00:08 +00:00
chris_kohlhoff
2fb9971805 Fix long lines. 2008-08-28 08:56:17 +00:00
chris_kohlhoff
598d424132 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.
2008-08-21 12:32:21 +00:00
chris_kohlhoff
c2faf4278d Use get_io_service() rather than the deprecated io_service() call. 2008-08-21 12:26:46 +00:00
chris_kohlhoff
b0d52734c4 Add missing unit tests for read_at and write_at. 2008-08-20 23:11:52 +00:00
chris_kohlhoff
9ccd739cce Copy new images to doc output directory. 2008-08-20 23:10:26 +00:00
chris_kohlhoff
8b21775455 Fix duplicate variable warning. 2008-08-20 23:08:54 +00:00
chris_kohlhoff
f8a4e620a5 Fix uninitialised event handles for external uses of asio::thread. 2008-08-20 22:54:29 +00:00
chris_kohlhoff
e539867bd4 asio version 1.2.0 released 2008-08-14 11:03:18 +00:00
chris_kohlhoff
8c4141dd08 Include CREAD and CLOCAL in the default flags for serial ports. 2008-08-09 01:14:16 +00:00
chris_kohlhoff
e60edd70c7 Fix automake version check. 2008-08-08 14:29:47 +00:00
chris_kohlhoff
9dd0bff608 Correct an array bounds error in the treatment of paths for UNIX domain sockets. 2008-08-08 13:37:04 +00:00
chris_kohlhoff
7f9c0597fd QNX defines AI_V4MAPPED, AI_ALL and AI_ADDRCONFIG but does not implement
them.
2008-08-08 13:35:40 +00:00
chris_kohlhoff
d7e6724355 Fix a tight spin on epoll (or /dev/poll) that occurs when the EPOLLERR and
EPOLLHUP events are reported for a descriptor and there are no pending
operations.
2008-08-08 13:34:28 +00:00
chris_kohlhoff
2c8400e2db Fix memory leak in use_tmp_dh_file(). 2008-08-08 13:31:16 +00:00
chris_kohlhoff
1cfcc4693b Improve wording. 2008-07-18 13:19:11 +00:00
chris_kohlhoff
8b70b85fe6 Add built-in networking protocols. 2008-07-18 12:36:50 +00:00
chris_kohlhoff
aa4fb79c2a Add basics. 2008-07-18 11:54:09 +00:00
chris_kohlhoff
7415de4432 Update control flow images. 2008-07-18 10:26:10 +00:00
chris_kohlhoff
45d4a53af6 Add images for introductory section. 2008-07-18 00:03:19 +00:00
chris_kohlhoff
cb71652519 Need to use asio::error_code in non-boost documentation. 2008-07-17 23:56:32 +00:00
chris_kohlhoff
9c3f3ffdf2 Fix typos, links. 2008-07-17 23:13:34 +00:00
chris_kohlhoff
b6ef1d9767 Fix typo. 2008-07-17 14:22:12 +00:00
chris_kohlhoff
805746c6e6 More overview. 2008-07-17 14:03:53 +00:00
chris_kohlhoff
d421fa2e02 More overview. 2008-07-17 13:16:26 +00:00
chris_kohlhoff
51a503ec3f No more two-comma sentences! 2008-07-17 12:23:46 +00:00
chris_kohlhoff
7a8297803d More dead links and other fixes. 2008-07-17 12:04:10 +00:00
chris_kohlhoff
7986552cce Fix link to ip::host_name. 2008-07-17 11:56:21 +00:00
chris_kohlhoff
39c2ce5f0b More overview. 2008-07-17 11:38:49 +00:00
chris_kohlhoff
a7502027a1 More overview changes. 2008-07-17 10:11:36 +00:00
chris_kohlhoff
255dfef849 Update async and strand sections. 2008-07-16 13:42:12 +00:00
chris_kohlhoff
dab3f36c04 Add section on mapping from BSD socket API to Asio. 2008-07-16 13:32:33 +00:00
chris_kohlhoff
07b301921f Fix typo. 2008-07-16 13:04:48 +00:00
chris_kohlhoff
c6e655fdfa Add SSL overview. 2008-07-16 13:03:25 +00:00
chris_kohlhoff
32428ff077 Add mailing list info. 2008-07-16 12:35:12 +00:00
chris_kohlhoff
92458c57a4 Initial commit of new overview material. 2008-07-16 12:22:36 +00:00
chris_kohlhoff
c476f1ec49 Fix some links from the tutorial into the reference material. 2008-07-10 21:19:24 +00:00
chris_kohlhoff
845a94e725 Add new example directory "local". Update version number extraction to
match latest configure.ac.
2008-07-09 23:49:20 +00:00
chris_kohlhoff
66a1aab567 Don't build UNIX domain socket examples on Windows platforms. 2008-07-09 11:25:47 +00:00
chris_kohlhoff
cfcdb1b9c7 Add examples showing use of UNIX domain stream_protocol types. 2008-07-09 09:09:28 +00:00
chris_kohlhoff
e61c66baa1 Add example showing use of UNIX domain sockets with connect_pair(). 2008-07-08 22:33:58 +00:00
chris_kohlhoff
521e64b5a8 Add new type requirements. 2008-07-08 12:45:06 +00:00
chris_kohlhoff
6c2a215b1a Type requirements for random access devices. 2008-07-08 12:44:06 +00:00
chris_kohlhoff
118209177d Add type requirements for serial port services. 2008-07-08 11:36:16 +00:00
chris_kohlhoff
1330211c94 Add type requirements for serial port options. 2008-07-08 11:15:47 +00:00
chris_kohlhoff
23b9829a30 Fix SSL thread ID function to work correctly on 64-bit Windows. 2008-07-08 09:00:59 +00:00
chris_kohlhoff
29fe1d65af POSIX platforms are not required to define IOV_MAX, so if it's not
available default to the stipulated minimum of 16.
2008-07-08 08:53:59 +00:00
chris_kohlhoff
8a5f00a6d1 Add RawSocketService type requirements. 2008-07-06 11:36:10 +00:00