summaryrefslogtreecommitdiffstats
path: root/lib.c
AgeCommit message (Expand)Author
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-01-01Convert copyright years to all use 4 digit years.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2015-01-26Corrected various spelling mistakes (most of them reported by codespell).Vincent Lefevre
2013-07-23fix typos in commentsOndřej Bílka
2013-03-04use mkdtemp() to create temporary directory rather than mktemp() followed by ...is
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2010-08-09rename mutt_sprintf() to safe_asprintf() to match the GNU extension that perf...Michael Elkins
2010-08-08add a malloc+sprintf combo functionMichael Elkins
2009-06-22Catch range errors when converting to long.Rocco Rutte
2009-06-21mutt_read_line(): make line counting ptr optionalRocco Rutte
2009-06-15Print timestamps in debug files. Closes #3263.Rocco Rutte
2009-06-01Add mutt_atos(), mutt_atoi() and mutt_atol() (strtol() wrappers)Rocco Rutte
2009-05-29Add flags to mutt_read_line() for EOL-stripping and continuation supportRocco Rutte
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-10-28Make some functions static.Emanuele Giaquinta
2008-07-02Use stat() instead of dirent->d_type to test for directory. Closes #3089.Vladimir Marek
2008-07-01Support displaying application/pgp-keys with GPGME.Brendan Cully
2008-06-26fflush before fsync and close. Closes #2962 again.Brendan Cully
2007-12-07Check definition of ENOTSUP before use (closes #2983)Rocco Rutte
2007-10-31Fall back to rename for ENOTSUP and EOPNOTSUPP too. Closes #2975rea-mutt
2007-04-10Fix some warningsBrendan Cully
2007-04-07bug #2871Michael Elkins
2007-04-06safe_rename: fall back to rename on ENOSYS and EPERM as well as EXDEV.Brendan Cully
2007-04-06Make safe_open with O_EXCL friendlier for NFS.Brendan Cully
2007-03-21Back out $umask.Brendan Cully
2007-03-02Add $umask for mailboxes and attachments.Brendan Cully
2007-01-02add debug harness to lib.c functions, and a bunch of dprint'sThomas Roessler
2006-10-09Even more paranoid temporary file creation.Thomas Roessler
2006-05-18Avoid safe_free() usage and add security checksRocco Rutte
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-08-06Report non-zero exit status of tunnel command. Closes: #1749.Brendan Cully
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2004-10-30safe_strcat, safe_strncat. Thanks to Ulf H. for noting the wrongThomas Roessler
2004-09-29Fix mutt_unlink race condition for systems without O_NOFOLLOW.Thomas Roessler
2004-04-12Don't open a file for writing that we have unlinked before. ReportedThomas Roessler
2003-10-04mutt_basename() was garbage.Thomas Roessler
2003-10-04This patch fixes various aspects of the attachment-savingThomas Roessler
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
2003-07-24Some functions/macros like isspace take an int and require theVincent Lefevre
2003-04-08Avoid a division by zero.Thomas Roessler
2003-04-08Try to catch a couple of cases in which parameters for malloc callsThomas Roessler
2002-12-13Fixing Thomas' screw-up in mutt_concat_path.David Shaw
2002-12-11Herbert Martin Dietze <herbert@the-little-red-haired-girl.org> notesThomas Roessler
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2002-04-29Fix #1171.Thomas Roessler
2002-02-05Use strcoll for the file browser. From David Champion.Thomas Roessler