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

RC0 for 0.11.1#420

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
glynos merged 2 commits intocpp-netlib:0.11-develfromdeanberris:0.11-devel
Aug 16, 2014
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
NextNext commit
Documentation and version update to 0.11.1
  • Loading branch information
@deanberris
deanberris committedAug 12, 2014
commit5ba12c03b7a63e0e51eee564e7088ce5ed506b0d
2 changes: 1 addition & 1 deletionboost/network/version.hpp
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,7 +11,7 @@

#define BOOST_NETLIB_VERSION_MAJOR 0
#define BOOST_NETLIB_VERSION_MINOR 11
#define BOOST_NETLIB_VERSION_INCREMENT0
#define BOOST_NETLIB_VERSION_INCREMENT1

#ifndef BOOST_NETLIB_VERSION
# define BOOST_NETLIB_VERSION \
Expand Down
6 changes: 3 additions & 3 deletionslibs/network/doc/conf.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -45,7 +45,7 @@

# General information about the project.
project = u'cpp-netlib'
copyright = u'2008-2013, Glyn Matthews, Dean Michael Berris; 2013 Google, Inc.'
copyright = u'2008-2014, Glyn Matthews, Dean Michael Berris; 2013 Google, Inc.'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand All@@ -54,7 +54,7 @@
# The short X.Y version.
version = '0.11'
# The full version, including alpha/beta/rc tags.
release = '0.11.0'
release = '0.11.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand DownExpand Up@@ -99,7 +99,7 @@

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
html_title = 'cpp-netlib v0.11.0'
html_title = 'cpp-netlib v0.11.1'

# A shorter title for the navigation bar. Default is the same as html_title.
# html_short_title = 'cpp-netlib'
Expand Down
8 changes: 7 additions & 1 deletionlibs/network/doc/reference/http_client.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -212,6 +212,11 @@ initialization.
||| client-side SSL session|
||| establishment.|
+--------------------------+----------------------------+--------------------------+
| timeout| ``int``| Number of seconds to|
||| wait for client requests|
||| before considering a|
||| timeout has occurred.|
+--------------------------+----------------------------+--------------------------+


To use the above supported named parameters, you'll have code that looks like
Expand All@@ -225,7 +230,8 @@ the following:
.cache_resolved(true)
.io_service(boost::make_shared<boost::asio::io_service>())
.openssl_certificate("/tmp/my-cert")
.openssl_verify_path("/tmp/ca-certs");
.openssl_verify_path("/tmp/ca-certs")
.timeout(10);
client client_(options);
// useclient_ as normal from here on out.

Expand Down
9 changes: 9 additions & 0 deletionslibs/network/doc/whats_new.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,6 +7,15 @@
:mod:`cpp-netlib` 0.11
----------------------

v0.11.1
~~~~~~~
* Add support for request timeouts.
* Build configuration fixes.
* Support for Travis CI in-project config.
* Make the response parser more flexible to support older/ad-hoc servers that don't have standard format responses.
* Fix some instability in the client destructor.
* MSVC 2010 specific fixes.

v0.11.0
~~~~~~~
* Fix thread leak in DNS resolution failure (`#245`_)
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp