ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/Changes
(Generate patch)

Comparing AnyEvent/Changes (file contents):
Revision 1.151 by root, Thu Jun 5 16:53:11 2008 UTC vs.
Revision 1.375 by root, Tue Jan 5 10:45:25 2010 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
34.14 35.24 Tue Jan 5 11:39:43 CET 2010
4 - cygwin never reports errors from failed connects. 1.5 just gives
5 you continous readyness and EAGAIN, 1.7 is even more broken and
6 just hangs. work around both issues in a cygwin-specific hack.
7 - improve idle watcher documentation slightly.
8
95.23 Sun Dec 20 23:48:00 CET 2009
10 - support IDNs in resolve_sockaddr, and therefore in tcp_connect.
11 - implement punycode_encode/decode, idn_nameprep,
12 idn_to_ascii and idn_to_unicode operations in AnyEvent::Util.
13 - provide $AE::VERSION.
14 - removed traces of "no strict 'refs'".
15
165.22 Sat Dec 5 03:51:13 CET 2009
17 - downgrade-or-fail in AnyEvent::Handle::push_write, to
18 diagnose encoding failures earlier and more succinctly.
19 (this works around bugs in perl, throwing away encoding info
20 when passing scalar data to extensions).
21 - add more examples to AnyEvent::Socket manpage.
22 - upgrade internal warning set to the same as common::sense 2.03.
23 - use pack "n/a*" for pre-5.8.9 perl compatibility in AnyEvent::DNS
24 (John Beppu).
25 - AnyEvent::Socket::inet_aton now properly supports ipv6, as documented.
26 - add google public dns servers to fallback server set and make sure
27 we load-balance properly between the three sets. also add all
28 fallback dns servers, not just a random one, to each dns config.
29
305.21 Thu Nov 19 02:48:47 CET 2009
31 - fix a problem where socket constants were called with parameters
32 (spotted by David Friedland).
33 - fork_call never use'd POSIX (reported by Daisuke Maki).
34 - improve perl 5.6 compatibility further (but it still won't work
35 unless you rip out everything but the core).
36 - prefer Net::DNS::Resolver over ipconfig, if installed, on win32.
37 uses 10MB of RAM, but doesn't open a console window. *sigh*.
38
395.202 Wed Oct 14 22:35:44 CEST 2009
40 - AnyEvent::DNS would unexpectedly clobber $_ under windows
41 (analysed by Matthias Waldorf).
42 - AnyEvent::Handle::run_cmd can now pass the PID of the
43 newly-created process, which is much less useful than it might
44 sound (based on patch by Yann Kerherve).
45
465.201 Tue Sep 29 12:09:25 CEST 2009
47 - AnyEvent:Handle::on_starttls/on_stoptls methods were broken
48 (reported by Torsten Foertsch).
49 - common::sense 2.0 could cause tcp_server to throw an exception
50 (analysed by elmex).
51
525.2 Mon Sep 14 07:04:49 CEST 2009
53 - INCOMPATIBLE CHANGE: do no longer support register_read_type
54 and register_write_type in AnyEvent::Handle, instead support
55 package names (the facility was mostly abused).
56 - implement "packagename-as-read/write type" support in
57 AnyEvent::Handle.
58 - AnyEvent::Handle: new options "keepalive" and "oobinline".
59 - oobinline set by default to avoid security issues.
60 - the pure-perl event loop backend wrongly detected times() fallback
61 support (spotted by Pavel Boldin).
62
635.12 Tue Sep 1 20:26:50 CEST 2009
64 - be more lenient when parsing resolv.conf files, as some people
65 use hashmarks as comment indicator inside directives (reported
66 by Michael S. Fischer).
67 - use same set of warnings as common::sense 2.0.
68 - fix a potential 32 bit overflow issue due to perl having problems
69 with large hex constants in the Perl backend.
70 - do not use the slower 5.6 version fo the enc_name code in AnyEvent::DNS
71 by default.
72 - fix some prototypes.
73 - (optionally) require Async::Interrupt 1.02.
74 - replace opendns fallbacks by verizon/level3 public dns servers.
75
765.112 Fri Aug 21 13:59:04 CEST 2009
77 - AnyEvent::Handle could cause hard crashes in Net::SSLeay when
78 using starttls with an illegal/uncreatable tls context.
79 - port to broken win32 perls.
80
815.111 Sun Aug 16 18:44:36 CEST 2009
82 - perl errornously requires sockaddr_un structures returned by the
83 kernel to have a specific length. work around this bug by padding
84 sockaddr_un structures (found to fail on OS X, as perl only uses
85 the correct code for GNU/Linux, but likely to fail on other
86 OSes as well).
87
885.11 Wed Aug 12 17:49:37 CEST 2009
89 - fixed a bug in run_cmd with input from filename.
90 - create a json coder object when none is given in write direction
91 to reduce dependency on JSON.
92
935.1 Tue Aug 11 03:17:32 CEST 2009
94 - tcp_connect now reports the correct error in $!, not an unrelated
95 one (was broken since 4.91).
96 - AE::Handle did not properly clear rtimeout/wtimeout watchers
97 when retrying a tcp_connect.
98 - new functions: AnyEvent::Util::run_cmd and close_all_fds_except.
99 - fixed wrong documentation in AE::Socket.
100
1015.01 Mon Aug 10 03:16:32 CEST 2009
102 - last release broke EV child watchers :/.
103
1045.0 Sun Aug 9 17:32:09 CEST 2009
105 - officially introduce and document the AE API.
106 - lowering the timeout at runtime did not have immediate effect
107 in AnyEvent::Handle.
108 - AE::Handle now has separate and independent read and write timeout
109 settings.
110 - probe for Guard module when AnyEvent::Util is loaded, not at
111 runtime (Event doesn't like eval "use" from callbacks, and it avoids
112 exporting the probe function).
113 - Impl::IOAsync's io watchers did not use the filehandle emulation
114 code to work around it's watcher limits.
115 - work around IO::Async's problems with overloaded objects.
116 - try to disable wearnings inside IO::Async, it's just too buggy.
117 - do no longer use Event by default, only EV or Perl, Event is too buggy.
118 - hackishly provide fast AE:: interface when EV or Perl is the backend.
119 - inherit VERSION from AnyEvent::VERSION in most modules.
120
1214.91 Thu Aug 6 15:42:45 CEST 2009
122 - AE::Handle::starttls could get out of sync when the read buffer
123 already contains some TLS handshake.
124 - AE::Handle did not properly free the TLS session, causing bigger
125 memory leaks in Net::SSLeay than expected (reported by toaster).
126 - AE::Socket::tcp_connect will now artificially delay invoking
127 the callback to avoid returning after invoking the callback.
128 - convert many internal watcher uses to AE API.
129
1304.9 Sat Aug 1 11:07:01 CEST 2009
131 - Glib silently fails when registering a timeout with
132 a negative value, so avoid that.
133 - call condvar callback immediately when it is set
134 after the condition is already signalled.
135 - check rbuf_max condition only after trying to consume
136 data.
137 - normalise signal numbers to names when using the ae's
138 signal handling, but do not document this (yet).
139 - pure perl signal emulation did not properly set nonblocking
140 mode on the signal pipe on win32 (this is unlikely to have caused
141 any issues).
142 - new module: AnyEvent::Debug.
143 - AnyEvent::Strict now checks that a signal was specified
144 by name (not name or number).
145 - reduce memory footprint in typical cases by ~50kb by
146 only compiling signal code when necessary.
147 - add AnyEvent::Handle->rbuf_max.
148 - grab the AE namespace for future new API, implement stubs for
149 said future/alternative API.
150 - new function: AnyEvent::Socket::format_hostport.
151
1524.881 Tue Jul 28 12:51:53 CEST 2009
153 - work around a bug in local in pre-5.10 perls, causing
154 AnyEvent::Handle to recurse when it should not
155 (analysed by elmex).
156
1574.88 Tue Jul 28 04:04:37 CEST 2009
158 - re-bless the handle into a dummy package after calling
159 AnyEvent::Handle::destroy, so the user does not need to check
160 for errors after every push_write etc.
161 - do not attempt to run t/02_signals.t on obviously broken
162 platforms.
163
1644.87 Sun Jul 26 02:06:16 CEST 2009
165 - do not attempt to linger when there is no longer a valid fh.
166 - enforce tls mode to be either accept or connect, do not simply
167 segfault in Net::SSLeay.
168 - AnyEvent::Handle can now call tcp_connect itself (new parameters
169 connect, on_prepare, on_connect and on_connect_error). Updated
170 tutorial accordingly.
171 - add AnyEvent::Impl::Irssi backend.
172
1734.86 Mon Jul 20 23:52:29 CEST 2009
174 - since the verbose warning is not enough, explicitly document
175 that versions before 1.33 of Net::SSLeay are not secure.
176 - work around signal handling races in Event and (...) Event::Lib.
177 - try to align signal-race timer to full-second boundaries.
178 - work around Tk not liking negative timeouts.
179 - don't complain of different grades of environmental unfriendlyness
180 in IO::Async.
181
1824.85 Sat Jul 18 06:16:14 CEST 2009
183 - nail the signal race problem in perl once and for all
184 (see $AnyEvent::MAX_SIGNAL_LATENCY).
185 - take advantage of Async::Interrupt if it is available.
186 - load Time::HiRes and Guard modules on demand only.
187 - add optional/recommended modules section to AnyEvent
188 documentation.
189 - reduce memory usage considerably (and reduce startup penalty)
190 by not using "strict", "warnings" and "overload" modules.
191 - work around buggy windows/openbsd perls and provide EBADMSG
192 and EPROTO ourselves when missing.
193 - improve perl 5.6 compatibility of the core event loop.
194 - made Net::SSLeay version 1.33 a soft requirement.
195
1964.83 Fri Jul 17 16:56:26 CEST 2009
197 - implement AnyEvent::Socket::getprotobyname.
198 - AnyEvent::CondVar's will now detect recursive blocking
199 waits and will croak, as too many people fall into
200 this trap.
201 - AnyEvent::Handle will now call ->destroy on itself after
202 executing the on_error callback, instead of doing some
203 half-baked internal shutdown, for fatal errors.
204 - clarify on_eof behaviour w.r.t. the read queue and
205 on_read callbacks.
206 - ignore some possible spurious wake-ups in tcp_connect.
207
2084.82 Sat Jul 11 00:34:55 CEST 2009
209 - POE and Event backends didn't accept some callable objects as
210 callbacks.
211 - use Config module instead of POSIX module to detect signal names
212 in AnyEvent::Strict and AnyEvent::Impl::EventLib, as the POSIX
213 module doesn't even have all POSIX signals :/.
214 - use more workarounds around the many refcnt/corruption bugs in
215 Event::Lib.
216 - work around a race condition in perl's select, causing t/03_child.t
217 to rarely fail.
218
2194.81 Thu Jul 9 10:30:30 CEST 2009
220 - AnyEvent::Handle didn't properly diagnose write errors
221 (it expected -1 from syswrite, how lame... :).
222 - support file descriptors in addition to file handles
223 in AnyEvent->io.
224 - new env variables: PERL_ANYEVENT_RESOLV_CONF,
225 PERL_ANYEVENT_MAX_OUTSTANDING_DNS, PERL_ANYEVENT_CA_FILE
226 and PERL_ANYEVENT_CA_PATH.
227 - provide a sensible synopsis section for AnyEvent::TLS.
228 - add a "supported backends" section to the manpage.
229 - added simple io watcher test to testsuite, using a
230 portable_socketpair.
231 - tried to improve the stability of the Event::Lib backend,
232 YMMV.
233
2344.8 Mon Jul 6 23:45:16 CEST 2009
235 - AnyEvent::DNS did not properly follow CNAME records with
236 uppercase targets.
237 - AnyEvent::DNS would errornously return AAAA records
238 with v4 mapped addresses (a faulty record) as ipv4 addresses,
239 causing AnyEvent::Socket to throw an exception.
240 - added new module AnyEvent::TLS for easier SSL/TLS context
241 creation, with many options including hostname verification,
242 secure default configuration, lots of documentation and,
243 predefined diffie-hellman keys for perfect forward security
244 and much more. get it while it's still fresh!
245 - use AnyEvent::TLS in AnyEvent::Handle for context management.
246 - load AnyEvent::Handle only on demand in AnyEvent::DNS,
247 so AnyEvent::Socket users have smaller memory footprint
248 in the common case.
249 - add AnyEvent::Handle->push_shutdown method.
250 - add an additional error message parameter to AnyEvent::Handle's
251 on_error callback (for TLS, $! is still available).
252 - add AnyEvent::Handle on_starttls/on_stoptls callbacks.
253 - make AnyEvent::Handle more robust against early conenction
254 failures (during new), and return C<undef> in that case
255 from the constructor.
256 - AnyEvent::Handle will now try to load only JSON::XS first,
257 then fall back to JSON.
258 - format_ipv4/format_ipv6 are now exported by default, for symmetry,
259 and because it was documented that way.
260
2614.451 Fri Jul 3 00:28:58 CEST 2009
262 - do not clear rbuf when shutting down an AnyEvent::Handle
263 object - doing so breaks AnyEvent::HTTP.
264
2654.45 Mon Jun 29 22:59:26 CEST 2009
266 - a write error could cause AnyEvent::Handle to create
267 an I/O watcher with an undefined $fh.
268 - special-case mapped ipv4 addresses in both
269 AnyEvent::Socket::format_address and parse_address,
270 to treat them just like ipv4 addresses.
271 - updated and overhauled the AnyEvent::Intro doc.
272 - implement AnyEvent::Socket::format_ipv4/ipv6.
273 - slightly speed up portable_pipe/socketpair.
274 - expand condvar begin/end documentation.
275
2764.42 Fri Jun 26 08:32:18 CEST 2009
277 - preliminary and neccesarily incomplete support for IO::Async.
278 - reset SIGCHLD to DEFAULT when AnyEvent is loaded, in
279 case it was set to IGNORE, to ensure we can catch child statuses
280 even when the calling env acts stupidly.
281 - updated benchmarks with IO::Async, which performs very well.
282
2834.412 Wed Jun 24 01:35:57 CEST 2009
284 - support an "untaint" attribute for AnyEvent::DNS
285 and set it on the default resolver.
286 - implement and document AnyEvent::Impl::Perl::loop.
287 - remove all anyevent-env variables from %ENV
288 when running in tainted mode.
289 - mention and extend the IO::Lambda benchmark.
290
2914.411 Sun Jun 7 18:48:02 CEST 2009
292 - do not try to use F_SETFD on windows.
293
2944.41 Thu May 14 06:40:11 CEST 2009
295 - work around issues in older perls (5.8.0?) when
296 a signal handler is deleted from the %SIG hash.
297 - use POSIX::_exit in child test, to avoid running
298 destructors.
299 - speed up CHLD handling by relying on SIGCHLD being
300 synchronously delivered, even when we roll our own
301 implementation.
302 - AnyEvent::DNS: add the "dname" resource record name
303 for cosmetic reasons.
304
3054.4 Sun Apr 26 20:12:33 CEST 2009
306 - implemented idle watchers, where applicable.
307 - AnyEvent->time died when Event backend was in use.
308 - fix a memleak in the Tk backend.
309 - sped up Tk timer handling.
310 - clip negative "after" values to 0 in AnyEvent::Impl::Event
311 to avoid spamming out warning messages.
312 - fix Qt timers without interval.
313 - avoid Qt zero-timeout special case, in old libqt's.
314
3154.352 Mon Apr 20 16:31:11 CEST 2009
316 - fix AnyEvent::Strict error messages for child watchers.
317 - fix/update Makefile.PL "recommends" versions.
318 - add AnyEvent->now_update.
319
3204.351 Sat Apr 11 07:56:14 CEST 2009
321 - actually make the signal pipe work under win32.
322 - localise $! in signal handler to avoid changing $!, although
323 perl itself does not seem to save/restore errno either.
324 - set the cloexec flag on the signal pipe (normally set by perl too).
325
3264.35 Fri Mar 27 11:48:20 CET 2009
327 - event models relying on AnyEvent's signal watcher emulation did
328 invoke the callback asynchronously, contradicting documentation
329 and causing signals to get lost (this includes AnyEvent's own
330 event loop). AnyEvent now uses the standard pipe trick to make
331 callback execution synchronous to the event loop.
332 - AnyEvent::Handle didn't free TLS context data on DESTROY
333 (patch by Pavel Shaydo).
334 - work around the ever-incompatibly-changing API of MakeMaker.
335 - document that changing global variables without restoring them
336 is a bad idea in Perl (noted by Adam Rosenstein).
337 - AnyEvent::Strict now barfs if ->io is passed a file.
338
3394.34 Thu Feb 12 18:32:45 CET 2009
340 - separately buffer TLS read data, as otherwise the read queue could
341 deadlock as receiving data is not expected while draining the
342 read queue (which cna only happen with TLS).
343 - raise EBADMSG error on JSON decoding errors.
344 - fix some minor manpage bugs (reported by Maximilian Gaß).
345 - speed up select bitmask parsing quite a bit in the pure perl
346 backend.
347 - use CORE::select instead of just select in AnyEvent::Impl::Perl.
348
3494.331 Tue Jan 6 21:07:25 CET 2009
350 - socketpair fails on many vista machines because vista has
351 completely broken accept/getpeername and getsockname functions,
352 so we provide our own socketpair emulation that kind of works
353 (AnyEvent::Util::portable_pipe).
354 - new function: AnyEvent::Util::portable_socketpair.
355 - take advantage of the Guard module if it exists.
356
3574.33 Fri Nov 21 02:35:40 CET 2008
358 - AnyEvent::Strict did errornously flag a fileno of 0 as
359 illegal.
360 - reduce memory usage and slightly speed up the pure perl backend
361 by only storing the file descriptor, not the file handle.
362 - add missing autocork method to AnyEvent::Handle (reported
363 by Adam Rosenstein).
364 - AnyEvent::DNS->resolve errornously documented an $rcode result
365 argument, but there isn't (spotted by Henrik Krohns).
366 - the naked truth about Tk - it's basically unmaintained.
367
3684.32 Mon Nov 3 22:46:32 CET 2008
369 - fix AnyEvent::Socket::resolve_sockaddr to properly support
370 unix sockets again and choose a proper default for
371 the socket type.
372 - fix call to resolve_sockaddr in tcp_connect.
373
3744.31 Thu Oct 30 04:41:48 CET 2008
375 - implemented AnyEvent::Handle->destroy method.
376 - hint about unexpected effects in TLS mode.
377 - speed up AnyEvent::Impl::Perl by using more arrays
378 instead of hashes without the slightest loss of readability :)
379 - work around a perl argument refcounting bug.
380 - with some perl patches applied, AnyEvent now seems leak-free.
381
3824.3 Fri Oct 3 09:18:43 CEST 2008
383 - AnyEvent will now install a no-op signal handler for SIGPIPE,
384 unless one has been installed already.
385 - warn about not loaidng AnyEvent::Impl::POE early enough
386 (patch by Adam Rosenstein).
387 - fixed a great number of bugs and corner cases in AnyEvent::Handle:
388 - fix a bug in where in SSL connect mode, the
389 client would first wait for some data by the server and
390 otherwise hang. (reported and analysed in an absolutely
391 exemplary manner by Adam Rosenstein).
392 - fix a bug in where SSL EOF would not be treated
393 as stream EOF, putting the connection into a hung state.
394 (reported and analysed in an absolutely exemplary manner by Adam
395 Rosenstein).
396 - fix a potential segfault when the TLS context
397 would go missing in a read callback (e.g. due to stoptls) -
398 Net::SSLeay of course makes no type checking whatsoever.
399 - AnyEvent::Handle will not stop the read watcher in TLS mode.
400 - AnyEvent::Handle->stoptls will send a TLS close notify
401 instead of simply destroying the stream now.
402 - fix a bug where large blocks of data written in TLS mode
403 would not be sent unless triggered by receives.
404 - on_drain will now take the tls write buffer into account.
405 - SSL operations have been streamlined a bit and should be faster
406 now, more to come, though.
407 - added a FAQ section, will document nontrivial issues in there.
408
4094.234 Mon Sep 29 04:08:13 CEST 2008
410 - fix child watcher documentation: only child exits will be reported,
411 no trace events.
412 - mention SIGPIPE in AnyEvent::Handle.
413 - perl backend will now use POSIX::times as monotonic clock
414 when available and the monotonic clock option is not.
415 - run even without Time::HiRes in some cases now, but do not
416 provide sub-second accuracy (all *supported* perl versions have
417 Time::HiRes).
418
4194.233 Fri Aug 22 01:48:05 CEST 2008
420 - fix a bug in the testsuite, causing a hang.
421 - clarified lots of AnyEvent::Handle constructor arguments.
422
4234.232 Thu Aug 21 20:44:25 CEST 2008
424 - fix a bug in AnyEvent::Handle that could cause two fatal error
425 callbacks on EOF, which caused AnyEvent::HTTP to signal success twice
426 (testcase by Leon Brocard).
427 - clarified on_eof/on_error documentation a bit.
428
4294.231 Tue Jul 29 13:12:15 CEST 2008
430 - remove some debugging code left in AnyEvent::Util::fork_call
431 (and no, it's impossible to implement with the broken windows
432 perls without resource leaks or worse).
433
4344.23 Tue Jul 29 12:19:59 CEST 2008
435 - document the first parameter passed to condvar callbacks to be
436 the callback.
437 - add AnyEvent::Socket::{ntoa,aton} aliases.
438 - optimize the AE::Handle->push_read (line) for the default
439 eol marker.
440 - optimize push_read (packstring|storable) for small packets.
441 - invoke on_error callback when no on_eof callback is set.
442 - fix a bug in push_read (storable) of unknown impact.
443
4444.22 Sun Jul 20 16:34:13 CEST 2008
445 - new function AnyEvent::Socket::parse_hostport.
446 - as the bulkheads at microsoft can't even get getprotobyname reliably
447 working on their shitty fucking broken os we need to hardcode
448 some common protocol numbers in AnyEvent::Socket. How can
449 people even bother with such a pile of shit as windows.
450
4514.21 Thu Jul 17 14:40:05 CEST 2008
452 - INCOMPATIBLE CHANGE: AnyEvent::Util::fork_call now has a prototype
453 which is incompatible to previous invocation syntax.
454 - work around more windows perl bugs in fork_call. I cannot imagine
455 why anybody would bother implementing fork in such an obviously
456 unusable way.
457 - avoid calling $do_retry if the request has already finished in
458 AnyEvent::DNS, thus avoiding an exception (reported by Anatoly
459 K. Sharifulin).
460
4614.2 Sat Jul 12 22:42:11 CEST 2008
462 - support an "interval" argument for repeating timers.
463 - fix a bug in the pure perl event loop that caused timers to
464 be delayed under some circumstances.
465 - implement optional argument checking via PERL_ANYEVENT_STRICT.
466 - not importing anything from Event causes it to malfunction
467 and not use Time::HiRes, work around this bug.
468 - more bug workarounds against the endlessly broken Tk module,
469 seems to work now on 32 bit machines, but less so on 64 bit.
470 - minor optimisations applied to most backends.
471
4724.161 Fri Jul 4 14:24:48 CEST 2008
473 - fixed the t/handle/02_write.t, it read after write, with the
474 assumption that all data could be written before read
475 (reported by Jim Razmus).
476
4774.160 Thu Jul 3 04:02:21 CEST 2008
478 - re-registering signal watchers after unregistering one did
479 not work if a backend falls back on AnyEvent's default
480 implementation (also affected child watchers).
481 - new AnyEvent::Handle options: autocork and no_delay.
482
4834.152 Sun Jun 22 14:15:44 CEST 2008
484 - allow for 32-bit perls that implement shifts differently
485 on different architectures in parse_ipv4 (reported and
486 analysed by Keiichi DAIBA).
487
4884.151 Fri Jun 6 17:34:24 CEST 2008
489 - make sure specifying _only_ on_read and never pushing reads
490 works.
491
4924.15 Fri Jun 6 13:00:46 CEST 2008
493 - the pure perl backend would keep some watchers alive when more than
494 one watcher was registered for the same fd.
495 - new "packstring" and "storable" read and write types
496 for AnyEvent::Handle.
497 - allow on_eof handler to be called after on_error with EPIPE returns.
498 - do not immediately call on_read callback in handle constructor.
499
5004.14 Thu Jun 5 20:29:31 CEST 2008
4 - Fixed a bug in DNS SRV priority sorting. 501 - Fixed a bug in DNS SRV priority sorting.
5 - AnyEvent::Util::guard now reports runtime errors while 502 - AnyEvent::Util::guard now reports runtime errors while
6 executing the guard block as warnings. 503 executing the guard block as warnings.
7 - handle 0-byte-reads jus before EOF correctly in AnyEvent::Handle. 504 - handle 0-byte-reads just before EOF correctly in AnyEvent::Handle.
8 505
94.13 Thu Jun 5 00:47:59 CEST 2008 5064.13 Thu Jun 5 00:47:59 CEST 2008
10 - AnyEvent::DNS only followed cname chains with length 2, 507 - AnyEvent::DNS only followed cname chains with length 2,
11 contrary to documentation. bumped it up to 10, thanks to 508 contrary to documentation. bumped it up to 10, thanks to
12 microsoft, the current broken-dns-config-king. 509 microsoft, the current broken-dns-config-king.
131 - support service names in tcp_connect and tcp_server. 628 - support service names in tcp_connect and tcp_server.
132 - work around netbsd/openbsd bug causing unix sockets not to 629 - work around netbsd/openbsd bug causing unix sockets not to
133 become writable until empty. 630 become writable until empty.
134 - only make a dummy read for error detection when getpeername 631 - only make a dummy read for error detection when getpeername
135 returns ENOTCONN. 632 returns ENOTCONN.
136 - defend AnyEvent::Util::inet_aton against Coro::LWP brutal 633 - defend AnyEvent::Util::inet_aton against Coro::LWP's brutal
137 override. 634 override.
138 - new AnyEvent::Guard::cancel. 635 - new AnyEvent::Guard::cancel.
139 636
1403.5 Sat May 17 23:17:14 CEST 2008 6373.5 Sat May 17 23:17:14 CEST 2008
141 - gracefully deal with systems not defining CLOCK_MONOTONIC 638 - gracefully deal with systems not defining CLOCK_MONOTONIC
155 652
1563.41 Sun May 11 19:53:13 CEST 2008 6533.41 Sun May 11 19:53:13 CEST 2008
157 - work around a bug in perl 5.8.8's local. Reported by Yi Ma Mao. 654 - work around a bug in perl 5.8.8's local. Reported by Yi Ma Mao.
158 655
1593.4 Sun May 11 00:29:25 CEST 2008 6563.4 Sun May 11 00:29:25 CEST 2008
160 - complete re-implementation of condvars with a hopefully much mroe useful 657 - complete re-implementation of condvars with a hopefully much more useful
161 API (backward compatible functions exist but are undocumented). 658 API (backward compatible functions exist but are undocumented).
162 - AnyEvent::Handle fully rewritten with a hopefully more powerful API 659 - AnyEvent::Handle fully rewritten with a hopefully more powerful API
163 (still subject to change). 660 (still subject to change).
164 - take advantage of CLOCK_MONOTONIC, if available, in AnyEvent::Impl::Perl. 661 - take advantage of CLOCK_MONOTONIC, if available, in AnyEvent::Impl::Perl.
165 - provide AnyEvent::post_detect and @AnyEvent::post_detect, which 662 - provide AnyEvent::post_detect and @AnyEvent::post_detect, which

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines