|
|
@626
|
[626]
|
12/30/07 00:22:11 |
blackhedd |
implemented kqueue support |
|
|
@623
|
[623]
|
12/27/07 15:31:07 |
blackhedd |
Removed hookable error handler to improve performance. |
|
|
@621
|
[621]
|
12/24/07 13:53:36 |
blackhedd |
notes |
|
|
@616
|
[616]
|
12/13/07 19:33:16 |
blackhedd |
Added EM::DeferrableChildProcess? |
|
|
@612
|
[612]
|
12/06/07 08:16:41 |
blackhedd |
0.10.0 note |
|
|
@599
|
[599]
|
12/05/07 06:11:52 |
blackhedd |
re-enabled the pure-Ruby implementation |
|
|
@593
|
[593]
|
12/01/07 08:49:12 |
blackhedd |
Left the child side of the socketpair in a PipeDescriptor? blocking,
per … |
|
|
@592
|
[592]
|
11/27/07 09:29:34 |
blackhedd |
Added a hack to return subprocess exit-status from EM#popen. |
|
|
@581
|
[581]
|
11/19/07 18:36:04 |
blackhedd |
Fixed bug: EM::Connection#start_tls was not working with server … |
|
|
@580
|
[580]
|
11/19/07 09:11:12 |
blackhedd |
Added EventMachine::set_max_timers. Requested by Matthieu Riou and others. |
|
|
@579
|
[579]
|
11/15/07 18:13:45 |
blackhedd |
Fixed bug, we were failing to send zero-length datagrams under certain … |
|
|
@578
|
[578]
|
11/12/07 21:43:58 |
blackhedd |
Noted addition of saslauth.rb |
|
|
@573
|
[573]
|
11/10/07 16:26:17 |
blackhedd |
forced the port parameter of EM::Connection#send_datagram to be an … |
|
|
@566
|
[566]
|
10/19/07 05:20:42 |
blackhedd |
Set the SO_BROADCAST option on all UDP sockets. |
|
|
@563
|
[563]
|
10/03/07 03:04:52 |
blackhedd |
change notes |
|
|
@561
|
[561]
|
09/26/07 03:33:56 |
blackhedd |
notes |
|
|
@555
|
[555]
|
09/19/07 18:22:37 |
blackhedd |
notes |
|
|
@553
|
[553]
|
09/19/07 17:08:11 |
blackhedd |
change note |
|
|
@551
|
[551]
|
09/19/07 10:48:51 |
blackhedd |
change notes |
|
|
@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 |
|
|
@540
|
[540]
|
09/14/07 13:36:04 |
blackhedd |
added heartbeats to epoll. |
|
|
@528
|
[528]
|
09/04/07 14:22:07 |
blackhedd |
preliminary SMTP server implementation. |
|
|
@527
|
[527]
|
09/04/07 13:49:41 |
blackhedd |
notes |
|
|
@525
|
[525]
|
08/30/07 06:17:02 |
blackhedd |
added rudimentary cookie support to EM::HttpClient#request?. |
|
|
@517
|
[517]
|
08/27/07 10:17:26 |
blackhedd |
silenced some ruby -w warnings. |
|
|
@514
|
[514]
|
08/26/07 19:03:06 |
blackhedd |
change notes |
|
|
@510
|
[510]
|
08/24/07 05:30:37 |
blackhedd |
notes |
|
|
@507
|
[507]
|
08/17/07 05:45:20 |
blackhedd |
Added EventMachine#run_block |
|
|
@506
|
[506]
|
08/15/07 10:04:52 |
blackhedd |
change notes |
|
|
@499
|
[499]
|
08/13/07 13:08:22 |
blackhedd |
added EventMachine#reactor_running? |
|
|
@497
|
[497]
|
07/30/07 08:51:33 |
blackhedd |
Added sys/stat.h to project.h to fix Darwin compilation bug observed by … |
|
|
@494
|
[494]
|
07/29/07 13:15:50 |
blackhedd |
notes |
|
|
@484
|
[484]
|
07/26/07 23:34:11 |
blackhedd |
notes |
|
|
@473
|
[473]
|
07/22/07 10:16:49 |
blackhedd |
notes |
|
|
@435
|
[435]
|
07/17/07 13:04:37 |
blackhedd |
notes |
|
|
@410
|
[410]
|
07/12/07 21:04:10 |
blackhedd |
notes |
|
|
@401
|
[401]
|
07/10/07 07:10:05 |
blackhedd |
noted 0.8.0 release |
|
|
@400
|
[400]
|
07/06/07 02:51:47 |
blackhedd |
changed the callback dispatcher to use if/elsif rather than … |
|
|
@385
|
[385]
|
06/12/07 21:07:09 |
blackhedd |
change notes |
|
|
@370
|
[370]
|
06/06/07 23:51:17 |
blackhedd |
notes |
|
|
@357
|
[357]
|
06/04/07 13:11:13 |
blackhedd |
notes |
|
|
@347
|
[347]
|
06/01/07 12:35:49 |
blackhedd |
added EventMachine::Connection#get_outbound_data_size |
|
|
@345
|
[345]
|
06/01/07 08:30:16 |
blackhedd |
Added EventMachine#next_tick, and associated tests. |
|
|
@342
|
[342]
|
06/01/07 07:53:43 |
blackhedd |
noted that the cancellable Timer and PeriodicTimer? classes are … |
|
|
@341
|
[341]
|
06/01/07 07:50:02 |
blackhedd |
change notes |
|
|
@338
|
[338]
|
06/01/07 07:31:53 |
blackhedd |
change note |
|
|
@335
|
[335]
|
05/26/07 07:14:12 |
blackhedd |
change notes |
|
|
@333
|
[333]
|
05/23/07 17:18:16 |
blackhedd |
notes on a Windows bug fix |
|
|
@324
|
[324]
|
05/22/07 17:55:43 |
blackhedd |
cleaned up license language to clarify license and usage terms. |
|
|
@320
|
[320]
|
05/16/07 10:21:51 |
blackhedd |
Applied patches supplied by Brett Eisenberg.
Evidently on Solaris, "sun" … |
|
|
@304
|
[304]
|
01/05/07 17:29:23 |
blackhedd |
notes |
|
|
@297
|
[297]
|
12/19/06 17:13:26 |
blackhedd |
notes |
|
|
@295
|
[295]
|
11/30/06 01:59:28 |
blackhedd |
notes |
|
|
@291
|
[291]
|
11/22/06 09:45:32 |
blackhedd |
notes |
|
|
@289
|
[289]
|
11/19/06 22:17:53 |
blackhedd |
notes |
|
|
@281
|
[281]
|
11/15/06 23:00:11 |
blackhedd |
Added a Line-and-text protocol handler. |
|
|
@280
|
[280]
|
11/15/06 20:28:21 |
blackhedd |
notes |
|
|
@270
|
[270]
|
10/05/06 11:55:36 |
blackhedd |
change notes--This line, and those below, will be ignored--
M … |
|
|
@268
|
[268]
|
10/04/06 01:30:33 |
blackhedd |
notes |
|
|
@266
|
[266]
|
10/01/06 05:36:30 |
blackhedd |
Change log notes |