Updated copyright notices to include the year 2018.
global: start relying on i_close_fd(-1) being a no-op Cleanup performed with the following semantic patch: @@ expression E; @@ - if (E != -1) - i_close_fd(&E); + i_close_fd(&E);
Updated copyright notices to include the year 2017.
lib: Added o_stream_unix_write_fd() assert: fd>=0
lib: Added ostream-unix for writing fd sockets via ostream.