Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-16 | Router: joint must be added to engine's joint list in the | Igor Sysoev | 1 | -2/+4 | |
engine thread. | |||||
2017-07-14 | Restored arc4random unit test after 59fc46dd5e1d. | Ruslan Ermilov | 2 | -18/+0 | |
2017-07-14 | Thread pools: various fixes. | Igor Sysoev | 1 | -3/+3 | |
2017-07-14 | Router: joint must be checked before memory pool destruction. | Igor Sysoev | 1 | -1/+5 | |
2017-07-14 | Router: listening socket configuration retention count fixed. | Igor Sysoev | 1 | -1/+6 | |
2017-07-14 | Router: using joint job queues instead of arrays to pass | Igor Sysoev | 2 | -91/+36 | |
listening socket handlers to worker engines. | |||||
2017-07-14 | Router: using joint jobs to pass listening socket handlers to | Igor Sysoev | 2 | -78/+75 | |
worker engines. | |||||
2017-07-14 | Fixed the previous commit. | Valentin Bartenev | 1 | -5/+11 | |
2017-07-14 | Null-terminated user and group. | Valentin Bartenev | 1 | -8/+19 | |
2017-07-13 | Using correct task for connection initialization. | Igor Sysoev | 1 | -2/+2 | |
2017-07-13 | Router: restoring listening sockets of the previous configuration. | Igor Sysoev | 1 | -0/+6 | |
2017-07-12 | Closing new listening sockets on configuration failure. | Igor Sysoev | 1 | -10/+35 | |
2017-07-12 | Fixed style and building with NXT_DEBUG_MEMORY after 3578a7b7ace4. | Valentin Bartenev | 1 | -22/+14 | |
2017-07-12 | Array elements reallocation fixed. | Max Romanov | 2 | -1/+15 | |
2017-07-12 | Memory pool debug enabled with NXT_DEBUG_ALLOC define. | Max Romanov | 2 | -28/+82 | |
2017-07-12 | Single allocation for app conf and name. | Max Romanov | 1 | -10/+15 | |
2017-07-12 | Go: worker initialization. READY message to master. | Max Romanov | 8 | -97/+140 | |
2017-07-12 | PHP SAPI: dynamic worker initialization. | Max Romanov | 1 | -60/+87 | |
2017-07-12 | New process port exchange changed. READY message type introduced. | Max Romanov | 23 | -385/+1226 | |
Application process start request DATA message from router to master. Master notifies router via NEW_PORT message after worker process become ready. | |||||
2017-07-12 | Controller: proper reconfiguration requests handling. | Valentin Bartenev | 6 | -44/+153 | |
Now controller serializes all reconfiguration requests and waits for result from router. | |||||
2017-07-11 | Sending a result of configuration applying back to the controller. | Igor Sysoev | 2 | -103/+230 | |
2017-07-10 | Introducing thread-safe nxt_random(). | Igor Sysoev | 9 | -32/+12 | |
2017-07-10 | Configuration: improved validation. | Valentin Bartenev | 1 | -25/+59 | |
2017-07-10 | Configuration: nxt_conf_map_object() improvements. | Valentin Bartenev | 3 | -35/+18 | |
2017-07-10 | Controller: passing full configuration to router. | Valentin Bartenev | 1 | -170/+6 | |
2017-07-07 | Router: a fix in the previous changeset. | Igor Sysoev | 1 | -1/+1 | |
2017-07-07 | Router: processing application configuration. | Igor Sysoev | 3 | -35/+267 | |
2017-07-07 | Configuration: basic schema validation for applications. | Valentin Bartenev | 1 | -14/+122 | |
2017-07-07 | Router: connection destroy sequence fixed. | Max Romanov | 2 | -3/+11 | |
2017-07-07 | Controller: relaxed JSON parser. | Valentin Bartenev | 1 | -80/+72 | |
Now it allows commas after the last elements in objects and arrays, as it's a common Igor's mistake. | |||||
2017-07-07 | Taken counter initialized for new pages. | Max Romanov | 1 | -0/+1 | |
Fixed crash in nxt_mp_get() when pages re-used and 'taken' contains initial 'map' value '0xFFFFFFFF'. | |||||
2017-07-07 | Memory pool thread safety checks in DEBUG build and usage fixes. | Max Romanov | 6 | -16/+100 | |
2017-07-07 | Work queue thread safety checks for DEBUG build. | Max Romanov | 3 | -7/+44 | |
2017-07-07 | Python initialization moved from master to worker application. | Max Romanov | 1 | -94/+46 | |
2017-07-07 | Process stop notification from master to all other processes. | Max Romanov | 11 | -22/+113 | |
New port message type introduced NXT_PORT_MSG_REMOVE_PID. Default handler removes process description from nxt_runtime_t with all ports, incoming and outgoing mmaps etc. | |||||
2017-07-07 | Cosmetic changes to remove some annoying valgrind messages. | Max Romanov | 3 | -2/+12 | |
2017-07-07 | Using engine's task instead of listen's task. | Max Romanov | 1 | -0/+4 | |
2017-07-07 | Redirecting buffer completion handler to specific engine. | Max Romanov | 9 | -79/+236 | |
There is a case in router where we use port in router connection thread. Buffers are allocated within connection memory pool which can be used only in this router thread. sendmsg() can be postponed into main router thread and completion handler will compare current engine and post itself to correct engine. | |||||
2017-07-06 | Controller: sending JSON configuration to router. | Valentin Bartenev | 4 | -33/+288 | |
2017-07-06 | Fixed mapping of int32_t in nxt_conf_map_object(). | Valentin Bartenev | 1 | -1/+1 | |
2017-07-06 | Router: read configuration from port. | Max Romanov | 6 | -19/+96 | |
Controller: stub to send configuration from POST body "as is" to router. | |||||
2017-07-05 | An assertion on listening socket close. | Igor Sysoev | 1 | -2/+5 | |
2017-07-05 | By default a number of router worker threads is set to a number | Igor Sysoev | 1 | -0/+4 | |
of CPUs. | |||||
2017-07-05 | Configuration: basic validation of schema. | Valentin Bartenev | 5 | -53/+288 | |
2017-07-05 | Router: processing JSON configuration. | Igor Sysoev | 8 | -131/+445 | |
2017-07-05 | PHP SAPI: SERVER_NAME, SERVER_PORT and REMOTE_ADDR introduced. | Max Romanov | 1 | -79/+146 | |
2017-07-05 | Python WSGI: SERVER_NAME, SERVER_PORT fixed, REMOTE_ADDR introduced. | Max Romanov | 3 | -59/+92 | |
Shortcut: do not iterate over String (or Bytes) return object. Call 'close()' for return object (if present). | |||||
2017-07-05 | Complex target parser copied from NGINX. | Max Romanov | 9 | -54/+413 | |
nxt_app_request_header_t fields renamed: - 'path' renamed to 'target'. - 'path_no_query' renamed to 'path' and contains parsed value. | |||||
2017-06-29 | Added nxt_msec_t element to nxt_conf_map_object(). | Igor Sysoev | 2 | -9/+16 | |
2017-06-29 | Fixed port processing in nxt_sockaddr_text(). | Igor Sysoev | 2 | -5/+7 | |