Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-20 | HTTP parser: reduced memory consumption of header fields list. | Valentin Bartenev | 1 | -61/+44 | |
2017-06-20 | Fixed errors in the previous changeset. | Igor Sysoev | 1 | -11/+11 | |
2017-06-20 | Using new memory pool implementation. | Igor Sysoev | 1 | -4/+2 | |
2017-06-19 | Memory pools refactoring. | Igor Sysoev | 5 | -101/+109 | |
2017-06-13 | HTTP parser: decoupled header fields processing. | Valentin Bartenev | 1 | -52/+147 | |
2017-06-09 | HTTP parser: fixed handling header fields with missing colon. | Valentin Bartenev | 1 | -0/+12 | |
2017-05-12 | Fixed building test on Solaris | Max Romanov | 2 | -2/+2 | |
2017-05-10 | Added one more missing "fall through" comment in tests. | Valentin Bartenev | 1 | -0/+1 | |
2017-03-14 | Zero size memory pool allocations have been disabled in unit test | Igor Sysoev | 1 | -5/+11 | |
becuase they are handled incorrectly with the -DNXT_DEBUG_MEMORY=1 option. | |||||
2017-03-14 | Fixed unit tests building broken by the previous commit. | Igor Sysoev | 2 | -5/+12 | |
2017-03-08 | HTTP parser benchmark. | Valentin Bartenev | 1 | -3/+176 | |
2017-03-06 | Cleanup of memory allocated in nxt_mem_cache_pool_unit_test(). | Valentin Bartenev | 1 | -0/+2 | |
Leak sanitizer is happy now. | |||||
2017-03-01 | HTTP parser. | Valentin Bartenev | 3 | -0/+462 | |
2017-02-22 | I/O operations refactoring. | Igor Sysoev | 3 | -78/+0 | |
2017-02-01 | nxt_str_t changes. | Igor Sysoev | 2 | -8/+8 | |
2017-01-30 | Importing rbtree changes from nJScript. | Igor Sysoev | 1 | -93/+4 | |
2017-01-17 | Initial version. | Igor Sysoev | 17 | -0/+2557 | |