GitHub / explorigin/Rocket / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 53313677 | trying to figure out the new distutils | Timothy Farrell <t****m@t****e> | almost 9 years ago | |
| ad247b02 | do a proper point version update | Timothy Farrell <t****m@t****e> | almost 9 years ago | |
| f3caaa85 | merge Merge pull request #5 from themainframe/themainframe-patch-pypi-https |
Timothy Farrell <t****m@t****e>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| fb8bd8f1 | Fix: PyPi only supports HTTPS/TLS downloads now |
Damien Walsh <m****e@d****t>
Committed by: GitHub <n****y@g****m> |
almost 9 years ago | |
| a1f8dc3a | merge Merge pull request #4 from kjkuan/fix-chunked-encoding-with-empty-body | Timothy Farrell <t****l@3****m> | over 11 years ago | |
| 99c83b00 | Avoid sending the terminating chunk in case it's a HEAD request. | Jack Kuan <j****n@t****m> | over 11 years ago | |
| d6c1c43d | Fix the problem that when body is empty no terminating chunk is sent for chun... | Jack Kuan <j****n@t****m> | over 11 years ago | |
| 4bc31c6b | merge Merge pull request #3 from lordjabez/master | Timothy Farrell <e****n@g****m> | almost 13 years ago | |
| c5daedd1 | Explicitly set the log level to warning. | Judson D Neer <j****r@g****m> | almost 13 years ago | |
| fa1808c4 | Fix bug "Threadpool grows by negative amount when max_threads = 0" | Timothy Farrell <e****n@g****m> | over 13 years ago | |
| fd5e63e1 | Don't try to resurrect connections that timeout. Increase the timeout to dec... | Timothy Farrell <e****n@g****m> | about 14 years ago | |
| 0dfe5357 | Update copyright date. | Timothy Farrell <e****n@g****m> | over 14 years ago | |
| 179e01a6 | Convert most tests to work with Py3k. | Timothy Farrell <e****n@g****m> | over 14 years ago | |
| e5ee74f0 | Update the README with something meaningful. | Timothy Farrell <e****n@g****m> | over 14 years ago | |
| 426eaa19 | Forgot to include the files: | Timothy Farrell <e****n@g****m> | over 14 years ago | |
| ab4afd2d | Convert all documentation links over to Github. Removed "build_release" option. | Timothy Farrell <e****n@g****m> | over 14 years ago | |
| 38d96f27 | Make the darwin_specific sendall work in Python3. | Timothy Farrell <e****n@g****m> | about 15 years ago | |
| 1c87bcae | Initial IPv6 support. | Timothy Farrell <e****n@g****m> | about 15 years ago | |
| 5d6ad3bc | Don't return 400 if there is a '?' but no query string. | Timothy Farrell <e****n@g****m> | about 15 years ago | |
| 29476768 | Respond HTTP/1.0 with HTTP/1.0. | Timothy Farrell <e****n@g****m> | about 15 years ago | |
| f0636637 | Add an initial README for github | Timothy Farrell <e****n@g****m> | about 15 years ago | |
| bdb0e9cb | This is 1.2.4 | Timothy Farrell <e****n@g****m> | over 15 years ago | |
| a7479ea8 | Address some Python 3 compatibility issues and clean up a test. | Timothy Farrell <e****n@g****m> | over 15 years ago | |
| 4909c174 | BUGFIX #744053: socket timeout problem fixed. | Timothy Farrell <e****n@g****m> | over 15 years ago | |
| edebaef3 | FileLikeSocket is not ready for prime-time. Leave the code for experimentati... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 5d5bf1a9 | BUGFIX: Rocket will allow you to start/stop willy-nilly. Previous, it tried ... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 039da0d5 | BUGFIX: Occasionally, a server restart would not restart. This was because N... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 16c991f5 | Added a locktype that prevents starting and stopping at the same time. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 6e445679 | BUGFIX: Handle several scenarios where shutdown could throw an exception. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 8298fb8c | Added a middleware class to futures.py | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 98e4e3c1 | Tweaks to work on Python 3.x | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 029b686d | Implemented my (to-be-proposed) WSGI futures with an example. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 2160b9fc | temp commit | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 499b84a3 | Fixed Bug #707507 by deprecating and defaulting to False the stoplogging feat... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 2a89357d | FileLikeSocket now supports all wsgi.input requirements appropriately. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 41508e78 | Initial move to our own fileobject. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 69ec39d3 | Freed the main thread from its duty of dynamically resizing the threadpool so... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| dc705953 | Tag 1.2.3 Bugfix version. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 692c2295 | BUGFIX: Improperly handling quoted URLs on non-Jython platforms. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| ef74e5a5 | Reattached Queues to main instance for testing convenience. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 559fc0cd | Abstracted port numbers in testing to better avoid conflicts. Added undocume... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 0c5b98cc | Check if Rocket stopped before continuing after monitor was away in a select ... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 2dc195b0 | Handle a spurious monitor.py error on shutdown. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| c7a9fbd6 | Tagging this 1.2.2 | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 9939dc9a | When I made some tests more robust, the tests still failed in Jython. This f... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| f03cd56a | Add real certificate files and a warning in the documentation. Also fix the ... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 12998093 | Fix code https code broken in revision 165. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 450afa18 | Fixed bug introduced in 168 with read_request_line and a regression test to d... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 9af63e66 | Edited the request line regexp to reject more incorrect paths and added sever... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 2f9038a6 | Removed (e)poll support in Monitor. It exposes some weird (read buggy) behav... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| fe783c3a | Removed some dead code and used the old API for thread.daemon in order to be ... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 11bd3ee0 | Mild code simplification. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| e8fbd112 | Use new-style classes and slots on Connection objects to save some memory. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| dd7680c6 | Various speed improvements in WSGIWorker | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| d38e3f9a | Use of Headers() here is not necessary. CGI spec says all names should be up... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| ab54ba3b | Moved connection instanciation back to the worker. It seems to be faster thi... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 218b3831 | Built a Connection object just after accepting the connection. It's a more l... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 69bfef7d | Worker.read_request_line() is now driven by a regular expression rather than | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| ebfc4715 | Made test_listener.py more robust if it can't find a private or public key. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| c052ba8a | Remove buffering from ChunkedReader in order to make it compatible with the u... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| e1bbb5d6 | Bumped to 1.2.1 | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 02bedea4 | Fixed a bug in the new polling code in the monitor. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 81575ed1 | Add (e)poll support for monitored connections on platforms that support (e)po... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 5a1c5ac7 | Added lots of WSGI tests. It's not complete but every little bit helps. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 0d117bdc | Further work on test_wsgi.py (also KomodoEdit fixed some empty lines). | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| bc078e28 | FIX for test_monitor.py: Reopening the same port can cause problems if the li... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| aa67c461 | Fixed test_listener.py for HTTPS connection tests. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| e5cd2616 | Added test_wsgi.py. This test contains stubs for WSGI compliance. It is not... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 4be4c6c3 | Make test_monitor.py a little more flexible and robust. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 2726b792 | Fixed import error printing in test_all.py | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 6e5615a2 | Added unittest for monitor.py. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 9d6abd36 | Added unittest for listener.py. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| d310fec9 | Added note in the documentation about creating self-signed certificates. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 63ae089f | BUGFIX: ThreadPool.grow() was broken and would not instanciate new worker thr... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| b404979c | Added basic HTTP Request test | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| c11e6b47 | Added two unittests for Worker.run() | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 5d019240 | Add a FIXME for the ChunkedReader...don't buffer. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 8abadab1 | BUGFIX: When handling unknown errors, format_traceback was being called incor... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 934a0742 | BUGFIX: ChunkedReader was ignoring readlines when reading chunks and likely i... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 291ff60e | Rename some tests more appropriately. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| edd3c437 | BUGFIX: HTTP Requests that have a full url (http://example.com/path) would no... | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 3e9471ce | Added unittest for worker.read_headers(). | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 9734490c | Making test_all.py a little more flexible by adding os.getcwd to the PYTHONPATH. | Timothy Farrell <t****l@o****g> | over 15 years ago | |
| 3619b20e | Identifying some areas for improvement. | Timothy Farrell <t****l@o****g> | almost 16 years ago | |
| ddea19b0 | Added test_worker.py unit test. It needs more tests added but found one bug ... | Timothy Farrell <t****l@o****g> | almost 16 years ago | |
| afac2cf2 | Removed extraneous import. | Timothy Farrell <t****l@o****g> | almost 16 years ago | |
| f8cbec5e | More Pythonic formatting. | Timothy Farrell <t****l@o****g> | almost 16 years ago | |
| 63a7c285 | Added __debug__ use to take advantage of PYTHONOPTIMIZE. It filters out most... | Timothy Farrell <t****l@o****g> | almost 16 years ago | |
| 664bfb85 | Make tests runnable | Timothy Farrell <t****l@o****g> | almost 16 years ago | |
| 1b6b9640 | Let's see if we can make pyLint happy. | Timothy Farrell <t****l@o****g> | almost 16 years ago | |
| 2543dfb2 | Fixed Bug #644958. Thanks Jaakko! | Timothy Farrell <t****l@o****g> | almost 16 years ago | |
| f3c00f30 | PyFlakes helped me find a few bugs and unnecessary things. | Timothy Farrell <t****l@o****g> | almost 16 years ago | |
| 01fbd662 | Really 1.2.0 | Timothy Farrell <t****l@o****g> | almost 16 years ago | |
| 0586189f | This commit marks 1.2.0. | Timothy Farrell <t****l@o****g> | almost 16 years ago | |
| 3854eff4 | Python 2.4 compatibility | Timothy Farrell <t****l@o****g> | almost 16 years ago | |
| ec2931f6 | wsgi-fs should import Rocket...it now does. | Timothy Farrell <t****l@o****g> | almost 16 years ago | |
| d7c1f564 | Set parameter defaults to None per JLundell's request. | Timothy Farrell <t****l@o****g> | almost 16 years ago | |
| 1b1734d6 | Reduced unnecessary imports | Timothy Farrell <t****l@o****g> | almost 16 years ago | |
| daacaaef | increased the socket timeout | Timothy Farrell <t****l@o****g> | almost 16 years ago | |
| d4ce2186 | Fixed a missing import. Ooops. | Timothy Farrell <t****l@o****g> | almost 16 years ago |