chiral.git
2010-04-15 Jacob Potteradd header to readme master
2010-04-15 Jacob Potterput README in repo
2010-04-15 Jacob PotterREADME test
2008-05-18 jacobdoc
2008-05-18 jacobinitial checkin of doc tools
2008-05-18 jacobtest commit
2008-05-18 jacobtest commit
2008-05-18 jacobtest commit
2008-03-10 jacobfix incorrect wait_for_readable call in TCPConnection
2008-01-05 jacobMore doc updates.
2008-01-04 jacobDocumentation for chiral.web.framework
2008-01-04 jacobDocs for chiral.web.servers
2008-01-04 jacobMore documentation fixes.
2008-01-04 jacob- chiral.web.httpd documentation updates
2008-01-04 jacobDocumentation updates.
2008-01-03 jacobThread pool:
2008-01-03 jacobDocstring fixes.
2008-01-03 jacobCombine the redundant as_coro and as_coro_waitcondition...
2008-01-03 jacobDocumentation improvements to chiral.core.coroutine
2008-01-01 jacob- netcore: WaitForEvent: if unbind() is called on WaitC...
2008-01-01 jacob- More Reactor fixes
2008-01-01 jacobBig reactor fixes.
2008-01-01 jacobRearrange constants to be defined as such, rather than...
2008-01-01 jacobFinish refactor for epoll and kqueue reactors.
2007-12-30 jacobAdd coroutine.kill() and CoroutineKilledException....
2007-12-30 jacobFirst pass checkin of netcore WaitCondition refactor...
2007-12-30 jacobchiral.net.tcp: change TCPConnection.connection_handler...
2007-12-28 jacobFix the test suite for chiral.core.coroutine
2007-12-28 jacobCheck-in extra files from melkor:
2007-12-28 jacobi are python coder
2007-12-27 jacobwin32 fixes
2007-12-25 jacob- Add templates directory
2007-12-24 jacobCoroutine fix
2007-12-24 jacob- Change Reactor.schedule() to do what the docstring...
2007-12-23 jacob- Documentation: remove old references to Tasklet;...
2007-12-23 jacob- Introspection refactor
2007-09-09 jacob- chiral.messaging.irc: use connect() on the new socket...
2007-09-07 jacobUse uint32/uint64 types (more semantically correct)
2007-09-06 jacob- Convert EpollLooper to use new epoll binding
2007-09-06 jacobAdd ctypes-based epoll binding
2007-09-05 jacobAdd kqueue wrapper and KqueueReactor
2007-09-05 jacob- Shell rewrite
2007-09-03 jacobInitial checkin of IRC COMET demo. Not fully working...
2007-08-16 jacobChange coroutines to /not/ start by default.
2007-08-16 jacobRemove some debugging from Introspector
2007-08-16 jacobFix EpollReactor
2007-08-14 jacobRemove some GC cycles in coroutine handling. Failed...
2007-08-14 jacobUse new schedule in comet.py, to go with changes in...
2007-08-14 jacobRemove application tracking from Reactor classes
2007-08-13 jacob- Add CoroutineRestart exception
2007-08-07 jacobShell: use new TCPConnection exception system
2007-08-07 jacobMake Coroutine a WaitCondition. This helps simplify...
2007-08-07 jacob- Rearrange TCPConnection to create its own socket...
2007-08-05 jacobThreadpool: works now. Still need to manage auto-growin...
2007-08-05 jacobFirst pass at thread pool. Untested.
2007-08-05 jacobMemcached improvements. Comes close to working now...
2007-08-05 jacob- Get rid of "Done." message when Reactor terminates
2007-08-04 jacobFirst pass at memcached. Still very, very broken.
2007-08-04 jacobAdd coroutine mutex class
2007-08-04 jacobProper handling of WSGI write()
2007-08-04 jacobRemove the yield-value-directly option, to be more...
2007-08-03 jacobDoc improvements to coroutine.py
2007-08-03 jacobAdd GPL header.
2007-08-03 jacob- dbus: get rid of the SyntaxError
2007-08-03 jacobFixes to tests, coroutine, pylint validation
2007-08-03 jacobVery incomplete version of DBus interface.
2007-08-03 jacob- Fix app handling in SelectReactor
2007-08-03 jacobdpMove from Tasklet to new Coroutine library. Similar...
2007-08-03 jacobdpShell improvements
2007-08-01 jacobdpChange to \r\n default for tcp.read_line()
2007-07-30 jacobdpFirst pass at messaging framework
2007-07-30 jacobdpHTTP: handle no-data tasklet pages correctly
2007-07-30 jacobdp- Rename TCPConnection.handler() to connection_handler()
2007-07-29 jacobdpMove chiral.inet to chiral.net
2007-07-29 jacobdppylint fixes
2007-07-28 jacobdp- Use the decorator module for signature-preserving...
2007-07-25 jacobdp- Lint improvements
2007-07-24 jacobdpMove introspector and wsgihttpd out of http; get rid...
2007-07-23 jacobdpTasklets may now return any object. If it is not a...
2007-07-23 jacobdpOptimizations:
2007-07-23 jacobdpAdd sendfile() optimization for static file serving
2007-07-23 jacobdp- Netcore now tracks the application associated with...
2007-07-22 jacobdp- New static file server
2007-07-19 jacobdpBeginnings of the comet framework; change demo to serve...
2007-07-19 jacobdpMove the whole "for data in result" loop in wsgihttpd...
2007-07-19 jacobdp- Add a new option to Tasklet class, "autostart" If...
2007-07-19 jacobdpUse Paste's URL mapper for dispatching. Accordingly...
2007-07-19 jacobdp- Rename "Looper" to "Reactor"
2007-07-19 jacobdp- Introspector: s/inspector/introspector
2007-07-18 jacobdp- TCP shell-like thing
2007-07-18 jacobdp- TCP: move read_line_tasklet out into its own method...
2007-07-18 jacobdp- httpd: properly quote errors
2007-07-17 jacobdp- Tasklet: get rid of __slots__; add master tasklet...
2007-07-17 jacobdp- Get rid of psyco; it causes breakage
2007-07-16 jacobdp- Make netcore and tasklet modules use Psyco if available
2007-07-16 jacobdpAdd WSGI-compliant HTTP server.
2007-07-16 jacobdpwrite_out() doesn't need to be its own tasklet.
2007-07-16 jacobdp- TCP: fixes to real_line, read_exactly; cleanup; set...
2007-07-15 jacobdpMove isinstance test for Message in with the rest of...
2007-07-15 jacobdpTasklet: optimize to reduce unnecessary calls to isinst...
next