| Commit message (Expand) | Author | Age | Files | Lines |
| * | exc_info should be passed up in intercept_output (if it is not, exceptions so... | ianb | 2007-09-06 | 1 | -1/+1 |
| * | reverting FreeBSD threadpool disabling | ianb | 2007-09-04 | 1 | -5/+1 |
| * | be a little more careful splitting | ianb | 2007-09-04 | 1 | -1/+1 |
| * | default value for text fields is empty string -- at least, that's how moz see... | novalis | 2007-08-23 | 1 | -1/+6 |
| * | tag names include namespace, so form:error tags are not incorrectly picked up | novalis | 2007-08-22 | 1 | -1/+1 |
| * | tag names include namespace | novalis | 2007-08-22 | 1 | -1/+1 |
| * | fix import order | ianb | 2007-08-14 | 1 | -1/+1 |
| * | inherit show_exceptions_in_wsgi_errors from global_conf | ianb | 2007-08-14 | 1 | -2/+4 |
| * | fix more possible thread errors, followup to r6843 | pjenvey | 2007-08-13 | 1 | -5/+8 |
| * | Fix possible thread error, when a thread finishes while add_task is looking a... | ianb | 2007-08-13 | 1 | -2/+2 |
| * | Port WSGIResponse.content_type and .charset from WebOb | ianb | 2007-08-10 | 1 | -0/+74 |
| * | being pedantic, trying to find source of memory leak | cce | 2007-08-09 | 1 | -0/+1 |
| * | Try to encode values to auth_tkt | ianb | 2007-08-09 | 1 | -0/+8 |
| * | - fix urlmap to include the path that was not found and not | cce | 2007-08-08 | 1 | -1/+1 |
| * | first pass at an ArchiveStore | cce | 2007-08-07 | 1 | -3/+58 |
| * | The threadpool code just doesn't work on FreeBSD. | cce | 2007-08-04 | 1 | -1/+7 |
| * | remove tabs | ianb | 2007-07-22 | 2 | -3/+3 |
| * | readline takes an optional length arg | pjenvey | 2007-07-19 | 1 | -2/+2 |
| * | o fixed WSGIResponse default headers only being inherited when a mimetype was... | pjenvey | 2007-07-14 | 1 | -2/+2 |
| * | Fix problem with .form and named forms | ianb | 2007-07-13 | 1 | -4/+7 |
| * | Make wsgi the default logger name for the entry point (it was going to the ro... | ianb | 2007-07-09 | 1 | -1/+1 |
| * | o allow DispatchingConfigs to customize their SOP name attribute | pjenvey | 2007-07-06 | 1 | -19/+20 |
| * | Fix bug in last commit, apply header defaults to WSGIResponse and default cac... | bbangert | 2007-06-28 | 1 | -5/+3 |
| * | By default, don't cache Response objects. | bbangert | 2007-06-28 | 1 | -1/+4 |
| * | Don't read past the end of the line with LimitedLengthFile.readline (from Mic... | ianb | 2007-06-28 | 1 | -3/+1 |
| * | docstring misformatting; added news link | ianb | 2007-06-26 | 1 | -1/+1 |
| * | Make comments work | ianb | 2007-06-13 | 1 | -0/+5 |
| * | Added {{default}} directive to paste.util.template | ianb | 2007-06-13 | 1 | -0/+30 |
| * | fix docs referring to cache_max_age as max_cache_age | pjenvey | 2007-06-12 | 1 | -2/+2 |
| * | Handle case when environ doesn't exist (request starting up) | ianb | 2007-05-30 | 1 | -0/+4 |
| * | Added REST methods to Test, from Anders Pearson | ianb | 2007-05-25 | 1 | -14/+58 |
| * | Fix for request.languages, which didn't pass the right value to httpheaders. ... | ianb | 2007-05-25 | 2 | -2/+2 |
| * | Fix for #174; Paste Deploy entry point for paste.auth.form broken | ianb | 2007-05-25 | 1 | -1/+6 |
| * | Fix #179, exception for accept-languages | ianb | 2007-05-25 | 1 | -0/+3 |
| * | o make ProfileMiddleware close the consumed app_iter if applicable | pjenvey | 2007-05-04 | 1 | -2/+7 |
| * | whitespace | pjenvey | 2007-05-04 | 1 | -3/+3 |
| * | Cleaned up the worker lifecycle logic, fixing some bugs in how workers are tr... | ianb | 2007-04-27 | 1 | -34/+48 |
| * | Add __call__ to StackedObjectProxy. For cmlenz | ianb | 2007-04-26 | 1 | -0/+3 |
| * | Fix the way max_requests works, so that we don't think the idle worker thread... | ianb | 2007-04-26 | 1 | -1/+7 |
| * | Add a better logging message about the thread worker polling | ianb | 2007-04-26 | 1 | -0/+23 |
| * | Don't register the cleanup until the rest of the threadpool constructor has s... | ianb | 2007-04-26 | 1 | -3/+2 |
| * | Treat missing Content-Length as 0, not unlimited | ianb | 2007-04-25 | 1 | -2/+2 |
| * | Remove the languageRegEx check, as Kelly Yancey says that RFC 2616 does not a... | ianb | 2007-04-19 | 1 | -3/+1 |
| * | Fix case with continuation headers | ianb | 2007-04-17 | 1 | -13/+30 |
| * | avoid unnecessary ports in URL construction | ianb | 2007-04-17 | 1 | -1/+13 |
| * | Add information about proxy requests | ianb | 2007-04-15 | 1 | -1/+5 |
| * | Fix .urlvars to use wsgiorg.routing_args | ianb | 2007-04-15 | 1 | -1/+13 |
| * | Added a parameter to the threadpool: max_requests, which is the maximum numbe... | ianb | 2007-04-12 | 1 | -12/+25 |
| * | Fix for #167 | ianb | 2007-04-11 | 1 | -1/+1 |
| * | lowercasing 'UTF-8', as most docs use lowercase encoding names | pjenvey | 2007-04-11 | 1 | -1/+1 |