Age | Commit message (Collapse) | Author | Files |
---|---|---|---|
2005-05-17 | Updated FSF addressalpha_0_6_90 | Sergey Poznyakoff | 48 |
2005-02-25 | (mu_sql_getpass) | Sergey Poznyakoff | 1 |
(mu_sql_password_type,mu_sql_expand_query): (mu_check_mysql_scrambled_password): New function | |||
2005-02-25 | (sieve_get_identifier,sieve_arg_error): New function. | Sergey Poznyakoff | 1 |
2005-02-23 | Remove posix/regex.h | Sergey Poznyakoff | 1 |
2005-02-23 | Include errno.h | Sergey Poznyakoff | 1 |
2005-01-05 | (mu_sql_dispatch.errstr): Changed return type to const char* | Sergey Poznyakoff | 1 |
2005-01-04 | (sieve_get_message_sender,stream_printf): New prototypes. | Sergey Poznyakoff | 1 |
2005-01-02 | Updated | Sergey Poznyakoff | 1 |
2005-01-01 | Generate errno.h | Sergey Poznyakoff | 1 |
2005-01-01 | A template for errno.h | Sergey Poznyakoff | 1 |
2005-01-01 | *** empty log message *** | Sergey Poznyakoff | 1 |
2004-12-06 | Added to the repository | Sergey Poznyakoff | 1 |
2004-12-06 | Added new error codes | Sergey Poznyakoff | 1 |
2004-12-06 | Added sql.h | Sergey Poznyakoff | 1 |
2004-11-17 | Initial version of libmu_cpp. | Wojciech Polak | 15 |
2004-11-15 | (MU_HEADER_X_EXPIRE_TIMESTAMP): New define | Sergey Poznyakoff | 1 |
2004-08-31 | (prog_stream_create): Changed type of the second argument to const char*. | Wojciech Polak | 1 |
(filter_prog_stream_create): Likewise. | |||
2004-08-20 | (list_set_destroy_item): Use __PMT in nested declarations. | Sergey Poznyakoff | 1 |
2004-08-20 | (MU_SCM_SYMBOL_VALUE): New define | Sergey Poznyakoff | 1 |
(_mu_scm_mailer,_mu_scm_debug): Removed externs. | |||
2004-08-07 | Minor changes. The screen is 80x24! | Sergey Poznyakoff | 1 |
2004-08-07 | [!ENABLE_NLS]: Define gettext() | Sergey Poznyakoff | 1 |
2004-08-06 | Include types.h | Sergey Poznyakoff | 1 |
2004-07-05 | (mu_register_extra_formats): New macro. | Sergey Poznyakoff | 1 |
(mu_register_all_formats): Call mu_register_extra_formats() | |||
2004-07-05 | (mu_register_all_mbox_formats): Removed nntp_record. It is not a *mailbox* ↵ | Sergey Poznyakoff | 1 |
format. | |||
2004-07-05 | (iterator_set_getitem): Changed declaration | Sergey Poznyakoff | 1 |
2004-07-05 | Enable NNTP. | Alain Magloire | 3 |
2004-07-01 | (iterator_current) | Sergey Poznyakoff | 1 |
(iterator_set_getitem): Changed proto (iterator_get_list): Removed. | |||
2004-07-01 | Fix the makefiles to copy sys/pop3.h and sys/nntp.h | Alain Magloire | 2 |
2004-07-01 | Now part of the distribution. | Alain Magloire | 6 |
2004-06-29 | mailutils/nntp.h mailutils/sys/nntp.h | Alain Magloire | 2 |
new declarations. | |||
2004-06-28 | (list_get_iterator): New function | Sergey Poznyakoff | 1 |
2004-06-28 | (iterator_create): Changed proto. | Sergey Poznyakoff | 1 |
(iterator_attach,iterator_detach,iterator_advance) (iterator_set_first,iterator_set_next) (iterator_set_getitem,iterator_set_finished_p) (iterator_set_dup,iterator_set_destroy): New functions. | |||
2004-06-23 | Forward declaration of struct timeval needed for the prototype of mu_fd_wait(). | Sergey Poznyakoff | 1 |
2004-06-23 | Provide a definition of scm_c_eval_string for Guile 1.4x | Sergey Poznyakoff | 1 |
2004-06-21 | new Macros and declarations. | Alain Magloire | 2 |
2004-06-15 | mailutils/nntp.h mailutils/sys/nntp.h | Alain Magloire | 2 |
adjustement to the headers. | |||
2004-06-13 | nntp.h sys/nntp.h | Alain Magloire | 2 |
Framework for NNTP. | |||
2004-06-12 | Revised use of const modifiers | Sergey Poznyakoff | 3 |
2004-06-09 | Forward declaration of struct timeval is needed for stream_wait(). | Sergey Poznyakoff | 1 |
2004-06-09 | (mu_decode_filter): New function | Sergey Poznyakoff | 1 |
(mu_default_fallback_mode): New variable. (mu_set_default_fallback): New function. | |||
2004-06-06 | (filter_iconv_create): New prototype. | Sergey Poznyakoff | 1 |
2004-06-04 | (MU_STREAM_STRICT): New flag | Sergey Poznyakoff | 1 |
2004-06-04 | (MU_ERR_BUFSPACE): New error code | Sergey Poznyakoff | 1 |
2004-06-03 | Use new stream functions | Sergey Poznyakoff | 1 |
2004-06-03 | (stream_get_fd) | Sergey Poznyakoff | 1 |
(stream_get_fd2,stream_set_fd): Removed (stream_get_transport2,stream_get_transport) (stream_wait,stream_set_get_transport2) (stream_set_wait): New functions | |||
2004-06-03 | (mu_fd_wait): New function | Sergey Poznyakoff | 1 |
2004-06-03 | (tls_stream_create) | Sergey Poznyakoff | 1 |
(tls_stream_create_client): Changed prototype | |||
2004-06-03 | (gsasl_stream_create): Changed prototype | Sergey Poznyakoff | 1 |
2004-06-03 | (mu_transport_t): New data type | Sergey Poznyakoff | 1 |
2004-06-02 | (MU_ERR_CONN_CLOSED,MU_ERR_PARSE): New error codes. | Sergey Poznyakoff | 1 |
(MU_ERR_NOENT): New error code. Use it instead of ENOENT to avoid misguiding diagnostics 'No such file or directory'. Use ENOENT only for its direct purpose. |