aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/addr.h
Commit message (Collapse)AuthorAgeFilesLines
* Use port when calculating listen socket hash.Vsevolod Stakhov2015-03-231-2/+2
|
* Fix sorting order and unit test for upstreams.Vsevolod Stakhov2015-03-121-0/+8
|
* Add more utility functions required.Vsevolod Stakhov2015-03-121-0/+27
|
* Rework inet_address structure.Vsevolod Stakhov2015-03-121-30/+70
| | | | | | | - Now addresses are opaque. - Save memory by splitting unix and inet sockaddrs. - Rework all functions related to inet addrs. - Use ptr arrays instead of home-made static arrays.
* Allow customizations for unix sockets.Vsevolod Stakhov2015-02-201-1/+5
| | | | | Issue: #182 Reported by: @AlexeySa
* Rework and simplify listen sockets creation.Vsevolod Stakhov2014-10-291-0/+9
|
* Allow addresses to be allocated in rspamd_mempool.Vsevolod Stakhov2014-10-291-3/+5
|
* Allow multiple addresses per upstream.Vsevolod Stakhov2014-10-281-3/+6
|
* Add some basic logic for upstreams.Vsevolod Stakhov2014-10-281-3/+3
|
* Rework host/port/priority parsing.Vsevolod Stakhov2014-10-281-0/+23
|
* Split addr definition from the utils code.Vsevolod Stakhov2014-10-281-0/+98