aboutsummaryrefslogtreecommitdiff
path: root/libsylph
AgeCommit message (Expand)Author
2009-11-05show waiting dialog on creating folder tree after creating new IMAP account.hiro
2009-11-05fix for connection failure.hiro
2009-11-04sock_connect_with_timeout(): use non-blocking socket and select() for connect...hiro
2009-11-04fixed a bug that prohibited query search on IMAP folders. Don't call gtk_main...hiro
2009-11-02more fix for UID more than INT_MAX.hiro
2009-11-02don't allow parallel multiple command on IMAP.hiro
2009-10-29updated def files.hiro
2009-10-28sock_connect_async_thread(): fixed a crash when connection failed.hiro
2009-10-20fixed a bug that could not fetch UID more than INT_MAX.hiro
2009-10-16made tzoffset related functions thread-safe.hiro
2009-10-16libsylph: use itos_buf() because itos() is not thread-safe.hiro
2009-10-16made codeconv module thread-safe. update search window using timer.hiro
2009-10-13use g_atomic_int_{get,set} for thread terminate flags.hiro
2009-10-08fixed compilation without thread support.hiro
2009-10-07mh.c: mh_get_mtime(): fixed memory leak. Added global locks to each functions.hiro
2009-10-05removed some debug prints. uncommented code block for unix.hiro
2009-10-05imap_session_destroy(): free thread pool.hiro
2009-10-02execute imap_get_uncached_messages() in another thread.hiro
2009-10-01libsylph/imap.c: reimplemented using GThreadPool.hiro
2009-10-01libsylph/imap.c: refactored.hiro
2009-09-30execute imap_cmd_fetch() in another thread.hiro
2009-09-30execute imap_cmd_ok() in another thread.hiro
2009-09-30imap.c: connect in another thread.hiro
2009-09-29made writing to log file thread-safe.hiro
2009-09-29made GDK locks reentrant, and made LogWindow thread-safe.hiro
2009-09-25fixed the handling of GDK thread lock.hiro
2009-09-17disable threading if USE_THREADS is not set.hiro
2009-09-17introduced multi-threading.hiro
2009-09-15generate cache on adding messages.hiro
2009-09-15minor optimization: use g_slist_prepend() for mark/cache queue.hiro
2009-09-14use MsgFlagInfo struct for mark queue to reduce its memory usage.hiro
2009-09-14update summary cache on move/copy.hiro
2009-09-14update summary cache when importing from mbox.hiro
2009-09-14update summary caches on receiving.hiro
2009-09-03show progress when scanning folders.hiro
2009-08-20set_log_file(): open log file as text mode.hiro
2009-08-13added -version-info to libtool.hiro
2009-08-12emit remove-msg signal after add-msg for speedup.hiro
2009-08-11show progress bar on export. modified menu label and function names.hiro
2009-08-10remove comments from Content-Type charset parameter.hiro
2009-08-04show progressbar on mbox import.hiro
2009-06-10merged plugin-test branch into trunk.hiro
2009-03-17win32: use _commit().hiro
2009-03-17abort if fsync() fails.hiro
2009-03-17do fflush() and fsync() before fclose() when writing configuration files.hiro
2009-03-16unix: fixed infinite loop bug.hiro
2009-03-13win32: use CreateHardLink().hiro
2009-02-27modified the default command line option of spam filters.hiro
2008-12-26properly process lines longer than 8192 bytes.hiro
2008-12-15modified variable name.hiro