Commit History

Author SHA1 Message Date
  Perttu Ahola c546f6a56a Fix websocket long pull (previously returned invalid data and/or segfaulted at next frame) 11 years ago
  Thomas Davis 73f91b2a99 Merge branch 'master' of https://github.com/Bernhard-/civetweb into Bernhard--master 11 years ago
  bel 3a6faa7165 TLS variable is also required for the master thread 11 years ago
  bel 54b890cdfc pthread_cond_timedwait for Windows 11 years ago
  bel 3e24b313af clock_gettime for CLOCK_MONOTONIC 11 years ago
  bel e3f07be5da clock_gettime for CLOCK_REALTIME 11 years ago
  bel 55fbe54cab pthread_cond for windows: switch from SuspendThread to WaitForSingleObject+ThreadLocalStorage 11 years ago
  bel 1c88ec6687 provide pthread specific (thread local storage) functions 11 years ago
  bel 7e8ee07294 Replacement for pthread_cond in Windows 11 years ago
  bel 9fde8e3320 Replacement for pthread_cond in Windows 11 years ago
  bel da44a66fc1 Replacement for pthread_cond in Windows 11 years ago
  bel 087cb745e5 Replacement for pthread_cond in Windows 11 years ago
  sunsetbrew 5364d8a070 Merge pull request #29 from bgreat/master 11 years ago
  William Greathouse 4e6f2d139e Update comment for saving mask flag/opcode. 11 years ago
  Thomas Davis 4d9a202f76 Added ZIP installation build for Windows 11 years ago
  William Greathouse 52d2ddbd47 Preserve the current mask flag and opcode for websocket_data callback. 11 years ago
  William Greathouse 46a44f12f3 Fix previous commit with merge errors 11 years ago
  William Greathouse 03f35958e8 Merge branch 'master' of https://github.com/sunsetbrew/civetweb 11 years ago
  bel d689cec28e USE_STACK_SIZE can be used for Windows as well, but it works different there, since it specifies the initial commit instead of the limit 11 years ago
  Kimmo Mustonen 9a5a104d50 Use C style comments to enable compiling most of civetweb with -ansi. 11 years ago
  Thomas Davis e5060b5e78 Updated code indent 11 years ago
  bel 2a9eaea08a add , accidentially deleted 11 years ago
  bel b9e1cc4fea update MIME types 11 years ago
  bel 50fd2ccae5 fix priority of master thread for Linux 11 years ago
  bel 2c5d90b829 Fix keep-alive 11 years ago
  grenclave c493761ac1 Update civetweb.c 11 years ago
  grenclave 99a418c726 Update civetweb.c 11 years ago
  grenclave ca9e588a8c Update civetweb.c 11 years ago
  Thomas Davis 55c27d4751 Fixed potential dead-lock in connection_close() 12 years ago
  William Greathouse aa51d80d24 Use defined constant for WEBSOCKET_OPCODE_CONNECTION_CLOSE test. 12 years ago