1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-07-31 08:24:23 +03:00

Commit Graph

  • fcb57df105 creating all worker threads in mg_start(). Sergey Lyubka 2010-08-23 14:06:58 +02:00
  • 5651657ac6 passing const struct mg_config Sergey Lyubka 2010-08-23 14:05:59 +02:00
  • 8d79e5b43f removed Testing test prefix in messages valenok 2010-08-23 07:26:33 +01:00
  • e650941174 fixed bad http version handling valenok 2010-08-23 07:26:03 +01:00
  • d87cd36beb removed partial copyright - no relevant code. adopted CGI code to no post_data. Embedded mode is still todo. FALSE -> MG_FALSE. valenok 2010-08-23 07:11:35 +01:00
  • a0d765a6f0 removed port_data, post_data_len from request_info. added prototype for mg_read() valenok 2010-08-23 07:10:15 +01:00
  • c94ad1c952 adopted monhoose.h to Google style valenok 2010-07-06 23:15:14 +01:00
  • 4cf7851996 decreased thread idle time to 5 seconds. exiting worker thread if stop flag is raised. valenok 2010-07-06 23:04:50 +01:00
  • 9a2b2d75f1 adopted mongoose.c to Google style valenok 2010-07-06 17:41:21 +01:00
  • 88a224d808 fixed example. some more comments added valenok 2010-07-05 19:37:53 +01:00
  • 5425b94f39 introduced struct mg_config. Fixed Range response. Sergey Lyubka 2010-06-25 17:23:17 +02:00
  • 9a5f96e755 Win32 compilation fixed valenok 2010-06-15 12:49:52 +03:00
  • f9456c4d76 removed MAX_LISTENING_SOCKETS restriction migal 2010-06-05 16:30:50 +03:00
  • e8db81e33b SSL error logging my Martin Lamb Sergey Lyubka 2010-05-28 15:52:58 +01:00
  • 57157edc66 don't close the error log if we didn't open it. mlamb 2010-05-28 10:28:45 -04:00
  • c511671e33 formatting mlamb 2010-05-27 17:36:55 -04:00
  • 22322f2851 Add ssl_cry() function to display error message plus any detailed error messages that OpenSSL might care to provide. This can help to debug SSL communication issues. mlamb 2010-05-27 15:44:59 -04:00
  • ddde5d9d1b range support for PUT request by Yan Jabin Sergey Lyubka 2010-05-21 11:51:49 +02:00
  • f65d3ca67c $(LIBS) -> $$LIBS Sergey Lyubka 2010-05-10 09:50:38 +02:00
  • f46e4fac19 introduced my_strlcpy Sergey Lyubka 2010-05-10 09:50:20 +02:00
  • d94c3f8b64 moved linux-specific compilation #defines into mongoose.c. This way we make sure flags are picked up if Makefile is not used. lsm 2010-05-08 14:06:35 +02:00
  • 218cca4aca added todos into settings pane. changed explanation text a bit. Sergey Lyubka 2010-05-05 23:13:20 +01:00
  • 0f42c5ba0c added logo Sergey Lyubka 2010-05-05 22:58:48 +01:00
  • 2bec7ff7fb logging server message Sergey Lyubka 2010-05-05 21:48:50 +01:00
  • c2ee59e36a showing server messages. refreshing messages on timer. removing old messages. Sergey Lyubka 2010-05-05 21:47:58 +01:00
  • cbe56b5555 added classes for server messages Sergey Lyubka 2010-05-05 21:46:54 +01:00
  • abca5d8016 storing correct username in the message Sergey Lyubka 2010-05-05 00:55:05 +01:00
  • 627a6dbb5a mg_md5 made public Sergey Lyubka 2010-05-05 00:39:36 +01:00
  • b33755c962 sessions implemented (simplistically). security expert review would be nice to have. Sergey Lyubka 2010-05-05 00:36:23 +01:00
  • 4b0424d032 changed explanation text. users may choose any login/pass Sergey Lyubka 2010-05-05 00:11:52 +01:00
  • c3e8d7304e added favicon Sergey Lyubka 2010-05-05 00:11:18 +01:00
  • 3aafbab967 better docstrings for mg_get_cookie() and mg_get_var() Sergey Lyubka 2010-05-04 20:50:49 +01:00
  • 865ac0974a started to work on sessions Sergey Lyubka 2010-05-04 01:00:24 +01:00
  • b5d7c34bc3 added ssl_cert.pem Sergey Lyubka 2010-05-04 00:42:08 +01:00
  • a69a2da39d Initial import - converting from Subversion. Sergey Lyubka 2010-05-03 21:46:42 +01:00