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
2024-08-20
http: Refactor out nxt_tstr_cond_t from the access log module
Zhidao HONG
6
-45
/
+80
2024-08-20
var: Remove unused functions and structure fields
Zhidao HONG
3
-60
/
+0
2024-08-20
http: Refactor access log write
Zhidao HONG
1
-25
/
+11
2024-08-20
http: Refactor static action
Zhidao HONG
1
-28
/
+22
2024-08-20
http: Refactor route pass query
Zhidao HONG
1
-26
/
+15
2024-08-20
http: Refactor return action
Zhidao HONG
1
-28
/
+13
2024-08-20
var: Restrict nxt_tstr_query() to only support synchronous operation
Zhidao HONG
5
-16
/
+15
2024-08-20
conf, router: Make the listen(2) backlog configurable
Andrew Clayton
2
-9
/
+50
2024-08-19
socket: Use a default listen backlog of -1 on Linux
Andrew Clayton
1
-4
/
+4
2024-08-19
router: Make the number of router threads configurable
Andrew Clayton
2
-7
/
+38
2024-08-19
lib: Better available cpu count determination on Linux
Andrew Clayton
1
-4
/
+23
2024-08-19
auto: Add a check for Linux's sched_getaffinity(2)
Andrew Clayton
2
-0
/
+20
2024-08-19
docs/openapi: Add entries for the new /status/modules endpoint
Jon Torre
1
-1
/
+177
2024-08-19
docs/openapi: Update the /status endpoint URL
Jon Torre
1
-17
/
+17
2024-08-19
README: Update number of supported languages
Andrew Clayton
1
-1
/
+1
2024-08-19
Packaging: fix build-depends on multiarch debian systems
Konstantin Pavlov
1
-2
/
+5
2024-08-07
CONTRIBUTING.md: Update the 'Git Style Guide' section
Andrew Clayton
1
-19
/
+22
2024-08-07
CONTRIBUTING.md: Re-flow text
Andrew Clayton
1
-18
/
+19
2024-08-07
Add a basic .editorconfig file
Andrew Clayton
1
-0
/
+31
2024-08-02
fuzzing: added new basic targets
Arjun
1
-1
/
+146
2024-08-02
fuzzing: updated JSON target
Arjun
1
-6
/
+11
2024-08-02
fuzzing: fixed harness bug
Arjun
1
-0
/
+16
2024-08-02
fuzzing: code cleanup
Arjun
4
-42
/
+50
2024-08-01
tools/unitctl: make application directory configurable
Ava Hahn
4
-12
/
+23
2024-08-01
tools/unitctl: reword freeform message for output
Gabor Javorszky
1
-6
/
+6
2024-08-01
tools/unitctl: make json-pretty default output fmt
Gabor Javorszky
1
-2
/
+2
2024-08-01
tools/unitctl: remove (default) from option text
Gabor Javorszky
1
-6
/
+6
2024-07-29
tools/unitctl: update readme
Ava Hahn
1
-6
/
+8
2024-07-29
tools/unitctl: update readme
Ava Hahn
1
-10
/
+84
2024-07-29
build(deps): bump openssl from 0.10.64 to 0.10.66 in /tools/unitctl
dependabot[bot]
1
-4
/
+4
2024-07-16
ci: cifuzz: Bump github/codeql-action from 2 to 3
dependabot[bot]
1
-1
/
+1
2024-07-15
fuzzing: update directory path in README and build-fuzz.sh
Arjun
2
-6
/
+6
2024-07-15
fuzzing: fix harness bugs
Arjun
3
-1
/
+28
2024-07-15
fuzzing: added cifuzz workflow
Arjun
1
-0
/
+41
2024-07-13
status: Add a missing check for potential NULL
Andrew Clayton
1
-0
/
+4
2024-07-12
Fix a comment typo for 'Memory-only buffers' in src/nxt_buf.h
Andrew Clayton
1
-1
/
+1
2024-07-12
tests: Fix `/status' endpoint tests for new 'modules' section
Andrei Zeliankou
1
-5
/
+8
2024-07-12
status: Show list of loaded language modules
Andrew Clayton
1
-8
/
+94
2024-07-12
Flow the language module name into nxt_app_lang_module_t
Andrew Clayton
3
-3
/
+19
2024-07-12
status: Use a variable to represent the status member index
Andrew Clayton
1
-3
/
+4
2024-07-12
status: Constify a bunch of local variables
Andrew Clayton
1
-11
/
+11
2024-07-10
contrib: make sha512sum check compatible with FreeBSD 14+
Konstantin Pavlov
1
-1
/
+1
2024-07-08
tools/unitctl: Enable Multi Socket Support
Ava Hahn
12
-202
/
+282
2024-07-08
auto, wasm-wc: Copy the .so into build/lib/unit/modules/
Andrew Clayton
1
-0
/
+2
2024-07-08
auto: Fix some indentation in auto/modules/wasm-wasi-component
Andrew Clayton
1
-2
/
+2
2024-07-03
Packages: removed CentOS 7 due to EOL
Konstantin Pavlov
4
-28
/
+3
2024-07-03
Packages: removed CentOS 6 leftover
Konstantin Pavlov
1
-4
/
+0
2024-07-03
Packages: remove support for EOL Fedora versions (35-38)
Konstantin Pavlov
8
-109
/
+4
2024-07-03
Packages: don't redefine FORTIFY_SOURCE on Ubuntu
Konstantin Pavlov
3
-3
/
+18
2024-07-03
Packages: added Ubuntu 24.04 "noble" support
Konstantin Pavlov
1
-0
/
+14
[next]