git.emarhavil.com
/
chiral.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
chiral.git
2010-04-15
Jacob Potter
add header to readme
master
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Jacob Potter
put README in repo
commit
|
commitdiff
|
tree
|
snapshot
2010-04-15
Jacob Potter
README test
commit
|
commitdiff
|
tree
|
snapshot
2008-05-18
jacob
doc
commit
|
commitdiff
|
tree
|
snapshot
2008-05-18
jacob
initial checkin of doc tools
commit
|
commitdiff
|
tree
|
snapshot
2008-05-18
jacob
test commit
commit
|
commitdiff
|
tree
|
snapshot
2008-05-18
jacob
test commit
commit
|
commitdiff
|
tree
|
snapshot
2008-05-18
jacob
test commit
commit
|
commitdiff
|
tree
|
snapshot
2008-03-10
jacob
fix incorrect wait_for_readable call in TCPConnection
commit
|
commitdiff
|
tree
|
snapshot
2008-01-05
jacob
More doc updates.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-04
jacob
Documentation for chiral.web.framework
commit
|
commitdiff
|
tree
|
snapshot
2008-01-04
jacob
Docs for chiral.web.servers
commit
|
commitdiff
|
tree
|
snapshot
2008-01-04
jacob
More documentation fixes.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-04
jacob
- chiral.web.httpd documentation updates
commit
|
commitdiff
|
tree
|
snapshot
2008-01-04
jacob
Documentation updates.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-03
jacob
Thread pool:
commit
|
commitdiff
|
tree
|
snapshot
2008-01-03
jacob
Docstring fixes.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-03
jacob
Combine the redundant as_coro and as_coro_waitcondition...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-03
jacob
Documentation improvements to chiral.core.coroutine
commit
|
commitdiff
|
tree
|
snapshot
2008-01-01
jacob
- netcore: WaitForEvent: if unbind() is called on WaitC...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-01
jacob
- More Reactor fixes
commit
|
commitdiff
|
tree
|
snapshot
2008-01-01
jacob
Big reactor fixes.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-01
jacob
Rearrange constants to be defined as such, rather than...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-01
jacob
Finish refactor for epoll and kqueue reactors.
commit
|
commitdiff
|
tree
|
snapshot
2007-12-30
jacob
Add coroutine.kill() and CoroutineKilledException....
commit
|
commitdiff
|
tree
|
snapshot
2007-12-30
jacob
First pass checkin of netcore WaitCondition refactor...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-30
jacob
chiral.net.tcp: change TCPConnection.connection_handler...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-28
jacob
Fix the test suite for chiral.core.coroutine
commit
|
commitdiff
|
tree
|
snapshot
2007-12-28
jacob
Check-in extra files from melkor:
commit
|
commitdiff
|
tree
|
snapshot
2007-12-28
jacob
i are python coder
commit
|
commitdiff
|
tree
|
snapshot
2007-12-27
jacob
win32 fixes
commit
|
commitdiff
|
tree
|
snapshot
2007-12-25
jacob
- Add templates directory
commit
|
commitdiff
|
tree
|
snapshot
2007-12-24
jacob
Coroutine fix
commit
|
commitdiff
|
tree
|
snapshot
2007-12-24
jacob
- Change Reactor.schedule() to do what the docstring...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-23
jacob
- Documentation: remove old references to Tasklet;...
commit
|
commitdiff
|
tree
|
snapshot
2007-12-23
jacob
- Introspection refactor
commit
|
commitdiff
|
tree
|
snapshot
2007-09-09
jacob
- chiral.messaging.irc: use connect() on the new socket...
commit
|
commitdiff
|
tree
|
snapshot
2007-09-07
jacob
Use uint32/uint64 types (more semantically correct)
commit
|
commitdiff
|
tree
|
snapshot
2007-09-06
jacob
- Convert EpollLooper to use new epoll binding
commit
|
commitdiff
|
tree
|
snapshot
2007-09-06
jacob
Add ctypes-based epoll binding
commit
|
commitdiff
|
tree
|
snapshot
2007-09-05
jacob
Add kqueue wrapper and KqueueReactor
commit
|
commitdiff
|
tree
|
snapshot
2007-09-05
jacob
- Shell rewrite
commit
|
commitdiff
|
tree
|
snapshot
2007-09-03
jacob
Initial checkin of IRC COMET demo. Not fully working...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
jacob
Change coroutines to /not/ start by default.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
jacob
Remove some debugging from Introspector
commit
|
commitdiff
|
tree
|
snapshot
2007-08-16
jacob
Fix EpollReactor
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
jacob
Remove some GC cycles in coroutine handling. Failed...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
jacob
Use new schedule in comet.py, to go with changes in...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-14
jacob
Remove application tracking from Reactor classes
commit
|
commitdiff
|
tree
|
snapshot
2007-08-13
jacob
- Add CoroutineRestart exception
commit
|
commitdiff
|
tree
|
snapshot
2007-08-07
jacob
Shell: use new TCPConnection exception system
commit
|
commitdiff
|
tree
|
snapshot
2007-08-07
jacob
Make Coroutine a WaitCondition. This helps simplify...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-07
jacob
- Rearrange TCPConnection to create its own socket...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-05
jacob
Threadpool: works now. Still need to manage auto-growin...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-05
jacob
First pass at thread pool. Untested.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-05
jacob
Memcached improvements. Comes close to working now...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-05
jacob
- Get rid of "Done." message when Reactor terminates
commit
|
commitdiff
|
tree
|
snapshot
2007-08-04
jacob
First pass at memcached. Still very, very broken.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-04
jacob
Add coroutine mutex class
commit
|
commitdiff
|
tree
|
snapshot
2007-08-04
jacob
Proper handling of WSGI write()
commit
|
commitdiff
|
tree
|
snapshot
2007-08-04
jacob
Remove the yield-value-directly option, to be more...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-03
jacob
Doc improvements to coroutine.py
commit
|
commitdiff
|
tree
|
snapshot
2007-08-03
jacob
Add GPL header.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-03
jacob
- dbus: get rid of the SyntaxError
commit
|
commitdiff
|
tree
|
snapshot
2007-08-03
jacob
Fixes to tests, coroutine, pylint validation
commit
|
commitdiff
|
tree
|
snapshot
2007-08-03
jacob
Very incomplete version of DBus interface.
commit
|
commitdiff
|
tree
|
snapshot
2007-08-03
jacob
- Fix app handling in SelectReactor
commit
|
commitdiff
|
tree
|
snapshot
2007-08-03
jacobdp
Move from Tasklet to new Coroutine library. Similar...
commit
|
commitdiff
|
tree
|
snapshot
2007-08-03
jacobdp
Shell improvements
commit
|
commitdiff
|
tree
|
snapshot
2007-08-01
jacobdp
Change to \r\n default for tcp.read_line()
commit
|
commitdiff
|
tree
|
snapshot
2007-07-30
jacobdp
First pass at messaging framework
commit
|
commitdiff
|
tree
|
snapshot
2007-07-30
jacobdp
HTTP: handle no-data tasklet pages correctly
commit
|
commitdiff
|
tree
|
snapshot
2007-07-30
jacobdp
- Rename TCPConnection.handler() to connection_handler()
commit
|
commitdiff
|
tree
|
snapshot
2007-07-29
jacobdp
Move chiral.inet to chiral.net
commit
|
commitdiff
|
tree
|
snapshot
2007-07-29
jacobdp
pylint fixes
commit
|
commitdiff
|
tree
|
snapshot
2007-07-28
jacobdp
- Use the decorator module for signature-preserving...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-25
jacobdp
- Lint improvements
commit
|
commitdiff
|
tree
|
snapshot
2007-07-24
jacobdp
Move introspector and wsgihttpd out of http; get rid...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-23
jacobdp
Tasklets may now return any object. If it is not a...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-23
jacobdp
Optimizations:
commit
|
commitdiff
|
tree
|
snapshot
2007-07-23
jacobdp
Add sendfile() optimization for static file serving
commit
|
commitdiff
|
tree
|
snapshot
2007-07-23
jacobdp
- Netcore now tracks the application associated with...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-22
jacobdp
- New static file server
commit
|
commitdiff
|
tree
|
snapshot
2007-07-19
jacobdp
Beginnings of the comet framework; change demo to serve...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-19
jacobdp
Move the whole "for data in result" loop in wsgihttpd...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-19
jacobdp
- Add a new option to Tasklet class, "autostart" If...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-19
jacobdp
Use Paste's URL mapper for dispatching. Accordingly...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-19
jacobdp
- Rename "Looper" to "Reactor"
commit
|
commitdiff
|
tree
|
snapshot
2007-07-19
jacobdp
- Introspector: s/inspector/introspector
commit
|
commitdiff
|
tree
|
snapshot
2007-07-18
jacobdp
- TCP shell-like thing
commit
|
commitdiff
|
tree
|
snapshot
2007-07-18
jacobdp
- TCP: move read_line_tasklet out into its own method...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-18
jacobdp
- httpd: properly quote errors
commit
|
commitdiff
|
tree
|
snapshot
2007-07-17
jacobdp
- Tasklet: get rid of __slots__; add master tasklet...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-17
jacobdp
- Get rid of psyco; it causes breakage
commit
|
commitdiff
|
tree
|
snapshot
2007-07-16
jacobdp
- Make netcore and tasklet modules use Psyco if available
commit
|
commitdiff
|
tree
|
snapshot
2007-07-16
jacobdp
Add WSGI-compliant HTTP server.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-16
jacobdp
write_out() doesn't need to be its own tasklet.
commit
|
commitdiff
|
tree
|
snapshot
2007-07-16
jacobdp
- TCP: fixes to real_line, read_exactly; cleanup; set...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
jacobdp
Move isinstance test for Message in with the rest of...
commit
|
commitdiff
|
tree
|
snapshot
2007-07-15
jacobdp
Tasklet: optimize to reduce unnecessary calls to isinst...
commit
|
commitdiff
|
tree
|
snapshot
next