Peter Thorson
56cdbcd1da
more gcc put_time debugging
2014-11-03 17:37:04 -05:00
Peter Thorson
4c15d27bf4
fixes an issue with signed/unsigned comparison
2014-11-03 14:39:34 -05:00
Peter Thorson
b3b20ebb04
fix for non-threadsafe use of localtime fixes #347
2014-11-03 09:51:02 -05:00
Peter Thorson
397f5c00bf
better fix for use of put_time
...
Put time can’t be activated by _WEBSOCKETPP_CPP11_STL_ due to backwards
compatibility issues with GCC 4.7 and 4.8 which otherwise work with
that define but do not support put_time
2014-11-03 09:48:43 -05:00
Peter Thorson
82502a651a
run travis on develop branch
2014-11-03 08:59:29 -05:00
Peter Thorson
b46c0fb142
adds std/boost::ref as needed for non-const references passed to make_shared
...
required for boost::make_shared to work without rvalue references.
2014-11-03 08:53:49 -05:00
Peter Thorson
e1a0401d25
fixes guard macro for use of std::put_time
...
std::put_time is in the c++11 iomanip header not chrono
2014-11-02 19:12:16 -05:00
Peter Thorson
f23abe8e70
Fix bug in chrono config by boost_config
2014-11-02 19:08:15 -05:00
Peter Thorson
4309749dd9
switch to alternate method of clearing function objects
...
may help with null_ptr related issues when using boost with c++11
compilers
2014-10-19 08:56:07 -04:00
Peter Thorson
f06b623767
Merge pull request #379 from dnovikoff/develop
...
Using std/boost make_shared for creating shared pointers
2014-10-15 08:56:36 -04:00
Peter Thorson
9807283a6b
Update sha1::calc length parameter to more sane type references #358
...
also cleans up formatting and code style and adds documentation
2014-10-14 22:17:57 -04:00
Peter Thorson
83a66f4e3f
Update base64_encode length parameter to more sane type references #358
...
Also adds documentation and cleans up formatting
2014-10-14 08:28:26 -04:00
Peter Thorson
2e7a902ef7
prefix htonll/ntohll fixes #381 fixes #382 references #358
...
This avoids conflicts with OS level macros
2014-10-14 08:08:30 -04:00
Peter Thorson
55b6cfae90
Merge pull request #369 from codemercenary/gitignore
...
Updating ignore list for in-source MSVC CMake environments
2014-10-08 10:36:58 -04:00
Peter Thorson
95bfe7c5ba
Merge pull request #377 from LocutusOfBorg/patch-2
...
Fix build failure if CMAKE_CXX_FLAGS is not empty
2014-10-08 10:31:09 -04:00
Dmitry Novikov
f7aeeaaa30
Using std/boost make_shared for creating shared pointers
...
Fixed boost::function nulling issue
2014-10-08 16:11:46 +04:00
Gianfranco Costamagna
55827fc825
Fix build failure if CMAKE_CXX_FLAGS is not empty
...
The wrong " were adding a new parameter, leading to an expanded flag list like
"-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 ;-std=c++0x"
and an obvious
"g++-4.8.real: fatal error: no input files"
error message.
2014-10-08 10:05:59 +02:00
Peter Thorson
d7a7112c8b
removes unused qualifiers references #376
2014-10-07 10:17:02 -04:00
Peter Thorson
d6c9905e80
fixes another shadowing warning
2014-10-07 10:16:28 -04:00
Peter Thorson
0e66dbfde4
lots of cleanup of unused code & parameters references #376
2014-10-07 10:11:37 -04:00
Peter Thorson
e8d25d22bc
adds documentation and removes unused parameters references #376
2014-10-07 10:04:54 -04:00
Peter Thorson
fe6d82e7a3
fix local variable shadowing warning
2014-10-07 08:17:53 -04:00
Peter Thorson
2f64f8d91a
adds documentation and removes unused parameters references #376
2014-10-06 19:04:04 -04:00
Peter Thorson
6da47743e8
removes unused function references #376
2014-10-06 18:34:13 -04:00
Peter Thorson
6c242b205b
detab entire project references #376
2014-10-06 18:33:55 -04:00
codemercenary
2d2c62c887
Updating ignore list for in-source MSVC CMake environments
2014-08-20 11:35:35 -07:00
Peter Thorson
71a10d83c8
Merge core requirements feature branch
2014-08-09 16:18:00 -05:00
Peter Thorson
fe0310b283
make version introduced notes less specific
2014-08-09 16:13:19 -05:00
Peter Thorson
8a7beaa86a
Merge branch 'exception_refactor' into develop
...
Conflicts:
changelog.md
websocketpp/impl/connection_impl.hpp
2014-08-09 15:44:46 -05:00
Peter Thorson
5d0c2f6341
update version information for develop branch
2014-08-09 15:38:25 -05:00
Peter Thorson
122d4e2128
Reduce conflict between std::min and macros
...
Adjust usage of std::min to be more compatible with systems that define
a min(...) macro
2014-08-09 15:36:10 -05:00
Peter Thorson
e203dbed45
package for 0.3.0 release
2014-08-09 14:06:22 -05:00
Peter Thorson
ad2932bbff
Disable open timeout when duration is set to zero
2014-07-24 21:39:12 -05:00
Peter Thorson
3560fa144a
Merge pull request #359 from redboltz/add_semicolon
...
Added a semicolon.
2014-07-08 18:56:42 -05:00
Takatoshi Kondo
296f61b595
Added a semicolon.
2014-07-08 17:15:19 +09:00
Peter Thorson
65cc3765a8
add docs for namespaces and concurrency policies
2014-05-30 16:02:07 -05:00
Peter Thorson
10be5eee14
clarified documentation for bad_connection error
2014-05-30 16:02:07 -05:00
Peter Thorson
c39777e4c1
add documentation for socket policies
2014-05-30 16:02:06 -05:00
Peter Thorson
af7149ae0a
Adds read_all method to iostream transport
...
Adds `connection::read_all(...)` method to iostream transport as a
convenience method for reading all data into the connection buffer
without the end user needing to manually loop on `read_some`.
2014-05-22 21:10:58 -05:00
Peter Thorson
7c3eb3e6c2
fix log wording
2014-05-22 21:10:57 -05:00
Peter Thorson
e7ce038207
remove unused file
2014-04-10 10:53:41 -05:00
Peter Thorson
aaed2c4950
fix whitespace
2014-04-10 10:20:26 -05:00
Peter Thorson
64fffeda9f
Add combination plain+TLS echo example
2014-04-10 10:19:30 -05:00
Peter Thorson
7137105a81
documentation updates
2014-04-02 11:57:04 -05:00
Peter Thorson
beaa6e98cc
testee server defaults changes
2014-03-27 07:43:36 -05:00
Peter Thorson
79c2d09200
remove debug logging from critical paths
2014-03-27 07:43:11 -05:00
Peter Thorson
b92a2b7f61
Merge branch 'master' into exception_refactor
2014-03-25 07:22:54 -05:00
Peter Thorson
1f73456e25
update changelog
2014-03-25 07:22:40 -05:00
Peter Thorson
0ca2bae121
Merge branch 'master' into core_dependencies
...
Conflicts:
changelog.md
2014-03-25 07:17:12 -05:00
Peter Thorson
002d2d0007
force the offset to be calculated first to avoid confusing MSVC's checked iterators references #342
...
Thank you tmoers for reporting
2014-03-25 06:15:40 -05:00