Age | Commit message (Expand) | Author |
2018-05-27 | * Add new variable close-connection-timeout, which tells Alpine to close | Eduardo Chappa |
2018-05-22 | * error by 1 introduced in function that decrypts files, makes Alpine not | Eduardo Chappa |
2018-05-21 | * Add the "g" option to the select command that works in IMAP | Eduardo Chappa |
2018-05-21 | * Nothing to see here, this is just reformatting of the code to | Eduardo Chappa |
2018-05-20 | * Update git.conf and git.guess following the directions from | Eduardo Chappa |
2018-05-20 | * Move freeing for some SSL memory until after all connections are | Eduardo 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 by | Eduardo 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 | * Update of alpine.exe to the latest bits. | Eduardo Chappa |
2018-05-04 | * Quell remaining warnings in the compilation of Alpine in Visual | Eduardo 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-27 | * Add test for ca-bundle.crt for systems that provide it. | Eduardo Chappa |
2018-04-21 | * If verification of a signed message fails due to an error in verifying | Eduardo Chappa |
2018-04-21 | * The list of public certificates is freed before it is reused when | Eduardo Chappa |
2018-04-19 | * Replace body.c by body.obj in pith/makefile.wnt to fix | Eduardo Chappa |
2018-04-18 | * Fix compilation errors in Windows to include files pith/ical.c and | Eduardo Chappa |
2018-03-09 | * Some locales do not have a string for AM or PM (e.g. de_DE) which | Eduardo Chappa |
2018-03-08 | * Change the definition of some definitions of some enum types from | Eduardo Chappa |
2018-02-26 | * New version 2.21.999 | Eduardo Chappa |
2018-02-24 | Merge branch 'ical' | Eduardo Chappa |
2018-02-24 | * remove for now files ical.c and ical.h until we get to implement a | Eduardo Chappa |
2018-02-12 | * Crash when the body of a calendar is empty. Reported by Stefan | Eduardo Chappa |
2018-02-07 | * Change in type of icu[6] variable in pith/ical.c from char to unsigned char | Eduardo Chappa |
2018-02-03 | * tcp debug can be enabled using -d tcp or -d tcpdebug. I had to do this | Eduardo 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, which | Eduardo 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 STATUS | Eduardo Chappa |
2018-01-09 | * Change call from strncpy to memmove in pith/reply.c, in the | Eduardo Chappa |
2018-01-08 | * Make sure handles to see details of events are visible regardless | Eduardo Chappa |
2018-01-07 | * Redefine TLSv1_1_client_method and TLSv1_2_client_method | Eduardo Chappa |
2017-12-24 | * A few fixes to ical.c and mailview.c to avoid memory leaks, and | Eduardo Chappa |
2017-12-24 | * If the calendar invitation is part of the body of a message instead | Eduardo Chappa |
2017-12-22 | * Fix parsing of date for DTSTART and DTEND. The parser only recognized | Eduardo Chappa |
2017-12-14 | * Add smime.c and smkeys.c to pith/makefile.wnt, and update alpine.exe. | Eduardo Chappa |
2017-12-14 | temporary commit while I update master | Eduardo Chappa |
2017-12-10 | Initial commit for branch ical | Eduardo Chappa |
2017-12-09 | * A little bit more work on the repository. We do not commit files | Eduardo Chappa |
2017-12-04 | * New version 2.21.99 | Eduardo Chappa |
2017-12-02 | * Actually add alpine.exe to the repositoty. | Eduardo Chappa |
2017-12-02 | * Add /usr/local to add automatic support for ldap in Freebsd, | Eduardo Chappa |
2017-12-02 | * Update documentation to reflect that there was a change in the | Eduardo Chappa |
2017-12-02 | * Add binaries pico.exe, mailutil.exe, rpload.exe andd rpdump.exe | Eduardo Chappa |
2017-12-01 | * PC-Alpine builds with LibreSSL and supports S/MIME. | Eduardo Chappa |
2017-11-22 | * Add "remove password" command to the management screen for the | Eduardo Chappa |
2017-11-21 | * Completed the inclusion of the "95" patch submitted by Helmut Grohne. | Eduardo Chappa |