| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [2141] raised the default error log level from DEBUG to INFO. However, the l... | Lakin Wecker | 2009-05-18 | 1 | -1/+1 |
* | Added tools.autovary | Robert Brewer | 2009-05-06 | 1 | -0/+46 |
* | Fixing a buglet when autoreloading zipimports. | Robert Brewer | 2009-05-02 | 1 | -1/+1 |
* | Fix for #906 (Firefox displays a popup on redirect). Reverted [2149] and chan... | Robert Brewer | 2009-03-24 | 1 | -2/+2 |
* | Changed HTTPRedirect to default to 307/302 if not GET. Also fixed SessionAuth... | Robert Brewer | 2009-03-11 | 1 | -0/+6 |
* | New status arg to tools.trailing_slash (to help force 307's for XHR's). | Robert Brewer | 2009-02-21 | 1 | -3/+3 |
* | Doc tweaks for request.base, tools.proxy.base. | Robert Brewer | 2009-01-28 | 1 | -1/+2 |
* | Got rid of all the DeprecationWarning's when using Python 2.6. | Robert Brewer | 2009-01-12 | 1 | -2/+6 |
* | * Test case and fix for Ticket #780 | nick125 | 2008-07-09 | 1 | -3/+3 |
* | Fix for #782 (X-Forwarded-Ssl). | Robert Brewer | 2008-06-08 | 1 | -1/+7 |
* | Audit of logging: | Robert Brewer | 2008-04-05 | 1 | -2/+1 |
* | Stuck cherrypy.url in log_hooks. | Robert Brewer | 2008-03-14 | 1 | -1/+2 |
* | Added a 'severity' arg to the log_tracebacks tool. | Robert Brewer | 2008-02-05 | 1 | -3/+4 |
* | Fix for #745 (Make a builtin tool which logs all hooks for a given request). | Robert Brewer | 2007-10-30 | 1 | -0/+18 |
* | Fix for #740 (Default server.socket_host to IPv4 address). | Robert Brewer | 2007-10-26 | 1 | -2/+2 |
* | Implemented a login attribute for the request and answered #653 | Sylvain Hellegouarch | 2007-02-07 | 1 | -2/+3 |
* | Clearer trailing-slash logic using endswith instead of slicing. | Robert Brewer | 2006-12-02 | 1 | -2/+2 |
* | Solution for #602 (ETag autotags are incorrect on 304): | Robert Brewer | 2006-11-22 | 1 | -20/+33 |
* | Fix for #600 (InternalRedirect does double duty). This dispwrappers.patch cha... | Robert Brewer | 2006-11-16 | 1 | -32/+0 |
* | Some tool buglets and docs. | Robert Brewer | 2006-11-07 | 1 | -0/+7 |
* | New tools.accept(media). See test_misc_tools.py for usage. | Robert Brewer | 2006-11-03 | 1 | -0/+64 |
* | Moved _cprequest.flattener to cherrypy.tools.flatten. | Robert Brewer | 2006-10-27 | 1 | -0/+17 |
* | Probable fix for #583 (session_auth login_screen). | Robert Brewer | 2006-10-26 | 1 | -1/+1 |
* | Trunk fix for #577 (GzipFilter doesn't force an update of the Content-Length ... | Robert Brewer | 2006-10-20 | 1 | -0/+6 |
* | Fix for #562 (Redirect for slash doesn't use tools.proxy.base). Moved slash c... | Robert Brewer | 2006-09-16 | 1 | -0/+18 |
* | Collapsed request.url and tree.url into a single cherrypy.url function. | Robert Brewer | 2006-09-11 | 1 | -1/+1 |
* | Got rid of cherrypy.request.path. Use request.script_name + request.path_info... | Robert Brewer | 2006-09-09 | 1 | -1/+1 |
* | New scheme arg to tools.proxy. | Robert Brewer | 2006-09-06 | 1 | -9/+14 |
* | Improved tree.url() to include base. Also replaced request.browser_url with r... | Robert Brewer | 2006-09-06 | 1 | -1/+1 |
* | New tools.referer, and moved test_response_headers into new test_misc_tools. | Robert Brewer | 2006-09-04 | 1 | -0/+24 |
* | More SessionAuth cleanups. Replaced 'login' with 'username' whenever appropri... | Robert Brewer | 2006-09-02 | 1 | -23/+19 |
* | session_auth really should NOT use thread_data. | Robert Brewer | 2006-09-02 | 1 | -6/+3 |
* | cptools.session_auth was growing an unwieldy number of parameters, so I moved... | Robert Brewer | 2006-09-02 | 1 | -57/+82 |
* | Fix for #535 (Apache re-processes Range headers). _cpmodpy now uses a new "ig... | Robert Brewer | 2006-09-02 | 1 | -0/+13 |
* | Fix for #433 (mapPathToObject should remove a trailing /, not just add it). C... | Robert Brewer | 2006-08-31 | 1 | -0/+1 |
* | New tools.err_redirect.internal arg. | Robert Brewer | 2006-08-28 | 1 | -3/+6 |
* | Tweaks to docs, line lengths, tests, and number of serving lookups. | Robert Brewer | 2006-08-28 | 1 | -19/+28 |
* | Fixes to some typos in [1274]. | Robert Brewer | 2006-08-24 | 1 | -1/+1 |
* | Made all imports absolute "just in case" for Python 2.5. | Robert Brewer | 2006-08-24 | 1 | -1/+1 |
* | tool docstrings. | Robert Brewer | 2006-08-22 | 1 | -2/+13 |
* | Fix to etags when 412 has already been raised. | Robert Brewer | 2006-08-22 | 1 | -2/+2 |
* | Fix for #555 (Error propagation in hooks). Failsafe flags are now per-callbac... | Robert Brewer | 2006-08-21 | 1 | -0/+1 |
* | Lots of mixedCase to lower_with_underscores. | Robert Brewer | 2006-08-12 | 1 | -2/+2 |
* | X-Forwarded-For should overwrite remote.ip, not remote.name. | Robert Brewer | 2006-08-11 | 1 | -1/+6 |
* | Revamped session module. Much better tests. Cleanup is now in a separate, cyc... | Robert Brewer | 2006-08-10 | 1 | -8/+1 |
* | Replaced request.remote_addr, remote_port, and remote_host with a single "rem... | Robert Brewer | 2006-08-07 | 1 | -3/+3 |
* | Eliminated 'default_content_type' config entry by moving tools.response_heade... | Robert Brewer | 2006-08-06 | 1 | -3/+2 |
* | More work on tools.expires: | Robert Brewer | 2006-07-17 | 1 | -1/+6 |
* | Expanded baseurl tool into a new proxy tool. | Robert Brewer | 2006-06-28 | 1 | -3/+11 |
* | Renamed httptools to "http" to reduce confusion with new cherrypy.tools. Move... | Robert Brewer | 2006-06-12 | 1 | -121/+8 |