8
0
forked from pool/perl-AnyEvent

Commit Graph

  • adc85a3748 Add Gitea build results main Adam Majer 2025-08-12 18:11:39 +02:00
  • 6b24e6fd77 Accepting request 1282404 from devel:languages:perl Dominique Leuenberger 2025-06-04 18:27:16 +00:00
  • 1f070365ca Normalize CPAN version See https://github.com/openSUSE/cpanspec/issues/47 for details Tina Müller 2025-06-03 15:08:46 +00:00
  • 1306bb9c49 Accepting request 732302 from devel:languages:perl Dominique Leuenberger 2019-09-23 10:38:48 +00:00
  • 4164d10293 Accepting request 731677 from devel:languages:perl:autoupdate Christian Wittmer 2019-09-21 06:37:09 +00:00
  • e77beed5ac Accepting request 717516 from devel:languages:perl Dominique Leuenberger 2019-07-22 15:18:45 +00:00
  • e8009ca65d Accepting request 717353 from devel:languages:perl:autoupdate Lars Vogdt 2019-07-22 09:44:32 +00:00
  • ebbc6ba288 Accepting request 680366 from devel:languages:perl Stephan Kulow 2019-03-01 19:31:10 +00:00
  • 8709b7669a Accepting request 679138 from devel:languages:perl:autoupdate Dirk Stoecker 2019-03-01 07:40:11 +00:00
  • 9acfc2a84e Accepting request 506078 from devel:languages:perl Dominique Leuenberger 2017-06-26 13:56:04 +00:00
  • 273118e2be Accepting request 506073 from devel:languages:perl:autoupdate Stephan Kulow 2017-06-25 06:29:25 +00:00
  • 3ac03e2554 Accepting request 430420 from devel:languages:perl Dominique Leuenberger 2016-09-30 13:32:32 +00:00
  • bcd9eb349d Accepting request 428551 from devel:languages:perl:autoupdate Ludwig Nussel 2016-09-26 12:30:06 +00:00
  • 43f48ec0ad Accepting request 332489 from devel:languages:perl Dominique Leuenberger 2016-04-28 14:52:38 +00:00
  • c4c54bca47 Accepting request 358162 from devel:languages:perl:autoupdate Stephan Kulow 2016-02-08 06:48:22 +00:00
  • 641d471f29 Accepting request 332480 from devel:languages:perl:autoupdate Stephan Kulow 2015-09-21 04:53:26 +00:00
  • 4fc7318f2c Accepting request 305198 from devel:languages:perl Dominique Leuenberger 2015-05-04 22:56:04 +00:00
  • 0e12386911 Accepting request 305145 from devel:languages:perl:autoupdate Stephan Kulow 2015-05-03 11:58:02 +00:00
  • 2b91740ae7 Accepting request 296958 from devel:languages:perl Dominique Leuenberger 2015-04-16 12:13:01 +00:00
  • 7d9f129681 Accepting request 296858 from devel:languages:perl:autoupdate Stephan Kulow 2015-04-15 17:34:42 +00:00
  • a30be89add Accepting request 221598 from devel:languages:perl Stephan Kulow 2014-02-11 09:42:17 +00:00
  • 37265e497a - updated to 7.07 - the documentation for custom tls verify schemes was wrong. make it agree with the code (reported by Maxime Soulé). - added cbor read and write types to AnyEvent::Handle (using CBOR::XS). - work around an API change in openssl that could cause wrong tls connection aborts, likely on windows only (analyzed by sten). - calling AnyEvent->now_update with AnyEvent::Impl::Perl caused an endless loop (reported by Dietrich Rebmann). - add tlsv1_1 and tlsv1_2 protocols to AnyEvent::TLS (patch by Maxime Soulé). - document AnyEvent::Impl::IOAsync::set_loop and $AnyEvent::Impl::IOAsync::LOOP. Though only documented now, this functionality has _always_ been available. - force a toplevel domain name in t/81_hosts.t (analyzed by David Jack Wange Olrik). - document that AnyEvent::Log uses AnyEvent::IO. - warn about AnyEvent::Filesys::Notify performance. - praise the joys of AnyEvent::Fork::*. - time for an =encoding directive. - do no longer use JSON to create a default json coder, use JSON::XS or JSON::PP directly. Stephan Kulow 2014-02-09 14:45:24 +00:00
  • f42fd18cec Accepting request 202221 from devel:languages:perl Tomáš Chvátal 2013-10-06 12:52:56 +00:00
  • 9303116bb2 update Stephan Kulow 2013-10-04 11:58:08 +00:00
  • 2d03bf2467 Accepting request 177340 from devel:languages:perl Stephan Kulow 2013-06-05 15:47:06 +00:00
  • 41db4a93e9 Accepting request 177233 from home:coolo:update-perl Stephan Kulow 2013-06-04 08:18:44 +00:00
  • 1c8210bd90 Accepting request 134032 from devel:languages:perl Ismail Dönmez 2012-09-14 10:33:30 +00:00
  • 3ddb3ac2f5 - updated to 7.02 - AnyEvent::Util::run_cmd could block indefinitely (analyzed and test program by Yorhel). - verified that AnyEvent::Socket follows RFC5952. - try to parse "ADDR#PORT" in addition to "ADDR PORT". Stephan Kulow 2012-09-04 13:01:44 +00:00
  • ad92726989 Accepting request 123242 from devel:languages:perl Stephan Kulow 2012-06-05 10:02:48 +00:00
  • 36371dbb70 - it's not noarch Stephan Kulow 2012-05-30 07:48:35 +00:00
  • f45013d751 - updated to 7.01 - fail with EPROTO in AnyEvent::Handle wqhen TLS is requested but not available, instead of throwing an exception. - use File::Spec to get the tmpdir in t/*, to avoid needless failures on (most, not mine :) windows boxes. - new handle read types: tls_detect and tls_autostart. - child watchers are broken in POE 1.352 (also many earlier versions) and there seems to be no way to work around it, as POE itself is inherently racy. Document this regression and add a delay in t/68_poe_03_child.t for the time being. - new module AnyEvent::IO, that is a frontend to either a pure-perl synchronous I/O implementation (AnyEvent::IO::Perl), or to the asynchronous I/O extension IO::AIO (AnyEvent::IO::IOAIO). - load /etc/hosts only when DNS has no answer. - stat /etc/hosts on every access and reload it if it changed. - load /etc/hosts via AnyEvent::IO - potentially asynchronous. - fix a buggy croak in the dh parameter reading in AnyEvent::TLS. - AnyEvent::Log log_to_file and log_to_path now use AnyEvent::IO. As a side effect, they now use true appending as opposed to libc appending, and the file might not have been opened when the function returns. - the default logging level was not properly documented in a variety of places, this has hopefully been rectified. - updated uts46data.pl for unicode 6.1.0. - made log messages generated by AnyEvent submodules not include the package name anymore, as it will be logged by default already. - upgrade to the trick used by common-sense 3.5 to work around extra warning torture/breakage under perl 5.15.x. - log messages by anyevent are now ucfirst, are usually full Stephan Kulow 2012-05-25 03:24:48 +00:00
  • c7b1e7b978 Accepting request 103773 from devel:languages:perl Stephan Kulow 2012-02-14 10:25:35 +00:00
  • 356044334f OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=35 Stephan Kulow 2012-02-11 06:46:41 +00:00
  • 562a798ed0 - updated to 6.14 - AnyEvent::Impl::Tk was broken due to a mysterious "die" inside, probably an editing mistake (reported by Darin McBride). - AnyEvent::Util::fork_call checked for POSIX availability in the wrong way, causing it to fail if POSIX wasn't loaded already (analysed by Rock Power). - AnyEvent::Handle::push_read (line => did pass $1 directly, so regex-matching inside the callback would change the parameter, despite $1 being dynamically scoped per-block. this perl bug is now being worked around (testcase by Cindy Wang). - $! was clobbered by subsequent calls in tcp_connect, due to the postpone not saving/restoring it (analyzed by Richard Garnish). - Tk cannot create windows when tainted unless you set a title, so set a dummy title for AnyEvent's dummy mainwindow. How dummy. - escape any nonprintable/nonascii characters when stringifying backtraces. - log the reason loading an interface module fails to load at level debug. Stephan Kulow 2012-02-10 23:01:57 +00:00
  • e3f933a468 replace license with spdx.org variant Stephan Kulow 2011-12-06 17:37:21 +00:00
  • ddd80cdb36 Updating link to change in openSUSE:Factory/perl-AnyEvent revision 17.0 OBS User buildservice-autocommit 2011-12-06 17:37:21 +00:00
  • 3e0eae7e0d Accepting request 92400 from devel:languages:perl Stephan Kulow 2011-11-21 11:34:49 +00:00
  • 67fd17e8c1 - update to 6.1 - INCOMPATIBLE CHANGE: the default log level is now "4" (error and above), and some messages inside AnyEvent have been elevated to higher log levels to print by default. ... see Changes Stephan Kulow 2011-11-18 13:45:22 +00:00
  • d27c3abf14 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent?expand=0&rev=30 Stephan Kulow 2011-11-11 11:13:12 +00:00
  • 6db60aa9e7 Accepting request 83385 from devel:languages:perl Lars Vogdt 2011-09-19 21:08:28 +00:00
  • 8506d8ba68 - updated to 6.02 - log_to_syslog now accepts facility strings. - log_to_syslog would not allow facilities - "$facility|$level" *literally* means that string. sheesh. - the CPAN parser got confused and thought we provide Sys::Syslog, try to work around. - renamed AnyEvent::Impl::FLTK2 to FLTK. ... for more see Changes Stephan Kulow 2011-09-19 08:28:14 +00:00
  • 49b0f50ad8 Autobuild autoformatter for 79801 Sascha Peilicke 2011-08-26 08:23:16 +00:00
  • b6d0a54359 Updating link to change in openSUSE:Factory/perl-AnyEvent revision 13.0 OBS User buildservice-autocommit 2011-08-26 08:23:16 +00:00
  • 23196c7189 Accepting request 79801 from devel:languages:perl Sascha Peilicke 2011-08-26 08:23:06 +00:00
  • 807608cffc fix build Christian Wittmer 2011-08-25 16:00:54 +00:00
  • df929646c6 fix deps Christian Wittmer 2011-08-25 15:44:28 +00:00
  • dc16237c53 fix deps Christian Wittmer 2011-08-22 17:25:48 +00:00
  • fd549375e5 Autobuild autoformatter for 74150 Sascha Peilicke 2011-07-05 12:03:10 +00:00
  • d5af690271 Updating link to change in openSUSE:Factory/perl-AnyEvent revision 11.0 OBS User buildservice-autocommit 2011-07-05 12:03:10 +00:00
  • 0388c8d00c Accepting request 74150 from devel:languages:perl Sascha Peilicke 2011-07-05 12:02:58 +00:00
  • 7d34be444b switch spec file to bm.pl Pascal Bleser 2011-06-11 22:05:46 +00:00
  • db530ec9c0 add provides for perl(AnyEvent) Pascal Bleser 2011-06-11 09:18:00 +00:00
  • eeda4e2b2f merge Pascal Bleser 2011-06-11 01:39:16 +00:00
  • 6214d454eb Autobuild autoformatter for 54461 Lars Vogdt 2010-12-05 20:34:52 +00:00
  • 5b6755b5de Accepting request 54461 from devel:languages:perl Lars Vogdt 2010-12-05 20:34:45 +00:00
  • 3fc5d4e3e5 always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit) Stephan Kulow 2010-12-03 13:54:29 +00:00
  • 9267180777 siwtch to perl_requires macro Stephan Kulow 2010-12-01 13:37:33 +00:00
  • 6c17c3d89d Accepting request 43298 from devel:languages:perl OBS User autobuild 2010-07-19 13:09:53 +00:00
  • 8afb70fcb3 Updating link to change in openSUSE:Factory/perl-AnyEvent revision 6.0 OBS User buildservice-autocommit 2010-07-19 13:09:53 +00:00
  • aaf3a7e65f Accepting request 43298 from devel:languages:perl OBS User autobuild 2010-07-19 13:09:52 +00:00
  • 889b53ef22 Accepting request 42640 from home:computersalat:devel:perl Christian Wittmer 2010-07-06 09:04:22 +00:00
  • 8f97974fed Accepting request 41839 from devel:languages:perl OBS User autobuild 2010-06-22 08:20:18 +00:00
  • 90503da345 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent?expand=0&rev=2 OBS User autobuild 2010-03-18 15:15:55 +00:00
  • f3aa3f7ca2 Accepting request 34968 from devel:languages:perl OBS User autobuild 2010-03-16 16:43:45 +00:00