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-06-18
fs: Make the full directory path for the pid file and the control socket
Alejandro Colomar
4
-5
/
+5
2024-06-18
fs: Correctly handle "/" in nxt_fs_mkdir_dirname()
Alejandro Colomar
1
-1
/
+2
2024-06-18
fs: Invert logic to reduce indentation in nxt_fs_mkdir_dirname()
Alejandro Colomar
1
-3
/
+6
2024-06-18
fs: Accept path names of length 1 in nxt_fs_mkdir_p()
Alejandro Colomar
1
-1
/
+1
2024-06-18
fs: Accept relative paths in nxt_fs_mkdir_p()
Alejandro Colomar
1
-1
/
+1
2024-06-18
fs: Use a temporary variable in nxt_fs_mkdir_p()
Alejandro Colomar
1
-6
/
+6
2024-06-18
fs: Use branchless code in nxt_fs_mkdir_p()
Alejandro Colomar
1
-5
/
+1
2024-06-18
fs: Rename nxt_fs_mkdir_all() => nxt_fs_mkdir_p()
Alejandro Colomar
4
-4
/
+4
2024-06-18
fs: Rename nxt_fs_mkdir_parent() => nxt_fs_mkdir_dirname()
Alejandro Colomar
4
-4
/
+4
2024-06-18
ci: tweak unitctl github release
Ava Hahn
1
-1
/
+18
2024-06-18
contrib: updated njs to 0.8.4
Konstantin Pavlov
3
-3
/
+3
2024-06-18
Docker: Bump containers to bookworm
Costas Drongos
1
-1
/
+1
2024-06-18
pkg/rpm: Remove deprecated rpm spec file items
Remi Collet
2
-16
/
+0
2024-06-18
tools/unitc: Redirect stderr for curl feature test
Liam Crilly
1
-1
/
+1
2024-06-14
fuzzing: Add a .gitattributes file
Andrew Clayton
1
-0
/
+1
2024-06-14
fuzzing: add a basic README
Arjun
1
-0
/
+68
2024-06-14
fuzzing: add a fuzzing seed corpus and dictionary
Arjun
36
-0
/
+127
2024-06-14
fuzzing: add fuzzing targets
Arjun
5
-0
/
+425
2024-06-14
fuzzing: add fuzzing infrastructure in build system
Arjun
9
-1
/
+144
2024-06-14
http: fix use-of-uninitialized-value bug
Arjun
1
-0
/
+1
2024-06-12
ci: Limit when to run checks on pull-requests
Andrew Clayton
1
-0
/
+7
2024-06-12
Tools: improved error handling for unitc
Liam Crilly
1
-24
/
+52
2024-06-10
Add a GitHub discussions badge to the README
Mike Jang
1
-0
/
+1
2024-06-07
Tests: print unit.log on unsuccessful unmount
Andrei Zeliankou
1
-0
/
+1
2024-06-07
Tests: explicitly specify 'f' prefix to format string before printing
Andrei Zeliankou
1
-1
/
+1
2024-05-29
ci: Be more specific when to run the main Unit checks
Andrew Clayton
1
-2
/
+8
2024-05-24
wasm: Add a missing 'const' qualifier in nxt_wasm_setup()
Andrew Clayton
1
-1
/
+1
2024-05-24
tstr: Constify the 'str' parameter to nxt_tstr_compile()
Andrew Clayton
2
-2
/
+2
2024-05-20
contrib: be quiet on unpack
Konstantin Pavlov
1
-4
/
+4
2024-05-20
Packaging: fix build-depends detection on debian-based systems
Konstantin Pavlov
1
-2
/
+2
2024-05-20
Packaging: added missing build dependencies to Makefiles
Konstantin Pavlov
2
-2
/
+2
2024-05-20
tools/unitctl: Replace format! with .to_string()
Gabor Javorszky
1
-1
/
+1
2024-05-20
tools/unitctl: Replace matching image name to matching command
Gabor Javorszky
1
-3
/
+4
2024-05-17
Add unitctl quickstart to README.md
Danielle De Leo
1
-27
/
+89
2024-05-15
Add GitHub workflows for extra coverage
Andrew Clayton
1
-0
/
+177
2024-05-14
.mailmap: Add an entry for Ava's GitHub address
Andrew Clayton
1
-0
/
+1
2024-05-14
ci: Add unit testing to unitctl CI workflow
Ava Hahn
2
-4
/
+62
2024-05-09
trigger unitctl CI on version tags of existing format
Ava Hahn
1
-3
/
+3
2024-05-09
Add unitctl build and release CI
Dylan Arbour
3
-1
/
+133
2024-05-09
tests: REQUEST_URI variable test with rewrite
Andrei Zeliankou
1
-0
/
+40
2024-05-09
tests: Change request_uri tests for changed behaviour
Gabor Javorszky
1
-4
/
+4
2024-05-09
http: Ensure REQUEST_URI immutability
Zhidao HONG
1
-27
/
+2
2024-05-09
http: Use consistent target in nxt_h1p_peer_header_send()
Zhidao HONG
1
-1
/
+1
2024-05-08
java: Update third-party components
Sergey A. Osokin
3
-13
/
+13
2024-05-08
tools/unitctl: enable passing IP addresses to the 'instances new' command
Ava Hahn
7
-81
/
+235
2024-05-08
tools/unitctl: clean up control socket impls
Ava Hahn
1
-87
/
+87
2024-05-08
tools/unitctl: Update host_path() to account for OSX special behaviour
Ava Hahn
2
-9
/
+32
2024-05-08
tools/unitctl: Improve quality of life on osx
Ava Hahn
2
-9
/
+23
2024-05-08
tools/unitctl: Readme fixes
Ava Hahn
1
-12
/
+12
2024-05-08
tools/unitctl: temporarily ignore issues with autogenerated readme
Ava Hahn
1
-0
/
+1
[next]