Valentin Bartenev
|
1a52d876f7
|
Introduced nxt_length() macro.
|
2018-06-25 16:51:47 +03:00 |
|
Valentin Bartenev
|
af31012815
|
More effective implementation of nxt_popcount().
This method requires as many iterations as there are set bits,
while the previous one has to shift up to the position of the
highest bit.
|
2018-06-21 16:40:02 +03:00 |
|
Sergey Kandaurov
|
14bc401394
|
Using own popcount where the compiler builtin is not available.
|
2018-06-20 19:34:06 +03:00 |
|
Valentin Bartenev
|
0665896a55
|
Style: capitalized letters in hexadecimal literals.
|
2018-04-04 18:13:05 +03:00 |
|
Valentin Bartenev
|
9d707800b0
|
More accurate "packed" attribute declaration.
|
2017-07-18 17:13:40 +03:00 |
|
Max Romanov
|
61008a7c0b
|
Cosmetic changes to remove some annoying valgrind messages.
|
2017-07-07 16:01:34 +03:00 |
|
Valentin Bartenev
|
f86c803098
|
Interface for mapping JSON configuration objects to C structures.
|
2017-06-26 21:41:58 +03:00 |
|
Max Romanov
|
b53b7b0413
|
Build on Solaris 11 fixed.
|
2017-06-26 19:58:43 +03:00 |
|
Igor Sysoev
|
b1b9f621a4
|
Memory pools refactoring.
|
2017-06-19 16:26:19 +03:00 |
|
Igor Sysoev
|
5bc011afad
|
Skeleton of router configuration and request processing.
|
2017-05-31 15:26:45 +03:00 |
|
Valentin Bartenev
|
e0881fd85c
|
The nxt_expect() macro.
|
2017-04-11 19:28:23 +03:00 |
|
Igor Sysoev
|
16cbf3c076
|
Initial version.
|
2017-01-17 20:00:00 +03:00 |
|