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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-28
Remove an erroneous semi-colon.
Andrew Clayton
1
-1
/
+1
2023-03-28
Remove NXT_CONF_MAP_INT8.
Andrew Clayton
2
-2
/
+0
2023-03-28
Use NXT_CONF_MAP_BOOL.
Andrew Clayton
2
-2
/
+3
2023-03-28
Add NXT_CONF_MAP_BOOL.
Andrew Clayton
1
-0
/
+1
2023-03-28
Convert uint32_t struct boolean members to nxt_bool_t.
Andrew Clayton
5
-5
/
+5
2023-03-28
Convert uint8_t struct boolean members to nxt_bool_t.
Andrew Clayton
24
-80
/
+80
2023-03-28
Change nxt_bool_t from a nxt_uint_t to a uint8_t.
Andrew Clayton
1
-1
/
+1
2023-03-28
Don't conflate the error variable in nxt_kqueue_poll().
Andrew Clayton
1
-3
/
+4
2023-03-28
Use unsigned int for nxt_bool_t in va_arg().
Andrew Clayton
1
-1
/
+1
2023-03-28
Remove an unused structure.
Andrew Clayton
2
-17
/
+0
2023-03-28
Remove a bunch of dead code.
Andrew Clayton
22
-4948
/
+0
2023-02-13
Docker: bumped language versions.
Konstantin Pavlov
1
-3
/
+3
2023-02-13
Docker: limited the waiting time for control socket creation.
Konstantin Pavlov
1
-2
/
+9
2023-02-13
Docker: made dockerfiles use a single stage build process.
Konstantin Pavlov
2
-35
/
+22
2023-02-13
Docker: added a target to generate Docker library definition.
Konstantin Pavlov
1
-1
/
+18
2023-02-13
Docker: cleanup unused targets.
Konstantin Pavlov
1
-20
/
+2
2023-03-21
Tests: added tests for the "log_route" option.
Andrei Zeliankou
1
-0
/
+154
2023-03-21
HTTP: added route logging.
Alejandro Colomar
8
-0
/
+43
2023-03-21
HTTP: rewrote while loop as for loop.
Alejandro Colomar
1
-7
/
+3
2023-03-17
Default PR_SET_NO_NEW_PRIVS to off.
Andrew Clayton
1
-0
/
+4
2023-03-17
Improve an error message regarding Unix domain sockets.
Andrew Clayton
1
-1
/
+1
2023-03-17
Socket: Remove Unix domain listen sockets upon reconfigure.
Andrew Clayton
3
-3
/
+87
2023-03-17
Remove some dormant code from nxt_process_quit().
Andrew Clayton
1
-21
/
+0
2023-03-17
Socket: Remove Unix domain listen sockets at shutdown.
Andrew Clayton
2
-2
/
+23
2023-03-14
Router: More accurately allocate request buffer memory.
Andrew Clayton
1
-2
/
+2
2023-03-14
Tests: added Perl test with many responses using streaming body.
Andrei Zeliankou
2
-0
/
+16
2023-03-10
Perl: Fix a crash in the language module.
Andrew Clayton
1
-3
/
+4
2023-03-10
Router: Fix allocation of request buffer sent to application.
Andrew Clayton
1
-0
/
+1
2023-03-07
Tests: _clear_temp_dir() function introduced.
Andrei Zeliankou
1
-26
/
+31
2023-03-07
Adding the NGINX Code of Conduct to the repo.
Dave McAllister
1
-0
/
+74
2023-02-28
contrib: fixed njs make rule.
Konstantin Pavlov
1
-1
/
+1
2023-03-01
Merged with the 1.29 branch.
Andrei Zeliankou
11
-14
/
+67
2023-02-28
Unit 1.29.1 release.
Andrei Zeliankou
1
-0
/
+1
2023-02-28
Generated Dockerfiles for Unit 1.29.1.
1.29.1
Andrei Zeliankou
8
-8
/
+8
2023-02-28
Added version 1.29.1 CHANGES.
Andrei Zeliankou
2
-2
/
+23
2023-02-28
Changes moved to the correct section.
Andrei Zeliankou
1
-7
/
+7
2023-02-28
Added missing fixes in changes.xml.
Andrei Zeliankou
1
-1
/
+46
2023-02-28
Added missing fixes in changes.xml.
Andrei Zeliankou
1
-0
/
+39
2023-02-27
contrib: updated njs to 0.7.10.
Konstantin Pavlov
3
-3
/
+3
2023-02-27
contrib: updated njs to 0.7.10.
Konstantin Pavlov
3
-3
/
+3
2023-02-27
Tools: improved detection of unitd control socket.
Liam Crilly
1
-5
/
+5
2023-02-24
Set a safer umask(2) when running as a daemon.
Andrew Clayton
1
-3
/
+3
2023-02-24
Isolation: rootfs: Set the sticky bit on the tmp directory.
Andrew Clayton
1
-1
/
+1
2023-02-23
Set a safer umask(2) when running as a daemon.
Andrew Clayton
1
-3
/
+3
2023-02-22
Isolation: rootfs: Set the sticky bit on the tmp directory.
Andrew Clayton
1
-1
/
+1
2023-02-21
Tests: switched to using f-strings.
Andrei Zeliankou
74
-778
/
+695
2023-02-21
Tests: added Python tests with encoding.
Andrei Zeliankou
3
-0
/
+98
2023-02-21
Tests: added Python tests with encoding.
Andrei Zeliankou
3
-0
/
+98
2023-02-21
Tests: removed list usage as default argument.
Andrei Zeliankou
1
-1
/
+3
2023-02-20
Tools: using nicer characters for showing a tree.
Alejandro Colomar
1
-19
/
+19
[next]