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
2018-02-09
Made nxt_assert() statements to be compiled only with debug.
Valentin Bartenev
1
-2
/
+12
2018-02-09
Changed the default number of spare processes to 0.
Valentin Bartenev
1
-1
/
+1
2018-02-08
Router: fixed freed memory access race condition.
Igor Sysoev
1
-6
/
+8
2018-02-07
Style fixes.
Andrey Zelenkov
1
-1
/
+1
2018-02-07
Fixed processing of application response in router.
Max Romanov
1
-1
/
+4
2018-01-31
Added Perl support.
Alexander Borisov
1
-4
/
+93
2018-01-29
Introducing extended app process management.
Max Romanov
1
-85
/
+545
2018-01-24
Fixed formatting in nxt_sprintf() and logging.
Sergey Kandaurov
1
-3
/
+3
2018-01-24
Using size_t for the field width type of the "%*s" specifier.
Sergey Kandaurov
1
-3
/
+3
2017-12-28
Fixing memory leak introduced in changeset 5817734dd9b9.
Igor Sysoev
1
-1
/
+4
2017-12-28
HTTP keep-alive connections support.
Igor Sysoev
1
-640
/
+120
2017-12-28
Changed nxt_mp_retain() and nxt_mp_release() interfaces.
Igor Sysoev
1
-4
/
+13
2017-12-27
Implementing worker stop after limits.requests.
Max Romanov
1
-4
/
+13
2017-12-27
Rescheduling of pending request after configured timeout.
Max Romanov
1
-83
/
+214
2017-12-27
Fixing code style.
Max Romanov
1
-16
/
+16
2017-12-27
Fixing application timeout.
Max Romanov
1
-89
/
+318
2017-12-27
Changing worker selection precedence.
Max Romanov
1
-22
/
+47
2017-12-27
Implementing the ability to cancel request before worker starts processing it.
Max Romanov
1
-131
/
+103
2017-12-25
HTTP parser: reworked header fields handling.
Valentin Bartenev
1
-8
/
+8
2017-12-25
Restoring apps in case of reconfiguration error.
Max Romanov
1
-0
/
+3
2017-11-27
A number of engine connections is decreased on connection close.
Igor Sysoev
1
-1
/
+1
2017-10-19
Keep application worker until response for all requests received.
Max Romanov
1
-1
/
+4
2017-10-19
Fixed the bug introduced in the previous changeset.
Igor Sysoev
1
-4
/
+9
2017-10-18
Router: fixed segfault after configuration change.
Igor Sysoev
1
-177
/
+241
2017-10-17
Storing memory cache slot hint inside nxt_sockaddr_t.
Igor Sysoev
1
-3
/
+5
2017-10-10
Optimized application type handling.
Valentin Bartenev
1
-17
/
+2
2017-10-04
Port message fragmentation supported.
Max Romanov
1
-15
/
+9
2017-10-04
Optimized request<->app link allocation.
Max Romanov
1
-36
/
+59
2017-10-04
Using port 'post' facility to proxy remove pid message to workers.
Max Romanov
1
-83
/
+21
2017-10-04
Using request mem pool for req<->app link.
Max Romanov
1
-2
/
+19
2017-10-04
Fixed error generation during request processing.
Max Romanov
1
-40
/
+94
2017-10-04
Introducing use counters for port and app. Thread safe port write.
Max Romanov
1
-330
/
+432
2017-10-04
Using engine memiory pool for port write allocations.
Max Romanov
1
-7
/
+1
2017-10-04
Fixing memory leak when handling remove pid message.
Max Romanov
1
-0
/
+2
2017-09-27
Event engine memory cache for nxt_sockaddr_t.
Igor Sysoev
1
-3
/
+10
2017-09-22
Removed fibers from compilation.
Valentin Bartenev
1
-0
/
+2
2017-09-15
Introducing named port message handlers to avoid misprints.
Max Romanov
1
-16
/
+4
2017-09-15
Fixing memory leak of request parse context.
Max Romanov
1
-10
/
+11
2017-09-15
Introducing application timeout.
Max Romanov
1
-76
/
+334
2017-09-15
Fixed port handlers arrays.
Valentin Bartenev
1
-0
/
+3
2017-09-15
Router: more logical code order change.
Igor Sysoev
1
-2
/
+2
2017-09-14
Router: fixed segmentation fault.
Igor Sysoev
1
-10
/
+32
2017-09-14
Router: worker threads should quit only if the main thread has
Igor Sysoev
1
-1
/
+54
2017-09-14
Fixed textual socket name lengths and Unix domain sockaddr length.
Igor Sysoev
1
-2
/
+2
2017-09-07
Moving body data before headers for PHP POST.
Max Romanov
1
-5
/
+20
2017-09-06
Style fixes.
Igor Sysoev
1
-17
/
+31
2017-09-05
Fixing request id logging.
Max Romanov
1
-1
/
+1
2017-09-05
Fixing racing condition on app port release/request.
Max Romanov
1
-1
/
+21
2017-09-05
Double connection close attempt fix.
Max Romanov
1
-2
/
+11
2017-09-01
Added SERVER_ADDR parameter for Python and PHP modules.
Igor Sysoev
1
-0
/
+7
[next]