- 20 Jan, 2003 4 commits
-
-
- 19 Jan, 2003 2 commits
-
-
- 18 Jan, 2003 28 commits
-
-
-
-
-
-
-
(mh_body_size,mh_check_message,mh_header_size) (mh_header_lines): Use mh_check_message() to make sure the message has been scanned.
Sergey Poznyakoff authored -
-
-
-
(builtin_package, builtin_package_string) (builtin_version): New functions.
Sergey Poznyakoff authored -
-
(istream, ostream): New streams. (pop3d_setio,pop3d_init_tls_server): Rewritten using streams. (pop3d_flush_output,pop3d_is_master): Likewise. (pop3d_outf,pop3d_readline): Likewise. (pop3d_deinit_tls_server): Removed. (pop3d_bye): New function.
Sergey Poznyakoff authored -
(istream, ostream): New statics. (util_send_lowlevel): Removed (util_send, util_out, util_finish, imap4d_readline) (util_flush_output): Rewritten using streams. (util_setio): Changed argument types (util_is_ofile): Removed. (util_is_master): New function. (imap4d_init_tls_server): Rewritten using TLS streams. (imap4d_deinit_tls_server): Removed. (util_bye): New function.
Sergey Poznyakoff authored -
-
-
(util_is_ofile): Removed. (util_is_master): New. (imap4d_deinit_tls_server): Removed.
Sergey Poznyakoff authored -
-
-
-
-
(stream_sequential_read,stream_sequential_readline) (stream_sequential_write): New functions for sequential access to stream. (stream_strerror): New function. Return stream-specific error description (if any).
Sergey Poznyakoff authored -
Added new member `offset' for support of sequential access functions. (_strerror): New method. Return stream-specific error description (if any).
Sergey Poznyakoff authored -
(file_stream_create): Register strerror function. (stdio_stream_create): Enable caching only if the file is not seekable and MU_STREAM_SEEKABLE bit is set in flags. Register different sets of (read,readline,write) handlers depending on the setting of MU_STREAM_SEEKABLE bit.
Sergey Poznyakoff authored -
(tls_stream_create): New declaration. (mu_check_tls_environment, mu_init_tls_libs) (mu_deinit_tls_libs): Added prototypes.
Sergey Poznyakoff authored -
(stream_sequential_read,stream_sequential_readline) (stream_sequential_write,stream_strerror): New functions.
Sergey Poznyakoff authored
-
- 17 Jan, 2003 6 commits
-
-