common driver structs for routers
[exim.git] / src /
2024-08-10 Jeremy Harriscommon driver structs for routers
2024-08-09 Jeremy HarrisJSON: support loadable-module build
2024-08-09 Jeremy HarrisFix non-ldap build
2024-08-09 Jeremy HarrisBuild: Dynamic-load modules - quieten build, add to...
2024-08-08 Jeremy HarrisBuild: tidy dangling symlinks
2024-08-05 Jeremy HarrisFix DISABLE_EVENTS build
2024-08-05 Jeremy HarrisCompiler quietening. Bug 3107
2024-08-05 Jeremy HarrisFix SPA authenticator. Bug 3106
2024-08-01 Jeremy HarrisAdd smtp:fail: events
2024-07-31 Jeremy HarrisAdd $connection_id variable
2024-07-30 Jeremy HarrisContinued-transport: check interface option. Bug 1141
2024-07-29 Jeremy HarrisDebug: support printing strings with embedded NULs
2024-07-29 Jeremy HarrisLog & debug: care with 64b PIDs
2024-07-27 Jeremy Harristidying
2024-07-27 Jeremy HarrisFix dmbjz on sqlite
2024-07-26 Jeremy HarrisDebug: expansion conditions, hints deletes, retry deletes
2024-07-25 Jeremy HarrisBuild: move xtext routines out of auths drivers to...
2024-07-23 Jeremy HarrisFix dbmjz lookup
2024-07-23 Jeremy HarrisRetire Exim 3 up-conversion scripts and docs
2024-07-22 Jeremy HarrisSieve: add redirect router option for inbox name
2024-07-22 Jeremy HarrisMove control data for sieve into struct
2024-07-21 Jeremy HarrisDBM lookups: use dbfn layer interface
2024-07-20 Jeremy HarrisHintsdb: fix sqlite
2024-07-20 Jeremy HarrisBuild: fix for sqlite hintsdb
2024-07-19 Jeremy HarrisBuild: remove use of egrep
2024-07-19 Jeremy HarrisFix build with Solaris compiler
2024-07-18 Jeremy HarrisHintsDB: Support transactions with a TDB backend.
2024-07-16 Jeremy HarrisUse explicit O_CREAT for dbfn_open()
2024-07-16 Jeremy Harristidying
2024-07-16 Jeremy HarrisDebug: indents
2024-07-16 Jeremy HarrisBuild: drop printf-like annotations
2024-07-11 Jeremy HarrisMerge branch '4.next'
2024-07-10 Jeremy HarrisCopyright updates exim-4.98
2024-07-09 Jeremy Harristidying 4.next
2024-07-09 Jeremy Harristidying
2024-07-09 Jeremy HarrisDKIM: with dkim_verify_minimal, avoid calling ACL after...
2024-07-08 Jeremy HarrisDebug: add note on DANE unusability
2024-07-03 Jeremy HarrisCompiler quietening exim-4.98-RC3
2024-07-02 Jeremy HarrisMIME: support RFC 2331 for name=. Bug 3099
2024-07-01 Jeremy HarrisFix MIME parsing of filenames specified using multiple...
2024-06-29 Jeremy HarrisPass back more info from transport to delivery process
2024-06-29 Jeremy HarrisHintsdb: fix dumpdb for sqlite
2024-06-29 Jeremy HarrisHintsdb: fix dumpdb for sqlite
2024-06-28 Jeremy HarrisHintsdb: fix dumpdb for sqlite
2024-06-28 Jeremy HarrisHintsdb: fix dumpdb for sqlite
2024-06-27 Jeremy HarrisSplit out hintsdb backend shims to separate files
2024-06-27 Jeremy HarrisTransactions in retry hintsdb
2024-06-27 Jeremy HarrisHintsdb transactions
2024-06-20 Jeremy HarrisDebug: indentation
2024-06-19 Jeremy HarrisAvoid retry db lookups in first phase of 2-phase queue run
2024-06-19 Jeremy HarrisClear previous message results before continued-delivery
2024-06-19 Jeremy HarrisFix build with DISABLE_EVENT (proper spelling)
2024-06-18 Jeremy HarrisFix continued-transport with LIMITS
2024-06-18 Jeremy HarrisFix 2-phase, in-order queue run delivery order
2024-06-18 Jeremy HarrisFix 2-phase, in-order queue run delivery order exim-4.98-RC2
2024-06-17 Jeremy HarrisTransports: pass back next id for continued-transport
2024-06-17 Jeremy HarrisDebug: process exits
2024-06-15 Jeremy HarrisFix build with DISABLE_EVENT (proper spelling)
2024-06-14 Jeremy HarrisRemove interproc from continued-transport sequence
2024-06-13 Jeremy HarrisDebug: process exits exim-4.98-RC1
2024-06-13 Jeremy HarrisMerge branch 'master' into 4.next
2024-06-12 Jeremy HarrisHintsdb sqlite: use transaction rather than file lock
2024-06-10 Jeremy HarrisRefactor hintsdb lockfile acquisition
2024-06-09 Jeremy HarrisHintsdb: fix build config phase for sqlite
2024-06-09 Jeremy HarrisHintsbd: fix locking
2024-06-09 Jeremy HarrisConfig conflict checking vs. USE_SQLITE
2024-06-08 Jeremy HarrisHintsdb: fix build with USE_TDB
2024-06-07 Jeremy HarrisFix build with DISABLE_EVENTS
2024-06-07 Jeremy HarrisHintsdb: tidy coding for DB create
2024-06-07 Jeremy Harrissqlite hintsdb: safer create of table
2024-06-07 Jeremy HarrisUpdate copyright dates exim-4.98-RC0
2024-06-06 Jeremy HarrisHintsdb: USE_SQLITE build option
2024-06-06 Jeremy HarrisDocs: hintsdb internal APIs
2024-06-03 Jeremy HarrisUnbreak no-TLS build
2024-06-01 Jeremy HarrisLookups: dsearch subdir with leading "..". Bug 2994
2024-05-30 Jeremy HarrisSMTP WELLKNOWN extension
2024-05-26 Jeremy HarrisLookups: sub-path for dsearch
2024-05-20 Jeremy Harristidying
2024-05-20 Jeremy HarrisHandle MAIL-before-EHLO under smtp_max_synprot_errors...
2024-05-14 Jeremy HarrisDebug: typo
2024-05-12 Jeremy HarrisFix GNU/Hurd build. Bug 3044
2024-05-10 Jeremy HarrisTestsuite: fix munging for ipv6 dns
2024-05-09 Jeremy HarrisDebug: indent DNS ops
2024-05-09 Jeremy HarrisDebug: fix showing option name for list (vs. list content)
2024-05-06 Jeremy HarrisTestsuite: munge retry DB dumps for long pathnames
2024-05-05 Jeremy HarrisEvents: dns:fail Bug 3011
2024-05-04 Jeremy HarrisDebug: markup ASCII control-chars
2024-05-03 Jeremy Harrisconstify
2024-04-14 Jeremy Harristidying
2024-04-11 Jeremy HarrisUse compressed form of ipv6 in $sender_host_address...
2024-04-10 Jeremy HarrisDMARC: Avoid using Resent-From: header. Bug 3029
2024-04-05 Jeremy HarrisSRS: fix encode for local-part with zero-length quoted...
2024-04-04 Daniel GolleDebug: use difftime()
2024-04-04 Jeremy HarrisRetries: rework DB keys, and fix exinext IPv6. Bug...
2024-03-29 Jeremy Harrisinlining
2024-03-29 Jeremy HarrisLogging: fix receive-time crash with recipients-logging.
2024-03-27 Jeremy HarrisFix encoding for AUTH= on MAIL FROM
2024-03-27 Jeremy Harristypoes
2024-03-26 Jeremy Harristidying
2024-03-26 Jeremy Harristidying
next