| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Separated tool construction from default toolbox by renaming cherrypy.tools m... | Robert Brewer | 2006-06-12 | 1 | -51/+1 |
* | A little hook/tool refactoring. Moved HookMap from tools module to _cprequest... | Robert Brewer | 2006-06-03 | 1 | -9/+0 |
* | Fix for #531 (Make an ETag tool). Also refactored If-Modified-Since validation. | Robert Brewer | 2006-06-03 | 1 | -1/+56 |
* | Made tree.Application.script_name, and it now defaults to "", not "/". | Robert Brewer | 2006-05-11 | 1 | -1/+1 |
* | Dispatch and config lookup now happens as early as possible, once per request... | Robert Brewer | 2006-05-10 | 1 | -3/+6 |
* | Root and config are now isolated per app: | Robert Brewer | 2006-05-07 | 1 | -4/+4 |
* | Lots of changes to error and log handling: | Robert Brewer | 2006-05-01 | 1 | -1/+12 |
* | Removed a bunch of instances of the word "filter". | Robert Brewer | 2006-04-25 | 1 | -3/+3 |
* | test_core works again. | Robert Brewer | 2006-04-25 | 1 | -2/+2 |
* | Fixed session auth for new tool API. | Robert Brewer | 2006-04-25 | 1 | -71/+71 |
* | Added a 'force' flag to response_headers tool. | Robert Brewer | 2006-04-21 | 1 | -3/+3 |
* | Corrected several old headerMap references. Updated test_response_headers_fil... | Robert Brewer | 2006-04-21 | 1 | -2/+2 |
* | CP 3 initial checkin. Global filters have been replaced by request.hooks. Lot... | Robert Brewer | 2006-04-21 | 1 | -153/+140 |
* | Added CallFunc and NoneType to unrepr. This allows object instantiation in co... | Robert Brewer | 2006-04-19 | 1 | -0/+7 |
* | As per [http://tinyurl.com/l7axz the discussion] on cherrypy-devel, | Christian Wyglendowski | 2006-03-16 | 1 | -0/+15 |
* | Fix for #458 (auto-init mimetypes module). Knownfiles only works on Unix. | Robert Brewer | 2006-02-19 | 1 | -0/+1 |
* | Fix for serveFile if the extension is uppercase (like "picture.JPG"). | Robert Brewer | 2006-01-23 | 1 | -1/+1 |
* | created modified_since function so that applications can check manually if a ... | Sylvain Hellegouarch | 2006-01-20 | 1 | -10/+30 |
* | Fix for #430 (serveFile should require abs paths). | Robert Brewer | 2006-01-02 | 1 | -10/+6 |
* | Fix for #404, #417 (index files and staticfilter). New "static_filter.index" ... | Robert Brewer | 2005-12-29 | 1 | -0/+4 |
* | Big change: camelCase to lower_with_underscore names (still need to update th... | Remi Delon | 2005-12-03 | 1 | -17/+17 |
* | Got rid of some superfluous custom exceptions. | Robert Brewer | 2005-11-26 | 1 | -4/+1 |
* | Made response.body into a descriptor: | Robert Brewer | 2005-11-26 | 1 | -4/+4 |
* | Moved filter-handling code into lib.filter.__init__.py. Also moved unrepr and... | Robert Brewer | 2005-11-10 | 1 | -0/+108 |
* | Moved a bunch of stuff from lib/cptools into a new lib/httptools module. The ... | Robert Brewer | 2005-11-05 | 1 | -359/+7 |
* | Moved _cphttptools.KeyTitlingDict to lib.cptools.HeaderMap. | Robert Brewer | 2005-11-01 | 1 | -0/+46 |
* | Fix for #357 (Pythonic access to Accept-* request headers). New cptools.getAc... | Robert Brewer | 2005-11-01 | 1 | -0/+81 |
* | Moved these blocks out of _cphttptools.Request and into cptools: parseRequest... | Robert Brewer | 2005-10-31 | 1 | -1/+65 |
* | Fix for #374 (reduce license boilerplate to a single LICENSE.txt file). | Robert Brewer | 2005-10-31 | 1 | -31/+1 |
* | Fix for #356 (formalize server.environment as a set of config defaults). New ... | Robert Brewer | 2005-10-31 | 1 | -1/+1 |
* | Fix for #373 (arbitrary mount points, or "virtual roots"). All internal use o... | Robert Brewer | 2005-10-29 | 1 | -1/+0 |
* | Fix for #283. | Robert Brewer | 2005-10-10 | 1 | -2/+2 |
* | NotFound path arg now defaults to cherrypy.request.path. | Robert Brewer | 2005-10-03 | 1 | -2/+2 |
* | Fix for ticket #317? More importantly, some error-handling and other cleanups: | Robert Brewer | 2005-09-27 | 1 | -1/+47 |
* | Closes #324 (wontfix). Added more extensive comment regarding relative paths ... | Robert Brewer | 2005-09-25 | 1 | -0/+7 |
* | Fix for #318, #322 and #323. | Robert Brewer | 2005-09-25 | 1 | -33/+37 |
* | ticket:288 changes merged into trunk, deleted httperrors branch, added assert... | Michael Robinson | 2005-09-13 | 1 | -1/+1 |
* | HTTPClientError renamed HTTPStatusError, removed some outdated session docume... | Michael Robinson | 2005-09-05 | 1 | -1/+1 |
* | improvments to the http errors tutorial (10), minor cleanups of the http erro... | Michael Robinson | 2005-09-04 | 1 | -2/+2 |
* | Moved fileGenerator, httpdate, serve_file, and get_ranges from _cphttptools t... | Robert Brewer | 2005-08-30 | 1 | -1/+202 |
* | All raised exceptions now conform to "raise Exception([arg])" syntax (no more... | Robert Brewer | 2005-08-26 | 1 | -1/+1 |
* | 1. Partial fix for ticket #242 (ability to specify attributes in a config file). | Robert Brewer | 2005-08-08 | 1 | -3/+3 |
* | yet another fix to positionalparametersaware | Peter Hunt | 2005-08-07 | 1 | -2/+5 |
* | Removed windows line endings from revision 490. | John P. Speno | 2005-07-21 | 1 | -5/+4 |
* | fix to cptools that made index() work in corner cases, and fixed a security f... | Peter Hunt | 2005-07-20 | 1 | -4/+8 |
* | Fixes for ticket #226. | Robert Brewer | 2005-07-14 | 1 | -4/+4 |
* | Fix to cptools.PositionalParametersAware that broke NotFound functionality. | Peter Hunt | 2005-07-12 | 1 | -1/+5 |
* | Implements ticket #195. | Robert Brewer | 2005-06-25 | 1 | -33/+34 |
* | added fun decorator utility funcs and getSPecialAttributePath | Peter Hunt | 2005-06-25 | 1 | -1/+28 |
* | Fixed InternalRedirect to handle query strings. | Robert Brewer | 2005-06-24 | 1 | -2/+2 |