Commit Graph

12 Commits

Author SHA1 Message Date
Jamie Dale
42afb69ede Compiler fixes for VS2010.
This fixes some errors caused by Windows defining things like min and max, as well as a number of warnings about type conversion, unused parameters, inability to generate assignment operators, and constant conditions.

All type conversions were assumed to be intentional, and static_casts have been added to remove the compiler warnings.

The server code should now build cleanly with level 4 warnings enabled (as used in my project), and the client code should build cleanly with level 3 warnings enabled (as used by the WebSocket++ projects).
2012-04-12 19:31:12 +01:00
Tobias Oberstein
57630721f6 fix newlines at file ends, more aggressive optim. 2012-03-08 17:09:25 +01:00
Peter Thorson
7ab7588c28 regex is no longer static, allows multi-threaded uri parsing. Fixes #54 2012-01-31 09:34:46 -06:00
Peter Thorson
a17a4deb4b normalizes whitespace and sets up gitattributes to preserve fixes #43 fixes #46 2012-01-12 09:57:06 -06:00
Peter Thorson
1c0e1b0d2b better IPv6 literal URI parsing 2012-01-11 12:20:12 -06:00
Peter Thorson
0e92bb207a ipv6 and uri parking fixes 2012-01-11 10:12:57 -06:00
Peter Thorson
0660d4e87a temporary fix for static class constant in uri 2011-12-08 09:23:59 -06:00
Peter Thorson
689c136298 policy refactor echo client passes all autobahn tests 2011-12-06 22:14:30 -06:00
Peter Thorson
695b8a4d30 adds get_port_str to URI 2011-12-06 08:44:34 -06:00
Peter Thorson
7b77f77171 changes the type of the URI port consts 2011-12-04 08:10:03 -06:00
Peter Thorson
cb0222c06f updates library for new URI api 2011-11-29 09:38:32 -06:00
Peter Thorson
7d7e8e853a implements new URI processing interface and corrects associated unit tests 2011-11-28 08:39:11 -06:00