Commit Graph

77 Commits

Author SHA1 Message Date
Tobias Oberstein
50281bcee8 add VS2010 build/project files 2011-10-26 16:23:21 +02:00
Tobias Oberstein
1e4efbb1f3 add build readme 2011-10-26 16:22:57 +02:00
Tobias Oberstein
8cb026725d remove stdint which conflicts with vs2010 2011-10-26 16:22:43 +02:00
Tobias Oberstein
7d60e093cd ignore vs2010 stuff 2011-10-26 16:22:14 +02:00
Tobias Oberstein
bdb7780f32 remove old project files 2011-10-26 16:20:38 +02:00
Tobias Oberstein
fc59c8038a fix relative paths 2011-10-26 16:15:13 +02:00
Tobias Oberstein
53fa78f0be add copy of vcpp2008 for 2010 adjustments 2011-10-26 16:00:54 +02:00
Tobias Oberstein
95e6a1f6a9 moved to version specific dir 2011-10-26 15:58:17 +02:00
Peter Thorson
1d7cb1bee3 updates to connection handler 2011-10-20 19:51:39 -05:00
Peter Thorson
41f60162ec preliminary work on various timeouts, adjusts the handler API to be more consistant 2011-10-20 08:45:10 -05:00
Peter Thorson
333fd6101e api sketching 2011-10-20 07:09:45 -05:00
Peter Thorson
dd4db981d5 more docs 2011-10-18 17:23:41 -05:00
Peter Thorson
63fe20e2a7 documentation 2011-10-18 11:29:00 -05:00
Peter Thorson
c4da789430 begins work on timeouts 2011-10-14 08:59:03 -05:00
Peter Thorson
1ff8d333a5 completes frame reading changes.
fixes 37, fixes 32
2011-10-10 18:35:38 -05:00
Peter Thorson
eec0390618 default logging settings change 2011-10-10 18:14:48 -05:00
Peter Thorson
43bee764a9 default logging changes 2011-10-10 18:13:49 -05:00
Peter Thorson
f0947e4b1d frame reading cleanup. NOTE: this revision won't compile 2011-10-07 22:07:17 -05:00
Peter Thorson
9180e52103 continues frame reading changes fixes a lot of underspecified close behavior. NOTE: this revision won't compile 2011-10-07 08:26:41 -05:00
Peter Thorson
831da9e12b preliminary frame reading changes. NOTE: this revision won't compile 2011-10-06 08:51:18 -05:00
Peter Thorson
37d5f968d0 adds limit to network read buffer (to prevent DoS attacks), refactors client handshake reading to leave non-handshake data in the read buffer 2011-10-04 08:14:04 -05:00
Peter Thorson
5f74e055b2 resolves gitignore conflicts 2011-10-03 07:56:29 -05:00
Peter Thorson
b336fb248b ignores more IDE state 2011-10-03 07:47:47 -05:00
Peter Thorson
f7e8387815 ignore more IDE state 2011-10-03 07:47:22 -05:00
Peter Thorson
5fb6f36918 merges windows support and local branch 2011-10-03 07:34:30 -05:00
Peter Thorson
94b90d0fd4 preliminary work on an echo_client (to run against testing suites) 2011-10-03 07:26:22 -05:00
Peter Thorson
e148b309f9 some temporary debug printing 2011-10-03 07:22:51 -05:00
Peter Thorson
6e29440e91 Xcode stuff 2011-10-03 07:22:08 -05:00
Peter Thorson
a3de808fa2 Merge pull request #38 from davidgaleano/master
Adds Windows support
2011-10-03 05:20:01 -07:00
David Galeano
ec8a86b83b Added windows support. 2011-10-03 11:39:11 +01:00
Peter Thorson
d40887c701 fixes url fragment parsing and adds url fragment and query parsing unit tests fixes #23 2011-10-01 09:22:35 -05:00
Peter Thorson
37396372c3 removes/ignores Xcode user data 2011-10-01 09:21:33 -05:00
Peter Thorson
6795a070d0 deletes binaries 2011-10-01 09:09:43 -05:00
Peter Thorson
963135dd1d cleaned up gitignore 2011-10-01 09:07:37 -05:00
Peter Thorson
5e8af4b8bd session enforces client masking 2011-10-01 09:06:19 -05:00
Peter Thorson
99a487954e frame now generates a random masking key 2011-10-01 09:05:59 -05:00
Peter Thorson
3889b5c4a7 client_session now generates a random client key 2011-10-01 09:05:26 -05:00
Peter Thorson
47e2dda55b ignoring binaries 2011-10-01 09:04:35 -05:00
Peter Thorson
eff891cfda network utility TODO comments 2011-10-01 09:03:58 -05:00
Peter Thorson
169f8f9370 updates Xcode project with chat client build info 2011-10-01 09:03:32 -05:00
Peter Thorson
58cbd32b61 adjusts library and example makefiles for new boost library dependencies 2011-10-01 09:02:56 -05:00
Peter Thorson
868b059612 adds basic Xcode project with build settings for static, dynamic libraries and the echo server 2011-10-01 07:07:40 -05:00
Peter Thorson
b09e6d21c1 fixes makefile so dynamic library building works again. Static library build of applications should require fewer libraries now as well 2011-10-01 07:06:02 -05:00
Peter Thorson
b1563cb65f fixed 64 bit to 32 bit variable size mismatch warning in base64 encoder 2011-10-01 07:04:52 -05:00
Peter Thorson
b060f57655 updates client and client session to use new uri handling 2011-09-29 08:00:26 -05:00
Peter Thorson
6e24cb3548 updates chat client with new uri handling 2011-09-29 07:59:59 -05:00
Peter Thorson
5adb5cdfbe Fixes minor chat client issues 2011-09-29 07:47:19 -05:00
Peter Thorson
d650d68551 Adds unit testing framework, adds unit tests for WS url parsing 2011-09-29 07:46:37 -05:00
Peter Thorson
6063e2266d Added utility class for parsing WS urls 2011-09-29 07:45:59 -05:00
Peter Thorson
b1c2243872 chat client sends, receives, and displays messages from chat_server 2011-09-27 08:57:06 -05:00