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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-05
Handling ENOBUFS error same was as EAGAIN.
Max Romanov
2
-2
/
+12
2019-03-05
Including port message header into message size limit.
Max Romanov
1
-0
/
+2
2019-03-01
Fixed TLS connections hanging.
Igor Sysoev
1
-4
/
+2
2019-03-01
README.JSR-340 legal notice to save our ughm.. bottoms of bodies.
Valentin Bartenev
1
-0
/
+16
2019-03-01
Perl: added implementation delayed response and streaming body.
Alexander Borisov
1
-16
/
+176
2019-02-28
Made QUERY_STRING mandatory.
Valentin Bartenev
4
-17
/
+7
2019-02-28
Fixed timer and event race condition.
Igor Sysoev
5
-8
/
+17
2019-02-28
Preserving message 'share' field when pushing to queue.
Max Romanov
1
-0
/
+1
2019-02-28
Introducing Java Servlet Container beta.
Max Romanov
51
-1
/
+10694
2019-02-28
Various libunit fixes.
Max Romanov
1
-8
/
+26
2019-02-28
Removing app data debug message.
Max Romanov
1
-4
/
+0
2019-02-28
Reusing fragmented message buffers.
Max Romanov
1
-1
/
+9
2019-02-27
Perl: added processing for IO:Handle-like object.
Alexander Borisov
1
-3
/
+109
2019-02-27
Fixed processing of SERVER_NAME after 77aad2c142a0.
Valentin Bartenev
11
-167
/
+54
2019-02-27
Controller: added "routes" configuration.
Valentin Bartenev
1
-0
/
+186
2019-02-27
Controller: added "pass" configuration option.
Valentin Bartenev
1
-0
/
+62
2019-02-27
Initial routing implementation.
Igor Sysoev
5
-40
/
+978
2019-02-26
Introduced nxt_memcpy_upcase().
Igor Sysoev
2
-0
/
+15
2019-02-26
Introduced nxt_conf_array_qsort().
Igor Sysoev
2
-0
/
+18
2019-02-26
Introduced nxt_conf_array_elements_count().
Igor Sysoev
2
-0
/
+8
2019-02-26
Keepalive mode is disabled on HTTP header parsing errors.
Igor Sysoev
1
-0
/
+2
2019-02-26
Fixed violation of the strict aliasing rules in 5d0edd35c4ce.
Valentin Bartenev
1
-5
/
+6
2019-02-25
RPC error message size fixed.
Max Romanov
1
-1
/
+1
2019-02-25
Disabled useless code in nxt_router_listen_socket_error().
Valentin Bartenev
1
-4
/
+8
2019-02-23
Removed surplus check for NUL in nxt_http_validate_host().
Valentin Bartenev
1
-1
/
+0
2019-02-22
Improvement and unification of version processing in build scripts.
Alexander Borisov
3
-6
/
+3
2019-02-22
TLS certificates should be freed per listener.
Igor Sysoev
1
-6
/
+9
2019-02-21
Initializing incoming buffer queue in a proper place.
Sergey Kandaurov
1
-2
/
+2
2019-02-19
Validation and normalization of request host.
Valentin Bartenev
3
-11
/
+112
2019-02-18
Ignoring HUP signal in main process.
Igor Sysoev
1
-0
/
+11
2019-02-18
Fixed memory leak on response body sending failure.
Igor Sysoev
3
-3
/
+4
2019-02-18
Rejecting requests with duplicate "Content-Length".
Valentin Bartenev
1
-5
/
+8
2019-02-07
Rejecting requests with invalid "Content-Length".
Valentin Bartenev
1
-3
/
+9
2019-01-21
Fixed processing Unix listening socket failures.
Igor Sysoev
1
-16
/
+13
2019-01-18
Testing correct value.
Igor Sysoev
1
-1
/
+1
2018-12-24
Version bump.
Valentin Bartenev
1
-2
/
+2
2018-12-20
Python: fixed error reporting on initialization of applications.
Valentin Bartenev
1
-11
/
+10
2018-12-20
Python: cleanup of nxt_python_init().
Valentin Bartenev
1
-10
/
+3
2018-12-20
Python: fixed a typo in path error message.
Artem Konev
1
-1
/
+1
2018-12-19
Python: replaced PyErr_PrintEx(1) with PyErr_Print().
Valentin Bartenev
1
-4
/
+4
2018-12-19
Node.js: removed value checking for headers.
Alexander Borisov
1
-8
/
+0
2018-12-19
Node.js: removed unused _implicitHeader() function.
Alexander Borisov
1
-5
/
+0
2018-12-19
Node.js: added check for libunit version at compile time.
Alexander Borisov
2
-6
/
+12
2018-12-19
libunit: added generation of version header file.
Alexander Borisov
2
-1
/
+3
2018-12-19
Node.js: checking for exception after running JS code from C++.
Alexander Borisov
1
-3
/
+20
2018-12-19
Node.js: checking uniqueness of HTTP headers for different case.
Alexander Borisov
2
-24
/
+62
2018-12-19
Node.js: calling write callback asynchronously.
Alexander Borisov
1
-1
/
+13
2018-12-19
Node.js: style fixes.
Alexander Borisov
1
-8
/
+10
2018-12-19
Node.js: changed the unit-http socket constructor.
Alexander Borisov
1
-5
/
+10
2018-12-19
Node.js: napi_call_function() replaced with napi_make_callback().
Alexander Borisov
2
-27
/
+63
[next]