summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-22Improvement and unification of version processing in build scripts.Alexander Borisov3-6/+3
2019-02-22TLS certificates should be freed per listener.Igor Sysoev1-6/+9
2019-02-21Initializing incoming buffer queue in a proper place.Sergey Kandaurov1-2/+2
2019-02-19Validation and normalization of request host.Valentin Bartenev3-11/+112
2019-02-18Ignoring HUP signal in main process.Igor Sysoev1-0/+11
2019-02-18Fixed memory leak on response body sending failure.Igor Sysoev3-3/+4
2019-02-18Rejecting requests with duplicate "Content-Length".Valentin Bartenev1-5/+8
2019-02-07Rejecting requests with invalid "Content-Length".Valentin Bartenev1-3/+9
2019-01-21Fixed processing Unix listening socket failures.Igor Sysoev1-16/+13
2019-01-18Testing correct value.Igor Sysoev1-1/+1
2018-12-24Version bump.Valentin Bartenev1-2/+2
2018-12-20Python: fixed error reporting on initialization of applications.Valentin Bartenev1-11/+10
2018-12-20Python: cleanup of nxt_python_init().Valentin Bartenev1-10/+3
2018-12-20Python: fixed a typo in path error message.Artem Konev1-1/+1
2018-12-19Python: replaced PyErr_PrintEx(1) with PyErr_Print().Valentin Bartenev1-4/+4
2018-12-19Node.js: removed value checking for headers.Alexander Borisov1-8/+0
2018-12-19Node.js: removed unused _implicitHeader() function.Alexander Borisov1-5/+0
2018-12-19Node.js: added check for libunit version at compile time.Alexander Borisov2-6/+12
2018-12-19libunit: added generation of version header file.Alexander Borisov2-1/+3
2018-12-19Node.js: checking for exception after running JS code from C++.Alexander Borisov1-3/+20
2018-12-19Node.js: checking uniqueness of HTTP headers for different case.Alexander Borisov2-24/+62
2018-12-19Node.js: calling write callback asynchronously.Alexander Borisov1-1/+13
2018-12-19Node.js: style fixes.Alexander Borisov1-8/+10
2018-12-19Node.js: changed the unit-http socket constructor.Alexander Borisov1-5/+10
2018-12-19Node.js: napi_call_function() replaced with napi_make_callback().Alexander Borisov2-27/+63
2018-12-19Node.js: changed the 'data' event calling sequence for the request.Alexander Borisov1-10/+30
2018-12-19Node.js: buffering HTTP headers before writing the body.Alexander Borisov1-10/+13
2018-12-12Node.js: removed unused dependency.Valentin Bartenev1-4/+1
2018-11-27PHP: fixed "disable_functions" and "disable_classes" options.Valentin Bartenev1-10/+87
2018-11-22PHP: workaround for bug #71041.Valentin Bartenev1-2/+6
2018-11-21PHP: fixed compatibility with ZTS.Valentin Bartenev1-6/+25
2018-11-15Version bump.Valentin Bartenev1-2/+2
2018-11-15Node.js: npm package readme cleanup.Valentin Bartenev1-18/+2
2018-11-15Node.js: res.write() must return a bool value.Alexander Borisov1-1/+1
2018-11-15Node.js: fixed handling of response header fields.Alexander Borisov2-1/+26
2018-11-15Node.js: added correct exit processing.Alexander Borisov2-18/+43
2018-11-15Node.js: added reference count increment for the Unit object.Alexander Borisov2-0/+13
2018-11-15Fixed lvlhsh test on 64-bit big-endian systems.Valentin Bartenev1-1/+1
2018-11-15Fixed discovering of modules on 64-bit big-endian systems.Valentin Bartenev1-1/+1
2018-11-13Checking error states in I/O handlers.Igor Sysoev2-6/+36
2018-11-13Fixed nxt_openssl_chain_file() return type.Valentin Bartenev1-3/+3
2018-11-10Fixed "freed pointer is out of pool" alerts.Valentin Bartenev1-1/+9
2018-11-06Node.js: socket.js improvements.Andrey Zelenkov1-18/+20
2018-11-01Node.js: fixed typo in naming rawHeaders() method of request.Andrey Zelenkov1-1/+1
2018-10-31Node.js: added async request execution.Alexander Borisov5-93/+176
2018-10-31Version bump.Valentin Bartenev1-2/+2
2018-10-24Node.js: additional type check for response.setHeader value.Alexander Borisov1-6/+6
2018-10-23Removed unused "--upstream" command line option.Valentin Bartenev2-15/+0
2018-10-23Backout of ba94959b1dec and improving epoll error handling.Igor Sysoev1-4/+28
2018-10-23Added ability to publish Node.js module.Alexander Borisov3-2/+21