summaryrefslogtreecommitdiff
path: root/pith
AgeCommit message (Expand)Author
2018-08-12 * Several changes to the compilation of Alpine in Windows to useEduardo Chappa
2018-08-12 * The call realpath(..., NULL) gives an error in Solaris, which means thatEduardo Chappa
2018-07-10 * Several improvements to the OPENINGTEXT type of tokens, including:Eduardo Chappa
2018-07-06 * Update configure script to remove the search for a linking tclEduardo Chappa
2018-07-06 * Remap UBOGON from 0xfffd to 0xfff8, since 0xfffd represents a missingEduardo Chappa
2018-07-04 * Kerberos was included twice in OSX due to a double definition of gssEduardo Chappa
2018-06-30 * Don't forget to update documentation...Eduardo Chappa
2018-06-30 * Width of characters is not always determined correctly when wcwidthEduardo Chappa
2018-06-27 * Add a similar modification to include the message from aEduardo Chappa
2018-06-27 * For S/MIME messages, replying to some signed messages might placeEduardo Chappa
2018-06-26 * When a message is of type multipart/mixed, and its first part isEduardo Chappa
2018-06-26 * Many mail programs might include attachments in an alternative htmlEduardo Chappa
2018-06-16 * Clear up some memory so that valgrind does not complain.Eduardo Chappa
2018-06-16 * Fix freeing history memory, and other changes to make Valgrind happy.Eduardo Chappa
2018-06-14 * More changes to make Valgrind happy.Eduardo Chappa
2018-06-01 * A few more modifications to make Valgrind happy.Eduardo Chappa
2018-05-27 * Add new variable close-connection-timeout, which tells Alpine to closeEduardo Chappa
2018-05-22 * error by 1 introduced in function that decrypts files, makes Alpine notEduardo Chappa
2018-05-21 * Add the "g" option to the select command that works in IMAPEduardo Chappa
2018-05-21 * Nothing to see here, this is just reformatting of the code toEduardo Chappa
2018-05-20 * Update git.conf and git.guess following the directions fromEduardo Chappa
2018-05-20 * Move freeing for some SSL memory until after all connections areEduardo Chappa
2018-05-19 * Clear history when closing alpine, for commands that keep it.Eduardo Chappa
2018-05-18 * Release memory of a conversion table to UTF-8, if this was created byEduardo Chappa
2018-05-13 * For a calendar entry with method PUBLISH, we show all entries in the cal...Eduardo Chappa
2018-05-13 * More changes to make Valgrind happy. Work in progress.Eduardo Chappa
2018-05-04 * Quell remaining warnings in the compilation of Alpine in VisualEduardo Chappa
2018-05-02 * Modified module pith/ical.c because it would not build with Visual Studi...Eduardo Chappa
2018-05-02 * Changes to make Valgrind happy. Work in progress.Eduardo Chappa
2018-04-21 * If verification of a signed message fails due to an error in verifyingEduardo Chappa
2018-04-21 * The list of public certificates is freed before it is reused whenEduardo Chappa
2018-04-19 * Replace body.c by body.obj in pith/makefile.wnt to fixEduardo Chappa
2018-04-18 * Fix compilation errors in Windows to include files pith/ical.c andEduardo Chappa
2018-03-09 * Some locales do not have a string for AM or PM (e.g. de_DE) whichEduardo Chappa
2018-03-08 * Change the definition of some definitions of some enum types fromEduardo Chappa
2018-02-26 * New version 2.21.999Eduardo Chappa
2018-02-24Merge branch 'ical'Eduardo Chappa
2018-02-12 * Crash when the body of a calendar is empty. Reported by StefanEduardo Chappa
2018-02-07 * Change in type of icu[6] variable in pith/ical.c from char to unsigned charEduardo Chappa
2018-01-28 * Different systems implement strncpy and memmove in different ways.Eduardo Chappa
2018-01-27 * Crash in forward_subject function, in the memmove function, whichEduardo Chappa
2018-01-26 * If a calendar entry has an entry that is not encoded in UTF-8,Eduardo Chappa
2018-01-21 * If the directory where Alpine saves the certificates if empty,Eduardo Chappa
2018-01-14 * Change to imap4r1.c to ignore text after a reply to a STATUSEduardo Chappa
2018-01-09 * Change call from strncpy to memmove in pith/reply.c, in theEduardo Chappa
2018-01-08 * Make sure handles to see details of events are visible regardlessEduardo Chappa
2018-01-07 * Redefine TLSv1_1_client_method and TLSv1_2_client_methodEduardo Chappa
2017-12-24 * A few fixes to ical.c and mailview.c to avoid memory leaks, andEduardo Chappa
2017-12-24 * If the calendar invitation is part of the body of a message insteadEduardo Chappa
2017-12-22 * Fix parsing of date for DTSTART and DTEND. The parser only recognizedEduardo Chappa