about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2009-12-30Rainbows! 0.90.1 v0.90.1
2009-12-30EventMachine: support deferrables in responses
2009-12-29quiet spurious wakeups for accept() in Thread* models
2009-12-22Rainbows! 0.90.0 v0.90.0
2009-12-22avoid setting "rainbows.autochunk" by default
2009-12-22base: fix constant resolution under 1.8 for 1.8 bugfix
2009-12-22common Rainbows.sleep(nr) method
2009-12-22cleanup in Rainbows.accept definition
2009-12-22fix Ruby 1.8 detection for (possible) green thread fix
2009-12-22new RevFiberSpawn concurrency model
2009-12-21possible MRI 1.8 thread fix to avoid blocking accept()
2009-12-19Thread*: avoid double close of client socket
2009-12-19error: (trivial) remove unnecessary whitespace
2009-12-16join_threads method is exclusive to ThreadPool
2009-12-16cleanup: consolidate write_nonblock error handling
2009-12-16fiber/io: split out wait_readable and wait_writable methods
2009-12-16get rid of the magic EvCore.setup
2009-12-13share some constants with Unicorn
2009-12-13Rainbows! 0.9.0 v0.9.0
2009-12-13EventMachineDefer is experimental
2009-12-11env["hack.io"] for Fiber*, Revactor, Thread* models
2009-12-09RevThread*: remove needless nil assignment
2009-12-08EventMachineDefer: preliminary (and) broken version
2009-12-08RevThread*: move warning message to a saner place
2009-12-08NeverBlock: resync with recent our EM-related expansion
2009-12-06EventMachine: allow usage as a base class
2009-12-05ev_core: no need to explicitly close TmpIOs
2009-12-05larger thread pool default sizes ({Rev,}ThreadPool)
2009-12-05move "async.callback" constant to EvCore
2009-12-04do not log IOError raised during app processing
2009-12-04rev: do not initialize a Rev::Loop in master process
2009-12-02Rainbows! 0.8.0 v0.8.0
2009-12-02add RevThreadPool concurrency model
2009-12-01more consistent code for worker timeout/exits
2009-12-01revactor: avoid unbounded memory growth :x
2009-11-30ThreadPool: no need to exit!
2009-11-29Rainbows! 0.7.0 v0.7.0
2009-11-29rev/core: don't set IOBuffer.default_node_size
2009-11-29event_machine: small noise reduction cleanup
2009-11-29preliminary NeverBlock support with EventMachine
2009-11-29Allow options to be added to "use"
2009-11-29refactor threaded models to use blocking accept() if possible
2009-11-29ActorSpawn sets rack.multithreaded :(
2009-11-28always set FD_CLOEXEC if available
2009-11-28common Rainbows.accept method
2009-11-28rev/core: fix stupid syntax error :<
2009-11-28actor_spawn: basically ThreadSpawn with Actors for now...
2009-11-27preliminary ActorSpawn model for Rubinius
2009-11-27thread_spawn: fix up stupidly complicated loop
2009-11-27rev/core: set IO::Buffer.default_node_size if possible