summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_router.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-17Fixing a crash after applying the wrong TLS configuration.Andrey Suvorov1-3/+3
2021-05-17Fixing racing condition on listen socket close in router.Max Romanov1-10/+14
2021-04-22Router: grouped app and share fields in nxt_http_action_t.Zhidao HONG1-1/+1
2021-03-25Releasing shm buffers for large body requests.Max Romanov1-11/+4
2021-03-24Added ability to configure multiple certificates on a listener.Andrey Suvorov1-30/+93
2021-03-02Fixing warnings on Solaris.Max Romanov1-1/+1
2021-01-28Router: fixing crash after WebSocket processing.Max Romanov1-1/+4
2021-01-27Router: fixing error handling in config request.Max Romanov1-19/+42
2021-01-25Router: fixing assertion in shortage of file descriptors.Max Romanov1-0/+2
2020-12-17Router: fixed crash in OOSM processing.Max Romanov1-3/+8
2020-12-08PHP: populating PHP_AUTH_* server variables.Valentin Bartenev1-0/+4
2020-11-17HTTP parser: allowed more characters in header field names.Valentin Bartenev1-0/+7
2020-11-10Fixing multi-buffer body send to application.Max Romanov1-3/+13
2020-10-28Router: introducing the PORT_ACK message.Max Romanov1-0/+2
2020-10-28Router: broadcasting the SHM_ACK message to all process ports.Max Romanov1-2/+1
2020-10-28Added error response logging.Max Romanov1-4/+10
2020-10-28Router: checking a buffer before accessing its memory fields.Max Romanov1-1/+1
2020-10-28Router: closing app worker's ports.Max Romanov1-0/+19
2020-09-29Fixing request buffer memory leakage in router.Max Romanov1-0/+3
2020-08-28Router: fixed "pass" to upstreams.hongzhidao1-0/+4
2020-09-15Python: changed request headers format in router protocol.Max Romanov1-1/+1
2020-08-21Configuration: removed "reschedule_timeout" option.Valentin Bartenev1-11/+0
2020-08-13Fixing router assertion in result of application prefork error.Max Romanov1-0/+8
2020-08-13Basic variables support.Valentin Bartenev1-44/+139
2020-08-12Responding with error in case of first process start failure.Max Romanov1-18/+124
2020-08-11Style fixes for 2 file descriptors transfer over port.Max Romanov1-16/+16
2020-08-11Introducing application and port shared memory queues.Max Romanov1-22/+179
2020-08-11Made router port message handlers into static functions.Max Romanov1-4/+13
2020-08-11Adding debug messages to catch process management issues.Max Romanov1-2/+36
2020-08-11Introducing the shared application port.Max Romanov1-1042/+462
2020-08-11Changing router to application shared memory exchange protocol.Max Romanov1-3/+66
2020-08-11Changing router to application port exchange protocol.Max Romanov1-17/+83
2020-08-09Fixing leaked configuration objects.Max Romanov1-4/+30
2020-08-09Fixing connection remote sockaddr leakage.Max Romanov1-2/+4
2020-08-07Fixing listen event connection leakage.Max Romanov1-0/+4
2020-07-25Using plain shared memory for configuration pass.Max Romanov1-14/+35
2020-07-23Fixing request_app_link reference counting.Max Romanov1-4/+2
2020-07-06Destroying temporary router configuration.Igor Sysoev1-28/+40
2020-03-09Refactor of process management.Tiago Natel de Moura1-9/+35
2020-05-28Added NULL check for engine->port.Max Romanov1-2/+4
2020-05-15Router: removed two unused assignments.Valentin Bartenev1-2/+2
2020-05-14PHP: implemented "targets" option.Valentin Bartenev1-10/+54
2020-05-14Configuration: URI encoding in the "pass" option.Valentin Bartenev1-2/+5
2020-04-16Using malloc/free for the http fields hash.Max Romanov1-1/+1
2020-04-10Resolving a racing condition while adding ports on the app's side.Max Romanov1-3/+3
2020-04-06Fixing 'find & add' racing condition in connected ports hash.Max Romanov1-14/+18
2020-03-17Fixing body fd access racing condition.Max Romanov1-16/+31
2020-03-12Using disk file to store large request body.Max Romanov1-3/+34
2020-03-12Moving request memory pool retain call after RPC data allocation.Max Romanov1-0/+15
2020-03-06Round robin upstream added.Igor Sysoev1-0/+11