add some very efficient utf8 routines. more to come.
[apps/madmutt.git] / lib-crypt /
2006-12-13 Pierre Habouzitsome fixes, make mutt_decode_save_attachment coherent...
2006-12-13 Julien DanjouUse file descriptor instead of path for mutt_decode_sav...
2006-12-03 Julien DanjouUse p_new instead of xmalloc()
2006-12-03 Pierre Habouzitrework m_strformat so that it takes the cols number...
2006-12-03 Pierre Habouzitlet m_strformat accept NULL formats.
2006-12-02 Pierre Habouzitthe ‘kids don't do this at home’ commit.
2006-12-02 Pierre Habouzitlet the caller deal with M_FORMAT_ARROWCURSOR, not...
2006-12-02 Pierre Habouzitmutt_FormatString -> m_strformat (will soon end up...
2006-12-01 Pierre Habouzitmore documentation.
2006-11-30 Pierre Habouzitmore cosmetics.
2006-11-29 Pierre Habouzitvarious code simplifications.
2006-11-28 Pierre Habouzitremove reallocs, free and fix makedoc compilation
2006-11-28 Julien DanjouUse good m_ functions, because it smell like a flower...
2006-11-26 Julien DanjouRemove unused code
2006-11-26 Julien DanjouUse m_strncmp instead of strncmp
2006-11-26 Julien DanjouBetter error msg in gpgme
2006-11-26 Julien DanjouUse bette error msg too
2006-11-26 Julien DanjouReplace mutt_perror with good error msgs
2006-11-26 Julien DanjouUse m_tempfile and better errors msg
2006-11-26 Julien DanjouFix typo
2006-11-26 Julien DanjouUse m_tempfile()
2006-11-25 Pierre Habouzitfclose -> m_fclose
2006-11-25 Julien DanjouUse m_tempfile instead of mutt_mktemp (again and again)
2006-11-25 Pierre Habouzitsmall fixes, style and cosmetics.
2006-11-25 Julien DanjouUse m_tempfile instead of mutt_mktemp
2006-11-24 Pierre Habouzitsafe_fclose -> m_fclose, and is now inlined.
2006-11-24 Pierre Habouzitrevert bogus patch part.
2006-11-24 Julien DanjouClean up code and use m_tempfile instead of mutt_mktemp
2006-11-24 Pierre Habouzitremove some mutt_mktemp
2006-11-24 Pierre Habouzitsmall leftover
2006-11-24 Julien DanjouUse m_tempfile instead of mutt_mktemp
2006-11-18 Pierre Habouzitcreate the lib-mx now
2006-11-17 Julien DanjouFix compilation warnings in crypt-gpgme.c, cryptglue...
2006-11-17 Julien DanjouFix compilation warnings in pgp.c
2006-11-17 Pierre Habouzitremove a whole lot of #include mutt.h
2006-11-17 Pierre Habouzitrationnalize includes a lot:
2006-11-16 Pierre Habouzitsort out some prototypes, put them where they belong.
2006-11-16 Pierre Habouzitmove more things in the lib-mime
2006-11-16 Pierre Habouzitctors/dtors for BODY's
2006-11-16 Pierre Habouzitmove all the parameter related functions into the lib...
2006-11-15 Pierre Habouzitmove mutt_get_parameter -> parameter_getval into mime.c
2006-11-15 Pierre Habouzitfinish the "read" of charset.c
2006-11-14 Pierre Habouzitmore charset improvements.
2006-11-13 Pierre Habouzitremove most of the debug code: often makes the code...
2006-11-13 Pierre Habouzitcontinue the include dance
2006-11-13 Pierre Habouzitrework includes a bit
2006-11-13 Julien DanjouFix a bunch of warnings in imap code
2006-11-13 Pierre Habouzita whole lot of size_t -> ssize_t.
2006-11-13 Pierre Habouzitrationalize list handling in mutt a bit.
2006-11-12 Pierre Habouzitmove url.[hc] into the lib-lib.
2006-11-12 Pierre Habouzitexit system.c, mutt_system goes into lib-sys/
2006-11-11 Pierre Habouzitmove debug.c
2006-11-09 Pierre Habouzitmove menu.[hc].
2006-11-09 Pierre Habouzitp_clear should not be used with sizeof but *countof*
2006-11-09 Pierre Habouzitmove the last crypt-* things into lib-crypt, adapt...
2006-11-08 Pierre Habouzitmove more files.
2006-11-08 Pierre Habouzitbegin to move ui code into the lib-ui
2006-11-05 Pierre Habouzitpush some date functions in the lib-lib.
2006-11-05 Pierre Habouzitforgot to add Makefile.am
2006-11-05 Pierre Habouzitreorganize code a lot: create a lib-crypt with everythi...