io-lambda-general Mailing List for IO::Lambda (Page 4)
Brought to you by:
int32
You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(36) |
Dec
(36) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2009 |
Jan
(55) |
Feb
(6) |
Mar
|
Apr
(7) |
May
|
Jun
(3) |
Jul
(6) |
Aug
(9) |
Sep
(2) |
Oct
|
Nov
(3) |
Dec
(13) |
| 2010 |
Jan
(6) |
Feb
(3) |
Mar
(24) |
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
(6) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Dmitry K. <dm...@ka...> - 2009-07-02 11:32:22
|
dk 2009/07/02 13:32:15 CEST
Modified files:
perl/IO-Lambda/lib/IO/Lambda/HTTP HTTPS.pm
Log:
- Rewrite https stack. Now, connect is fully non-blocking.
Also in cases where sysreading from socket requires writing first,
or syswriting needs reading, events are not throttled but awaited
for gracefully.
Revision Changes Path
1.13 +42 -29 perl/IO-Lambda/lib/IO/Lambda/HTTP/HTTPS.pm
|
|
From: Dmitry K. <dm...@ka...> - 2009-07-02 11:30:38
|
dk 2009/07/02 13:30:32 CEST
Modified files:
perl/IO-Lambda/t 03_lambda_api.t
Log:
- test for empty context on tail
Revision Changes Path
1.17 +8 -2 perl/IO-Lambda/t/03_lambda_api.t
|
|
From: Dmitry K. <dm...@ka...> - 2009-07-02 11:30:26
|
dk 2009/07/02 13:30:18 CEST
Modified files:
perl/IO-Lambda/lib/IO Lambda.pm
Log:
- allow tail() accept empty context
Revision Changes Path
1.169 +17 -14 perl/IO-Lambda/lib/IO/Lambda.pm
|
|
From: Dmitry K. <dm...@ka...> - 2009-06-18 09:19:18
|
dk 2009/06/18 11:19:01 CEST
Modified files:
perl/IO-Lambda/lib/IO Lambda.pm
Log:
- minor pod typo fixes
Revision Changes Path
1.168 +4 -4 perl/IO-Lambda/lib/IO/Lambda.pm
|
|
From: Dmitry K. <dm...@ka...> - 2009-06-18 08:27:26
|
dk 2009/06/18 10:18:37 CEST
Modified files:
perl/IO-Lambda/lib/IO/Lambda HTTP.pm
Log:
- typo fix with timeout/deadline parsing option
Revision Changes Path
1.47 +2 -2 perl/IO-Lambda/lib/IO/Lambda/HTTP.pm
|
|
From: Dmitry K. <dm...@ka...> - 2009-06-02 11:52:58
|
dk 2009/06/02 13:36:01 CEST
Modified files:
perl/IO-Lambda/lib/IO/Lambda Thread.pm
perl/IO-Lambda/t 02_object_api.t 03_lambda_api.t
15_thread.t
Log:
- protect around AnyEvent pecularities
Revision Changes Path
1.23 +4 -1 perl/IO-Lambda/lib/IO/Lambda/Thread.pm
1.11 +2 -1 perl/IO-Lambda/t/02_object_api.t
1.16 +2 -1 perl/IO-Lambda/t/03_lambda_api.t
1.13 +2 -1 perl/IO-Lambda/t/15_thread.t
|
|
From: Dmitry K. <dm...@ka...> - 2009-04-21 14:42:53
|
dk 2009/04/21 16:42:47 CEST
Modified files:
perl/IO-Lambda/lib/IO/Lambda Flock.pm
Log:
- add some code in synopsis
Revision Changes Path
1.8 +16 -1 perl/IO-Lambda/lib/IO/Lambda/Flock.pm
|
|
From: Dmitry K. <dm...@ka...> - 2009-04-21 12:02:14
|
dk 2009/04/21 14:02:06 CEST
Modified files:
perl/IO-Lambda/lib/IO/Lambda/Loop AnyEvent.pm
Log:
- document more problems
Revision Changes Path
1.9 +13 -5 perl/IO-Lambda/lib/IO/Lambda/Loop/AnyEvent.pm
|
|
From: Dmitry K. <dm...@ka...> - 2009-04-21 09:35:06
|
dk 2009/04/21 11:34:56 CEST
Modified files:
perl/IO-Lambda Changes
perl/IO-Lambda/lib/IO Lambda.pm
perl/IO-Lambda/t 21_exceptions.t
Log:
- official 1.10
Revision Changes Path
1.54 +14 -9 perl/IO-Lambda/Changes
1.167 +15 -59 perl/IO-Lambda/lib/IO/Lambda.pm
1.4 +22 -21 perl/IO-Lambda/t/21_exceptions.t
|
|
From: Dmitry K. <dm...@ka...> - 2009-04-21 08:02:22
|
dk 2009/04/21 10:02:16 CEST
Modified files:
perl/IO-Lambda/lib/IO Lambda.pm
Log:
- remove too hasty introduced $CANCEL
Revision Changes Path
1.166 +8 -13 perl/IO-Lambda/lib/IO/Lambda.pm
|
|
From: Dmitry K. <dm...@ka...> - 2009-04-20 11:54:12
|
dk 2009/04/20 13:54:04 CEST
Modified files:
perl/IO-Lambda/lib/IO Lambda.pm
Log:
- document unability of catch() and finally() to survive restartable calls
Revision Changes Path
1.165 +31 -13 perl/IO-Lambda/lib/IO/Lambda.pm
|
|
From: Dmitry K. <dm...@ka...> - 2009-04-07 14:07:00
|
dk 2009/04/07 15:31:58 CEST
Modified files:
perl/IO-Lambda/lib/IO/Lambda SNMP.pm
Log:
- fix corner case with SNMP timeout == 0 while being a valid timeout
Revision Changes Path
1.18 +3 -4 perl/IO-Lambda/lib/IO/Lambda/SNMP.pm
|
|
From: Dmitry K. <dm...@ka...> - 2009-04-07 14:06:59
|
dk 2009/04/07 15:37:36 CEST
Modified files:
perl/IO-Lambda/lib/IO/Lambda SNMP.pm
Log:
- wrong previous commit: not only timeout==0 was wrong, it was an
indication that SNMP contains no handles
Revision Changes Path
1.19 +5 -3 perl/IO-Lambda/lib/IO/Lambda/SNMP.pm
|
|
From: Dmitry K. <dm...@ka...> - 2009-02-17 08:36:30
|
dk 2009/02/17 09:36:16 CET
Modified files:
perl/IO-Lambda/lib/IO/Lambda Mutex.pm
perl/IO-Lambda/t 20_mutex.t
Log:
- Make remove() internal, fix the test that calls it.
Revision Changes Path
1.6 +6 -3 perl/IO-Lambda/lib/IO/Lambda/Mutex.pm
1.3 +2 -1 perl/IO-Lambda/t/20_mutex.t
|
|
From: Dmitry K. <dm...@ka...> - 2009-02-14 09:45:58
|
dk 2009/02/14 10:45:49 CET
Modified files:
perl/IO-Lambda Changes
perl/IO-Lambda/lib/IO Lambda.pm
perl/IO-Lambda/t 21_exceptions.t
Log:
- implement finally() for exceptions
- v1.09
Revision Changes Path
1.53 +3 -0 perl/IO-Lambda/Changes
1.164 +47 -2 perl/IO-Lambda/lib/IO/Lambda.pm
1.3 +36 -1 perl/IO-Lambda/t/21_exceptions.t
|
|
From: Dmitry K. <dm...@ka...> - 2009-02-13 21:19:49
|
dk 2009/02/13 22:19:40 CET
Modified files:
perl/IO-Lambda/lib/IO/Lambda Backtrace.pm
Log:
- dos2unix line ends
Revision Changes Path
1.2 +142 -142 perl/IO-Lambda/lib/IO/Lambda/Backtrace.pm
|
|
From: Dmitry K. <dm...@ka...> - 2009-02-07 17:47:56
|
dk 2009/02/07 18:47:49 CET
Modified files:
perl/IO-Lambda/t 21_exceptions.t
Log:
- convert dos->unix format
Revision Changes Path
1.2 +105 -105 perl/IO-Lambda/t/21_exceptions.t
|
|
From: Dmitry K. <dm...@ka...> - 2009-02-01 17:59:02
|
dk 2009/02/01 18:58:53 CET
Modified files:
perl/IO-Lambda/lib/IO Lambda.pm
Log:
- mention project homepage
Revision Changes Path
1.163 +4 -2 perl/IO-Lambda/lib/IO/Lambda.pm
|
|
From: Dmitry K. <dm...@ka...> - 2009-02-01 09:21:23
|
dk 2009/02/01 10:21:17 CET
Modified files:
perl/IO-Lambda/lib/IO Lambda.pm
Log:
- small fixes by Randal L. Schwartz
Revision Changes Path
1.162 +6 -3 perl/IO-Lambda/lib/IO/Lambda.pm
|
|
From: Dmitry K. <dm...@ka...> - 2009-01-31 13:33:16
|
dk 2009/01/31 12:34:59 CET
Modified files:
perl/IO-Lambda MANIFEST
perl/IO-Lambda/lib/IO Lambda.pm
perl/IO-Lambda/t 99_pod_coverage.t
Added files:
perl/IO-Lambda/lib/IO/Lambda Backtrace.pm
perl/IO-Lambda/t 21_exceptions.t
Log:
- extend and move out backtracing functionality into a new IO::Lambda::Backtrace
- implement throw
Revision Changes Path
1.34 +2 -0 perl/IO-Lambda/MANIFEST
1.161 +91 -69 perl/IO-Lambda/lib/IO/Lambda.pm
1.30 +6 -3 perl/IO-Lambda/t/99_pod_coverage.t
|
|
From: Dmitry K. <dm...@ka...> - 2009-01-31 13:33:16
|
dk 2009/01/31 12:37:07 CET
Modified files:
perl/IO-Lambda Changes
Log:
- v1.08
Revision Changes Path
1.52 +4 -0 perl/IO-Lambda/Changes
|
|
From: Dmitry K. <dm...@ka...> - 2009-01-30 23:12:47
|
dk 2009/01/31 00:12:40 CET
Modified files:
perl/IO-Lambda/lib/IO Lambda.pm
Log:
s/rxw/rwx/
Revision Changes Path
1.160 +6 -6 perl/IO-Lambda/lib/IO/Lambda.pm
|
|
From: Dmitry K. <dm...@ka...> - 2009-01-30 20:31:30
|
dk 2009/01/30 21:31:20 CET
Modified files:
perl/IO-Lambda Changes
perl/IO-Lambda/lib/IO Lambda.pm
Log:
- v1.07
Revision Changes Path
1.51 +3 -0 perl/IO-Lambda/Changes
1.159 +1 -1 perl/IO-Lambda/lib/IO/Lambda.pm
|
|
From: Dmitry K. <dm...@ka...> - 2009-01-30 20:28:24
|
dk 2009/01/30 21:28:17 CET
Modified files:
perl/IO-Lambda/lib/IO Lambda.pm
perl/IO-Lambda/t 99_pod_coverage.t
Log:
- add callers() - returns set of caller lambdas
- add backtrace() - returns text representation of calling threads
- add debugging flags "caller" for recording where lambdas were called from
Revision Changes Path
1.158 +122 -20 perl/IO-Lambda/lib/IO/Lambda.pm
1.29 +3 -2 perl/IO-Lambda/t/99_pod_coverage.t
|
|
From: Dmitry K. <dm...@ka...> - 2009-01-30 07:09:25
|
dk 2009/01/30 08:09:14 CET
Modified files:
perl/IO-Lambda/eg/bench 1.2GHz-win32.tcpbenchmark tcp-batch
tcp-batch.bat
perl/IO-Lambda/lib/IO Lambda.pm
Log:
- update benchmarks
Revision Changes Path
1.5 +2 -0 perl/IO-Lambda/eg/bench/1.2GHz-win32.tcpbenchmark
1.7 +2 -0 perl/IO-Lambda/eg/bench/tcp-batch
1.3 +2 -0 perl/IO-Lambda/eg/bench/tcp-batch.bat
1.157 +10 -6 perl/IO-Lambda/lib/IO/Lambda.pm
|