- 30 Mar, 2015 1 commit
-
-
Sam Rushing authored
-
- 25 Mar, 2015 1 commit
-
-
Sam Rushing authored
-
- 23 Mar, 2015 1 commit
-
-
Mark Peek authored
This code has been copied with permission from: https://github.com/samrushing/amqp-shrapnel It also has been changed to pass pep8 and to work in the coro package.
-
- 20 Mar, 2015 10 commits
-
-
Sam Rushing authored
-
Sam Rushing authored
-
Sam Rushing authored
-
Sam Rushing authored
most APPLICATION need STRUCTURED. ReadyQueue: rather than yield/schedule, which is error-prone. search: handle multiple-entry replies. unbind: close like a pro. use module-level logging.
-
Sam Rushing authored
-
Sam Rushing authored
-
Mark Peek authored
Fixes #65
-
Mark Peek authored
-
Sam Rushing authored
-
Sam Rushing authored
-
- 19 Mar, 2015 2 commits
-
-
Sam Rushing authored
-
Sam Rushing authored
untested. [need to find/write a test suite for this, dunno where the old one went].
-
- 18 Mar, 2015 6 commits
-
-
Sam Rushing authored
-
Sam Rushing authored
-
Sam Rushing authored
-
Sam Rushing authored
-
Sam Rushing authored
length_of_tag: new fun. encode_tag: new fun. _TLV1, _TLV: separate tag & flags args. _OBJID: avoid cython warning. APPLICATION: made more like CONTEXT. check_pos, inc_pos, check_has: end-of-stream helpers. _decode_tag: handle single & multi-byte tags, separate tag & flags.
-
Sam Rushing authored
TAGS_SEQUENCE, TAGS_SET: don't mix in FLAGS_STRUCTURED. length_of_tag, encode_length, _TLV1, _TLV: API changes.
-
- 14 Mar, 2015 1 commit
-
-
Sam Rushing authored
Issue #68.
-
- 26 Feb, 2015 1 commit
-
-
Sam Rushing authored
-
- 25 Feb, 2015 3 commits
-
-
Sam Rushing authored
-
Sam Rushing authored
start at particular point in time (relative to the end).
-
Sam Rushing authored
resync: limit option (0 for no limit).
-
- 24 Feb, 2015 1 commit
-
-
Sam Rushing authored
-
- 23 Feb, 2015 2 commits
-
-
Sam Rushing authored
-
Sam Rushing authored
-
- 22 Feb, 2015 5 commits
-
-
rushing authored
-
rushing authored
'upgrade' in quotes because we ignore window updates. seems to work anyway. spdy_server_request: copy ':host' to 'host'.
-
rushing authored
connection: class variable to hold protocol name (for logging).
-
rushing authored
file_handler: Allow derived classes to add directory-listing behavior. unquote pathnames from the url.
-
rushing authored
FileLogger: new class. StderrLogger: use FileLogger. redirect_stderr: overwrite the copies in coro._coro as well. (otherwise a latency warning will cause the daemon to exit).
-
- 21 Feb, 2015 1 commit
-
-
rushing authored
Removed non-existent dependency.
-
- 19 Feb, 2015 5 commits
-
-
Mark Peek authored
-
Sam Rushing authored
This way log processors don't have to duplicate it.
-
Mark Peek authored
-
Mark Peek authored
Adding E501 is working around a pep8 tool regression and should be reverted when a fix is available.
-
Mark Peek authored
-