summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closing as we now have dynamic dispatch in 3.2dynamicnodedispatch-869Robert Brewer2011-10-130-0/+0
* Adding test_dynamicobjectmapping to the default tests.Lakin Wecker2008-10-301-0/+1
* #869 - rename getsubnode to dispatch and pass vpath instead of just objectnameLakin Wecker2008-10-302-75/+18
* #869 - Renaming 'model' to User to serve as a better exampleLakin Wecker2008-10-301-38/+38
* #869 - Dynamic Dispatch first go with testsLakin Wecker2008-10-302-1/+358
* Branching to 'dynamicnodedispatch-869'Lakin Wecker2008-10-300-0/+0
* Allow apps to be mounted with the same script_name passed in as they are alre...Lakin Wecker2008-10-302-2/+10
* Added a couple new url() combinations.Robert Brewer2008-10-271-0/+4
* Dissallow script_name in cherrypy.tree.mount when an instance of Application ...Lakin Wecker2008-10-152-0/+19
* Easier config access to engine and plugins.Robert Brewer2008-10-021-0/+13
* Change lib.static.serve_file() to use a file generator for requests with Rang...visteya2008-09-282-3/+18
* Fix (partial?) for #852 (CherryPy always overrides user specified log levels).Robert Brewer2008-09-281-3/+0
* Fix for #854 (Add possibility to disable session cleanup thread).Robert Brewer2008-09-281-1/+1
* Allow overriding of SERVER_SOFTWARE (and therefore the 'Server' response head...Robert Brewer2008-09-271-1/+2
* Fix for #850 (REMOTE_USER should not be set by wsgiserver).Robert Brewer2008-09-271-7/+0
* Fix for #851 (malformed get request to wsgiserver results in traceback).Robert Brewer2008-09-272-2/+26
* Fix for #858 (Bug in cherrypy/process/plugins.py).Robert Brewer2008-09-271-1/+1
* Fix for #848 ("and root" should be "and root is not None").Robert Brewer2008-09-271-1/+4
* Fix for #856 (Prevent open sockets from being inherited by child processes). ...Robert Brewer2008-09-271-0/+23
* Bus.wait may now take a list or tuple for the 'state' arg, to wait on any of ...Robert Brewer2008-09-272-7/+18
* Removing some blank lines from ez_setup.py.Robert Brewer2008-09-271-31/+0
* New server.thread_pool_max attribute for setting wsgiserver.max.Robert Brewer2008-08-262-0/+2
* Typo in httpauth.pyRobert Brewer2008-08-201-2/+1
* moved file_generator from _cprequest.py to lib/__init__.pyvisteya2008-08-182-10/+12
* Bumped up the priority of DropPrivileges.start to support the most common use...Robert Brewer2008-08-151-1/+4
* Fix to buglet in DropPrivileges.Robert Brewer2008-08-151-2/+2
* #733 - Return a 404 when query parameters passed to a handler are incorect. ...Lakin Wecker2008-08-043-13/+238
* Avoid infinite loop when errors occur during publish('log').Robert Brewer2008-07-241-2/+6
* Doc tweaks.Robert Brewer2008-07-242-2/+7
* Got the --server=modfcgid option to test.py working.Robert Brewer2008-07-245-115/+25
* Pass *self.args, **self.kwargs to WSGIServer instead of *args,georgem2008-07-231-1/+1
* Delay flup server init since it starts threads right away.Robert Brewer2008-07-231-9/+17
* Override _installSignalHandlers for flup servers so they don't try togeorgem2008-07-222-8/+52
* Fix for #840 (File-based sessions storage path is not stored as an absolute p...Robert Brewer2008-07-161-2/+7
* Almost fcgi support in tests.Robert Brewer2008-07-096-5/+243
* More updates to mod_wsgi test harness.Robert Brewer2008-07-091-9/+30
* * Test case and fix for Ticket #780nick1252008-07-092-4/+14
* Test and fix for #836 (Can't raise exceptions over XMLRPC).Robert Brewer2008-07-062-1/+2
* Updates to modwsgi test harness.Robert Brewer2008-07-051-3/+7
* Test and fix for #835 (autotags fail on unicode characters). Bumped up the pr...Robert Brewer2008-07-052-3/+22
* Doc tweaks.Robert Brewer2008-07-033-3/+12
* Missing scaffold package in setup.py.Robert Brewer2008-07-011-0/+1
* Arg. Buglet in cherryd.Robert Brewer2008-07-011-1/+1
* Marking CP 3.1.0 final.cherrypy-3.1.0Robert Brewer2008-06-303-5/+5
* SignalHandler.unsubscribe now warns if our handler is not returned. See #826.Robert Brewer2008-06-301-2/+6
* Fixed test_refleaks for some platforms (also for use with the --client comman...Robert Brewer2008-06-301-6/+6
* New helper.CPProcess class (moved from test_states), plus a bugfix to allow C...Robert Brewer2008-06-302-122/+159
* Removing test_conn from test.py since it needs different server config.Robert Brewer2008-06-301-1/+1
* WOOHOO. Fixed test_conn on nix.Robert Brewer2008-06-302-19/+24
* Trying a fix for the test_conn failures on nix.Robert Brewer2008-06-301-90/+82