Gepok

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN



0.20    2012-05-03  Released-By: SHARYANTO

        [ENHANCEMENTS]

        - Client certificate support (implemented by Toby Inkster). New
          attributes ssl_{verify_mode,verify_callback,ca_file,ca_path}.


0.19    2012-04-03  Released-By: SHARYANTO

        - Try out HTTP::Daemon::patch::ipv6.


0.18    2012-03-13  Released-By: SHARYANTO

        - No functional changes. Add FAQ entry.


0.17    2012-03-12  Released-By: SHARYANTO

        [FIXES]

        - Fix hanging/connection terminated problem due to incomplete syswrite
         of large buffers (we need to loop over large $buffer until all is
         completely written). This problem is first seen with https/SSL, where
         only up to 16k of buffer is written.


0.16    2011-08-31  Released-By: SHARYANTO

        - Provide 'gepok.start_request_time' in $env.


0.15    2011-08-20  Released-By: SHARYANTO

        - Fix setting REMOTE_ADDR


0.14    2011-08-20  Released-By: SHARYANTO

        - Fix logging time


0.13    2011-08-20  Released-By: SHARYANTO

        - Fix getting socket information (for process label), listening over
          Unix socket now works.

        - Provide 'gepok.socket', 'gepok.unix_socket' in $env.


0.12    2011-08-19  Released-By: SHARYANTO

        - No functional changes. Re-upload to CPAN with the correct account.


0.11    2011-08-18  Released-By: SHARYANTO

        - Some fixes to chunking response, keep-alive, etc.

        - Add attribute: timeout.

        - Provide 'gepok.client_protocol' in $env.


0.10    2011-08-16  Released-By: SHARYANTO

        - (internal) Minor refactoring on _finalize_response.

        - Provide 'gepok' and 'HTTPS' in $env.


0.09    2011-08-09  Released-By: SHARYANTO

        - Provide gepok.{connect_time,finish_request_time} in $env.


0.08    2011-08-09  Released-By: SHARYANTO

        - No functional changes.

        - Add dep to Class::XSAccessor for Moo, since we already have XS dep
          anyway [thanks mst]


0.07    2011-08-05  Released-By: SHARYANTO

        - No functional changes. Polish POD.


0.06    2011-08-05  Released-By: SHARYANTO

        - No functional changes. Polish POD.


0.05    2011-08-05  Released-By: SHARYANTO

        - Work better with plackup: accept string (comma-separator) http_ports,
          https_ports, unix_sockets so they can be specified as command-line
          options (--http_ports, and so on). Do not print access log to STDERR
          under plackup, since plackup by default prints one too.

        - Fix access log format: 31/Aug/2011, not 31/08/2011.


0.04    2011-07-21  Released-By: SHARYANTO

        [FIXES]

        - Various fixes, now passes Plack server test suite.


0.03    2011-07-21  Released-By: SHARYANTO

        [INCOMPATIBLE CHANGES]

        - Rename attribute: 'run_as_root' -> 'require_root' (less ambiguous,
          follows SHARYANTO::Proc::Daemon::Prefork).



( run in 2.440 seconds using v1.01-cache-2.11-cpan-75ffa21a3d4 )