コミット履歴

作者 SHA1 メッセージ 日付
  Matt Clarkson 260f8a43b9 BUG: Cannot cast Lua function pointer in standard C 10 年 前
  Nick Hildebrant 01d7b8917d add some documentation 10 年 前
  Nick Hildebrant e8380345dd was just a test of the testing automation 10 年 前
  Nick Hildebrant 08eb1d8366 Merge branch 'master' of https://github.com/bel2125/civetweb 10 年 前
  Nick Hildebrant 1a984a3b1b use lua socket to check server availability because travis has no netstat 10 年 前
  Nick Hildebrant f9fac60256 first server test 10 年 前
  Nick Hildebrant cdae5d39b2 remove failing test to check the build fails 10 年 前
  Nick Hildebrant 49b376be3c add a failing test to check the build fails 10 年 前
  Nick Hildebrant bd0a586e28 fix lua env and use busted test lib 10 年 前
  bel c8a5e26a93 Update LICENCE and README 10 年 前
  Nick Hildebrant 5365d10932 test: test passing build (failed tests fail build already) 10 年 前
  Nick Hildebrant bfe900485a fixed: should actually RUN the tests 10 年 前
  Nick Hildebrant 34a783fb46 test a failed script 10 年 前
  Nick Hildebrant 85e02e34dc added test run scripts 10 年 前
  bel2125 8802258757 Merge branch 'master' of https://github.com/bel2125/civetweb 10 年 前
  bel2125 a5fbd4e199 Complete chunked transfer encoding 10 年 前
  bel2125 efbdfba31f Complete chunked transfer encoding 10 年 前
  bel2125 fbaf61d6b8 Add Qt build 10 年 前
  Nick Hildebrant f3d6d50fde fixed missing lua/bin path for luarocks installer 10 年 前
  Nick Hildebrant 6ae8665e21 no sudo in travis.yml and add rocks installer 10 年 前
  Nick Hildebrant a39c93c244 setup travis sudo-free lua installation for tests 10 年 前
  Nick Hildebrant 110177133a no clang yet 10 年 前
  bel e497dd34f8 Test for chunked transfer encoding (#95, #98) 10 年 前
  bel 199afb7369 Attempt to fix chunked tranfer encoding (see #95, #98) - not fully tested yet 10 年 前
  bel 0a1f99c6bb Remove misleading comment in CivetServer.h 10 年 前
  bel 4c12d0cafc Set _CRT_SECURE_NO_DEPRECATE and _CRT_SECURE_NO_WARNINGS for Visual Studio 10 年 前
  bel 62a46e647f Test for memory leaks in unit test 10 年 前
  bel a5c4b9dbb0 Mark chunked transfer encoding (#95) as currently not working. See #98. 10 年 前
  bel 832763b465 Handler for websocket connection 10 年 前
  bel 8c90b3cae5 Handler for websocket connection (Step 7/7) 10 年 前