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
2019-10-10
Style fixes.
Igor Sysoev
1
-1
/
+2
2019-09-19
Basic support for serving static files.
Valentin Bartenev
1
-1
/
+92
2019-08-30
Fixed WebSocket implementation that was broken on some systems.
Max Romanov
1
-1
/
+1
2019-08-26
Adding body handler to nxt_http_request_header_send().
Igor Sysoev
1
-6
/
+1
2019-08-20
Introducing websocket support in router and libunit.
Max Romanov
1
-71
/
+110
2019-08-16
Changing the sequence of body send execution.
Max Romanov
1
-2
/
+6
2019-08-16
Improving response header fields processing.
Max Romanov
1
-8
/
+18
2019-08-14
Renaming supplemental request structures in router.
Max Romanov
1
-347
/
+418
2019-08-06
Router: allowed empty configurations.
Valentin Bartenev
1
-191
/
+189
2019-08-06
Refactored HTTP protocol callback table.
Igor Sysoev
1
-1
/
+1
2019-06-28
Fixed application crash handling in router.
Max Romanov
1
-4
/
+4
2019-03-21
Adjusting request schema value according to connection tls state.
Max Romanov
1
-0
/
+2
2019-03-18
Removing unused local variable.
Max Romanov
1
-7
/
+0
2019-03-06
Removed unnecessary abstraction layer.
Alexander Borisov
1
-101
/
+114
2019-02-28
Introducing Java Servlet Container beta.
Max Romanov
1
-0
/
+1
2019-02-28
Removing app data debug message.
Max Romanov
1
-4
/
+0
2019-02-27
Fixed processing of SERVER_NAME after 77aad2c142a0.
Valentin Bartenev
1
-11
/
+13
2019-02-27
Initial routing implementation.
Igor Sysoev
1
-29
/
+45
2019-02-25
Disabled useless code in nxt_router_listen_socket_error().
Valentin Bartenev
1
-4
/
+8
2019-02-22
TLS certificates should be freed per listener.
Igor Sysoev
1
-6
/
+9
2019-02-18
Fixed memory leak on response body sending failure.
Igor Sysoev
1
-1
/
+1
2018-10-22
Handling of timers with bias.
Valentin Bartenev
1
-2
/
+2
2018-10-09
Renamed "go" application type to "external".
Valentin Bartenev
1
-1
/
+1
2018-09-20
Preventing port from release in asynchronous operations.
Max Romanov
1
-0
/
+12
2018-09-20
Controller: certificates storage interface.
Valentin Bartenev
1
-0
/
+136
2018-09-20
Added SSL/TLS support on connection level.
Igor Sysoev
1
-0
/
+18
2018-09-19
Initializing application structure with 0 to avoid crash.
Max Romanov
1
-2
/
+7
2018-08-10
Introducing app joint to accurate app release.
Max Romanov
1
-86
/
+157
2018-08-06
Unit application library.
Max Romanov
1
-360
/
+295
2018-07-09
Controller: added "settings" configuration object.
Valentin Bartenev
1
-1
/
+1
2018-07-09
Router: increased HTTP connection related limits.
Valentin Bartenev
1
-5
/
+5
2018-07-05
PHP: fixed request body processing.
Valentin Bartenev
1
-19
/
+3
2018-06-25
Introduced nxt_length() macro.
Valentin Bartenev
1
-3
/
+3
2018-05-30
Fixed keep-alive hanging after reconfiguration.
Igor Sysoev
1
-60
/
+30
2018-04-27
Eliminating possible NULL pointer dereference.
Max Romanov
1
-1
/
+3
2018-04-26
Controller waits READY message from router.
Max Romanov
1
-0
/
+34
2018-04-19
Router: fixed race condition while access log reopening.
Valentin Bartenev
1
-2
/
+21
2018-04-18
Added missing cleanup when nxt_port_socket_write() failed.
Valentin Bartenev
1
-13
/
+39
2018-04-17
Added missing checks if nxt_port_rpc_register_handler() failed.
Valentin Bartenev
1
-1
/
+1
2018-04-11
Access log reopening.
Valentin Bartenev
1
-0
/
+113
2018-04-11
Initial access log support.
Valentin Bartenev
1
-5
/
+298
2018-04-05
Handling error return from application 'run()' function.
Max Romanov
1
-3
/
+7
2018-04-05
Stopping timed out application process.
Max Romanov
1
-9
/
+88
2018-04-03
HTTP: using r->mem_pool retention counter for response buffers.
Igor Sysoev
1
-9
/
+8
2018-03-28
Using more expressive name for field.
Igor Sysoev
1
-18
/
+19
2018-03-21
Added Ruby support.
Alexander Borisov
1
-0
/
+88
2018-03-15
Skipping idle state when port already closed.
Max Romanov
1
-1
/
+1
2018-03-14
Ignoring response for already terminated request.
Max Romanov
1
-0
/
+3
2018-03-13
Releasing application on configuration failure.
Max Romanov
1
-0
/
+15
2018-03-07
Socket configuration should retain application.
Max Romanov
1
-0
/
+8
[next]