- 06 Jun, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 03 Jun, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 01 Jun, 2013 2 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 30 May, 2013 5 commits
-
-
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
-
- 29 May, 2013 2 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 26 May, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 23 May, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 22 May, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 19 May, 2013 7 commits
-
-
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
-
- 18 May, 2013 3 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 17 May, 2013 2 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
- 16 May, 2013 2 commits
-
-
Sergey Lyubka authored
Added .mov (quicktime) to builtin_mimes_types
-
Erik Oomen authored
-
- 15 May, 2013 3 commits
-
-
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
-
- 14 May, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 13 May, 2013 4 commits
-
-
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()
-
ff.feng authored
-
- 12 May, 2013 1 commit
-
-
Sergey Lyubka authored
-
- 10 May, 2013 3 commits
-
-
Sergey Lyubka authored
-
Sergey Lyubka authored
-
-