Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-29 | Using static and constant linger structure. | Igor Sysoev | 1 | -9/+9 | |
2017-06-23 | Added basic HTTP request processing in router. | Max Romanov | 1 | -0/+34 | |
- request to connection mapping in engine; - requests queue in connection; - engine port creation; - connected ports hash for each process; - engine port data messages processing (app responses); | |||||
2017-06-20 | Using new memory pool implementation. | Igor Sysoev | 1 | -2/+2 | |
2017-06-14 | nxt_event_conn_... functions and structures have been renamed | Igor Sysoev | 1 | -28/+28 | |
to nxt_conn_... | |||||
2017-05-31 | Skeleton of router configuration and request processing. | Igor Sysoev | 1 | -128/+0 | |
2017-02-22 | I/O operations refactoring. | Igor Sysoev | 1 | -6/+6 | |
2017-02-07 | Event engines refactoring. | Igor Sysoev | 1 | -52/+92 | |
2017-01-30 | nxt_event_timer has been renamed to nxt_timer. | Igor Sysoev | 1 | -4/+4 | |
2017-01-27 | Work queues refactoring. | Igor Sysoev | 1 | -12/+7 | |
2017-01-23 | Introducing tasks. | Igor Sysoev | 1 | -32/+43 | |