History log of /dovecot/src/lib/fd-util.h
Revision Date Author Comments Expand
e5f373495009b0dafb3670d759137070dd9b807f 05-Oct-2017 Josef 'Jeff' Sipek <jeff.sipek@dovecot.fi>

lib: don't use foo_real()-style symbols in a header file While there is precedent for symbols getting _real suffix to hide implementation details, all the existing symbols were static until the recent i_fd_close*() changes. This commit makes this true again.

713e3ec4daebf5e0a4057f925ed1aeb5766debd8 05-Oct-2017 Josef 'Jeff' Sipek <jeff.sipek@dovecot.fi>

lib: move i_fd_close*() to fd-util.[ch]

83b799ebdc3297b4b2fb7e7b54b3ea9fa2e5de27 05-Oct-2017 Josef 'Jeff' Sipek <jeff.sipek@dovecot.fi>

lib: move fd_close_maybe_stdio() to fd-util.[ch]

184d3a07c99f4622c16d99efc08d6516c2c8b48a 05-Oct-2017 Josef 'Jeff' Sipek <jeff.sipek@dovecot.fi>

lib: move fd_set_nonblock() to fd-util.[ch]

fa26ad32932ab2ce1b7e3b2b121bb2df886f5736 05-Oct-2017 Josef 'Jeff' Sipek <jeff.sipek@dovecot.fi>

lib: move fd-close-on-exec.[ch] code into fd-util.[ch]

df6b9bbcd01a383a021a770ea19e8533ee21d4aa 05-Oct-2017 Josef 'Jeff' Sipek <jeff.sipek@dovecot.fi>

lib: always include fd-close-on-exec.h & fd-set-nonblock.h via fd-util.h