Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-12 | Introduced nxt_sockaddr_parse_optport() for addresses w/o ports. | Oisin Canty | 1 | -46/+110 | |
2021-07-02 | Fixing crash during IPv6 text address generation. | Oisin Canty | 1 | -2/+2 | |
When the textual representation of an IPv6 nxt_sockaddr_t was being generated, a crash would occur if the address had a full IPv6 form: f607:7403:1e4b:6c66:33b2:843f:2517:da27 This was caused by a variable that tracks the location of a collapsed group ("::") that was not set to a sane default. When the address was generated, a group would be inserted when it was not necessary, thus causing an overflow. This closes #481 issue on GitHub. | |||||
2019-12-24 | Router: introducing routing on client address. | Axel Duch | 1 | -0/+4 | |
2019-11-14 | Event engine memory cache refactored. | Igor Sysoev | 1 | -3/+7 | |
2019-03-11 | Style. | Andrey Zelenkov | 1 | -8/+8 | |
2018-09-17 | Fixed typo. | Igor Sysoev | 1 | -1/+1 | |
This closes #165 issue on GitHub. Thanks to 洪志道 (Hong Zhi Dao). | |||||
2018-06-25 | Introduced nxt_length() macro. | Valentin Bartenev | 1 | -2/+2 | |
2018-04-04 | Style: capitalized letters in hexadecimal literals. | Valentin Bartenev | 1 | -5/+5 | |
2018-01-24 | Using size_t for the field width type of the "%*s" specifier. | Sergey Kandaurov | 1 | -2/+2 | |
2017-10-17 | Storing memory cache slot hint inside nxt_sockaddr_t. | Igor Sysoev | 1 | -11/+9 | |
2017-09-27 | Event engine memory cache for nxt_sockaddr_t. | Igor Sysoev | 1 | -0/+41 | |
Introducing event engine memory cache and using the cache for nxt_sockaddr_t structures. | |||||
2017-08-16 | Corrected path to nxt_socket.h in comments. | Ruslan Ermilov | 1 | -3/+3 | |
2017-06-29 | Fixed port processing in nxt_sockaddr_text(). | Igor Sysoev | 1 | -3/+4 | |
2017-06-28 | Small optimization in nxt_sockaddr_text(). | Igor Sysoev | 1 | -13/+4 | |
2017-06-27 | Fixed INET6 sockaddr processing in nxt_sockaddr_text(). | Igor Sysoev | 1 | -5/+8 | |
2017-06-27 | Fixed Unix sockaddr processing in nxt_sockaddr_text(). | Igor Sysoev | 1 | -5/+2 | |
2017-06-27 | nxt_sockaddr_parse() introducted. | Igor Sysoev | 1 | -1/+207 | |
2017-06-27 | Applied nxt_pointer_to() and nxt_value_at() where possible. | Valentin Bartenev | 1 | -4/+4 | |
2017-06-21 | Removed surplus type casting from nxt_memcmp() calls. | Valentin Bartenev | 1 | -1/+1 | |
2017-06-20 | Using new memory pool implementation. | Igor Sysoev | 1 | -15/+15 | |
2017-03-09 | Processes refactoring. | Igor Sysoev | 1 | -1/+1 | |
The cycle has been renamed to the runtime. | |||||
2017-02-22 | I/O operations refactoring. | Igor Sysoev | 1 | -39/+142 | |
2017-02-01 | nxt_str_t changes. | Igor Sysoev | 1 | -61/+62 | |
2017-01-27 | Work queues refactoring. | Igor Sysoev | 1 | -1/+1 | |
2017-01-23 | Introducing tasks. | Igor Sysoev | 1 | -1/+1 | |
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+973 | |