[libpoe-component-server-simplehttp-perl] branch master updated (dc9c6ca -> 14db518)

gregor herrmann gregoa at debian.org
Mon Nov 9 20:01:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libpoe-component-server-simplehttp-perl.

      from  dc9c6ca   update changelog
       new  cc2a024   Add debian/upstream/metadata
       new  8da22be   Update debian/changelog
      adds  13169b2   Initial repository layout
      adds  14965b7   Kwalitee fixes
      adds  f0dfd2f   ! is_streaming can now be used to test if a response is actually in streaming mode
      adds  ac07026   + is_streaming needs a 1 to be initialized
      adds  26b4da3   ! is_streaming
      adds  1784566   Added LOGHANDLER directive for general logging duties. Deprecated the Changes to Changes.old, added svn logging for the future Changes file.
      adds  a7b516e   Added kwalitee test.
      adds  9d6536c   Hacked to make the HEAP an object and added some methods
      adds  a6391eb   Added avinash240's test from branch/push
      adds  469a45e   Server will now croak if it has a handler registered for the directory but has a problem posting to it.
      adds  9f5744c   Server no longer dies if it cannot find a handler for a path, now it returns a response with a 404 code along with the content '404 Not Found' per RFC description.
      adds  f73fb9b   Bumped the version number
      adds  fbd09d6   Changes updated from release.
      adds  f1559ef   Server now handles malformed requests better.  Will not try to dispatch to a handler when receiving a malformed request.
      adds  96101ec   Updated POD in regards to the Log Handler session and how its arguments changed based on malformed client requests.
      adds  163155e   Bumped the version number for release
      adds  fa6a300   added STREAM_SESSION to allow other POE session to register the STREAM event
      adds  f092d15   + test for streamed wheel + POST stream event to foreign session
      adds  4984abf   sample of the streaming feature
      adds  e0eb583   + pod and modified parameters passed to the stream event (everything is contained in a hash)
      adds  9fedc4f   + test for streaming ..
      adds  3e0dd26   Added files to MANIFEST. Bumped version number for release.
      adds  47c5a9a   Fixing build requirement issues for streaming tests.
      adds  6bf9f63   Bumping up version number.
      adds  a3d4a6a   Forgot to add pod_coverage test to svn
      adds  595c61e   + new api
      adds  409291e   + new api + option for giving the user the ability to do his callbacks on his own
      adds  521b8e1   ! extension name ..
      adds  bcbf3c3   + dont_flush option
      adds  39d6884   + new api + dont_flush option + POD !!
      adds  02fa2bd   moving eriam's push work to a branch as it should be, til it's complete and we can remerge.  A bug needs to be fixed.
      adds  7d2c851   Removing push branch work from trunk.  It is now under branches/push.
      adds  bb7603e   Committing failing test case which illustrates issue with external Wheel which SimpleHTTP uses for handing off HTTP::Requests to it's Got_Input handler.
      adds  4639923   Saved bad request test, which cannot be commited til new version of POE is release.
      adds  c7de3f8   Added back t/3_pod_coverage.t
      adds  4bf479b   Merging in PUSH branch, DO NOT push out to CPAN before making sure test cases are Prefork aware and 7_bad_request.t pass.
      adds  7c40562   Added SKIP and tweaked the test that forks childs so I does not mess up with Test::More
      adds  dafba3b   Made ADDRESS parameter optional, thanks to Zach Roberts for pointing that out. Updated the documentation. Fixed MANIFEST
      adds  16109d0   Fixed the skipall in the tests requiring IPC::Shareable. Renumbered tests
      adds  6e4b50a   Changes to skip fork tests on MSWin32
      adds  368a664   Fixed one of the test cases for MSWin32
      adds  15144db   Refactored 05_run.t to remove fork() and use POE::Wheel::Run instead.
      adds  46a95e8   Refactored all tests apart from the Prefork tests to use POE::Wheel::Run or equivalent instead of fork().
      adds  cb24f1e   Bump version for release
      adds  d5f3ca2   Adjusted timing of the tests.
      adds  4f6f51b   Only make PoCo-Client-HTTP a build_prereq if explicitly requested or Prefork support has been requested
      adds  d36a682   Made setting an ALIAS optional
      adds  a6014c4   Bump version for release
      adds  e59a897   Added Server::SimpleHTTP::Connection->ID Added Server::SimpleHTTP::Connection->on_close Modified t/05_run.t and t/06_stream.t to test the above Documented the above
      adds  7570629   Changed the on_close interface to 'SETCLOSEHANDLER' which is closer to the normal SimpleHTTP interface.
      adds  0415728   Added HTTP/1.1 keep-alive support.     - Off by default, turn on with KEEPALIVE=>1     - Added t/11_keepalive.t to test above Created Fix_Headers() which adds default response headers for both stream     and normal responses. Responses to HEAD requests shouldn't have Content-Length set! Default content-type is now text/plain
      adds  af6463c   Added build_requires LWP::ConnCache
      adds  a695c41   Minor amendments prior to CPAN Release
      adds  98e6bbc   Fixed problem with bad requests, reported by agaran
      adds  7901990   Bumped required version of POE to 0.9999 to fix problem with POE::Filter::HTTPD and bad requests
      adds  f276e89   Applied a patch from Maciej Pijanka (agaran)
      adds  6eb8c8c   Amended the test count in 09_prefork test, reported by UltraDM.
      adds  e6224b1   "Fixed" the uppercase options annoyance. Hurrah.
      adds  082169d   Increased the requirement of PoCo-Client-HTTP to version 0.82 as per RT#33201
      adds  ab42d90   - new LOG2HANDLER which is fired after servicing request
      adds  2a24d62   - missed one letter
      adds  4e546fe   - random port used for testing, helped for me in few cases
      adds  a93c29b   - BinGOs, dont kill me, but i like to have todo to consider
      adds  99b81e2   Dont flush option added in the Response object and corrected case.
      adds  55d2ab4   Added PROXYMODE setting
      adds  f883d46   Fixed PROXYMODE setting handling
      adds  221f0ac   Downstream Debian patch applied RT #38743 by Martin Ferrari
      adds  45521dd   Removed the FATAL => 'all' from use warnings. suggested by Andreas Gudmundsson
      adds  4062c64   Added makemaker_args() directive to Makefile.PL, thanks to Matt Trout for that tip
      adds  ac08764   Some code tidying
      adds  9df9761   Fix applied for RT #41780
      adds  bb59adb   Fix [rt.cpan.org #42444] reported by pravus
      adds  c2194b0   Hopefully fixed mysteriously failing tests, by making the STDOUT "hot" in the forked process
      adds  baf4117   Houston we appear to have a refactored testsuite. Yes, it really works. And consistently as well. hurrah
      adds  17e7711   Give it a development version and ship for the CPAN Testers to smoke
      adds  fc4136a   Forgot the dependency on Test::POE::Client::TCP for the new tests. doh.
      adds  be9f5bb   Ran perltidy against SimpleHTTP.pm, fixed keepalive test
      adds  c552bab   Bump development release version
      adds  f520abe   Move testsuite to use POE::Filter::HTTP::Parser, perltidy everything, bump version
      adds  c92d30c   ADDRESS was not being passed through to the SocketFactory as an option. It does now
      adds  a6592d1   Fixed an issue in Prefork with SSLify reported by Hubert Lubaczewski
      adds  93fc974   Fixed problem with socket closing. Reported by Sean Pieper [RT #44111] but also addresses [RT #27120]
      adds  1da3bf7   Removed the svn-log.perl script no longer required now on git
      adds  87d5ee0   Moved old svn Changes file to Changes.svn. Updated dist PREOP to run git log
      adds  0e1767b   Blank Changes file ready for git log output
      adds  452b83f   Fixes for running in PROXYMODE
      adds  55a2522   Moosified the connection object
      adds  a488817   Moosified the fake HTTP::Response object. Tracked down usage in main module and fixed.
      adds  389dc42   Refactored to use MooseX::POE
      adds  ac3f3fe   Minor changes to filters and the streaming code
      adds  9415836   Add meta to Makefile.PL, debug issues with the streaming.
      adds  693a5e2   Bump version for a development CPAN release
      adds  4315e0a   Resolved annoying warnings.
      adds  2687b86   Minor changes prior to refactoring the streaming support
      adds  79c8bc3   Getting there with the refactoring, but coming to the conclusion that the internal logic is like a dog's breakfast
      adds  e07e008   Refactored big chunks of code including PreFork \o/
      adds  568e313   More PreFork refactoring.
      adds  c5dee2f   More PreFork fixes.
      adds  0262174   Some more PreFork fixes, mainly with the SUPER calls
      adds  12cf3f7   Added prefork example
      adds  5bb1c98   Worked out that START events are called top down.
      adds  537fd7c   Added some debug code.
      adds  abd283a   Added no MooseX::POE and make_immutable to PreFork.
      adds  aa85323   Removed some debugging warnings
      adds  85d1e4c   Moved around the event handlers in PreFork
      adds  b42a9a2   Bump version for a CPAN release
      adds  f090b42   Removed PreFork subclass and tests. It will have its own distribution from now on.
      adds  e12d35c   Prepare for a CPAN development release
      adds  e1cc0a8   Update to Changes
      adds  35e4fda   Bump to a stable release
      adds  420aa7d   Sync Changes
      adds  50765be   Applied fixes as per Jeremy Johnson's recommendations in RT #44111
      adds  5ab8239   Fix the versions
      adds  5966324   Patch applied from Markus Jansen which adds 'sslintermediatecacert' option.
      adds  962ff98   Bump to version 2.04
      adds  ba40387   Sync changes
      adds  061fb63   RT #63575 Crash in LOG2HANDLER
      adds  022177b   Bump version
      adds  eeb9dd8   [PATCH] possible issue with connections RT #64718
      adds  1684994   Bumper version
      adds  0425908   Update build requirements and dist fixes
      adds  abf3591   [RT #67949] Patch: Connection closes before last flush while streaming
      adds  56f65f6   [RT #67951] Patch: Keep alive connections aren't reset properly after streaming
      adds  b0992ba   Bump version
      adds  7b003a8   Resolve crash with bad http request
      adds  e890e99   Bump to version 2.14
      adds  ddd1e07   Bump to version 2.16 to update included Module::Install
      adds  12c3469   Don't use MooseX::AttributeHelpers anymore
      adds  b09281b   Bump to version 2.18
      adds  3a65df5   add more instructions on how to build this dist
      adds  d272889   Merge pull request #1 from leejo/leejo/update_readme
      adds  7d25abf   resolve RT #73630 - fix some typos
      adds  9c84828   Merge pull request #2 from leejo/rt/73630
      adds  5a7aee1   This is 2.20
      adds  4f3fbfc   Imported Upstream version 2.20
       new  1d1f0e5   Merge tag 'upstream/2.20'
       new  8dd4292   Update debian/changelog
       new  681aaf2   Drop spelling.patch, merged upstream.
       new  8ec2e4e   Update years of upstream and packaging copyright.
       new  e259284   Reformat debian/control with cme
       new  6b1e4bd   Mark package as autopkgtest-able.
       new  33269ba   Declare compliance with Debian Policy 3.9.6.
       new  e17f484   Bump debhelper compatibility level to 9.
       new  14db518   releasing package libpoe-component-server-simplehttp-perl version 2.20-1

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                           | 41 +++++++++++++++++++++++
 LICENSE                                           |  8 ++---
 META.yml                                          | 16 ++++-----
 README                                            |  8 ++++-
 debian/changelog                                  | 13 +++++--
 debian/compat                                     |  2 +-
 debian/control                                    |  6 ++--
 debian/copyright                                  | 12 +++----
 debian/patches/series                             |  1 -
 debian/patches/spelling.patch                     | 27 ---------------
 debian/upstream/metadata                          |  5 +++
 inc/Module/Install.pm                             | 22 +++++++-----
 inc/Module/Install/Base.pm                        |  2 +-
 inc/Module/Install/Can.pm                         |  2 +-
 inc/Module/Install/Fetch.pm                       |  2 +-
 inc/Module/Install/GithubMeta.pm                  |  8 +++--
 inc/Module/Install/Makefile.pm                    |  4 +--
 inc/Module/Install/Metadata.pm                    |  6 ++--
 inc/Module/Install/Win32.pm                       |  2 +-
 inc/Module/Install/WriteAll.pm                    |  2 +-
 lib/POE/Component/Server/SimpleHTTP.pm            |  8 ++---
 lib/POE/Component/Server/SimpleHTTP/Connection.pm |  2 +-
 lib/POE/Component/Server/SimpleHTTP/Response.pm   |  2 +-
 lib/POE/Component/Server/SimpleHTTP/State.pm      |  2 +-
 24 files changed, 121 insertions(+), 82 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch
 create mode 100644 debian/upstream/metadata

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpoe-component-server-simplehttp-perl.git



More information about the Pkg-perl-cvs-commits mailing list