Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] New abstract hashing API in cryptobox | Vsevolod Stakhov | 2016-05-10 | 1 | -2/+3 |
* | [Feature] Add workaround for master-slave definitions | Vsevolod Stakhov | 2016-03-15 | 1 | -0/+8 |
* | [Feature] Allow forced and non-forced upstreams selection | Vsevolod Stakhov | 2016-03-15 | 1 | -4/+25 |
* | [Fix] Fix parsing upstreams from UCL | Vsevolod Stakhov | 2016-03-15 | 1 | -9/+8 |
* | [Feature] Allow iterating over upstreams | Vsevolod Stakhov | 2016-03-15 | 1 | -0/+15 |
* | [Feature] Add flags and opaque data to upstreams | Vsevolod Stakhov | 2016-03-15 | 1 | -4/+29 |
* | Fix couple of issues found by gcc-6 | Vsevolod Stakhov | 2016-02-16 | 1 | -1/+2 |
* | Refactor UCL API | Vsevolod Stakhov | 2016-02-16 | 1 | -1/+1 |
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -21/+12 |
* | Fix names for parsed addresses | Vsevolod Stakhov | 2016-01-24 | 1 | -1/+1 |
* | Rework upstreams library | Vsevolod Stakhov | 2015-12-03 | 1 | -34/+72 |
* | Fix some memory issues | Vsevolod Stakhov | 2015-11-23 | 1 | -1/+1 |
* | Do not reresolve upstreams with no resolver defined | Vsevolod Stakhov | 2015-11-23 | 1 | -1/+1 |
* | Test for atomic ops. | Vsevolod Stakhov | 2015-11-23 | 1 | -0/+2 |
* | Add rspamd_upstream_reresolve routine. | Vsevolod Stakhov | 2015-11-22 | 1 | -45/+92 |
* | Use context variables instead of default ones | Vsevolod Stakhov | 2015-11-22 | 1 | -11/+14 |
* | Rework rotation for upstreams | Vsevolod Stakhov | 2015-11-21 | 1 | -8/+11 |
* | Parse rotation type for upstreams list | Vsevolod Stakhov | 2015-11-21 | 1 | -0/+31 |
* | Add deinitialization for upstreams | Vsevolod Stakhov | 2015-11-20 | 1 | -0/+6 |
* | Rework upstreams initialization | Vsevolod Stakhov | 2015-11-20 | 1 | -7/+13 |
* | Rework upstreams context | Vsevolod Stakhov | 2015-11-20 | 1 | -17/+76 |
* | 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 |
* | 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 |