Commit Graph

100 Commits

Author SHA1 Message Date
Peter Thorson 71df42e97c Merge pull request #39 from oberstet/network-streaming-vcpp2010
Network streaming vcpp2010
2011-10-28 04:33:58 -07:00
Tobias Oberstein dd5e620bd2 disable incremental builds for all projects and configurations 2011-10-28 12:56:34 +02:00
Tobias Oberstein 0cfba0a175 Merge remote branch 'peter/network-streaming' into network-streaming-vcpp2010 2011-10-28 12:44:13 +02:00
Peter Thorson 62a97aad6b starts work on program options 2011-10-27 17:26:37 -05:00
Tobias Oberstein d966fa2923 Merge remote branch 'peter/network-streaming' into network-streaming-vcpp2010 2011-10-27 19:07:51 +02:00
Peter Thorson 80037e4d9f debug statement 2011-10-27 12:05:50 -05:00
Tobias Oberstein b8283c7d9c Merge remote branch 'peter/network-streaming' into network-streaming-vcpp2010 2011-10-27 18:59:37 +02:00
Peter Thorson 3b57b86973 adds times to echo client debug 2011-10-27 11:55:49 -05:00
Peter Thorson dbcfa44d78 fixes echo_client, absolute vs relative include, adds some debug info 2011-10-27 11:44:26 -05:00
Tobias Oberstein 445d65ffac add echo client project 2011-10-27 17:59:09 +02:00
Tobias Oberstein ad8726b06d fix for relative include paths 2011-10-27 17:58:50 +02:00
Tobias Oberstein f085297fd2 Merge remote branch 'peter/network-streaming' into network-streaming-vcpp2010 2011-10-27 17:12:58 +02:00
Peter Thorson 5f35df4e6e streamlined bad close code behavior 2011-10-27 10:06:21 -05:00
Peter Thorson ccb34c98b4 fixes close status handling 2011-10-27 09:42:11 -05:00
Tobias Oberstein 51659c3a0c Merge remote branch 'peter/network-streaming' into network-streaming-vcpp2010 2011-10-27 10:57:21 +02:00
Peter Thorson af2fa69822 catches socket exception when other end closes the connection right as we are about to 2011-10-26 16:47:20 -05:00
Peter Thorson f3769e041a error timers 2011-10-26 14:47:35 -05:00
Peter Thorson 48cd643ee8 close handling timers 2011-10-26 14:41:16 -05:00
Peter Thorson 46df7bac65 updates examples for new on_close api 2011-10-26 11:07:02 -05:00
Tobias Oberstein d4860de04f fix build config for release 2011-10-26 17:10:26 +02:00
Tobias Oberstein 4274292858 temporariy hack to work around access issue 2011-10-26 17:10:11 +02:00
Tobias Oberstein cc08864401 adjust chat server/client for new connection_handler ifc 2011-10-26 17:05:37 +02:00
Tobias Oberstein 2c47fe17a4 fix vs2010 build 2011-10-26 16:42:14 +02:00
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