Peter Johnson
|
98ad6d1b43
|
Message: Handle receiving Server Hello.
|
2015-07-31 20:14:15 -07:00 |
|
Peter Johnson
|
3cd3d1691e
|
Message: Use #define instead of constexpr.
|
2015-07-20 20:34:19 -07:00 |
|
Peter Johnson
|
fcbd2751ba
|
Provide C++ API. Move all classes to "nt" namespace.
The C API is now just simple wrappers around the C++ API.
|
2015-07-17 07:21:07 -07:00 |
|
Peter Johnson
|
9906116d23
|
Don't base Value on NT_Value.
Also use std::string instead of NT_String.
Conversions to/from the internal structures will be done at the interface.
|
2015-07-16 01:38:27 -07:00 |
|
Peter Johnson
|
13cbf4e288
|
Message: use shared_ptr.
NetworkConnection: Own the input and output queues.
|
2015-07-15 21:20:18 -07:00 |
|
Peter Johnson
|
8fdaf61ef1
|
Use typedef for GetEntryFunc function pointer.
Change-Id: I58d4be7783656eb712cb32cd17075b4f35886693
|
2015-07-13 22:45:35 -07:00 |
|
Peter Johnson
|
a5713252dc
|
Message::Read(): restructure to read directly into Message.
Change-Id: Ibed3d6d334130c165543fd20987ac5d54b0696eb
|
2015-07-12 23:35:23 -07:00 |
|
Peter Johnson
|
f5ec5e180d
|
Message: don't explicitly convert StringValue.
Change-Id: I2ab104d19e49c1b6d3384134587182ce9b8980f8
|
2015-07-12 23:14:48 -07:00 |
|
Peter Johnson
|
2016bcb37a
|
Replace MessageReader and MessageWriter with Message.
Change-Id: I4b23d5a1e0e39dc2487f252a0947f11328e33090
|
2015-07-12 11:24:34 -07:00 |
|