| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix ticket #249 | maluke | 2008-04-13 | 1 | -7/+7 |
| * | allow binding to port 0 | pjenvey | 2008-03-07 | 1 | -1/+1 |
| * | Typo | ianb | 2008-02-19 | 1 | -1/+1 |
| * | Do not ignore wsgi.input readline size argument (which can lead to lots of me... | ianb | 2008-02-12 | 1 | -1/+4 |
| * | Use threadsafe connection class, to avoid some https errors (#211) | ianb | 2007-12-17 | 1 | -2/+9 |
| * | don't lower-case headers going out, send them as-is | cce | 2007-11-08 | 1 | -3/+3 |
| * | minor tweak (appears to be backward compatible) to permit use with SSL chains | cce | 2007-09-19 | 1 | -1/+1 |
| * | reverting FreeBSD threadpool disabling | ianb | 2007-09-04 | 1 | -5/+1 |
| * | 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 |
| * | being pedantic, trying to find source of memory leak | cce | 2007-08-09 | 1 | -0/+1 |
| * | The threadpool code just doesn't work on FreeBSD. | cce | 2007-08-04 | 1 | -1/+7 |
| * | 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 |
| * | Cleaned up the worker lifecycle logic, fixing some bugs in how workers are tr... | ianb | 2007-04-27 | 1 | -34/+48 |
| * | 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 |
| * | Add information about proxy requests | ianb | 2007-04-15 | 1 | -1/+5 |
| * | Added a parameter to the threadpool: max_requests, which is the maximum numbe... | ianb | 2007-04-12 | 1 | -12/+25 |
| * | - commeting out LimitedLengthFile | cce | 2007-03-29 | 1 | -2/+10 |
| * | Fixed logic error where we'd spawn extra workers, then immediately cull them.... | ianb | 2007-03-29 | 1 | -1/+7 |
| * | adding comment about address_string() | cce | 2007-03-27 | 1 | -0/+3 |
| * | I think one meant min, not max here; if the read function asked | cce | 2007-03-21 | 1 | -1/+2 |
| * | Give a better error when start_response isn't called; give a Content-Length s... | ianb | 2007-03-20 | 1 | -2/+8 |
| * | fix some typos, from pythy | ianb | 2007-03-17 | 1 | -3/+3 |
| * | Changed default for kill_thread_limit; reformat | ianb | 2007-03-12 | 1 | -10/+11 |
| * | Don't start workers until everything is initialized | ianb | 2007-03-11 | 1 | -2/+2 |
| * | Major threadpool features to add threads temporarily, kill threads, monitor t... | ianb | 2007-03-10 | 1 | -25/+494 |
| * | removing outdated comment | cce | 2007-03-07 | 1 | -2/+1 |
| * | - keep lookups as default, since that's how it was before | cce | 2007-03-05 | 1 | -1/+1 |
| * | making host address lookups optional | cce | 2007-03-05 | 1 | -5/+13 |
| * | Call exc_clear after worker threads are done, to remove any lingering frames ... | ianb | 2007-02-21 | 1 | -1/+12 |
| * | Do not set REMOTE_HOST, as it requires a reverse DNS lookup | ianb | 2007-02-05 | 1 | -1/+11 |
| * | Allow httpserver's readline to take an optional argument (max length) which t... | ianb | 2007-02-01 | 1 | -2/+2 |
| * | Limit number of bytes returned by environ['wsgi.input'].read(), so you can't ... | ianb | 2007-01-30 | 1 | -0/+63 |
| * | make paste.httpserver support all request methods | ianb | 2007-01-30 | 1 | -2/+16 |
| * | Allow killing of errant threads through the web application (also add a modul... | ianb | 2007-01-30 | 1 | -8/+39 |
| * | Add a variable to track the requests currently being processed by the httpser... | ianb | 2007-01-30 | 1 | -3/+18 |
| * | normpath returns '/' for the root, avoid reapplying the end slash in that case | pjenvey | 2007-01-06 | 1 | -1/+1 |
| * | Not that good fixup of a problem where the end slash is lost under Paste's HT... | ianb | 2007-01-05 | 1 | -0/+4 |
| * | SocketServer doesn't like new-style request handler classes | pjenvey | 2007-01-05 | 1 | -1/+1 |
| * | convert old-style classes to new-style classes | pjenvey | 2007-01-05 | 1 | -2/+2 |
| * | time.time() is too coarse for cert serials: use a randint instead | pjenvey | 2006-12-20 | 1 | -1/+1 |
| * | daemon_threads fix in r6009 was invalid, reverting | pjenvey | 2006-12-20 | 1 | -3/+2 |
| * | o the _auto_ssl_context cert serial number must be an int not a long | pjenvey | 2006-12-20 | 1 | -6/+10 |
| * | Don't confuse people with inaccurate message | ianb | 2006-12-20 | 1 | -2/+3 |
| * | Add atexit import | ianb | 2006-12-18 | 1 | -1/+2 |
| * | Apply #146, avoid orphaned threadpool, from jek | ianb | 2006-12-18 | 1 | -6/+12 |
| * | Apply #145, put http:// before URLs when starting server | ianb | 2006-12-18 | 1 | -1/+4 |