Commit Graph

149 Commits

Author SHA1 Message Date
Peter Thorson
fbc506292d splits echo_server example into separate plain and tls versions 2011-11-30 09:16:21 -06:00
Peter Thorson
309f62b273 bug fix - replaces include with forward declaration 2011-11-30 09:15:16 -06:00
Peter Thorson
db37cb5278 handler typedef bugfix 2011-11-29 18:05:36 -06:00
Peter Thorson
fabe61df86 adds handler and handler_ptr types to endpoint_traits as well as release documentation to entire file 2011-11-29 18:04:02 -06:00
Peter Thorson
fb2fa0da94 adds handler data member to connections 2011-11-29 18:03:10 -06:00
Peter Thorson
d2984b43da adjusts server handler interface to allow being a base class for endpoint handler 2011-11-29 18:02:41 -06:00
Peter Thorson
ae854ca778 updates socket policies to expose handler interfaces, moves TLS context into connection 2011-11-29 18:01:39 -06:00
Peter Thorson
1cf694ec0a updates echo server for new TLS handler interface 2011-11-29 18:00:30 -06:00
Peter Thorson
cb0222c06f updates library for new URI api 2011-11-29 09:38:32 -06:00
Peter Thorson
0e71fae008 updates makefiles and Xcode project 2011-11-29 09:38:03 -06:00
Peter Thorson
0b190adc90 Xcode project update 2011-11-29 06:55:30 -06:00
Peter Thorson
dffc49cce8 playing around with logging APIs 2011-11-29 06:55:30 -06:00
Peter Thorson
0e0fd97b83 preliminary work to allow specifying custom paths to boost install 2011-11-28 08:40:04 -06:00
Peter Thorson
7d7e8e853a implements new URI processing interface and corrects associated unit tests 2011-11-28 08:39:11 -06:00
Peter Thorson
8e9d08489c corrects connection friend declaration bug 2011-11-28 08:37:09 -06:00
Peter Thorson
e848e9bd2b messes with friends 2011-11-19 09:15:55 -06:00
Peter Thorson
cb49e04474 many tweaks 2011-11-19 09:05:05 -06:00
Peter Thorson
7a0f9f3073 updates echo_server example 2011-11-19 01:18:28 -06:00
Peter Thorson
221693f975 merges all of the policy-refactor changes into one library. Policy refactor branch now passes all autobahn server tests except a few edge close behavior cases. 2011-11-19 00:52:38 -06:00
Peter Thorson
50efb8f996 moves public connection/session interface into the appropriate places 2011-11-18 08:46:05 -06:00
Peter Thorson
4fbcb13649 removes a bunch of debug code, adds friend setup, adds role specific connection policy, begins work to integrate http parser 2011-11-17 18:08:06 -06:00
Peter Thorson
3c86891ed7 refactors socket interface to use callbacks rather than CRTP 2011-11-17 08:56:19 -06:00
Peter Thorson
14f9f5d764 stupid git stuff 2011-11-16 09:13:59 -06:00
Peter Thorson
25504243d2 splitting out policy refactor into final files and namespaces 2011-11-16 09:06:28 -06:00
Peter Thorson
dfb30b157a merge with new ssl and policy code 2011-11-15 20:09:58 -06:00
Peter Thorson
d5ea5ed7d7 lots of policy testing 2011-11-15 17:51:44 -06:00
Peter Thorson
1ab2a8191f breaks a bunch of stuff 2011-11-14 09:21:21 -06:00
Peter Thorson
40a42dd637 misc fixes 2011-11-13 20:46:54 -06:00
Peter Thorson
4ed86a7c30 api tweaks, origin and uri detection behaviors. chat server updated for new apis 2011-11-13 07:12:37 -06:00
Peter Thorson
74aa325591 re-adds utf8 validation, passes all autobahn tests except edge close cases (reading invalid wire codes) starts working on chat server example update 2011-11-11 16:21:38 -06:00
Peter Thorson
0767a6ef18 fixes close behavior 2011-11-11 10:32:34 -06:00
Peter Thorson
6df22f5d70 first (partially) working copy of the refactored branch 2011-11-10 20:02:43 -06:00
Peter Thorson
3e7d71c9a1 refactoring 2011-11-10 09:09:36 -06:00
Peter Thorson
24b5ac278c more refactoring 2011-11-09 17:09:24 -06:00
Peter Thorson
d2aaec6c78 refactoring to match new interfaces 2011-11-08 17:37:20 -06:00
Peter Thorson
02de3ebcdc sketches out some of the new interfaces 2011-11-08 08:27:00 -06:00
Peter Thorson
2bccdb21cb Adds hybi 00 handshake support, begins work on hybi 00 frame support 2011-11-07 17:28:28 -06:00
Peter Thorson
63eece760e refactors logging 2011-11-07 09:02:42 -06:00
Peter Thorson
d6a59f459c http parser and logger work 2011-11-05 11:01:01 -05:00
Peter Thorson
7ff1e6a546 more refactoring! 2011-10-30 09:12:23 -05:00
Peter Thorson
d806bea762 more work, compiles and passes tests now 2011-10-30 07:43:59 -05:00
Peter Thorson
95fe9d8966 more work 2011-10-29 12:39:23 -05:00
Peter Thorson
86da9f503c started policy-refactor branch 2011-10-28 17:09:36 -05:00
Peter Thorson
b48733747e Merge branch 'master' of https://github.com/zaphoyd/websocketpp 2011-10-28 10:08:47 -05:00
Peter Thorson
67f83351d0 Xcode update 2011-10-28 10:08:44 -05:00
Peter Thorson
a119700d67 Merge branch 'master' of github.com:zaphoyd/websocketpp 2011-10-28 09:36:37 -05:00
Peter Thorson
329c6b4d20 Xcode update 2011-10-28 09:36:34 -05:00
Peter Thorson
7ee3fe5653 Merge pull request #40 from zaphoyd/network-streaming
merges Network streaming branch into master
2011-10-28 07:28:52 -07:00
Peter Thorson
536ded2512 continues work on program options, updates makefiles for examples 2011-10-28 09:26:54 -05:00
Peter Thorson
71df42e97c Merge pull request #39 from oberstet/network-streaming-vcpp2010
Network streaming vcpp2010
2011-10-28 04:33:58 -07:00