| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_compression: Improved and lowered log level of some logged messages. | Waqas Hussain | 2010-03-16 | 1 | -3/+3 |
* | mod_compression: Return <setup-failed/> instead of <unsupported-method/> wher... | Waqas Hussain | 2010-03-09 | 1 | -3/+5 |
* | mod_compression: More robust stanza processing. | Waqas Hussain | 2010-03-09 | 1 | -1/+2 |
* | mod_compression: Don't succeed after indicating a failure. | Waqas Hussain | 2010-03-09 | 1 | -0/+1 |
* | mod_compression: Don't tell client compression succeeded when it didn't. | Waqas Hussain | 2010-03-09 | 1 | -4/+4 |
* | mod_compression: Fixed various possible tracebacks in logging. | Waqas Hussain | 2010-03-09 | 1 | -6/+7 |
* | Fixing some typos. | Tobias Markmann | 2009-11-20 | 1 | -4/+4 |
* | mod_compression: Fixed: Starting compression only worked before auth | Waqas Hussain | 2009-09-02 | 1 | -1/+1 |
* | Don't allow double compression. | Tobias Markmann | 2009-08-18 | 1 | -2/+9 |
* | Support compression also after SASL. | Tobias Markmann | 2009-08-18 | 1 | -7/+7 |
* | mod_compression: Fixed some undefined global accesses | Waqas Hussain | 2009-08-18 | 1 | -3/+3 |
* | Remove print which was used for debugging purposes. | Tobias Markmann | 2009-08-13 | 1 | -1/+0 |
* | Using pcall to make save the rest from zlib fails. Emit errors on those fails. | Tobias Markmann | 2009-08-13 | 1 | -5/+39 |
* | Forgot to use the configured compression_level. Now it's used. | Tobias Markmann | 2009-08-13 | 1 | -1/+1 |
* | Add config option handling. | Tobias Markmann | 2009-08-13 | 1 | -0/+11 |
* | Add a TODO for s2s compression support. | Tobias Markmann | 2009-08-13 | 1 | -1/+2 |
* | Remove space at the end of a line. | Tobias Markmann | 2009-08-13 | 1 | -1/+1 |
* | Add FIXME to remember TLS compression detection. | Tobias Markmann | 2009-08-13 | 1 | -1/+4 |
* | Actually inject de- and compression into the reading/writing functions. | Tobias Markmann | 2009-08-13 | 1 | -1/+33 |
* | Remove unwanted spaces. | Tobias Markmann | 2009-08-12 | 1 | -2/+2 |
* | Commit initial version of mod_compression. | Tobias Markmann | 2009-08-12 | 1 | -0/+35 |