Commit Graph

1359 Commits

Author SHA1 Message Date
Christopher Kohlhoff
9c82711661 Revision history.
[SVN r64220]
2010-07-21 13:34:51 +00:00
Christopher Kohlhoff
9b4b8c4157 Revision history.
[SVN r63906]
2010-07-12 00:48:42 +00:00
Christopher Kohlhoff
83cfa260fd Revision history.
[SVN r63905]
2010-07-12 00:45:32 +00:00
Christopher Kohlhoff
194fca66a2 Version bump.
[SVN r63901]
2010-07-12 00:01:52 +00:00
Christopher Kohlhoff
e117752319 Version bump.
[SVN r63900]
2010-07-11 23:55:34 +00:00
Christopher Kohlhoff
8b0216a2cf Merge from trunk.
........
  r63776 | chris_kohlhoff | 2010-07-09 23:43:05 +1000 (Fri, 09 Jul 2010) | 2 lines
  
  Fence class for hppa.
........
  r63836 | chris_kohlhoff | 2010-07-11 14:12:51 +1000 (Sun, 11 Jul 2010) | 2 lines
  
  Note that hppa fence is just a placeholder at this time.
........
  r63837 | chris_kohlhoff | 2010-07-11 14:15:19 +1000 (Sun, 11 Jul 2010) | 2 lines
  
  Add macro for disabling fenced blocks.
........
  r63838 | chris_kohlhoff | 2010-07-11 14:16:10 +1000 (Sun, 11 Jul 2010) | 2 lines
  
  Preserve error value.
........


[SVN r63899]
2010-07-11 23:42:34 +00:00
Christopher Kohlhoff
0d86de5a45 Preserve error value.
[SVN r63838]
2010-07-11 04:16:10 +00:00
Christopher Kohlhoff
8832922873 Add macro for disabling fenced blocks.
[SVN r63837]
2010-07-11 04:15:19 +00:00
Christopher Kohlhoff
4bfc2868ab Note that hppa fence is just a placeholder at this time.
[SVN r63836]
2010-07-11 04:12:51 +00:00
Christopher Kohlhoff
2ddb60916c Fence class for hppa.
[SVN r63776]
2010-07-09 13:43:05 +00:00
Christopher Kohlhoff
760f58b6ca Merged from trunk.
........
  r63568 | chris_kohlhoff | 2010-07-04 16:49:18 +1000 (Sun, 04 Jul 2010) | 2 lines
  
  Fix coroutine macros to work with MSVC's edit-and-continue debug settings.
........
  r63569 | chris_kohlhoff | 2010-07-04 16:53:57 +1000 (Sun, 04 Jul 2010) | 2 lines
  
  Reworked timeout examples.
........
  r63570 | chris_kohlhoff | 2010-07-04 16:57:32 +1000 (Sun, 04 Jul 2010) | 2 lines
  
  Ensure arguments to handlers are passed as const types.
........
  r63571 | chris_kohlhoff | 2010-07-04 17:19:30 +1000 (Sun, 04 Jul 2010) | 2 lines
  
  Fences for arm.
........
  r63572 | chris_kohlhoff | 2010-07-04 17:20:18 +1000 (Sun, 04 Jul 2010) | 2 lines
  
  Fences for arm.
........
  r63573 | chris_kohlhoff | 2010-07-04 17:21:24 +1000 (Sun, 04 Jul 2010) | 2 lines
  
  Fix forward declaration.
........
  r63574 | chris_kohlhoff | 2010-07-04 17:23:27 +1000 (Sun, 04 Jul 2010) | 2 lines
  
  Add cancellation of reactor operations.
........
  r63575 | chris_kohlhoff | 2010-07-04 17:26:36 +1000 (Sun, 04 Jul 2010) | 2 lines
  
  Fixes in non_blocking_read.
........
  r63576 | chris_kohlhoff | 2010-07-04 17:28:20 +1000 (Sun, 04 Jul 2010) | 2 lines
  
  Make more tolerant of different platform sdk variants.
........
  r63577 | chris_kohlhoff | 2010-07-04 17:37:42 +1000 (Sun, 04 Jul 2010) | 2 lines
  
  Eliminate unnecessary uses of hash_map.
........
  r63578 | chris_kohlhoff | 2010-07-04 17:43:23 +1000 (Sun, 04 Jul 2010) | 2 lines
  
  Point docs at new timeout examples.
........
  r63592 | chris_kohlhoff | 2010-07-04 23:11:14 +1000 (Sun, 04 Jul 2010) | 2 lines
  
  Add missing operator+ overload. Fixes #4382.
........
  r63594 | chris_kohlhoff | 2010-07-04 23:42:41 +1000 (Sun, 04 Jul 2010) | 2 lines
  
  Fix unused parameters.
........
  r63646 | chris_kohlhoff | 2010-07-05 17:43:22 +1000 (Mon, 05 Jul 2010) | 2 lines
  
  Add missing parameter.
........


[SVN r63682]
2010-07-06 04:49:47 +00:00
Christopher Kohlhoff
6e0c4904b4 Add missing parameter.
[SVN r63646]
2010-07-05 07:43:22 +00:00
Christopher Kohlhoff
bd147ea789 Fix unused parameters.
[SVN r63594]
2010-07-04 13:42:41 +00:00
Christopher Kohlhoff
ae04d43d05 Add missing operator+ overload. Refs #4382.
[SVN r63592]
2010-07-04 13:11:14 +00:00
Christopher Kohlhoff
2e77cb4c6e Point docs at new timeout examples.
[SVN r63578]
2010-07-04 07:43:23 +00:00
Christopher Kohlhoff
61e36a4a2b Eliminate unnecessary uses of hash_map.
[SVN r63577]
2010-07-04 07:37:42 +00:00
Christopher Kohlhoff
8c5627bc13 Make more tolerant of different platform sdk variants.
[SVN r63576]
2010-07-04 07:28:20 +00:00
Christopher Kohlhoff
5bd06414c5 Fixes in non_blocking_read.
[SVN r63575]
2010-07-04 07:26:36 +00:00
Christopher Kohlhoff
5ae3eae4d5 Add cancellation of reactor operations.
[SVN r63574]
2010-07-04 07:23:27 +00:00
Christopher Kohlhoff
c983fc805e Fix forward declaration.
[SVN r63573]
2010-07-04 07:21:24 +00:00
Christopher Kohlhoff
bf07247104 Fences for arm.
[SVN r63572]
2010-07-04 07:20:18 +00:00
Christopher Kohlhoff
c8146d544f Fences for arm.
[SVN r63571]
2010-07-04 07:19:30 +00:00
Christopher Kohlhoff
7ead504f73 Ensure arguments to handlers are passed as const types.
[SVN r63570]
2010-07-04 06:57:32 +00:00
Christopher Kohlhoff
1654c3271c Reworked timeout examples.
[SVN r63569]
2010-07-04 06:53:57 +00:00
Christopher Kohlhoff
fb811aa099 Fix coroutine macros to work with MSVC's edit-and-continue debug settings.
[SVN r63568]
2010-07-04 06:49:18 +00:00
Daniel James
751991239f Merge documentation fixes.
* Use `doc/src/*.css` instead of `doc/html/*.css`.
* Remove wiki and people directories.
* Some documentation fixes.
* Left out `minimal.css` changes and boostbook changes because of clashes.


[SVN r63347]
2010-06-26 12:30:09 +00:00
Daniel James
c7c14a4586 Update various libraries' documentation build.
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.

[SVN r63146]
2010-06-20 18:00:48 +00:00
Christopher Kohlhoff
a70528c9be Merge from trunk.
........
  r62497 | chris_kohlhoff | 2010-06-07 09:28:58 +1000 (Mon, 07 Jun 2010) | 2 lines
  
  Fix handling of small but non-zero timeouts. Fixes #4205.
........
  r62499 | chris_kohlhoff | 2010-06-07 10:00:45 +1000 (Mon, 07 Jun 2010) | 2 lines
  
  Reworked implementation MkII.
  Also fixes #4170.
........
  r62530 | chris_kohlhoff | 2010-06-08 09:24:28 +1000 (Tue, 08 Jun 2010) | 2 lines
  
  Fixes for MSVC 7.1, Borland.
........
  r62531 | chris_kohlhoff | 2010-06-08 09:29:05 +1000 (Tue, 08 Jun 2010) | 2 lines
  
  Some changes for Symbian support.
........
  r62549 | chris_kohlhoff | 2010-06-08 14:27:26 +1000 (Tue, 08 Jun 2010) | 2 lines
  
  Fix typo in tutorial. Fixes #4252.
........
  r62556 | chris_kohlhoff | 2010-06-08 19:01:39 +1000 (Tue, 08 Jun 2010) | 2 lines
  
  Ensure unsigned char is used with isdigit. Fixes #4201.
........
  r62558 | chris_kohlhoff | 2010-06-08 21:01:57 +1000 (Tue, 08 Jun 2010) | 2 lines
  
  Fix handling of empty buffer sequences.
........


[SVN r62644]
2010-06-09 09:40:46 +00:00
Christopher Kohlhoff
db6f42e12b Fix handling of empty buffer sequences.
[SVN r62558]
2010-06-08 11:01:57 +00:00
Christopher Kohlhoff
5978853196 Ensure unsigned char is used with isdigit. Refs #4201.
[SVN r62556]
2010-06-08 09:01:39 +00:00
Christopher Kohlhoff
ff9915419b Fix typo in tutorial. Refs #4252.
[SVN r62549]
2010-06-08 04:27:26 +00:00
Christopher Kohlhoff
c1d13d05f8 Some changes for Symbian support.
[SVN r62531]
2010-06-07 23:29:05 +00:00
Christopher Kohlhoff
579be49842 Fixes for MSVC 7.1, Borland.
[SVN r62530]
2010-06-07 23:24:28 +00:00
Christopher Kohlhoff
0f5629d445 Reworked implementation MkII
[SVN r62499]
2010-06-07 00:00:45 +00:00
Christopher Kohlhoff
b7bc3ff637 Fix handling of small but non-zero timeouts. Fixes #4205.
[SVN r62497]
2010-06-06 23:28:58 +00:00
Christopher Kohlhoff
c1d25769bd Merge doc changes.
[SVN r61703]
2010-04-30 09:42:57 +00:00
Christopher Kohlhoff
e5dac272e7 More doc updates.
[SVN r61674]
2010-04-29 13:25:53 +00:00
Christopher Kohlhoff
33eeb63378 Doc updates.
[SVN r61643]
2010-04-28 12:39:06 +00:00
Christopher Kohlhoff
2fde542c54 Merge from trunk.
........
  r61172 | chris_kohlhoff | 2010-04-10 16:54:34 +1000 (Sat, 10 Apr 2010) | 2 lines
  
  Try using asm-based fenced block for pathscale.
........


[SVN r61198]
2010-04-11 13:15:35 +00:00
Christopher Kohlhoff
d5c95589ff Version bump.
[SVN r61173]
2010-04-10 07:15:18 +00:00
Christopher Kohlhoff
b59ac3d388 Try using asm-based fenced block for pathscale.
[SVN r61172]
2010-04-10 06:54:34 +00:00
Christopher Kohlhoff
9773a7e992 Merge from trunk.
........
  r60938 | chris_kohlhoff | 2010-03-30 23:28:22 +1100 (Tue, 30 Mar 2010) | 2 lines
  
  Don't allow speculative reads when message_out_of_band is specified.
........
  r60939 | chris_kohlhoff | 2010-03-30 23:30:00 +1100 (Tue, 30 Mar 2010) | 2 lines
  
  Don't perform a speculative read when an out-of-band read is pending.
........
  r60940 | chris_kohlhoff | 2010-03-30 23:31:51 +1100 (Tue, 30 Mar 2010) | 2 lines
  
  New kqueue reactor implementation using one-shot event registration.
........
  r60961 | chris_kohlhoff | 2010-03-31 23:13:47 +1100 (Wed, 31 Mar 2010) | 2 lines
  
  Uncomment ifdef test that was accidentally left commented.
........
  r60962 | chris_kohlhoff | 2010-03-31 23:22:10 +1100 (Wed, 31 Mar 2010) | 2 lines
  
  Fix so that lock is not held while reactor is running.
........
  r61009 | chris_kohlhoff | 2010-04-03 09:51:42 +1100 (Sat, 03 Apr 2010) | 2 lines
  
  Add ifdef to allow asio's threading support to be independently disabled.
........
  r61010 | chris_kohlhoff | 2010-04-03 11:29:06 +1100 (Sat, 03 Apr 2010) | 2 lines
  
  Try to fix compile errors on various platforms in fenced_block.
........


[SVN r61120]
2010-04-07 08:44:41 +00:00
Christopher Kohlhoff
58ca677b0f Try to fix compile errors on various platforms in fenced_block.
[SVN r61010]
2010-04-03 00:29:06 +00:00
Christopher Kohlhoff
03645c054c Add ifdef to allow asio's threading support to be independently disabled.
[SVN r61009]
2010-04-02 22:51:42 +00:00
Christopher Kohlhoff
5dbcf53b17 Fix so that lock is not held while reactor is running.
[SVN r60962]
2010-03-31 12:22:10 +00:00
Christopher Kohlhoff
51ae6ad776 Uncomment ifdef test that was accidentally left commented.
[SVN r60961]
2010-03-31 12:13:47 +00:00
Christopher Kohlhoff
d3a2b42be1 New kqueue reactor implementation using one-shot event registration.
[SVN r60940]
2010-03-30 12:31:51 +00:00
Christopher Kohlhoff
1ea2d5330f Don't perform a speculative read when an out-of-band read is pending.
[SVN r60939]
2010-03-30 12:30:00 +00:00
Christopher Kohlhoff
d02eb70ec9 Don't allow speculative reads when message_out_of_band is specified.
[SVN r60938]
2010-03-30 12:28:22 +00:00
Christopher Kohlhoff
c68851004a Merge from trunk.
........
  r60869 | chris_kohlhoff | 2010-03-27 21:54:44 +1100 (Sat, 27 Mar 2010) | 2 lines
  
  Always call ioctl on underlying descriptor when modifying blocking mode. Refs #3307.
........
  r60882 | chris_kohlhoff | 2010-03-28 09:22:59 +1100 (Sun, 28 Mar 2010) | 12 lines
  
  Change the resolver implementation to no longer require the typedefs
  InternetProtocol::resolver_query and InternetProtocol::resolver_iterator,
  as neither typedef is part of the documented InternetProtocol requirements.
  
  The following typedefs are now marked as deprecated:
  - ip::icmp::resolver_query
  - ip::icmp::resolver_iterator
  - ip::tcp::resolver_query
  - ip::tcp::resolver_iterator
  - ip::udp::resolver_query
  - ip::udp::resolver_iterator
........
  r60883 | chris_kohlhoff | 2010-03-28 10:04:56 +1100 (Sun, 28 Mar 2010) | 2 lines
  
  Fix unused variable warnings.
........
  r60921 | chris_kohlhoff | 2010-03-30 10:51:15 +1100 (Tue, 30 Mar 2010) | 2 lines
  
  Document basic_resolver_query's constructor arguments.
........
  r60922 | chris_kohlhoff | 2010-03-30 10:55:00 +1100 (Tue, 30 Mar 2010) | 3 lines
  
  Work around an apparent doxygen bug to show template parameter lists on
  inherited member functions.
........
  r60923 | chris_kohlhoff | 2010-03-30 10:57:25 +1100 (Tue, 30 Mar 2010) | 2 lines
  
  Regenerate documentation.
........


[SVN r60924]
2010-03-30 01:20:37 +00:00