Historial de Commits

Autor SHA1 Mensaje Fecha
  bel d4ed0a682a process_new_connection should always close the connection on errors hace 10 años
  bel2125 11905e95eb Fix PRINTF_ARG define for gcc hace 10 años
  bel 4894f62e51 Return more differentiated HTTP error codes (cleanup pull request #67) hace 10 años
  bel2125 d7e9d19fa9 Merge pull request #69 from yehudasa/wip-setgroups hace 10 años
  bel2125 fbdd131151 Merge pull request #68 from yehudasa/wip-log-access hace 10 años
  Yehuda Sadeh 3b586462f4 Abort early on a bad content length hace 11 años
  Yehuda Sadeh a3c460c209 call setgroups() to avoid supplemental group leakage hace 10 años
  Yehuda Sadeh bab2a3f627 add log_access() callback hace 11 años
  Yehuda Sadeh 1d7efd0697 send access logs to the .log_message() callback hace 11 años
  Yehuda Sadeh e066bf70ff don't always send 500 if couldn't get request hace 11 años
  Yehuda Sadeh 5e0f3cfba4 fast forward request data on completion of begin_callback() hace 11 años
  bel 749b0d8267 Remove unused argument of send_http_error hace 10 años
  bel bbf30afbd6 reason argument in send_http_error should no longer be used hace 10 años
  bel 379dae3cc2 pollfd for MinGW (see issue #57) hace 10 años
  bel c70d1ecad8 Update copyright note to 2015 hace 10 años
  bel ae404df3a8 Fix mingw compiler error hace 10 años
  bel e7354dbf9d Comment the behavior of GET/POST/PUT/DELETE on script files hace 10 años
  bel 7b071cb28c Handle PUT/DELETE to *.cgi as a request to replace/remove the script file hace 10 años
  bel 6e98a7f364 Treat CGI scripts and Lua scripts as script resources, so POST, PUT, DELETE, ... are handled by the scripts hace 10 años
  bel c982982280 Fix some obsolete TODOs hace 10 años
  bel 7e54bb6dd5 fix time calculation in pthread_cond_timedwait implementation for Windows hace 10 años
  bel2125 b6088ee7eb Add a define SSL_ALREADY_INITIALIZED hace 10 años
  bel a5eadbca86 Fix multiple file upload (issue #55) hace 10 años
  bel2125 ea4b4c2e32 Fix comment hace 10 años
  bel 4040ba73f9 HTTP POST requests to static files must return 405 hace 10 años
  bel c596eda423 Rewrite PUT and DELETE handlers for files hace 10 años
  bel f3cdda5abf Rewrite PUT and DELETE handlers for files hace 10 años
  bel bf17634af9 Check and simplify HTTP error code handling (Step 3/3) hace 10 años
  bel 0b3aa67fe1 Check and simplify HTTP error code handling (Step 2/3) hace 10 años
  bel f59d79598f Check and simplify HTTP error code handling (Step 1/3) hace 10 años