| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-07 | courier-unicode: improve compression of lookup tables | Sam Varshavchik | |
| 2021-03-07 | courier-unicode: Fix manual pages. | Sam Varshavchik | |
| 2021-03-06 | courier-unicode: fix unicode_bidi_embed | Sam Varshavchik | |
| 2021-03-02 | courier-unicode: handle pre-2.2 versioning. | Sam Varshavchik | |
| 2021-03-01 | Merge branch 'courier-1.0' | Sam Varshavchik | |
| 2021-03-01 | Bump version | Sam Varshavchik | |
| 2021-03-01 | Merge branch 'courier-1.0' | Sam Varshavchik | |
| 2021-03-01 | Fix handling of bad DNS queries. | Sam Varshavchik | |
| 2021-02-24 | More unicode functions. | Sam Varshavchik | |
| 2021-02-23 | Fix config file. | Sam Varshavchik | |
| 2021-02-23 | Changelog entry | Sam Varshavchik | |
| 2021-02-23 | Merge branch 'alpn' | Sam Varshavchik | |
| 2021-02-23 | courier-unicode: unicode_bidi_cleaned_size, unicode::bidi_override | Sam Varshavchik | |
| 2021-02-20 | Merge branch 'alpn' of monster:/home/var/www/gitrepos/courier-libs into alpn | Sam Varshavchik | |
| 2021-02-20 | Merge branch 'master' of monster:/home/var/www/gitrepos/courier-libs | Sam Varshavchik | |
| 2021-02-20 | courier-unicode: fix makefile issue on RHEL/CentOS 7 | Sam Varshavchik | |
| 2021-02-20 | Add support for ALPN. | Sam Varshavchik | |
| 2021-02-20 | Fix access(NULL) call, and a memory leak. | Sam Varshavchik | |
| Seems to be harmless. The memory leak is in a standalong couriertls process, which is mostly a nothing-burger. | |||
| 2021-02-20 | Fix memory leak. | Sam Varshavchik | |
| couriertls is a separate process anyway, so this seems to be a nothing-burger. | |||
| 2021-02-19 | Update changelog | Sam Varshavchik | |
| 2021-02-18 | Remove the IMAP_ENHANCEDIDLE setting. | Sam Varshavchik | |
| 2021-02-18 | Replace FAM/Gamin with inotify | Sam Varshavchik | |
| 2021-02-14 | Return an indication of whether the paragraph embedding level was defaulted. | Sam Varshavchik | |
| 2021-02-13 | 2021-02-13 Sam Varshavchik <mrsam@courier-mta.com> | Sam Varshavchik | |
| * courier-unicode-version.m4: split version checking macro into its own m4 file. * unicode::bidi_calc - an empty string with an explicit embedding level should return the requested embedding level. | |||
| 2021-02-09 | Bump version | Sam Varshavchik | |
| 2021-02-09 | Bump version | Sam Varshavchik | |
| 2021-02-05 | Fix UTF-8 addresses. | Sam Varshavchik | |
| 2021-01-06 | courier-unicode: implement bidi get_direction. | Sam Varshavchik | |
| 2020-12-11 | Merge branch 'master' of monster:/home/var/www/gitrepos/courier-libs into master | Sam Varshavchik | |
| 2020-12-10 | Fix macros. | Sam Varshavchik | |
| 2020-12-06 | courier-unicode: add original string flag to bidi_embed callback. | Sam Varshavchik | |
| 2020-12-06 | courier-unicode: partial logical reordering. | Sam Varshavchik | |
| 2020-12-06 | courier-unicode: partial cleanup of bidirectional strings. | Sam Varshavchik | |
| 2020-12-06 | Remove dead code in obsoleted userdb subdirectory - moved to courier-authlib. | Sam Varshavchik | |
| 2020-12-06 | LibreSSL compilation error. | Sam Varshavchik | |
| 2020-12-02 | unicode::bidi_reorder - add optional substring indices. | Sam Varshavchik | |
| 2020-12-01 | Merge development branch. | Sam Varshavchik | |
| 2020-12-01 | Merge branch 'master' of github.com:svarshavchik/courier-libs into master | Sam Varshavchik | |
| 2020-12-01 | Merge pull request #19 from andrejpodzimek/op_no_renegotiation | Sam Varshavchik | |
| Adding special TLS protocol names that disable client renegotiation. | |||
| 2020-12-01 | Adding special TLS protocol names that disable client renegotiation. | Andrej Podzimek | |
| 2020-12-01 | Factor out a separate setbnl. | Sam Varshavchik | |
| Also replace all references to "classes" with "types", for consistency. | |||
| 2020-12-01 | Merge branch 'master' of monster:/home/var/www/gitrepos/courier-libs into master | Sam Varshavchik | |
| 2020-11-30 | Break up bidi_calc into bidi_calc_types and bidi_calc_levels. | Sam Varshavchik | |
| 2020-11-30 | Fix failing test due to a now-fixed bug in courier-unicode. | Sam Varshavchik | |
| 2020-11-30 | imap: send Unicode alerts only for new messages. | Sam Varshavchik | |
| 2020-11-30 | Combine cleanup functions, add unicode::literals namespace. | Sam Varshavchik | |
| 2020-11-25 | Merge branch 'unicode-2.1' into master | Sam Varshavchik | |
| 2020-11-25 | Rebuild man pages. | Sam Varshavchik | |
| 2020-11-24 | Merge remote-tracking branch 'origin/unicode-2.1' into master | Sam Varshavchik | |
| 2020-11-24 | Fix bug triggered by cone. | Sam Varshavchik | |
| Parameters to memmove were reversed. len is the size of the buffer. len-pos-cnt characters were copied in error to position pos+cnt. As such this did not overflow. I.e. if len was 8 (eight chars), pos was 1 and cnt was 2, then 8-2-1=5 characters were copied to offset 3, right at the end of the buffer. This was just plain wrong. | |||
