summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-21Optimizations in nxt_mp_create().Igor Sysoev1-15/+11
2017-06-21Fixed building with -DNXT_DEBUG_MEMORY=1 (broken in 10688b89aa16).Igor Sysoev1-67/+67
2017-06-20HTTP parser: reduced memory consumption of header fields list.Valentin Bartenev3-95/+118
2017-06-20Using new memory pool implementation.Igor Sysoev70-1317/+345
2017-06-20Fixed error in the previous changeset.Igor Sysoev1-0/+2
2017-06-19Memory pools refactoring.Igor Sysoev11-833/+1021
2017-06-14nxt_event_conn_... functions and structures have been renamedIgor Sysoev36-2002/+1915
2017-06-14Router: follow up to HTTP parser changes.Igor Sysoev1-0/+6
2017-06-13HTTP parser: decoupled header fields processing.Valentin Bartenev3-200/+248
2017-06-09HTTP parser: fixed handling header fields with missing colon.Valentin Bartenev1-1/+3
2017-06-09Fixed building by GCC 7 (broken in 0b10a73d4993).Valentin Bartenev1-3/+1
2017-06-09Fixed building with epoll (broken in 92b4984ca3c1).Valentin Bartenev1-1/+1
2017-06-06C99 style declaration of connection states.Igor Sysoev9-158/+81
2017-06-06Optimization of kqueue event processing on connection close.Igor Sysoev1-3/+12
2017-06-06The controller did not work because of changes in the previousIgor Sysoev2-2/+2
2017-05-31Skeleton of router configuration and request processing.Igor Sysoev20-261/+1445
2017-05-31HTTP parser: changed style of a comment.Valentin Bartenev1-4/+4
2017-05-30Controller: support for partial PUT and DELETE operations.Valentin Bartenev3-71/+539
2017-05-29A small rbtree delete fixup optimization.Igor Sysoev1-2/+2
2017-05-26Style and a trivial fix.Valentin Bartenev3-4/+4
2017-05-26A small rbtree insert fixup optimization.Igor Sysoev1-4/+9
2017-05-23Optimized internal representation of JSON objects and arrays.Valentin Bartenev2-178/+266
2017-05-18Controller: partial retrieving of configuration.Valentin Bartenev3-6/+61
2017-05-16Controller: pretty-printing of JSON responses.Valentin Bartenev3-50/+184
2017-05-15Controller: trivial abilities to save and request configuration.Valentin Bartenev3-48/+109
2017-05-12Using shared memory to send data via nxt_port.Max Romanov16-181/+1438
2017-05-12Fixed error introduced in rev d3dfd7c497e8.Igor Sysoev1-0/+1
2017-05-10Added missing "fall through" comments to make GCC 7 happy.Valentin Bartenev2-0/+5
2017-04-25HTTP parser: fixed minimum length optimization in headers hash.Valentin Bartenev1-4/+7
2017-04-21Macros for atomic 'OR' and 'AND' operations introduced.Max Romanov1-0/+17
2017-04-10Fixed overflow detection in number parsing functions.Valentin Bartenev1-48/+52
2017-04-11The nxt_expect() macro.Valentin Bartenev1-2/+10
2017-04-11Fixed building on MacOSX.Igor Sysoev1-9/+5
2017-04-11JSON output in controller.Valentin Bartenev3-14/+384
2017-04-11JSON parser: fixed missing initialization of short string length.Valentin Bartenev1-0/+2
2017-04-10Style and micro-optimizations in JSON parsing.Valentin Bartenev1-12/+14
2017-04-10Removed unused nxt_lvlhsh_ctx_t.Valentin Bartenev1-11/+0
2017-04-10JSON parsing in controller.Valentin Bartenev3-14/+821
2017-03-23Event connection writing fixes.Igor Sysoev1-0/+9
2017-03-16Some basic HTTP handling in controller.Valentin Bartenev1-7/+299
2017-03-14Solaris compatibilty.Igor Sysoev4-21/+23
2017-03-14Fixed building on FreeBSD.Igor Sysoev2-2/+2
2017-03-14Importing memory cache pool changes from nJScript.Igor Sysoev3-128/+195
2017-03-14Fixed unit tests building broken by the previous commit.Igor Sysoev3-2/+5
2017-03-09Processes refactoring.Igor Sysoev44-2668/+2585
2017-03-08More optimizations of HTTP parser.Valentin Bartenev1-103/+63
2017-03-01HTTP parser.Valentin Bartenev3-0/+964
2017-03-01Removed legacy HTTP parser.Valentin Bartenev5-678/+0
2017-02-22Port changes.Igor Sysoev10-298/+271
2017-02-22I/O operations refactoring.Igor Sysoev45-1135/+1141