Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2e2e50b

Browse files
committed
Up version to 0.10.1.
1 parentb4dc8ce commit2e2e50b

File tree

45 files changed

+136
-38
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+136
-38
lines changed

‎boost/network/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#defineBOOST_NETLIB_VERSION_MAJOR0
1313
#defineBOOST_NETLIB_VERSION_MINOR10
14-
#defineBOOST_NETLIB_VERSION_INCREMENT0
14+
#defineBOOST_NETLIB_VERSION_INCREMENT1
1515

1616
#ifndef BOOST_NETLIB_VERSION
1717
#defineBOOST_NETLIB_VERSION \
-274 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
-7 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

‎libs/network/doc/html/_sources/in_depth/http.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ overload of the ``basic_client``:
3333

3434

3535
The default typedef for the HTTP client that is provided uses the
36-
``http_default_8bit_udp_resolve`` tag, and implements HTTP 1.0. The exact
36+
``http_async_8bit_udp_resolve`` tag, and implements HTTP 1.1. The exact
3737
typedef is in the ``boost::network::http`` namespace as the following:
3838

3939
.. code-block:: c++
4040

4141
namespace boost { namespace network { namespace http {
4242

43-
typedef basic_client<tags::http_default_8bit_udp_resolve, 1,0>
43+
typedef basic_client<tags::http_async_8bit_udp_resolve, 1,1>
4444
client;
4545

4646
}}}

‎libs/network/doc/html/_sources/index.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
.. :Authors: Glyn Matthews <glyn.matthews@gmail.com>
55
.. Dean Michael Berris <dberris@google.com>
6-
.. :Date:Jun 26, 2013
7-
.. :Version: 0.10.0
6+
.. :Date:Jul 4, 2013
7+
.. :Version: 0.10.1
88
.. :Description: Complete user documentation, with examples, for the :mod:`cpp-netlib`.
99
.. :Copyright: Copyright Glyn Matthews, Dean Michael Berris 2008-2013.
1010
.. Copyrigh 2013 Google, Inc.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp