- Jun 28, 2013
-
-
Katerina Blinova authored
-
- Jun 27, 2013
-
-
Katerina Blinova authored
-
Sergey Lyubka authored
-
- Jun 12, 2013
-
-
Sergey Lyubka authored
MKCOL and DELETE
-
Stefan Doehla authored
-
- Jun 06, 2013
-
-
Sergey Lyubka authored
-
- Jun 03, 2013
-
-
Sergey Lyubka authored
-
- Jun 01, 2013
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- May 30, 2013
-
-
Sergey Lyubka authored
support serving pre-gzipped files
-
Sergey Lyubka authored
Added bounds checking for listening_ports.
-
arvidn authored
support serving pre-gzipped files transparently provided the user agent accepts gzip content-encoding. The feature breaks if the user agent makes a range request within a gzipped file, and returns 501 in this case
-
Cody Hanson authored
Needs to be a valid TCP port number, and not less than 1 or greater than 65535
-
Sergey Lyubka authored
-
- May 29, 2013
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- May 26, 2013
-
-
Sergey Lyubka authored
-
- May 23, 2013
-
-
Sergey Lyubka authored
-
- May 22, 2013
-
-
Sergey Lyubka authored
-
- May 19, 2013
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
Securely close SSL connection by standard SSL_shutdown
-
jwang authored
For SSL in close_connection, current implementation use close_socket_gracefully to close socket firstly, then SSL_free. In my testing, this approach may cause some pending write data missing. I'd suggest use standard SSL_shutdown in SSL conection. It need call twice according to openSSL manual - one call sends the close_notify alert and one call receives the response from the peer
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- May 18, 2013
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- May 17, 2013
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- May 16, 2013
-
-
Sergey Lyubka authored
Added .mov (quicktime) to builtin_mimes_types
-
Erik Oomen authored
-
- May 15, 2013
-
-
Sergey Lyubka authored
Lua functionality change: print renamed to mg.write, read renamed to mg.read. Expanded user manual, fixed example pages.
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- May 14, 2013
-
-
Sergey Lyubka authored
-
- May 13, 2013
-
-
Sergey Lyubka authored
lsp_mg_read: remove dead code, return nil on empty read
-
Sergey Lyubka authored
-
Sergey Lyubka authored
Fix parameter 1 for select in poll()
-