index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
httpd
/
logger.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
these programs (with common ancestry) had a -fno-common problem related
deraadt
2021-01-27
1
-1
/
+3
*
Don't leak access.log and error.log on reload.
tb
2020-12-31
1
-1
/
+2
*
Avoid opening log files on "no log"
kn
2019-05-02
1
-2
/
+2
*
NAME_MAX is the length of the thing between / / in a path *without*
florian
2018-02-07
1
-3
/
+3
*
spacing
reyk
2016-09-01
1
-3
/
+3
*
Kill (remove) the ps_pid from privsep struct since it is not being used
rzalamena
2016-08-30
1
-3
/
+3
*
Kill p_instance from proc.c and remove static proc_id unused variables.
rzalamena
2016-08-27
1
-5
/
+1
*
Replace the static env variables with a single global variable.
rzalamena
2016-08-26
1
-10
/
+8
*
stop including sys/param.h for nitems. define locally as needed.
tedu
2016-08-16
1
-2
/
+1
*
sync with relayd, use proc_compose()
reyk
2015-12-02
1
-3
/
+3
*
pledge(2) for httpd.
florian
2015-11-05
1
-1
/
+4
*
Change httpd(8) to use C99-style fixed-width integers (uintN_t instead
reyk
2015-08-20
1
-5
/
+5
*
Always check the return value of proc_composev_imsg() and handle failures
jsing
2015-04-11
1
-3
/
+11
*
spacing
reyk
2015-02-08
1
-2
/
+2
*
httpd is based on relayd and had included many headers that are only
reyk
2015-01-21
1
-6
/
+3
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+3
*
Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary.
guenther
2014-12-21
1
-1
/
+2
*
Allow the log directory to be configurable in the config file, rather than
beck
2014-11-11
1
-3
/
+3
*
Don't attempt to open log files when using syslog, as we are not going to
beck
2014-11-10
1
-1
/
+4
*
spacing
reyk
2014-08-06
1
-2
/
+2
*
avoid displaying a NULL pointer
jsg
2014-08-06
1
-2
/
+2
*
Improve logging to allow per- server/location log files. The log
reyk
2014-08-05
1
-33
/
+175
*
Print error message if the log files cannot be opened.
reyk
2014-08-04
1
-3
/
+7
*
Add initial support for log files in /var/www/logs/. Logging with
reyk
2014-08-04
1
-0
/
+164