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