Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare cryptobox for aes plug. | Vsevolod Stakhov | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | Add pool token dup utility. | Vsevolod Stakhov | 2015-10-06 | 1 | -1/+12 |
| | |||||
* | Add ability to remove variables from memory pools. | Vsevolod Stakhov | 2015-09-02 | 1 | -0/+7 |
| | |||||
* | Add tags to rspamd_mempool. | Vsevolod Stakhov | 2015-08-27 | 1 | -1/+10 |
| | |||||
* | Align pointers by 16 bytes boundary. | Vsevolod Stakhov | 2015-06-01 | 1 | -1/+1 |
| | | | | | | Many operations on x86 are much faster if the pointers are aligned properly. Obviously, that would increase memory usage slightly, however, rspamd always prefers speed to compactness. | ||||
* | Cleanup crap from memory pool code. | Vsevolod Stakhov | 2015-06-01 | 1 | -2/+1 |
| | |||||
* | Remove useless locking. | Vsevolod Stakhov | 2015-05-26 | 1 | -1/+0 |
| | |||||
* | Revert "Preserve destructors order as LIFO." | Vsevolod Stakhov | 2015-01-17 | 1 | -1/+1 |
| | | | | | | That change was completely incorrect. This reverts commit 1f2c83f096f28ce79e828edd1ab545a341f10451. | ||||
* | Preserve destructors order as LIFO. | Vsevolod Stakhov | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | Use PTHREAD_PROCESS_SHARED mutexes if possible. | Vsevolod Stakhov | 2014-11-01 | 1 | -8/+16 |
| | |||||
* | Some fixes to memory pools operations. | Vsevolod Stakhov | 2014-09-18 | 1 | -7/+7 |
| | |||||
* | Unify style without sorting headers. | Vsevolod Stakhov | 2014-07-23 | 1 | -51/+57 |
| | |||||
* | Revert "Unify code style." | Vsevolod Stakhov | 2014-07-23 | 1 | -57/+51 |
| | | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d. | ||||
* | Unify code style. | Vsevolod Stakhov | 2014-07-23 | 1 | -51/+57 |
| | |||||
* | Reset mempool stat on stat_reset as well. | Vsevolod Stakhov | 2014-04-22 | 1 | -0/+5 |
| | |||||
* | Rework project structure, remove trash files. | Vsevolod Stakhov | 2014-04-21 | 1 | -0/+299 |