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-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
2018-12-19
Node.js: changed the 'data' event calling sequence for the request.
Alexander Borisov
1
-10
/
+30
2018-12-19
Node.js: buffering HTTP headers before writing the body.
Alexander Borisov
1
-10
/
+13
2018-12-12
Node.js: removed unused dependency.
Valentin Bartenev
1
-4
/
+1
2018-11-27
PHP: fixed "disable_functions" and "disable_classes" options.
Valentin Bartenev
1
-10
/
+87
2018-11-22
PHP: workaround for bug #71041.
Valentin Bartenev
1
-2
/
+6
2018-11-21
PHP: fixed compatibility with ZTS.
Valentin Bartenev
1
-6
/
+25
2018-11-15
Version bump.
Valentin Bartenev
1
-2
/
+2
2018-11-15
Node.js: npm package readme cleanup.
Valentin Bartenev
1
-18
/
+2
2018-11-15
Node.js: res.write() must return a bool value.
Alexander Borisov
1
-1
/
+1
2018-11-15
Node.js: fixed handling of response header fields.
Alexander Borisov
2
-1
/
+26
2018-11-15
Node.js: added correct exit processing.
Alexander Borisov
2
-18
/
+43
2018-11-15
Node.js: added reference count increment for the Unit object.
Alexander Borisov
2
-0
/
+13
2018-11-15
Fixed lvlhsh test on 64-bit big-endian systems.
Valentin Bartenev
1
-1
/
+1
2018-11-15
Fixed discovering of modules on 64-bit big-endian systems.
Valentin Bartenev
1
-1
/
+1
2018-11-13
Checking error states in I/O handlers.
Igor Sysoev
2
-6
/
+36
2018-11-13
Fixed nxt_openssl_chain_file() return type.
Valentin Bartenev
1
-3
/
+3
2018-11-10
Fixed "freed pointer is out of pool" alerts.
Valentin Bartenev
1
-1
/
+9
2018-11-06
Node.js: socket.js improvements.
Andrey Zelenkov
1
-18
/
+20
2018-11-01
Node.js: fixed typo in naming rawHeaders() method of request.
Andrey Zelenkov
1
-1
/
+1
2018-10-31
Node.js: added async request execution.
Alexander Borisov
5
-93
/
+176
2018-10-31
Version bump.
Valentin Bartenev
1
-2
/
+2
2018-10-24
Node.js: additional type check for response.setHeader value.
Alexander Borisov
1
-6
/
+6
2018-10-23
Removed unused "--upstream" command line option.
Valentin Bartenev
2
-15
/
+0
2018-10-23
Backout of ba94959b1dec and improving epoll error handling.
Igor Sysoev
1
-4
/
+28
2018-10-23
Added ability to publish Node.js module.
Alexander Borisov
3
-2
/
+21
[next]