Jeff Mitchell
|
0a7aaa2632
|
Overload get_connection to allow passing in an already-constructed uri_ptr. This avoid the need for using the regex, which GCC does not implement yet.
|
2013-05-28 13:15:01 -04:00 |
|
Peter Thorson
|
2c09846722
|
Merge pull request #239 from zaphoyd/experimental
updates cmake branch with latest changes
|
2013-05-18 05:05:00 -07:00 |
|
Peter Thorson
|
d7e5235036
|
extract URI for HTTP connections also
|
2013-05-18 06:54:56 -05:00 |
|
Peter Thorson
|
dd534ace64
|
switches processor to use new free get_uri function
|
2013-05-18 06:54:32 -05:00 |
|
Peter Thorson
|
065dd26779
|
adds free processor extract uri from request utility method
|
2013-05-18 06:53:46 -05:00 |
|
Peter Thorson
|
8c6b049e99
|
adds better support for custom URI schemes
|
2013-05-18 06:53:17 -05:00 |
|
Peter Thorson
|
4474868372
|
adds unique_lock and condition_variable to common thread tools
|
2013-05-16 10:30:38 -05:00 |
|
Peter Thorson
|
f3faf404dd
|
merge from experimental
|
2013-05-14 15:22:22 -05:00 |
|
Peter Thorson
|
a2a02ba063
|
adds a debug log statement
|
2013-05-14 15:14:57 -05:00 |
|
Peter Thorson
|
a8f649892f
|
renames mock logger to stub logger
|
2013-05-13 09:03:12 -05:00 |
|
Peter Thorson
|
d8310780ac
|
adds documentation
|
2013-05-13 07:50:43 -05:00 |
|
Peter Thorson
|
a77d92e99a
|
switches the order of error and access log paramters to be consistent with the rest of the library
|
2013-05-13 07:50:29 -05:00 |
|
Peter Thorson
|
4a4c763d18
|
Merge pull request #231 from zaphoyd/experimental
bring cmake branch in line with experimental
|
2013-05-11 13:57:46 -07:00 |
|
Peter Thorson
|
0a4995bce5
|
adds missing include files
|
2013-05-11 15:48:32 -05:00 |
|
Peter Thorson
|
8f7843094d
|
edits for consistency
|
2013-05-11 15:48:21 -05:00 |
|
Peter Thorson
|
738822813f
|
Adds an empty mock logger
|
2013-05-11 15:47:56 -05:00 |
|
Peter Thorson
|
5bd0332d19
|
return error code by value rather than reference
|
2013-05-11 09:43:09 -05:00 |
|
Peter Thorson
|
cb5955ccc5
|
defines timers before using them
|
2013-05-11 09:40:19 -05:00 |
|
Peter Thorson
|
2f050cf412
|
updates socket policy error handling
|
2013-05-11 09:36:42 -05:00 |
|
Peter Thorson
|
67edd83a7c
|
adds post_init (tls) and shutdown timers references #226
|
2013-05-11 07:11:00 -05:00 |
|
Peter Thorson
|
c8f603ed1c
|
simplify tls async shutdown
|
2013-05-11 07:09:59 -05:00 |
|
Peter Thorson
|
d37dd26f43
|
rename config constants for consistency
|
2013-05-11 07:09:42 -05:00 |
|
Peter Thorson
|
3ac8a99cec
|
fixes some typos
|
2013-05-10 17:18:33 -05:00 |
|
Peter Thorson
|
58fd1b80c2
|
refactors dns resolve timer to be more robust and adds connect timer
|
2013-05-10 17:17:13 -05:00 |
|
Peter Thorson
|
43ba642b53
|
removes timeouts from socket policy (moving them a level up)
|
2013-05-10 17:13:46 -05:00 |
|
Peter Thorson
|
4e06c837ff
|
adds post/pre init and connect timeout values to default configs
|
2013-05-10 17:07:52 -05:00 |
|
Peter Thorson
|
b23c7fd93a
|
define NOMINMAX to fix VCPP warnings references #203
reported by KHeresy
|
2013-05-10 16:08:46 -05:00 |
|
Peter Thorson
|
8966c88d2f
|
add platform specific preprocessor settings section
|
2013-05-10 16:04:43 -05:00 |
|
Peter Thorson
|
e2462ec30b
|
use endpoint set_timer rather than connection
|
2013-05-10 16:02:33 -05:00 |
|
Peter Thorson
|
4adfc452d0
|
adds more robust proxy timeout behavior
|
2013-05-10 08:43:37 -05:00 |
|
Peter Thorson
|
16999a14c7
|
fixes some silly mistakes references #229
|
2013-05-09 16:35:39 -05:00 |
|
Peter Thorson
|
98c8c2ae5c
|
Merge pull request #228 from zaphoyd/experimental
Merge experimental into 0.3.x-cmake
|
2013-05-09 04:35:11 -07:00 |
|
Peter Thorson
|
d85ea32851
|
adds timer support to asio endpoints, impliments dns resolve timer references #226
|
2013-05-08 08:52:52 -05:00 |
|
Peter Thorson
|
b408ab876e
|
adds method to set proxy timeout duration at runtime
|
2013-05-07 20:45:28 -05:00 |
|
Peter Thorson
|
747bc55bcf
|
adds documentation and error handling to proxy methods
|
2013-05-07 20:45:04 -05:00 |
|
Peter Thorson
|
5d0d1379b6
|
adds timer support for asio transport and adds proxy connect timeout references #226
|
2013-05-07 17:49:02 -05:00 |
|
Peter Thorson
|
175cab8d22
|
updates configs to add default timer wait times references #226
|
2013-05-07 17:46:41 -05:00 |
|
Peter Thorson
|
bda4cf3a46
|
updates derived configs to also derive transport_config from base
|
2013-05-07 17:46:17 -05:00 |
|
Jeff Mitchell
|
92651f1f14
|
Affect the install location for headers only; honor the normal/given install prefix otherwise.
|
2013-05-07 12:47:33 -04:00 |
|
Jeff Mitchell
|
693fa27fed
|
Make finding boost conditional upon examples being built; remove building when possible by only using header versions of files
|
2013-05-07 12:38:41 -04:00 |
|
Peter Thorson
|
8e40c53f97
|
adds new async terminate interface which significantly improves error handling
|
2013-05-07 09:38:26 -05:00 |
|
Peter Thorson
|
6bd62edb43
|
removes unused code & updates naming conventions
|
2013-05-07 09:37:37 -05:00 |
|
Peter Thorson
|
42ca501f76
|
adds async_shutdown interface to transport connections
|
2013-05-07 09:35:13 -05:00 |
|
Peter Thorson
|
7d8f1ea163
|
revert ignore of TLS short read references #224
|
2013-05-07 07:02:17 -05:00 |
|
Jeff Mitchell
|
0aba4f3695
|
Fix a number of CMake problems: clang detection, shared library support, etc.
|
2013-05-06 13:12:02 -04:00 |
|
Jeff Mitchell
|
5c9de71415
|
Merge remote-tracking branch 'upstream/experimental' into 0.3.x-cmake
|
2013-05-06 13:09:40 -04:00 |
|
Peter Thorson
|
4807d54155
|
corrects visual studio 2008 temporary overflow debug warning references #221
|
2013-05-06 08:23:40 -05:00 |
|
Peter Thorson
|
3304647c3f
|
removes stray space from proxy auth header references #132
|
2013-05-06 08:22:03 -05:00 |
|
Peter Thorson
|
f6f4befe46
|
adds new tls_short_read transport error
|
2013-05-05 19:06:55 -05:00 |
|
Peter Thorson
|
dc7872d647
|
test ignoring TLS short reads
|
2013-05-05 18:57:17 -05:00 |
|