Histórico de Commits

Autor SHA1 Mensagem Data
  valenok a0e202d828 fixed win32 build há 15 anos atrás
  valenok 64ca2965c0 disabled SSL handshake error messages há 15 anos atrás
  valenok 68dde1b7b1 error message in set_ssl_option() corrected há 15 anos atrás
  valenok 97f2155239 introduced short option names há 15 anos atrás
  valenok bb21ffec12 moved document_root verification to standalone server (into main.c) há 15 anos atrás
  valenok 39c6d3ee08 corrected error log message in spawn_process() há 15 anos atrás
  valenok 6cf296515b added debug trace in mg_start. restored stderr duping in spawn_process() há 15 anos atrás
  valenok 546bec333c API change for mg_start: most binary compatible across releases. há 15 anos atrás
  valenok e846212180 embedded mode: implement mg_read() properly. This brings straming support to Mongoose. há 15 anos atrás
  valenok ee997ba7d4 put back dynamic SSL lib loading há 15 anos atrás
  valenok 4f716e2b9a fixed win32 build há 15 anos atrás
  valenok 8d2bc8dd8a squash MinGW warning há 15 anos atrás
  valenok f4907bc0c2 introdused NO_SSL. Explicitely linking against SSL library. há 15 anos atrás
  valenok cb71dc4a1e integrated Michael Krelin fixes: no extra newline in error logs, no #ifndef NO_CGI for match_extension() há 15 anos atrás
  valenok b6d53922d2 s/FILENAME_MAX/PATH_MAX/g, also allocating connections on heap há 15 anos atrás
  Sergey Lyubka aca0512173 optimized DEBUG_TRACE(). Fixed thread sync on exit. há 15 anos atrás
  Sergey Lyubka fcb57df105 creating all worker threads in mg_start(). há 15 anos atrás
  valenok e650941174 fixed bad http version handling há 15 anos atrás
  valenok d87cd36beb removed partial copyright - no relevant code. adopted CGI code to no post_data. Embedded mode is still todo. FALSE -> MG_FALSE. há 15 anos atrás
  valenok 4cf7851996 decreased thread idle time to 5 seconds. exiting worker thread if stop flag is raised. há 15 anos atrás
  valenok 9a2b2d75f1 adopted mongoose.c to Google style há 15 anos atrás
  valenok 88a224d808 fixed example. some more comments added há 15 anos atrás
  Sergey Lyubka 5425b94f39 introduced struct mg_config. Fixed Range response. há 15 anos atrás
  valenok 9a5f96e755 Win32 compilation fixed há 15 anos atrás
  migal f9456c4d76 removed MAX_LISTENING_SOCKETS restriction há 15 anos atrás
  Sergey Lyubka e8db81e33b SSL error logging my Martin Lamb há 15 anos atrás
  mlamb 57157edc66 don't close the error log if we didn't open it. há 15 anos atrás
  mlamb c511671e33 formatting há 15 anos atrás
  mlamb 22322f2851 Add ssl_cry() function to display error message plus any detailed error messages that OpenSSL might care to provide. há 15 anos atrás
  Sergey Lyubka ddde5d9d1b range support for PUT request by Yan Jabin há 15 anos atrás