Commit History

Author SHA1 Message Date
  Your Name 2b46a721cc adds example frontend 4 years ago
  jb6113 33b61a6198 replace pool-demo.c 4 years ago
  wes 61647719db some refactor for providing an example shared library 4 years ago
  Your Name b29f2eec1e compiles and runs okay under mingw32 4 years ago
  Your Name 1bb0e79e5d do not need, see web-demo.c 4 years ago
  jb6113 1c02949706 refactor mostly done, tested on linux, both pooled and non-pooled modes work okay 4 years ago
  jb6113 b172680c9d these changes are mostly for the incoming refactor that supports pooled clients, it does not seem like anything can break here 4 years ago
  jb6113 4d2affb338 grammer 4 years ago
  jb6113 883de46621 add tag 4 years ago
  jb6113 51ccf3d3d2 add option to turn on a CORS bypass http response header 4 years ago
  jb6113 40ccf2509d on 64-bit linux gcc wanted size_t to be represented in a printf as %zu rather than %d, I assume this is fine on arm32 linux and mingw32 on windoz 4 years ago
  jb6113 75562fd616 test runs on linux okay, looks like a problem with close but not a big deal 4 years ago
  jb6113 1f7ac39143 scrap for remote testing 4 years ago
  Your Name 9bc1815221 tested using chrome web browser and cygwin64 curl 4 years ago
  jb6113 b88f7d851f add some starter code for accepting multiple client fd at the same time 4 years ago
  Your Name 9ae473e01e currently missing http message body; 4 years ago
  Your Name f706fc9c3a move unistd include 4 years ago
  Your Name ebff534075 correct code style 4 years ago
  Your Name a92bf8be8e tested code and added some logging 4 years ago
  jb6113 ef243a93b9 add method for callback function to control client connections 4 years ago
  Your Name 28a5566535 add nonblocking accept 4 years ago
  jb6113 fa36866e1b refactor 4 years ago
  Your Name 2e33e4963b need to come back and add multiplex option on accept 4 years ago
  Your Name 8f7617206f add poll and selection multiplexing 4 years ago
  Your Name 6d35816993 update notes, add error handling to all OS socket api requests 4 years ago
  Your Name 4274bb7c36 initial commit 4 years ago
  wes 9eabba45dc updated todo list. 4 years ago
  wes f698a46c7e send is now completed. received pseudocode is written and needs to be coded. 4 years ago
  wes 3167345975 added storage to playercard to save the current selection. 4 years ago
  wes 77fd0ca85b dice is now rolled when it is constructed. 4 years ago