Commit Graph

3057 Commits

Author SHA1 Message Date
Davis King
6bf4a648b0 Minor cleanup 2012-10-22 21:25:07 -04:00
Davis King
cbbd84479a Added more validation code to the BSP tools. Now they will do a little more
to detect invalid serialization.
2012-10-22 19:30:10 -04:00
Davis King
23d1c1fa01 Minor change to avoid a compiler warning. 2012-10-22 19:28:45 -04:00
Davis King
8319811880 Simplified example programs slightly 2012-10-21 22:08:48 -04:00
Davis King
d00864cf54 updated spec 2012-10-21 20:23:17 -04:00
Davis King
116ee16e80 updated docs 2012-10-21 20:12:40 -04:00
Davis King
2f01edb960 updated docs 2012-10-21 19:56:23 -04:00
Davis King
12a393f3a8 code cleanup 2012-10-21 19:40:19 -04:00
Davis King
4cd1855e29 updated docs 2012-10-21 19:28:47 -04:00
Davis King
6a05573ec8 Added a BSP example. 2012-10-21 19:22:42 -04:00
Davis King
0b576acd8c Made the network_address constructor do a little more input validation. 2012-10-21 19:01:31 -04:00
Davis King
56c6d33c4a Fixed a bug in the BSP code and added more tests 2012-10-21 18:21:20 -04:00
Davis King
7619b5308a Improved an error message 2012-10-21 15:49:03 -04:00
Davis King
122e8fe178 updated tests 2012-10-21 15:34:47 -04:00
Davis King
ccc6a8bbfc Added an implicit conversion from strings to network_address objects. 2012-10-21 15:34:35 -04:00
Davis King
81c484c831 Added another BSP test. 2012-10-21 14:38:32 -04:00
Davis King
2d925f1e03 Made BSP interfaces more explicit by using network_address rather
than std::pair to represent hostname/port combos.
2012-10-21 14:33:34 -04:00
Davis King
6eac0539aa updated docs 2012-10-21 14:21:09 -04:00
Davis King
d955b4923e Added the network_address object. 2012-10-21 14:20:59 -04:00
Davis King
3ebaff2e73 Added try_receive() routines to the bsp_context object. 2012-10-21 12:33:27 -04:00
Davis King
cbb319fecd clarified spec 2012-10-21 11:29:34 -04:00
Davis King
b273b1bdb2 Fixed a typo 2012-10-20 15:43:40 -04:00
Davis King
77d3c9ec66 Disabled Nagle's algorithm to reduce latency for some BSP use cases. 2012-10-20 15:31:19 -04:00
Davis King
4ffd067ac0 Added connection::disable_nagle() 2012-10-20 15:30:37 -04:00
Davis King
90ae4d836d Made the tests use the bsp_listen_dynamic_port() as well as bsp_listen(). 2012-10-20 15:16:43 -04:00
Davis King
d38723f4af Fixed a race condition in the BSP code and also simplified the
logic somewhat.
2012-10-20 14:45:50 -04:00
Davis King
cf643ee99c Added another BSP test 2012-10-20 10:37:03 -04:00
Davis King
f834231e92 merged 2012-10-19 22:00:31 -04:00
Davis King
dcb1b4a2eb Fixed grammar 2012-10-19 21:59:46 -04:00
Davis King
4b3c62858b Fixed grammar 2012-10-19 21:59:38 -04:00
Davis King
046ad4715b updated docs 2012-10-19 19:41:38 -04:00
Davis King
fd8f08cc57 Made a release 2012-10-18 18:21:19 -04:00
Davis King
5cbfa6c911 Created release v17.48 2012-10-18 18:02:31 -04:00
Davis King
ba8da2b7a3 Added tag v17.48 for changeset b90ab60d8a18 2012-10-18 18:02:31 -04:00
Davis King
21ea81a80c Added unit tests for the BSP tools. 2012-10-17 22:27:34 -04:00
Davis King
ee3cf35157 Further improved the assert message. 2012-10-17 19:55:54 -04:00
Davis King
4875dcee63 Improved assert message. 2012-10-17 19:55:20 -04:00
Davis King
a853fcbed3 Made BSP asserts always enabled since they are not costly to execute. 2012-10-17 19:54:13 -04:00
Davis King
37fb456bbc clarified spec 2012-10-17 19:37:29 -04:00
Davis King
f6b0c1aacc updated docs 2012-10-16 21:26:17 -04:00
Davis King
b9680fb01c fixed grammar 2012-10-16 21:22:13 -04:00
Davis King
554d6779c4 Added missing asserts 2012-10-16 20:35:10 -04:00
Davis King
37b725d51e Filled out the BSP spec 2012-10-16 20:26:19 -04:00
Davis King
e379fe5413 Minor cleanup 2012-10-16 18:35:48 -04:00
Davis King
768888ff56 Added another version of bsp_listen() called bsp_listen_dynamic_port()
that has a callback to the user that tells them when a listening port
has been opened and what the port number is.
2012-10-14 17:34:34 -04:00
Davis King
2e82160810 Clarified spec 2012-10-13 19:31:39 -04:00
Davis King
f0589f985e Made the BSP routines take their function arguments by value rather
than by reference.
2012-10-13 19:29:05 -04:00
Davis King
bcf274d6ac Added #pragma to avoid an inappropriate warning from visual studio 2012 2012-10-13 15:49:56 -04:00
Davis King
dd054907f6 Minor changes to avoid compiler errors in visual studio 2012 2012-10-13 13:30:51 -04:00
Davis King
fc3ce10a52 Minor change to avoid compiler error in visual studio 2012 2012-10-13 12:46:12 -04:00