- 14 May, 2012 1 commit
-
-
Sam Rushing authored
HTTP_Protocol_Error: forgot to move this from server.py http_file.__init__(), http_file._gen_read_all() : handle the old-school situation where data goes until "connection: close"
-
- 11 May, 2012 5 commits
-
-
Sam Rushing authored
added: enum for FLUSH values
-
Sam Rushing authored
-
Sam Rushing authored
header_set.__delitem__(): remove a header header_set.copy(): copy a header set
-
Sam Rushing authored
Bad_Response: new exception
-
Sam Rushing authored
-
- 10 May, 2012 1 commit
-
-
Sam Rushing authored
-
- 04 May, 2012 4 commits
-
-
Sam Rushing authored
-
Sam Rushing authored
-
Sam Rushing authored
server.start: set the thread name based on self.__class__ server.create_connection: allow the user to override the connection class (for spdy) tlslite_server.__init__, accept: allow the user to pass handshake_args down (for spdy)
-
Sam Rushing authored
-
- 03 May, 2012 5 commits
-
-
Sam Rushing authored
-
Sam Rushing authored
-
Sam Rushing authored
worm.kill(): remove from arena.worms at this point, rather than relying on the try/finally in the thread.
-
Sam Rushing authored
-
Sam Rushing authored
-
- 02 May, 2012 3 commits
-
-
Sam Rushing authored
Conflicts: coro/_coro.pyx
-
Eric Huss authored
-
Sam Rushing authored
-
- 01 May, 2012 3 commits
-
-
Sam Rushing authored
-
Sam Rushing authored
-
Sam Rushing authored
buffer.set16(): method to set a 16-bit length field after the data is emitted Packer.addbyte(): call underlying buffer add_byte(). Packer.addstring(): chr() call not needed Packer.endRR(): call self.buf.set16() to set RR length Unpacker.getstring(): ord() call not needed Unpacker.getHINFOdata(): useless, but since addHINFOdata() is there... Unpacker.unpack(): cut & paste typo
-
- 27 Apr, 2012 3 commits
-
-
Sam Rushing authored
-
Sam Rushing authored
-
Sam Rushing authored
-
- 16 Apr, 2012 4 commits
-
-
Eric Huss authored
-
Eric Huss authored
Conflicts: docs/tutorial.rst
-
Eric Huss authored
-
Hasan Alayli authored
I am going to merge this pull-request as I am certain it's better than the original linux_poller we have already.
-
- 14 Apr, 2012 4 commits
-
-
Sam Rushing authored
-
Eric Huss authored
-
Sam Rushing authored
-
Sam Rushing authored
-
- 13 Apr, 2012 7 commits
-
-
Sam Rushing authored
Conflicts: setup.py
-
Sam Rushing authored
Conflicts: setup.py
-
Sam Rushing authored
-
Sam Rushing authored
-
Sam Rushing authored
-
Sam Rushing authored
Use distribute_setup.py to help get pip working (and to ensure the correct version of distribute is present). Distribute>=0.6.16 is required to invoke Cython automatically. Check for Cython's presence manually: unfortunately the install_requires param to setup will never be seen if Cython is not present (due to the use of Cython's Extension module)
-
Sam Rushing authored
-