summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_router.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-04Refactored nxt_http_action.Igor Sysoev1-3/+5
2020-03-03Fixing request_app_link reference counting for delayed requests.Max Romanov1-9/+36
2020-02-03Fixed req_app_link reference counting on cancellation.Max Romanov1-16/+7
2019-12-24Introducing port messages to notify about out of shared memory.Max Romanov1-0/+56
2019-11-26Refactoring reference counting of req_app_link.Max Romanov1-34/+48
2019-11-14Initial proxy support.Igor Sysoev1-1/+8
2019-11-14Introduced chained buffer completion handlers.Igor Sysoev1-2/+7
2019-11-14Replacing pass with action.Igor Sysoev1-7/+7
2019-10-10Style fixes.Igor Sysoev1-1/+2
2019-09-19Basic support for serving static files.Valentin Bartenev1-1/+92
2019-08-30Fixed WebSocket implementation that was broken on some systems.Max Romanov1-1/+1
2019-08-26Adding body handler to nxt_http_request_header_send().Igor Sysoev1-6/+1
2019-08-20Introducing websocket support in router and libunit.Max Romanov1-71/+110
2019-08-16Changing the sequence of body send execution.Max Romanov1-2/+6
2019-08-16Improving response header fields processing.Max Romanov1-8/+18
2019-08-14Renaming supplemental request structures in router.Max Romanov1-347/+418
2019-08-06Router: allowed empty configurations.Valentin Bartenev1-191/+189
2019-08-06Refactored HTTP protocol callback table.Igor Sysoev1-1/+1
2019-06-28Fixed application crash handling in router.Max Romanov1-4/+4