Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix dereference of NULL pointer. | Vsevolod Stakhov | 2015-07-14 | 1 | -2/+2 |
| | |||||
* | Check upstream before freeing. | Vsevolod Stakhov | 2015-05-04 | 1 | -9/+11 |
| | |||||
* | Fix sorting order and unit test for upstreams. | Vsevolod Stakhov | 2015-03-12 | 1 | -5/+4 |
| | |||||
* | Rework upstreams code for new inet_addr. | Vsevolod Stakhov | 2015-03-12 | 1 | -46/+35 |
| | |||||
* | Use xxh64 for upstreams hashing. | Vsevolod Stakhov | 2015-02-23 | 1 | -8/+3 |
| | |||||
* | Silent warnings. | Vsevolod Stakhov | 2015-01-06 | 1 | -0/+3 |
| | |||||
* | Zero memory for inet address. | Vsevolod Stakhov | 2014-12-30 | 1 | -2/+2 |
| | |||||
* | Add sequential order for upstreams. | Vsevolod Stakhov | 2014-12-23 | 1 | -0/+9 |
| | |||||
* | Another try to fix race condition in the upstreams. | Vsevolod Stakhov | 2014-11-21 | 1 | -24/+27 |
| | |||||
* | Try to fix hang in upstream events. | Vsevolod Stakhov | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | Set AF properly in one more place. | Vsevolod Stakhov | 2014-11-11 | 1 | -0/+2 |
| | |||||
* | Fix crash with unweighted upstreams. | Vsevolod Stakhov | 2014-11-11 | 1 | -2/+2 |
| | |||||
* | Rework IP addresses in upstreams. | Vsevolod Stakhov | 2014-11-07 | 1 | -1/+82 |
| | | | | | | | | | - Select ipv4/unix addresses if they exist and use ipv6 for ipv6 only upstreams (since the support of ipv6 is poor in many OSes and environments). - Free IP list on upstream destruction. - Add test cases for addresses selection. - Allow adding of free form IP addresses to upstreams. | ||||
* | Improve upstream tests. | Vsevolod Stakhov | 2014-11-03 | 1 | -4/+9 |
| | |||||
* | Use upstreams configuration. | Vsevolod Stakhov | 2014-11-03 | 1 | -17/+46 |
| | |||||
* | Some more fixes to the test. | Vsevolod Stakhov | 2014-11-02 | 1 | -0/+3 |
| | |||||
* | Fix some upstream issues. | Vsevolod Stakhov | 2014-11-02 | 1 | -3/+3 |
| | |||||
* | Use constant for hash seed for upstreams selection. | Vsevolod Stakhov | 2014-11-01 | 1 | -1/+3 |
| | |||||
* | Add jitter for upstream reviving. | Vsevolod Stakhov | 2014-11-01 | 1 | -1/+4 |
| | |||||
* | Fix some issues in the upstream code. | Vsevolod Stakhov | 2014-10-31 | 1 | -9/+14 |
| | |||||
* | Fix build. | Vsevolod Stakhov | 2014-10-29 | 1 | -11/+15 |
| | |||||
* | Some more auxiliary functions. | Vsevolod Stakhov | 2014-10-29 | 1 | -0/+29 |
| | |||||
* | Add parsing of multiple upstreams string. | Vsevolod Stakhov | 2014-10-29 | 1 | -0/+27 |
| | |||||
* | Allow addresses to be allocated in rspamd_mempool. | Vsevolod Stakhov | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | Fix some more old upstreams code. | Vsevolod Stakhov | 2014-10-29 | 1 | -0/+6 |
| | |||||
* | Upstreams get implementation. | Vsevolod Stakhov | 2014-10-28 | 1 | -4/+154 |
| | |||||
* | Allow multiple addresses per upstream. | Vsevolod Stakhov | 2014-10-28 | 1 | -19/+108 |
| | |||||
* | Add some basic logic for upstreams. | Vsevolod Stakhov | 2014-10-28 | 1 | -9/+125 |
| | |||||
* | Start new upstreams implementation. | Vsevolod Stakhov | 2014-10-28 | 1 | -0/+102 |
| | |||||
* | Rework API completely. | Vsevolod Stakhov | 2014-10-28 | 1 | -613/+0 |
| | |||||
* | Unify style without sorting headers. | Vsevolod Stakhov | 2014-07-23 | 1 | -110/+224 |
| | |||||
* | Revert "Unify code style." | Vsevolod Stakhov | 2014-07-23 | 1 | -224/+110 |
| | | | | This reverts commit e0483657ff6cf1adc828ccce457814d61fe90a0d. | ||||
* | Unify code style. | Vsevolod Stakhov | 2014-07-23 | 1 | -110/+224 |
| | |||||
* | Rework project structure, remove trash files. | Vsevolod Stakhov | 2014-04-21 | 1 | -0/+525 |