提交历史

作者 SHA1 备注 提交日期
  bel 5ee511bef3 Add a function to access the user data in cases the context is known but not the connection 11 年之前
  bel 64c97d56e4 Add callbacks for creation and deletion of the server context 11 年之前
  Yehuda Sadeh ef8cb8caed make call to mg_url_decode() optional 11 年之前
  bel f25aff015f Fix pointer punning, fix whitespaces 11 年之前
  Ulrich Hertlein c097e74958 Casts for [mc]alloc to fix compiler error with g++ 11 年之前
  Thomas Davis 1461951d13 Compile fixes for OSX 11 年之前
  bel 811f4d29f0 Export global mutex 11 年之前
  bel 1d72ad0e85 Redefining memory management functions: Add #undef lines and a comment 11 年之前
  bel 864aaf037c Fix issue #24: move initialization of thread synchronization objects befor the first call of free_context 11 年之前
  bel e7f26f92e0 Rewrite websocket for Lua (Step 15 of ?) 11 年之前
  bel edadd7ebf2 Rewrite websocket for Lua (Step 14 of ?) 11 年之前
  bel 2a2efc26f7 Rewrite websocket for Lua (Step 13 of ?) 11 年之前
  bel 9ec115fff2 Rewrite websocket for Lua (Step 12 of ?) 11 年之前
  bel c9adad6e81 Rewrite websockets for Lua (Step 3 of ?) 11 年之前
  Danny Al-Gaaf bedc028f38 civetweb.c: fix potential memory leak in set_ports_options 11 年之前
  Danny Al-Gaaf 1b5bac47c4 civetweb.c: remove some dead assignments related to 'sock' 11 年之前
  Danny Al-Gaaf 7d7ec45f25 civetweb.c: remove dead assignemnt of 'keep_alive' 11 年之前
  Danny Al-Gaaf 94e68b7348 civetweb.c: remove dead assignment of 'res' in match_prefix() 11 年之前
  bel 5522ad9555 Rewrite websockets for Lua (Step 1 of ?) 11 年之前
  bel2125 76813c8d0b Merge pull request #21 from dalgaaf/wip-da-sca 11 年之前
  bel 3eecdd9370 Allow includes in htpasswd files 11 年之前
  Danny Al-Gaaf 6427a56977 civetweb.c: check for array boundry before read 11 年之前
  bel 3b0ec24fa2 Show syntax errors in .htpasswd files 11 年之前
  Danny Al-Gaaf 8e2de6920c civetweb.c: use NULL for pointers 11 年之前
  Danny Al-Gaaf afc9ec878e civetweb.c: change some local functions to static 11 年之前
  Danny Al-Gaaf 741fa81371 civetweb.c: check array limits before access array 11 年之前
  Danny Al-Gaaf fdc0ed2689 civetweb.c: fix sscanf format string to %u 11 年之前
  Danny Al-Gaaf 23857b161d civetweb.c: fix format string from %d to %u 11 年之前
  Danny Al-Gaaf c4647ea6d3 civetweb.c: fix sprintf format specifier 11 年之前
  Danny Al-Gaaf 0a5d4d2ffc civetweb.c: check array limit before access array 11 年之前