Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 1 | -66/+66 |
| | | | | No meaningful changes. | ||||
* | [Minor] Allow to specify mempool when copying an IP address structure | Vsevolod Stakhov | 2022-03-20 | 1 | -1/+1 |
| | |||||
* | Spelling (#4086) | Josh Soref | 2022-02-22 | 1 | -1/+1 |
| | | | [Rework] Massive spelling fix from @jsoref | ||||
* | [Minor] Replace in6_addr_t with struct in6_addr as defined by POSIX | Vsevolod Stakhov | 2020-06-23 | 1 | -1/+1 |
| | |||||
* | [Project] Do not listen sockets in the main process | Vsevolod Stakhov | 2020-06-09 | 1 | -0/+1 |
| | |||||
* | [Minor] Add flags to listen socket creation | Vsevolod Stakhov | 2020-06-09 | 1 | -2/+8 |
| | |||||
* | [Fix] Fix listen socket parsing | Vsevolod Stakhov | 2020-02-25 | 1 | -1/+3 |
| | | | | Issue: #3254 | ||||
* | [Rework] Move local IPs check | Vsevolod Stakhov | 2020-02-12 | 1 | -6/+14 |
| | |||||
* | [Fix] Distinguish remote and local addrs parsing | Vsevolod Stakhov | 2019-09-28 | 1 | -3/+13 |
| | |||||
* | [Minor] Rework rspamd_parse_host_port_priority function result | Vsevolod Stakhov | 2019-07-26 | 1 | -5/+11 |
| | |||||
* | [Rework] Add C++ guards to all headers | Vsevolod Stakhov | 2019-07-08 | 1 | -28/+42 |
| | |||||
* | [Project] Remove libfann, gd and other unsupported stuff | Vsevolod Stakhov | 2019-06-22 | 1 | -4/+6 |
| | |||||
* | [Project] Allow to hash and compare inet addresses considering port | Vsevolod Stakhov | 2019-03-04 | 1 | -3/+4 |
| | |||||
* | [Minor] Core: Allow inet addresses to be parsed using memory pool | Vsevolod Stakhov | 2019-02-05 | 1 | -0/+11 |
| | |||||
* | [Minor] Core: Add sockaddr access utility | Vsevolod Stakhov | 2019-01-19 | 1 | -0/+8 |
| | |||||
* | [Project] Adopt code | Vsevolod Stakhov | 2018-04-23 | 1 | -2/+3 |
| | |||||
* | [Minor] Massive spelling correction | Alexander Moisseev | 2017-06-27 | 1 | -2/+2 |
| | | | | by a bot https://github.com/ka7/misspell_fixer | ||||
* | [Minor] Refactor destroy -> free | Vsevolod Stakhov | 2017-04-29 | 1 | -1/+1 |
| | |||||
* | [Fix] Do not use local_addrs in proxy | Vsevolod Stakhov | 2017-03-10 | 1 | -1/+2 |
| | |||||
* | [Minor] Allow to parse and create stack based inet_addr_t | Vsevolod Stakhov | 2017-02-27 | 1 | -0/+16 |
| | |||||
* | [Fix] Some fixes to libmagic initialization | Vsevolod Stakhov | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | [Feature] Use new ip parsing API | Vsevolod Stakhov | 2016-06-25 | 1 | -1/+2 |
| | |||||
* | [Feature] Add protection against open files limit and accepting sockets | Vsevolod Stakhov | 2016-06-09 | 1 | -2/+4 |
| | |||||
* | [Feature] Add function for pretty printing of inet addresses | Vsevolod Stakhov | 2016-05-16 | 1 | -0/+7 |
| | |||||
* | Add routine to create inet address from the rdns reply | Vsevolod Stakhov | 2016-02-16 | 1 | -0/+9 |
| | |||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -19/+12 |
| | |||||
* | Rework parsing of IP addresses | Vsevolod Stakhov | 2016-01-24 | 1 | -14/+0 |
| | |||||
* | Add local addrs extension available in the conviguration | Vsevolod Stakhov | 2016-01-03 | 1 | -0/+3 |
| | |||||
* | Add method to check if IP is local | Vsevolod Stakhov | 2016-01-03 | 1 | -0/+5 |
| | |||||
* | Add routines to use rspamd_inet_addr_t in hash tables | Vsevolod Stakhov | 2015-12-14 | 1 | -0/+11 |
| | |||||
* | Fix parsing of fixed length IP addresses. | Vsevolod Stakhov | 2015-10-13 | 1 | -1/+24 |
| | |||||
* | Reorganize includes to reduce namespace pollution. | Vsevolod Stakhov | 2015-10-08 | 1 | -0/+15 |
| | |||||
* | Use port when calculating listen socket hash. | Vsevolod Stakhov | 2015-03-23 | 1 | -2/+2 |
| | |||||
* | Fix sorting order and unit test for upstreams. | Vsevolod Stakhov | 2015-03-12 | 1 | -0/+8 |
| | |||||
* | Add more utility functions required. | Vsevolod Stakhov | 2015-03-12 | 1 | -0/+27 |
| | |||||
* | Rework inet_address structure. | Vsevolod Stakhov | 2015-03-12 | 1 | -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 Stakhov | 2015-02-20 | 1 | -1/+5 |
| | | | | | Issue: #182 Reported by: @AlexeySa | ||||
* | Rework and simplify listen sockets creation. | Vsevolod Stakhov | 2014-10-29 | 1 | -0/+9 |
| | |||||
* | Allow addresses to be allocated in rspamd_mempool. | Vsevolod Stakhov | 2014-10-29 | 1 | -3/+5 |
| | |||||
* | Allow multiple addresses per upstream. | Vsevolod Stakhov | 2014-10-28 | 1 | -3/+6 |
| | |||||
* | Add some basic logic for upstreams. | Vsevolod Stakhov | 2014-10-28 | 1 | -3/+3 |
| | |||||
* | Rework host/port/priority parsing. | Vsevolod Stakhov | 2014-10-28 | 1 | -0/+23 |
| | |||||
* | Split addr definition from the utils code. | Vsevolod Stakhov | 2014-10-28 | 1 | -0/+98 |