Geçmişin Kaydedilmesi

Yazar SHA1 Mesaj Tarih
  valenok 9be6774197 Breaking process_new_connection() loop when mg_stop() is called 14 yıl önce
  valenok 99f5f11612 Fix SEGV in handle_proxy_request 14 yıl önce
  valenok a844115043 close_socket_gracefully(): set linger option to prevent port exhaustion 14 yıl önce
  valenok 71b6a53617 spawn_process(): reading hashbang string correctly on Windows 14 yıl önce
  valenok 5303e37702 Allow NULL passwords in mg_modify_passwords_file 14 yıl önce
  valenok ff28c04b60 Corrected errror message in set_ports_option() 14 yıl önce
  valenok a77519def3 Uninitializing SSL on mg_stop() 14 yıl önce
  valenok 8942a4cdad Ignoring SIGCHLD to let OS reap the zombies. 14 yıl önce
  valenok 9e524a2fce Changed backlog length, listen(20) -> listen(100) 14 yıl önce
  valenok 5bbb6fbbd5 Added mg_send_file() 14 yıl önce
  valenok 23a3cc6472 Added "Content-Length: 0" to the authorization reply to make it keep-alive friendly 14 yıl önce
  valenok 377cece9c0 Better comments for TCP keep-alive change 14 yıl önce
  valenok abc230eb34 Set keep alive on TCP level 14 yıl önce
  valenok 938407dc16 3.0 -> 3.1 14 yıl önce
  valenok d7cba57e17 Make source g++ friendly 14 yıl önce
  Sergey Lyubka cb601b7718 Fix potential leak in handle_directory_request() 14 yıl önce
  Sergey Lyubka 6a43bd952f Fix pthread_cond_wait() to prevent race 14 yıl önce
  valenok ec15f2da2b Fixed assert() in mg_read() 14 yıl önce
  valenok 3e48cebc13 MD5Update(): memset() call corrected 14 yıl önce
  valenok be20ced0a1 parse_url() fixed 14 yıl önce
  valenok 2557884179 Added __SYMBIAN32__ conditionals 14 yıl önce
  valenok b489cb6c76 Bug in SSL defines fixed, thanks to mmeuli 14 yıl önce
  valenok 4840457927 Passing request_info with user_data to MG_INIT_SSL 14 yıl önce
  valenok 80d9fbcda4 Passing user_data into MG_INIT_SSL as 3rd parameter 14 yıl önce
  valenok fae26c1bfd Style cleanup 14 yıl önce
  valenok 29716fa22e Changed API: function mg_modify_passwords_file(). Instead of passing context, a domain name is passed, thus making this function completely mongoose-agnostic. 14 yıl önce
  valenok 3583e83a3f Using volatile keyword in the context struct to prevent unwanted optimization. See http://code.google.com/p/mongoose/issues/detail?id=216 14 yıl önce
  Arnout Vandecappelle (Essensium/Mind) a57f2cf744 Do authentication before trying NEW_REQUEST callback. 14 yıl önce
  Arnout Vandecappelle (Essensium/Mind) a9b6eb1809 Fix for issue#209: support spaces, commas, quotes and other weirdness in Authorization header. 14 yıl önce
  Arnout Vandecappelle (Essensium/Mind) d9c05f9910 Partial fix for issue#209: don't crash when some Authorization fields are missing. 14 yıl önce