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
2022-11-12
Added nxt_usts2str() to make C strings from nxt_str_t.
str-v1
Alejandro Colomar
2
-0
/
+11
2022-11-12
Added nxt_ustr2str() to make C strings from fixed-width buffers.
Alejandro Colomar
2
-0
/
+15
2022-11-12
Workarounded Ruby bug.
Alejandro Colomar
1
-0
/
+4
2022-11-12
Split nxt_str_t struct declaration and definition.
Alejandro Colomar
1
-6
/
+9
2022-11-12
Added nxt_char_cast() macro for casting safely.
Alejandro Colomar
1
-0
/
+37
2022-11-12
Using nxt_nitems() instead of sizeof() for strings (arrays).
Alejandro Colomar
1
-1
/
+1
2022-11-04
Removed the unsafe nxt_memchr() wrapper for memchr(3).
Alejandro Colomar
10
-27
/
+23
2022-11-04
Removed the unsafe nxt_memcmp() wrapper for memcmp(3).
Alejandro Colomar
18
-46
/
+42
2022-11-02
PHP: allowed to specify URLs without a trailing '/'.
Andrew Clayton
3
-6
/
+92
2022-10-28
Fixed some function definitions.
Andrew Clayton
4
-5
/
+5
2022-10-21
TLS: Using ERR_get_error_all() with OpenSSL 3.
Remi Collet
1
-0
/
+4
2022-10-20
Preferring system crypto policy.
Remi Collet
1
-7
/
+7
2022-10-14
Configuration: stopped automatic migration to the "share" behavior.
Zhidao HONG
1
-21
/
+0
2022-10-19
Added parentheses for consistency.
Remi Collet
1
-8
/
+8
2022-10-19
PHP: Fixed php_module_startup() call for PHP 8.2.
Remi Collet
1
-0
/
+4
2022-10-14
Added missing error checking in the C API.
Alex Colomar
1
-10
/
+28
2022-10-14
Fixed the build on MacOS (and others).
Andrew Clayton
5
-257
/
+279
2022-10-12
HTTP: added a $request_time variable.
Zhidao HONG
3
-0
/
+37
2022-10-04
Ruby: used nxt_ruby_exception_log() in nxt_ruby_rack_init().
Andrew Clayton
1
-1
/
+1
2022-10-04
Ruby: added support for rack V3.
Zhidao HONG
1
-1
/
+6
2022-10-03
Renamed a couple of members of nxt_unit_request_t.
Andrew Clayton
10
-23
/
+24
2022-10-03
Socket: Created control socket & pid file directories.
Andrew Clayton
4
-0
/
+36
2022-09-22
Status: fixed error in connection statistics.
Zhidao HONG
2
-4
/
+7
2022-09-19
HTTP: fixed cookie parsing.
Zhidao HONG
1
-5
/
+2
2022-09-10
Fixed a mutex leak in the C API.
Alex Colomar
1
-12
/
+8
2022-09-06
Status: fixed incorrect pointer in test operation.
Zhidao HONG
1
-3
/
+3
2022-08-29
Status: added requests count.
Zhidao HONG
5
-1
/
+9
2022-08-29
Implemented basic statistics API.
Valentin Bartenev
12
-16
/
+452
2022-08-31
Ruby: prevented a segfault on receiving SIGINT (^C).
Andrew Clayton
1
-0
/
+2
2022-08-18
Disallowed abstract unix socket syntax in non-Linux systems.
Alejandro Colomar
1
-4
/
+5
2022-08-18
Storing abstract sockets with @ internally.
Alejandro Colomar
1
-1
/
+6
2022-08-18
Fixed support for abstract Unix sockets.
Alejandro Colomar
1
-1
/
+3
2022-08-18
Fixed include guard.
Alejandro Colomar
1
-3
/
+3
2022-08-16
Fixed UNIX sockets support for ASGI.
Andrei Zeliankou
1
-1
/
+1
2022-08-11
Removed dead code.
Alejandro Colomar
5
-586
/
+0
2022-08-11
Fixing isolated process PID manipulation.
Max Romanov
4
-24
/
+100
2022-08-08
Python: supporting UNIX sockets.
Alejandro Colomar
1
-1
/
+45
2022-08-02
Rejecting non-Linux pivot_root(2).
Alejandro Colomar
1
-3
/
+3
2022-08-02
Including <mntent.h> iff it exists.
Alejandro Colomar
1
-1
/
+1
2022-07-28
Log: customizable access log format.
Zhidao HONG
7
-130
/
+232
2022-07-14
Log: split access log from nxt_router.c.
Zhidao HONG
3
-435
/
+470
2022-07-28
Ruby: fixed segfault on SIGTERM signal.
Zhidao HONG
1
-2
/
+2
2022-07-27
Ruby: fixed contents of SCRIPT_NAME.
Alejandro Colomar
2
-42
/
+5
2022-07-26
Supporting UNIX sockets in address matching.
Alejandro Colomar
4
-0
/
+23
2022-07-21
Router: avoided undefined behaviour.
Andrew Clayton
1
-1
/
+1
2022-07-20
Var: added a $dollar variable that translates to a '$'.
Andrew Clayton
1
-0
/
+14
2022-07-18
Added missing inline keyword.
Alejandro Colomar
1
-3
/
+3
2022-07-18
Added missing inline keyword.
Alejandro Colomar
1
-3
/
+3
2022-07-18
Fixed incorrect code.
Alejandro Colomar
1
-1
/
+1
2022-07-18
Replaced Linux syscall macros by libc macros.
Alejandro Colomar
3
-4
/
+4
[next]