Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 5de3fa32 | 2011-11-18 15:27:06 | Increment version to 2.0.16-stable | ||
| 31c99bd2 | 2011-11-18 15:14:50 | Revise 2.0.16-stable changelog | ||
| ebf82199 | 2011-11-17 17:42:45 | add comment to new consider_reading code | ||
| 2aa036fa | 2011-11-17 11:59:41 | Avoid spinning on OpenSSL reads Previously, if some sender were generating data to read on an OpenSSL connection as fast as we could process it, we could easily wind up looping on an openssl do_read operation without ever considering other sockets. The difference between this and the original method in consider_reading() is that it only loops for a single completed *frame* instead of looping until fd is drained or an error condition was triggered. {Patch split out by nickm} | ||
| 96c562fa | 2011-11-17 11:54:07 | Move SSL rate-limit enforcement into bytes_to_read() | ||
| a186e732 | 2011-11-17 11:45:49 | Refactor amount-to-read calculations in buffervent_ssl consider_reading() Split up consider_reading()'s conditional checks into another function can_read() for simplicity sake. {Split into a separate patch by nickm} | ||
| 6660c9a3 | 2011-11-15 18:34:24 | Revert "Avoid potential SSL read spinlocks" This reverts commit fc52dbac87f4937f8306759506d6a2ad15ca244c. | ||
| a62346de | 2011-11-15 18:33:50 | Revert "openssl bufferevent has the same issue with writing as prior commit." This reverts commit 7353663eb7c0b2a1caaaa5acd818515f156cf2ca. | ||
| 34045c8f | 2011-11-15 17:22:12 | Add new entries to changelog, new credits to README | ||
| b17b0eec | 2011-11-15 17:11:42 | Fix DNS memleak checks when running with malloc-replacement/debugging disabled |