index
:
delta/lighttpd-git.git
master
personal/gstrauss/master
personal/stbuehler/1.4.48-mod-proxy-fix
personal/stbuehler/ci-build
personal/stbuehler/cleanup-build
personal/stbuehler/fix-fdevent
personal/stbuehler/leaks
personal/stbuehler/mod-csrf
personal/stbuehler/mod-csrf-old
git.lighttpd.net: lighttpd/lighttpd1.4.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fdevent.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[core] save errno before logging if execve() fails
Glenn Strauss
2020-01-26
1
-1
/
+2
*
[core] fall back to accept() if accept4() EPERM (fixes #2998)
Glenn Strauss
2020-01-26
1
-3
/
+12
*
[core] retry on some fdevent set/del temporary err
Glenn Strauss
2019-09-07
1
-12
/
+58
*
[core] fdevent_mkstemp_append() (shared)
Glenn Strauss
2019-03-16
1
-0
/
+22
*
[core] pass conf.follow_symlink in more places
Glenn Strauss
2019-03-10
1
-14
/
+33
*
[core] no SOCK_NONBLOCK on QNX 7.0
Glenn Strauss
2019-03-07
1
-0
/
+16
*
[core] pass (fdnode *) for registered fdevent fd
Glenn Strauss
2019-03-07
1
-25
/
+12
*
[core] perf: pass (fdnode *) to epoll and kqueue
Glenn Strauss
2019-03-07
1
-0
/
+1
*
[core] isolate fdevent processing
Glenn Strauss
2019-03-07
1
-2
/
+9
*
[core] remove fde_ndx member outside fdevents
Glenn Strauss
2019-03-07
1
-8
/
+4
*
[core] some fdevent code streamlining
Glenn Strauss
2019-03-07
1
-126
/
+90
*
[core] map FDEVENT_* to OS system event frameworks
Glenn Strauss
2019-02-17
1
-1
/
+3
*
[core] dispatch events from within event framework
Glenn Strauss
2019-02-13
1
-16
/
+0
*
[core] fdevent_process()
Glenn Strauss
2019-02-04
1
-16
/
+13
*
[core] check if SOCK_NONBLOCK is ignored (fixes #2883)
Glenn Strauss
2018-08-05
1
-5
/
+21
*
[core] some header cleanup
Glenn Strauss
2018-04-08
1
-0
/
+9
*
[core] fdevent_accept_listenfd() nonblock cloexec
Glenn Strauss
2018-03-25
1
-4
/
+20
*
[core] non-blocking write() to piped loggers
Glenn Strauss
2018-01-02
1
-0
/
+2
*
[core] discard from socket using recv MSG_TRUNC
Glenn Strauss
2017-12-11
1
-0
/
+22
*
[core] support POLLRDHUP, where available (#2743)
Glenn Strauss
2017-11-19
1
-1
/
+1
*
[core] isolate backend fdevent handler defs
Glenn Strauss
2017-11-03
1
-2
/
+145
*
[core] perf: more efficient fdevent_sched_run()
Glenn Strauss
2017-10-21
1
-14
/
+30
*
[core] fdevent setsockopt() helper functions
Glenn Strauss
2017-09-23
1
-0
/
+12
*
[core] SIGCHLD handle_waitpid hook for modules
Glenn Strauss
2017-09-10
1
-12
/
+26
*
[core] remove fdevent fcntl_set hook
Glenn Strauss
2017-07-29
1
-6
/
+3
*
[core] restart piped loggers if they exit (fixes #1393)
Glenn Strauss
2017-07-23
1
-16
/
+130
*
[core] fdevent_cycle_logger()
Glenn Strauss
2017-07-23
1
-0
/
+10
*
[core] fdevent_connect_status() shared code
Glenn Strauss
2017-07-15
1
-0
/
+9
*
[core] reduce exposure of unistd.h, other includes
Glenn Strauss
2017-07-15
1
-0
/
+1
*
[core] rename fd_close_on_exec()
Glenn Strauss
2017-07-15
1
-1
/
+1
*
[core] consolidate fork()/execve() code (#1393)
Glenn Strauss
2017-07-15
1
-0
/
+193
*
[core] fix compiler warnings on Mac OS X
Glenn Strauss
2017-06-13
1
-0
/
+2
*
[mod_proxy] fix typo identified by coverity
Glenn Strauss
2017-05-15
1
-4
/
+4
*
[core] no SOCK_CLOEXEC on Linux kernel < 2.6.27
Glenn Strauss
2017-04-15
1
-12
/
+56
*
[core] collect ioctl FIONREAD code
Glenn Strauss
2017-03-28
1
-1
/
+23
*
[core] include "fdevent.h" where needed
Glenn Strauss
2017-03-28
1
-1
/
+3
*
[core] remove some unused header includes
Glenn Strauss
2017-03-28
1
-2
/
+0
*
[core] default server.max-fds=4096 if unspecified (#2789)
Glenn Strauss
2017-02-28
1
-1
/
+1
*
[core] issue trace if max-fds too large (fixes #2789)
Glenn Strauss
2017-02-13
1
-1
/
+6
*
performance: use Linux extended syscalls and flags
Glenn Strauss
2016-09-24
1
-1
/
+65
*
fix mis-cast in unused code
Glenn Strauss
2016-08-25
1
-1
/
+1
*
[core] fix crash if ready events on abandoned fd (fixes #2748)
Glenn Strauss
2016-08-24
1
-2
/
+38
*
[core] better DragonFlyBSD support (fixes #2746)
Glenn Strauss
2016-08-20
1
-3
/
+5
*
[core] check if client half-closed TCP if POLLHUP (#2743)
Glenn Strauss
2016-08-06
1
-0
/
+32
*
[core] remove assert in fdevent_unregister()
Glenn Strauss
2016-07-07
1
-2
/
+0
*
[core] option to stream response body to client (fixes #949, #760, #1283, #1387)
Glenn Strauss
2016-06-19
1
-0
/
+24
*
always poll for client POLLHUP/POLLERR events (fixes #399)
Glenn Strauss
2016-04-18
1
-16
/
+13
*
consistent inclusion of config.h at top of files (fixes #2073)
Glenn Strauss
2016-03-19
1
-0
/
+2
*
add force_assert for more allocation results
Stefan Bühler
2016-01-30
1
-0
/
+3
*
force assertion: setting FD_CLOEXEC must work (if available)
Stefan Bühler
2014-02-16
1
-3
/
+9
[prev]
[next]