Age | Commit message (Expand) | Author | Files | Lines |
2019-11-14 | Initial proxy support. | Igor Sysoev | 1 | -0/+7 |
2019-11-14 | Replacing pass with action. | Igor Sysoev | 1 | -3/+3 |
2019-09-19 | Basic support for serving static files. | Valentin Bartenev | 1 | -1/+5 |
2019-08-20 | Introducing websocket support in router and libunit. | Max Romanov | 1 | -0/+9 |
2019-08-14 | Renaming supplemental request structures in router. | Max Romanov | 1 | -2/+2 |
2019-05-30 | Handling routing errors. | Igor Sysoev | 1 | -0/+3 |
2019-03-06 | Removed unnecessary abstraction layer. | Alexander Borisov | 1 | -1/+1 |
2019-02-27 | Initial routing implementation. | Igor Sysoev | 1 | -2/+8 |
2018-09-20 | Controller: certificates storage interface. | Valentin Bartenev | 1 | -0/+4 |
2018-09-20 | Added SSL/TLS support on connection level. | Igor Sysoev | 1 | -0/+4 |
2018-08-10 | Introducing app joint to accurate app release. | Max Romanov | 1 | -2/+10 |
2018-08-06 | Unit application library. | Max Romanov | 1 | -6/+0 |
2018-05-30 | Fixed keep-alive hanging after reconfiguration. | Igor Sysoev | 1 | -0/+3 |
2018-04-11 | Access log reopening. | Valentin Bartenev | 1 | -0/+2 |
2018-04-11 | Initial access log support. | Valentin Bartenev | 1 | -9/+25 |
2018-03-28 | Using more expressive name for field. | Igor Sysoev | 1 | -1/+1 |
2018-01-29 | Introducing extended app process management. | Max Romanov | 1 | -3/+14 |
2017-12-28 | Removed duplicate declaration. | Igor Sysoev | 1 | -0/+2 |
2017-12-28 | Removed duplicate declaration. | Igor Sysoev | 1 | -3/+0 |
2017-12-28 | HTTP keep-alive connections support. | Igor Sysoev | 1 | -0/+7 |
2017-12-27 | Implementing worker stop after limits.requests. | Max Romanov | 1 | -0/+1 |
2017-12-27 | Rescheduling of pending request after configured timeout. | Max Romanov | 1 | -1/+3 |
2017-10-18 | Router: fixed segfault after configuration change. | Igor Sysoev | 1 | -9/+8 |
2017-10-04 | Introducing use counters for port and app. Thread safe port write. | Max Romanov | 1 | -1/+5 |
2017-09-15 | Introducing application timeout. | Max Romanov | 1 | -0/+2 |
2017-09-14 | Router: fixed segmentation fault. | Igor Sysoev | 1 | -0/+6 |
2017-08-29 | The master process has been renamed to the main process. | Igor Sysoev | 1 | -1/+1 |
2017-08-17 | The new module configuration interface. | Igor Sysoev | 1 | -1/+6 |
2017-08-11 | Request body read state implemented. | Max Romanov | 1 | -0/+4 |
2017-08-02 | Using port rpc in router->master start worker request. | Max Romanov | 1 | -2/+1 |
2017-07-18 | Port allocation and destroy changed. Worker process stop introduced. | Max Romanov | 1 | -3/+5 |
2017-07-16 | Fixed building by Clang. | Igor Sysoev | 1 | -3/+0 |
2017-07-14 | Router: using joint job queues instead of arrays to pass | Igor Sysoev | 1 | -3/+1 |
2017-07-14 | Router: using joint jobs to pass listening socket handlers to | Igor Sysoev | 1 | -3/+10 |
2017-07-12 | New process port exchange changed. READY message type introduced. | Max Romanov | 1 | -2/+11 |
2017-07-11 | Sending a result of configuration applying back to the controller. | Igor Sysoev | 1 | -4/+4 |
2017-07-07 | Router: processing application configuration. | Igor Sysoev | 1 | -0/+24 |
2017-07-06 | Router: read configuration from port. | Max Romanov | 1 | -0/+2 |
2017-07-05 | Router: processing JSON configuration. | Igor Sysoev | 1 | -7/+20 |
2017-06-20 | Using new memory pool implementation. | Igor Sysoev | 1 | -2/+2 |
2017-05-31 | Skeleton of router configuration and request processing. | Igor Sysoev | 1 | -0/+78 |