|
|
|
@638
|
[638]
|
01/02/08 20:37:30 |
blackhedd |
pulled rescue clause in main loop. It's not a bad idea but it regressed … |
|
|
|
@637
|
[637]
|
01/02/08 20:28:55 |
blackhedd |
comments |
|
|
|
@636
|
[636]
|
01/02/08 20:25:46 |
blackhedd |
Added a stub for associating callback values to connections. |
|
|
|
@634
|
[634]
|
01/02/08 20:12:52 |
blackhedd |
associate-callback-target provisionally added. |
|
|
|
@628
|
[628]
|
12/30/07 00:25:12 |
blackhedd |
upped version to 11.0, since kqueue is a major functional addition. |
|
|
|
@627
|
[627]
|
12/30/07 00:24:25 |
blackhedd |
kicked version up to 10.1. |
|
|
|
@623
|
[623]
|
12/27/07 15:31:07 |
blackhedd |
Removed hookable error handler to improve performance. |
|
|
|
@622
|
[622]
|
12/27/07 14:16:57 |
blackhedd |
Eliminated dependency on base64 library which no longer exists in Ruby … |
|
|
|
@620
|
[620]
|
12/24/07 13:53:06 |
blackhedd |
Added a SASL client |
|
|
|
@619
|
[619]
|
12/19/07 09:34:35 |
blackhedd |
Modified several things to co-exist with Windows, which doesn't make it … |
|
|
|
@618
|
[618]
|
12/19/07 09:32:34 |
blackhedd |
Moved the include of em/processes.rb to the end of the file from the … |
|
|
|
@617
|
[617]
|
12/13/07 19:48:35 |
blackhedd |
additional documentation |
|
|
|
@616
|
[616]
|
12/13/07 19:33:16 |
blackhedd |
Added EM::DeferrableChildProcess? |
|
|
|
@615
|
[615]
|
12/09/07 16:04:39 |
blackhedd |
removed the need for the tar rake-task to run tests. |
|
|
|
@611
|
[611]
|
12/06/07 07:31:39 |
blackhedd |
added heartbeat and inactivity timers to pure Ruby |
|
|
|
@610
|
[610]
|
12/06/07 06:49:10 |
blackhedd |
added keyboard support for pure Ruby |
|
|
|
@608
|
[608]
|
12/05/07 10:14:52 |
blackhedd |
extended connection_completed fix to Unix-domain clients |
|
|
|
@607
|
[607]
|
12/05/07 10:10:44 |
blackhedd |
fixed bug: connection completed was getting called even with failed TCP … |
|
|
|
@606
|
[606]
|
12/05/07 09:24:11 |
blackhedd |
supported get_outbound_data_size in pure Ruby for stream and datagram … |
|
|
|
@605
|
[605]
|
12/05/07 09:06:00 |
blackhedd |
added exception support to pass test_send_file |
|
|
|
@604
|
[604]
|
12/05/07 07:48:36 |
blackhedd |
replaced the timer implementation in pure Ruby with a much faster one. |
|
|
|
@603
|
[603]
|
12/05/07 07:15:32 |
blackhedd |
caught ECONNREFUSED when writing data, to satisfy test_httpclient2 |
|
|
|
@602
|
[602]
|
12/05/07 07:06:30 |
blackhedd |
Added unix domain sockets to pure Ruby to support test_epoll. |
|
|
|
@601
|
[601]
|
12/05/07 06:41:39 |
blackhedd |
removed some dead comments |
|
|
|
@600
|
[600]
|
12/05/07 06:35:14 |
blackhedd |
added stop_tcp_server to comply with test_servers. |
|
|
|
@599
|
[599]
|
12/05/07 06:11:52 |
blackhedd |
re-enabled the pure-Ruby implementation |
|
|
|
@598
|
[598]
|
12/03/07 15:48:44 |
blackhedd |
supported chunked transfers. |
|
|
|
@597
|
[597]
|
12/01/07 23:02:38 |
blackhedd |
dev |
|
|
|
@596
|
[596]
|
12/01/07 20:33:17 |
blackhedd |
dev |
|
|
|
@595
|
[595]
|
12/01/07 20:26:25 |
blackhedd |
dev |
|
|
|
@591
|
[591]
|
11/27/07 02:27:32 |
blackhedd |
added visibility to subprocess status for popen |
|
|
|
@589
|
[589]
|
11/26/07 17:47:42 |
blackhedd |
dev |
|
|
|
@588
|
[588]
|
11/26/07 16:46:55 |
blackhedd |
dev |
|
|
|
@587
|
[587]
|
11/26/07 16:40:43 |
blackhedd |
development work on a replacement for the HTTP client. |
|
|
|
@586
|
[586]
|
11/26/07 04:46:48 |
blackhedd |
dev |
|
|
|
@585
|
[585]
|
11/25/07 12:09:24 |
blackhedd |
HTTP client development |
|
|
|
@582
|
[582]
|
11/25/07 12:05:39 |
blackhedd |
initial development of a revamped HTTP client |
|
|
|
@580
|
[580]
|
11/19/07 09:11:12 |
blackhedd |
Added EventMachine::set_max_timers. Requested by Matthieu Riou and others. |
|
|
|
@577
|
[577]
|
11/12/07 21:42:49 |
blackhedd |
comment |
|
|
|
@576
|
[576]
|
11/12/07 21:39:46 |
blackhedd |
linked to the new saslauth.rb protocol module |
|
|
|
@575
|
[575]
|
11/12/07 21:36:17 |
blackhedd |
added SASLauth module |
|
|
|
@573
|
[573]
|
11/10/07 16:26:17 |
blackhedd |
forced the port parameter of EM::Connection#send_datagram to be an … |
|
|
|
@572
|
[572]
|
11/06/07 21:40:36 |
tarcieri |
Arity checking when passing arguments to EventMachine::connect |
|
|
|
@571
|
[571]
|
11/06/07 19:34:41 |
tarcieri |
Allow arguments to be passed to EventMachine::connect and friends |
|
|
|
@570
|
[570]
|
11/03/07 15:07:28 |
blackhedd |
Documentation tweak |
|
|
|
@569
|
[569]
|
11/03/07 15:04:49 |
blackhedd |
Added EM::Connection#error?, which tells whether a connection is in an … |
|
|
|
@568
|
[568]
|
10/31/07 16:15:37 |
tarcieri |
Added arity checks for start_server arguments |
|
|
|
@567
|
[567]
|
10/30/07 23:51:50 |
tarcieri |
Allow passing of arbitrary arguments from start_server to subclasses of … |
|
|
|
@564
|
[564]
|
10/03/07 03:21:02 |
blackhedd |
unit test for the RuntimeError? handler. |
|
|
|
@562
|
[562]
|
10/03/07 03:04:00 |
blackhedd |
Added a default RuntimeError? hook for errors that occur in user code. |
|
|
|
@556
|
[556]
|
09/21/07 20:49:42 |
blackhedd |
improved error handling in SmtpClient? |
|
|
|
@554
|
[554]
|
09/19/07 18:21:55 |
blackhedd |
EM::Protocols::SmtpClient? now raises a protocol error if no RCPT … |
|
|
|
@552
|
[552]
|
09/19/07 17:07:28 |
blackhedd |
receive_recipient can now accept a Deferrable from user code. |
|
|
|
@550
|
[550]
|
09/19/07 10:48:12 |
blackhedd |
added #receive_reset to EM::Protocols::SmtpServer?. |
|
|
|
@543
|
[543]
|
09/16/07 19:55:03 |
blackhedd |
bumped version to 0.9.0 in anticipation of a release. |
|
|
|
@542
|
[542]
|
09/16/07 15:35:05 |
blackhedd |
Added [:content] parameter to EM::Protocols::SmtpClient#send? |
|
|
|
@541
|
[541]
|
09/15/07 19:06:15 |
blackhedd |
Added some features and documents to Deferrable |
|
|
|
@539
|
[539]
|
09/13/07 17:44:23 |
blackhedd |
fixed a regression and added some test cases. |
|
|
|
@537
|
[537]
|
09/12/07 21:11:38 |
blackhedd |
extra comment |
|
|
|
@536
|
[536]
|
09/12/07 21:10:24 |
blackhedd |
fixed SpawnedProcess? so that notifications execute in the context of the … |
|
|
|
@534
|
[534]
|
09/11/07 13:44:02 |
blackhedd |
added some stuff that has been piling up on my desk |
|
|
|
@531
|
[531]
|
09/06/07 06:37:32 |
blackhedd |
added :run alias |
|
|
|
@529
|
[529]
|
09/05/07 17:54:58 |
blackhedd |
SMTP server development |
|
|
|
@528
|
[528]
|
09/04/07 14:22:07 |
blackhedd |
preliminary SMTP server implementation. |
|
|
|
@526
|
[526]
|
09/04/07 13:49:10 |
blackhedd |
initial version of an evented SMTP client. |
|
|
|
@525
|
[525]
|
08/30/07 06:17:02 |
blackhedd |
added rudimentary cookie support to EM::HttpClient#request?. |
|
|
|
@524
|
[524]
|
08/28/07 15:45:40 |
blackhedd |
added EM::SpawnableProcess#resume? as an alias for #notify. |
|
|
|
@523
|
[523]
|
08/28/07 15:00:41 |
blackhedd |
added EventMachine::yield |
|
|
|
@522
|
[522]
|
08/28/07 09:35:49 |
blackhedd |
performance tuning |
|
|
|
@520
|
[520]
|
08/27/07 15:52:23 |
blackhedd |
Tremendously simplified the Erlang-like Process interface, with … |
|
|
|
@519
|
[519]
|
08/27/07 12:47:59 |
blackhedd |
performance tuning |
|
|
|
@518
|
[518]
|
08/27/07 12:33:23 |
blackhedd |
silenced more warnings |
|
|
|
@517
|
[517]
|
08/27/07 10:17:26 |
blackhedd |
silenced some ruby -w warnings. |
|
|
|
@516
|
[516]
|
08/26/07 20:48:44 |
blackhedd |
dev and tests |
|
|
|
@515
|
[515]
|
08/26/07 19:24:43 |
blackhedd |
development |
|
|
|
@513
|
[513]
|
08/26/07 19:02:17 |
blackhedd |
spawnable development |
|
|
|
@509
|
[509]
|
08/24/07 05:29:53 |
blackhedd |
added an eventable keyboard handler. Still needs documentation. |
|
|
|
@507
|
[507]
|
08/17/07 05:45:20 |
blackhedd |
Added EventMachine#run_block |
|
|
|
@502
|
[502]
|
08/15/07 09:55:24 |
blackhedd |
added parameters for EventMachine::Connection#start_tls to support … |
|
|
|
@499
|
[499]
|
08/13/07 13:08:22 |
blackhedd |
added EventMachine#reactor_running? |
|
|
|
@496
|
[496]
|
07/30/07 01:10:15 |
blackhedd |
included a stomp-protocol header |
|
|
|
@495
|
[495]
|
07/30/07 01:09:40 |
blackhedd |
beginning of an evented implementation of the Stomp protocol. |
|
|
|
@493
|
[493]
|
07/29/07 13:15:12 |
blackhedd |
comments |
|
|
|
@492
|
[492]
|
07/29/07 12:57:23 |
blackhedd |
Added EM::Protocols::LineText?2, for supporting Stomp |
|
|
|
@489
|
[489]
|
07/28/07 15:11:03 |
blackhedd |
Version 0.8.1 |
|
|
|
@483
|
[483]
|
07/26/07 23:32:51 |
blackhedd |
Patches by Kirk Haines to improve the send_file_to_connection mechanism |
|
|
|
@474
|
[474]
|
07/22/07 10:20:10 |
blackhedd |
comments |
|
|
|
@472
|
[472]
|
07/22/07 10:14:20 |
blackhedd |
added EM::Connection:stream_file_data |
|
|
|
@471
|
[471]
|
07/22/07 08:56:27 |
blackhedd |
Broke down finally, and sugared success and fail calls. |
|
|
|
@470
|
[470]
|
07/22/07 08:51:49 |
blackhedd |
added file-streaming module |
|
|
|
@469
|
[469]
|
07/22/07 08:35:37 |
blackhedd |
added class DefaultDeferrable?. |
|
|
|
@458
|
[458]
|
07/21/07 09:34:28 |
blackhedd |
some datagram support |
|
|
|
@453
|
[453]
|
07/19/07 23:26:05 |
blackhedd |
stub for set_rlimit_nofile |
|
|
|
@446
|
[446]
|
07/19/07 12:22:20 |
blackhedd |
refactorings |
|
|
|
@442
|
[442]
|
07/19/07 10:04:12 |
blackhedd |
stop tcp server |
|
|
|
@441
|
[441]
|
07/19/07 09:56:23 |
blackhedd |
stop method for JRuby |
|
|
|
@440
|
[440]
|
07/19/07 09:55:32 |
blackhedd |
epoll method for JRuby. |
|
|
|
@436
|
[436]
|
07/18/07 22:50:16 |
blackhedd |
setup for creating a Java EM gem. |
|
|
|
@433
|
[433]
|
07/17/07 12:54:08 |
blackhedd |
implemented EventMachine#stop_server |
|
|
|
@431
|
[431]
|
07/17/07 08:01:59 |
blackhedd |
fixed mispelling |