Fix indentation
[dockapps/wmnotify.git] / src /
2019-02-15 Hugo VilleneuveFix indentation
2019-02-15 Hugo VilleneuveFix compiler warning about inline function
2019-02-15 Hugo VilleneuveAdd debug log messages
2019-02-15 Hugo VilleneuveDisplay counter only with new mail animation in debug...
2017-01-14 Hugo VilleneuveImprove IMAP debug messages
2017-01-14 Hugo VilleneuveFix bug in IMAP debug output
2017-01-14 Hugo VilleneuveRemove clear text password in debug mode
2014-03-23 Hugo VilleneuveShorten GPLv2 licence text in header of each source...
2014-03-23 Hugo VilleneuveReplace u_intX by C99 uint_X
2013-11-06 Hugo VilleneuveFix application crash when IMAP LOGIN command failed
2013-11-06 Hugo VilleneuveFix automake warning about deprecated INCLUDES
2013-11-06 Hugo VilleneuveRemove display and geometry command line options
2013-11-06 Hugo VilleneuveAdd final executable to src/gitignore
2013-11-06 Hugo VilleneuveRemove custom rule to clean .deps, now supported by...
2013-11-06 Hugo VilleneuveGrouped XLib Window members in dockapp structure
2013-11-06 Hugo VilleneuveIndentation with GNU indent
2013-11-06 Hugo VilleneuveFix compilation warning with SSLv23_client_method()
2013-05-25 Hugo VilleneuveRemoved custom typedef
2013-05-25 Hugo VilleneuveRemoved temporary directory
2013-05-25 Hugo VilleneuveAdded optional IMAP folder name
2013-05-25 Hugo VilleneuveRemoved custom Makefile rule for silent compilation...
2013-05-25 Hugo VilleneuveAdded SSLv3 and TLSv1 methods in addition to SSLv2
2013-05-25 Hugo VilleneuveAdded GPL license header to all source files
2013-05-25 Hugo VilleneuveAdded installation instructions for missing libraries
2013-05-25 Hugo VilleneuveForbid enabling use_ssl=1 in configuration file if...
2013-05-25 Hugo VilleneuveFixed a bug when receiving more than 1024 bytes from...
2013-05-25 Hugo VilleneuveReplaced deprecated function OpenSSL_add_all_algorithms()
2013-05-25 Hugo VilleneuveAdded <stdbool.h> for standard bool definitions
2013-05-25 Hugo VilleneuveNow creating the default configuration file with correc...
2013-05-25 Hugo VilleneuveCode reformatting
2013-05-25 Hugo VilleneuveAdded a visual notification that a double-click has...
2013-05-25 Hugo VilleneuveReplaced use of perror() with herror() for obtaining...
2013-05-25 Hugo VilleneuveAdded more verbose messages for SSL read operations
2013-05-25 Hugo VilleneuveRemoved no more used hv-debug macro
2013-05-25 Hugo VilleneuveFixed bug when response is broken into multiple packets
2013-05-25 Hugo VilleneuveAdded support for IMAP4 commands that may span multiple...
2013-05-25 Hugo VilleneuveCleanup of autoconf files