Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Collapse duplicate behavior in engine_namespace_handler | Jason R. Coombs | 2018-08-17 | 1 | -10/+5 | |
| | ||||||
* | Use super in Config | Jason R. Coombs | 2018-08-17 | 1 | -2/+2 | |
| | ||||||
* | Prefer standard 'bytes' to 'six.binary_type'. | Jason R. Coombs | 2018-08-17 | 1 | -1/+1 | |
| | ||||||
* | Re-use logic from always_iterable | Jason R. Coombs | 2018-08-17 | 1 | -5/+4 | |
| | ||||||
* | Simply import | Jason R. Coombs | 2018-08-17 | 1 | -4/+4 | |
| | ||||||
* | Use six for configparser import | Jason R. Coombs | 2018-08-17 | 1 | -9/+3 | |
| | ||||||
* | Remove meaningless unreachable code | Jason R. Coombs | 2018-08-17 | 1 | -5/+0 | |
| | ||||||
* | Consolidate as_dict behavior. | Jason R. Coombs | 2018-08-17 | 2 | -20/+14 | |
| | ||||||
* | Merge pull request #1729 from cherrypy/bugfix/1193-zc.lockfilev17.3.0 | Jason R. Coombs | 2018-08-16 | 2 | -148/+13 | |
|\ | | | | | Replace cherrypy.lib.lockfile with zc.lockfile. | |||||
| * | Replace lockfile with zc.lockfile. Ref #1193. | Jason R. Coombs | 2018-08-14 | 2 | -148/+13 | |
| | | ||||||
* | | Correct heading length. | Jason R. Coombs | 2018-08-14 | 1 | -1/+1 | |
|/ | ||||||
* | Merge branch 'master' | Jason R. Coombs | 2018-08-14 | 16 | -137/+229 | |
|\ | ||||||
| * | Add docstrings. | Jason R. Coombs | 2018-08-14 | 1 | -2/+9 | |
| | | ||||||
| * | Remove fname resolver, no longer needed. | Jason R. Coombs | 2018-08-13 | 1 | -2/+0 | |
| | | ||||||
| * | Normalize links to bugs. | Jason R. Coombs | 2018-08-13 | 1 | -2/+3 | |
| | | ||||||
| * | Extract function for encoding filenames. Assume UTF-8 for non-ascii names. | Jason R. Coombs | 2018-08-13 | 2 | -22/+31 | |
| | | ||||||
| * | Merge branch 'master' into pawciobiel/1694-fix-for-encoded-filenames | Jason R. Coombs | 2018-08-13 | 33 | -1109/+615 | |
| |\ | ||||||
| | * | Replace the one use of unquote_qs with invocations of the stdlib functions. | Jason R. Coombs | 2018-08-13 | 2 | -7/+3 | |
| | | | ||||||
| | * | Extract unquote_plus and unquote methods, augmented with future-compatible ↵ | Jason R. Coombs | 2018-08-13 | 1 | -6/+13 | |
| | | | | | | | | | | | | behavior, from the unquote_qs function, which now reveals its main purpose is to change the default for errors and require an encoding. | |||||
| | * | Remove constraint that CherryPy won't depend on namespace packages. Fixes #1673.v17.0.0 | Jason R. Coombs | 2018-07-10 | 1 | -24/+0 | |
| | | | ||||||
| | * | Add test module, omitted from prior commit. | Jason R. Coombs | 2018-07-10 | 1 | -0/+24 | |
| | | | ||||||
| | * | Correct typo in args reconstruction guessing code | Sviatoslav Sydorenko | 2018-07-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | Fixes #1721 | |||||
| | * | Add emoji to unicode user digest auth test | Sviatoslav Sydorenko | 2018-06-18 | 1 | -3/+3 | |
| | | | ||||||
| | * | Correctly decode utf-8 digest authorization header | Sviatoslav Sydorenko | 2018-06-18 | 2 | -23/+19 | |
| | | | | | | | | | | | | Fixes #1717 | |||||
| | * | Fix URI decoding for auth_digest | Bernhard Fisseni | 2018-06-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | decoding URIs in auth header breaks e.g. if it contains slashes | |||||
| | * | Return 401 on incorrect authorization supplied. Fixes #1719. | Jason R. Coombs | 2018-06-17 | 1 | -4/+13 | |
| | | | ||||||
| | * | Add test capturing failed expectation. Ref #1719. | Jason R. Coombs | 2018-06-17 | 1 | -0/+7 | |
| | | | ||||||
| | * | trace fits on one line now | Jason R. Coombs | 2018-06-17 | 1 | -2/+1 | |
| | | | ||||||
| | * | Use a partial to bind the parameters in one place. | Jason R. Coombs | 2018-06-17 | 1 | -10/+12 | |
| | | | ||||||
| | * | Extract a function for the 401 response | Jason R. Coombs | 2018-06-17 | 1 | -54/+56 | |
| | | | ||||||
| | * | Replace assertions with explicit raises, just in case the environment is ↵ | Jason R. Coombs | 2018-06-17 | 1 | -5/+10 | |
| | | | | | | | | | | | | optimized. | |||||
| | * | Flatten digest_auth by using assertions. | Jason R. Coombs | 2018-06-17 | 1 | -33/+41 | |
| | | | ||||||
| | * | Minor grammatical edits | Jason R. Coombs | 2018-06-17 | 1 | -6/+6 | |
| | | | ||||||
| | * | Merge pull request #1718 from cherrypy/feature/auth-refactor | Jason R. Coombs | 2018-06-16 | 2 | -21/+14 | |
| | |\ | | | | | | | | | Feature/auth refactor | |||||
| | | * | Remove base64_decode, no longer used. | Jason R. Coombs | 2018-06-16 | 1 | -7/+0 | |
| | | | | ||||||
| | | * | Merge branch 'master' of https://github.com/cherrypy/cherrypy into ↵ | Jason R. Coombs | 2018-06-16 | 1 | -2/+2 | |
| | | |\ | | | | | | | | | | | | | | | | feature/auth-refactor | |||||
| | | * | | Replace ntob(tonative(bytes)) with just bytes | Jason R. Coombs | 2018-05-29 | 1 | -3/+3 | |
| | | | | | ||||||
| | | * | | Rewrite _try_decode to naturally raise an error on the last attempt. | Jason R. Coombs | 2018-05-29 | 1 | -9/+5 | |
| | | | | | ||||||
| | | * | | Extract _try_decode function | Jason R. Coombs | 2018-05-29 | 1 | -11/+15 | |
| | | | | | ||||||
| | * | | | Revert "Fix suggested by Andrew Stromnov to let psyco play nice with ↵ | Sviatoslav Sydorenko | 2018-06-16 | 1 | -17/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CherryPy 3.1." This reverts commit e8e77404c7e753105e225a13a56411eb4e07624a. (It effectively removes dead code) From the Psyco website: > 12 March 2012 > > Psyco is unmaintained and dead. Please look at PyPy for the > state-of-the-art in JIT compilers for Python. http://psyco.sourceforge.net/ | |||||
| | * | | | Swap pep257 with pydocstyle | Sviatoslav Sydorenko | 2018-06-16 | 6 | -9/+12 | |
| | | | | | ||||||
| | * | | | Merge branch 'master' into bugfix/1377-fix-native-http-server-compatibility | Jason R. Coombs | 2018-06-16 | 1 | -2/+2 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| | | * | | Enhance comment and use generator expression to traverse IPs. | Jason R. Coombs | 2018-06-16 | 1 | -2/+2 | |
| | | |/ | ||||||
| | * | | Replace double quotes with single ones | Sviatoslav Sydorenko | 2018-06-03 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Skip native tests on Windows. | Jason R. Coombs | 2018-06-03 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | More docstring | Jason R. Coombs | 2018-05-31 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Fix _cpnative_server to use bytes for request meta | Sviatoslav Sydorenko | 2018-05-31 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Create a test to replicate failure. Ref #1377. | Jason R. Coombs | 2018-05-31 | 1 | -0/+29 | |
| | |/ | ||||||
| * | | Restore dequote_qs and pass native string | Jason R. Coombs | 2018-08-13 | 2 | -7/+6 | |
| | | | ||||||
| * | | Assign a variable for the language, even if unused. | Jason R. Coombs | 2018-08-13 | 1 | -2/+2 | |
| | | |