summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Trying to fix tarvis builds with coverage.travis-fixMarcel Hellkamp2017-01-011-4/+5
* Fix: Strange travis-ci coverage behavior.Marcel Hellkamp2017-01-011-4/+4
* Merge pull request #916 from kianxineki/patch-4Marcel Hellkamp2017-01-011-0/+6
|\
| * Update index.rstAlberto Galera2017-01-011-0/+6
|/
* fix #913: redirect() doesn't filter "\r\n" leads to CRLF attackMarcel Hellkamp2016-12-172-11/+19
* Prepare end of support for pickled-cookies (see #900)Marcel Hellkamp2016-12-103-31/+46
* fix #913: Harden bottle against malformed headers.Marcel Hellkamp2016-12-102-11/+28
* Merge pull request #912 from pyx/issue-911Marcel Hellkamp2016-12-081-1/+1
|\
| * Fixed issue #911Philip Xu2016-12-081-1/+1
|/
* Merge pull request #907 from krlk89/patch-2Marcel Hellkamp2016-11-141-1/+1
|\
| * Fixed Flup webpage linkKaarel2016-11-141-1/+1
|/
* Fixed after_request for some obscure case.Marcel Hellkamp2016-11-123-27/+94
* Use frozensets to check for restircted response headers.Marcel Hellkamp2016-11-121-2/+2
* Optimized inner `bottle._handle` call. Overall HelloWorld performance increas...Marcel Hellkamp2016-11-121-31/+33
* Track ConfigDict overlays with weak references to avoid memory leaks.Marcel Hellkamp2016-10-192-8/+24
* Merge pull request #903 from sirex/flush-wsgi-errorsMarcel Hellkamp2016-10-191-0/+2
|\
| * Flush wsgi.errorsMantas2016-10-191-0/+2
|/
* Change coverage call in Makefile to use the python module and not the binary.Marcel Hellkamp2016-09-251-5/+5
* test coverageMarcel Hellkamp2016-09-251-2/+26
* Rewrite 'overlay' feature for ConfigDict.Marcel Hellkamp2016-09-254-95/+203
* Merge pull request #895 from oz123/add_circle_ci_badgeMarcel Hellkamp2016-09-251-1/+5
|\
| * Add badge for CircleCIOz N Tiram2016-09-251-1/+5
|/
* Fix #882: Do not special-case TemplateErrors.Marcel Hellkamp2016-09-241-3/+2
* circle-ci: Removed 3.1.5 tests (out of support) and disabled server adapter t...Marcel Hellkamp2016-09-241-11/+10
* Re-added circle.ymlMarcel Hellkamp2016-09-241-0/+14
* Skip server tests until travis-ci is more stable for this kind of test.Marcel Hellkamp2016-09-241-1/+1
* Added tests for #892Marcel Hellkamp2016-09-241-0/+12
* Merge pull request #892 from kianxineki/patch-3Marcel Hellkamp2016-09-241-2/+2
|\
| * HttpError is a subclass of HttpResponseAlberto Galera2016-09-211-2/+0
| * raise HTTPResponse not working correctlyAlberto Galera2016-09-201-0/+2
* | Merge pull request #893 from eric-wieser/patch-4Marcel Hellkamp2016-09-241-3/+3
|\ \
| * | Provide a name to default_error_handlerEric Wieser2016-09-211-1/+1
| * | Fix tracebacks that would contain <string> to contain the template pathEric Wieser2016-09-211-2/+2
| |/
* | Merge pull request #894 from eric-wieser/safe-error-pageMarcel Hellkamp2016-09-241-1/+6
|\ \
| * | Handle unprintable errorsEric Wieser2016-09-211-1/+6
| |/
* | Removed json import fallback for python 2.5/2.6Marcel Hellkamp2016-09-241-16/+1
* | Merge pull request #889 from mgedmin/patch-1Marcel Hellkamp2016-09-241-1/+1
|\ \ | |/ |/|
| * Fix warning about using absolute template path namesMarius Gedminas2016-09-091-1/+1
* | Merge pull request #890 from oz123/drop_opt_parserMarcel Hellkamp2016-09-122-29/+41
|\ \ | |/ |/|
| * Clean up of command line parserOz N Tiram2016-09-091-10/+7
| * add some more testingOz N Tiram2016-09-091-1/+12
| * Drop optparser, migrate to argparseOz N Tiram2016-09-091-21/+25
|/
* Merge pull request #885 from oz123/enable_coverallsMarcel Hellkamp2016-09-053-27/+9
|\
| * Add badge to READMEOz N Tiram2016-09-031-0/+4
| * Disable Circle CIOz N Tiram2016-09-031-26/+0
| * Run the tests under coverageOz N Tiram2016-09-031-1/+3
| * require sudoOz N Tiram2016-09-031-0/+1
| * Install coveralls with pipOz N Tiram2016-09-031-0/+1
|/
* Merge pull request #884 from oz123/re-enable-coverageMarcel Hellkamp2016-09-023-9/+8
|\
| * Fix build failure with Python 3.2Oz N Tiram2016-09-021-1/+3