Next | Query returned 27 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2013-09-02 15:26:32 by OBATA Akio | Files touched by this commit (2) | Package updated
Log message:
Update p5-HTTP-Server-EV to 0.67
(resolve PR pkg/47641, updated to newer version including the bugfix).

Revision history for Perl extension HTTP::Server::EV.

0.67
	- (not recorded, but released at same date of 0.66)

0.66
	- Bugfix, thanx Edgar Fuß

0.65
	- ~300% Faster urldecode
	- Any HTTP methods now supported. Server just parses headers, use
	  $cgi->fh to process body of PUT or other methods
	- Added ->flush_wait and ->give_up_handle methods in
	  HTTP::Server::EV::Buffer
	- Fixed stack corruption, thanx Edgar Fuß

0.6
	- Implemented HTTP::Server::EV::Buffer onerror(ondisconnect) callback
	- Listen now can accept IO::Socket::INET object with socket to listen
	- Added support of sharing one listening socket per several forks, and
	  fork_hook cb to integrate with fork managers
	- Fixed bug when only first defined port listener worked
	- Fixed segfault when starting/stopping PortListener
   2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880)
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
   2012-12-13 11:02:10 by Thomas Klausner | Files touched by this commit (1)
Log message:
Mark some test dependencies as BUILD_DEPENDS instead of full ones.
Bump PKGREVISION.
Noted by Edgar Fuß in PR 47288.
   2012-12-12 12:49:53 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 0.5, based on PR 47288 by Edgar Fuss.
Add more missing dependencies.

0.41
	- Bugfixes

0.4
	- Written tests
	- HTTP::Server::EV::PortListener module
	- Rewritten disk IO code. Now it can use built in perl functions or IO::AIO module.
	- Fixed segfault when uploading zero size file
	- Multipart processing callbacks.
	- Coro support

0.31
	- Fixed non ARRAY reference error when cgi->param called in list context \ 
with nonexistent param name
	- Added explicit type-casting, no more compiler warnings
	- Little documentation fix
   2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798)
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
   2011-11-15 07:42:33 by Hiramatsu Yoshifumi | Files touched by this commit (3) | Imported package
Log message:
Import www/p5-HTTP-Server-EV, submitted in PR/45603.

Asynchronous HTTP server using EV event loop.

It doesn't load files received in the POST request in memory as most
of CGI modules does, but stores them directly to tmp files, so it's
useful for handling large files without using a lot of memory.


Next | Query returned 27 messages, browsing 21 to 30 | previous