History log of /unit/ (Results 1826 – 1850 of 2717)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: 1.7-1
891:abb8cfb421f620-Dec-2018 Andrei Belov

Packages: fixed unit-go build broken in ed8b1aaefdd1.

890:32454bb72b3520-Dec-2018 Andrei Belov

Added tag 1.7-1 for changeset 9d123bcfcc3d

889:9d123bcfcc3d20-Dec-2018 Andrei Belov

Merged with the default branch.

888:0f179657039920-Dec-2018 Valentin Bartenev

Added tag 1.7 for changeset 784b45adb0fe

Revision tags: 1.7
887:784b45adb0fe20-Dec-2018 Valentin Bartenev

Generated Dockerfiles for Unit 1.7.

886:9d30c80a793520-Dec-2018 Valentin Bartenev

Added version 1.7 CHANGES.

885:aae620f3dc6820-Dec-2018 Valentin Bartenev

Fixed style in CHANGES.

884:4f479341490220-Dec-2018 Valentin Bartenev

Python: fixed error reporting on initialization of applications.

PyErr_Print() writes traceback to "sys.stderr", which is a file object that
can buffer the output. If the process exits immediately,

Python: fixed error reporting on initialization of applications.

PyErr_Print() writes traceback to "sys.stderr", which is a file object that
can buffer the output. If the process exits immediately, the buffer can be
destroyed before flushing to the log. As a result, the user doesn't see
the traceback.

Now Py_Finalize() is also called in case of any errors during initialization.
It finalizes the interpreter and flushes all data.

show more ...

883:07b15d6c692020-Dec-2018 Valentin Bartenev

Python: cleanup of nxt_python_init().

- Removed surplus NULL assignments;
- Added missing nxt_slow_path();
- Style cleanup.

882:a7c7d39ebdc720-Dec-2018 Artem Konev

Python: fixed a typo in path error message.

881:84b5deb7491719-Dec-2018 Valentin Bartenev

Python: replaced PyErr_PrintEx(1) with PyErr_Print().

These function calls are equivalent.
No functional changes.

880:41f561b3a17819-Dec-2018 Alexander Borisov

Node.js: removed value checking for headers.

879:f74d4dd9c3db19-Dec-2018 Alexander Borisov

Node.js: removed unused _implicitHeader() function.

878:8867c1c7c2bf19-Dec-2018 Alexander Borisov

Node.js: added check for libunit version at compile time.

877:ed8b1aaefdd119-Dec-2018 Alexander Borisov

libunit: added generation of version header file.

876:c73c6c98598619-Dec-2018 Alexander Borisov

Node.js: checking for exception after running JS code from C++.

875:dae402cb243f19-Dec-2018 Alexander Borisov

Node.js: checking uniqueness of HTTP headers for different case.

874:5df32621af1919-Dec-2018 Alexander Borisov

Node.js: calling write callback asynchronously.

873:89f7d6b67fa719-Dec-2018 Alexander Borisov

Node.js: style fixes.

No functional changes.

872:d6de17ee0e5819-Dec-2018 Alexander Borisov

Node.js: changed the unit-http socket constructor.

Third-party file descriptors are not supported.
Socket "readable" and "writable" options are set true by default.

871:3c679d90152419-Dec-2018 Alexander Borisov

Node.js: napi_call_function() replaced with napi_make_callback().

The sequence of napi_open_callback_scope(),
napi_call_function(), and napi_close_callback_scope() functions calls
executes the provi

Node.js: napi_call_function() replaced with napi_make_callback().

The sequence of napi_open_callback_scope(),
napi_call_function(), and napi_close_callback_scope() functions calls
executes the provided JS code and all functions enqueued by
process.nextTick() and Promises during this execution.

show more ...

870:1e008ef94f4319-Dec-2018 Alexander Borisov

Node.js: changed the 'data' event calling sequence for the request.

The problem is caused by Promises' inconsistency.
The 'date' event could have been triggered before the user has started
listening

Node.js: changed the 'data' event calling sequence for the request.

The problem is caused by Promises' inconsistency.
The 'date' event could have been triggered before the user has started
listening for it. To resolve the issue, we override the 'on' method of
the request's emitter.

show more ...

869:1340e353936219-Dec-2018 Alexander Borisov

Node.js: buffering HTTP headers before writing the body.

868:fd323ad9e24f12-Dec-2018 Valentin Bartenev

Node.js: removed unused dependency.

867:ec44091ce04a12-Dec-2018 Valentin Bartenev

Node.js: fixed global install in some cases.

By default "npm install" switches to non-privileged user to run package scripts
if it is invoked by root. As a result it may prevent node-gyp from writi

Node.js: fixed global install in some cases.

By default "npm install" switches to non-privileged user to run package scripts
if it is invoked by root. As a result it may prevent node-gyp from writing to
package directory and break installation of the module.

To disable this switching the --unsafe-perm flag is added.

show more ...

1...<<71727374757677787980>>...109