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
/
nxt_fs.c
(
follow
)
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
1
-2
/
+2
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
1
-1
/
+1
2024-06-18
fs: Rename nxt_fs_mkdir_parent() => nxt_fs_mkdir_dirname()
Alejandro Colomar
1
-1
/
+1
2023-04-03
Remove a useless assignment in nxt_fs_mkdir_all().
Andrew Clayton
1
-1
/
+1
2022-10-14
Fixed the build on MacOS (and others).
Andrew Clayton
1
-225
/
+0
2022-10-03
Socket: Created control socket & pid file directories.
Andrew Clayton
1
-0
/
+25
2020-10-30
Isolation: fixed passing custom options to nmount().
Valentin Bartenev
1
-4
/
+8
2020-10-29
Isolation: mounting of procfs by default when using "rootfs".
Tiago Natel de Moura
1
-20
/
+93
2020-08-20
Isolation: mount tmpfs by default.
Tiago Natel de Moura
1
-16
/
+60
2020-05-28
Added "rootfs" feature.
Tiago Natel de Moura
1
-0
/
+163