aox:aox.git
2014-03-10 Abhijit Menon-SenDon't check lockSanity at startup v3.2.0
2014-03-10 Abhijit Menon-SenGenerate 'pid' for Postgres >= 9.3 and 'procpid' otherwise
2014-03-10 Abhijit Menon-SenMerge pull request #2 from felderado/patch-1
2014-03-10 felderadoUpdate schema.pg
2014-02-21 Arnt Gulbrandsendon't just-send-8 when the smarthost doesn't support EAI
2014-02-12 Arnt Gulbrandsenuse the new tsearch2 index on the subject field
2014-02-12 Arnt Gulbrandsenspel correctly, even
2014-02-12 Arnt Gulbrandsenspeed up searches on subject
2014-02-10 Arnt Gulbrandsenlog out idle clients faster.
2014-02-10 Arnt Gulbrandsenthread better/correctly
2014-02-06 Arnt Gulbrandsenstop fetching messages if a connection dies.
2014-02-06 Arnt Gulbrandsensimpler, more robust injection-time threading
2014-02-06 Abhijit Menon-SenHave to use SELECT to call a function
2014-01-15 Arnt Gulbrandsensend the citext lookup with fewer indirections.
2014-01-15 Arnt Gulbrandsenreject unknown addresses much faster
2014-01-15 Arnt Gulbrandsenavoid infinite loop. how evil.
2014-01-15 Arnt Gulbrandsenavoid pointing to Connection from Session
2014-01-15 Arnt GulbrandsenC=D is buggy. leads to memory blowup. disable for now.
2014-01-15 Arnt Gulbrandsenlet some short-lived objects be collected
2014-01-14 Arnt Gulbrandsenavoid pointing from Mailbox/Flag to Session
2014-01-14 Arnt Gulbrandsenclose the most resource-hungry connection if we use...
2014-01-11 Arnt Gulbrandsenold message-id-less messages aren't in any db thread.
2014-01-09 Arnt Gulbrandsenadd message-id even for inbound messages, so threading...
2014-01-09 Arnt Gulbrandsenavoid adding eternal objects for TlsThreads
2014-01-09 Arnt Gulbrandsentry harder to issue the citext lookup FIRST.
2014-01-09 Arnt Gulbrandsenthread correctly even when a message-id exists several...
2014-01-08 Arnt Gulbrandsenadd support for gmail-like message and thread IDs.
2013-12-10 Abhijit Menon-SenA few syntax fixes
2013-12-09 Arnt Gulbrandsenremove a few tabs and add braces around an else.
2013-12-09 Arnt Gulbrandsenbe compatible with what 'aox upgrade schema' makes.
2013-12-09 Arnt GulbrandsenMerge srb's various patches
2013-12-09 Stephen R.... Superfluous utf8 conversion omitted.
2013-12-09 Arnt GulbrandsenCast citext to test in 'select ... from'
2013-12-01 Stephen R.... Revert md5 anti-warning change, shut up gcc instead.
2013-12-01 Stephen R.... Fix multiple sieve responses.
2013-12-01 Stephen R.... Delivery to multiple mailboxes now actually works.
2013-12-01 Stephen R.... Fix endless parsing loop
2013-12-01 Stephen R.... Abort misbehaving overlapping POP3 sessions, detected...
2013-12-01 Stephen R.... Early delete of deleted messages in POP3 session. ...
2013-12-01 Stephen R.... Improved POP3 logging.
2013-12-01 Stephen R.... Use the DNS cache as a backup, in case DNS lookup ...
2013-12-01 Stephen R.... Simplify code and make sure it works with resolving...
2013-12-01 Stephen R.... Make Endpoint use the Resolver when evaluating configur...
2013-12-01 Stephen R.... Eliminate superfluous lower() calls.
2013-12-01 Arnt Gulbrandsenlet us we ignore the result of setreuid() if we want.
2013-12-01 Arnt Gulbrandsenbetter phrasing for the sql trigger to make aox act...
2013-12-01 Arnt GulbrandsenUpdate man page with correct version and date
2013-12-01 Arnt Gulbrandsenlearn the OID of citext at startup.
2013-12-01 Arnt GulbrandsenWork around text/citext prepare limitation
2013-12-01 Arnt Gulbrandsenit's 3.2.0. wow.
2013-11-29 Arnt Gulbrandsenlet us we ignore the result of setreuid() if we want.
2013-11-27 Arnt Gulbrandsenbetter phrasing for the sql trigger to make aox act...
2013-11-27 Arnt GulbrandsenUpdate man page with correct version and date
2013-11-27 Arnt Gulbrandsenlearn the OID of citext at startup.
2013-11-26 Arnt GulbrandsenWork around text/citext prepare limitation
2013-11-26 Abhijit Menon-SenMerge branch 'master' of ssh://strange/home/git/aox
2013-11-26 Abhijit Menon-SenCreate the citext extension in installer.cpp
2013-11-26 Arnt Gulbrandsenit's 3.2.0. wow.
2013-11-25 Abhijit Menon-SenFix typo
2013-11-22 Arnt Gulbrandsenupgade schema was broken for 96->97. fix.
2013-11-22 Arnt Gulbrandsendon't compile views.cpp, it's gone
2013-11-21 Arnt GulbrandsenRemove the views table and all use of it
2013-11-20 Arnt Gulbrandsenremoved some notes that are never going to get done
2013-11-20 Arnt Gulbrandsenmore on gmail compatibility
2013-10-11 Arnt Gulbrandsenavoid failure if citext is present already
2013-10-06 Arnt GulbrandsenTreat addresses properly case-insensitively when insert...
2013-10-06 Arnt GulbrandsenTreat localparts case-insensitively on injection
2013-10-06 Arnt Gulbrandsenavoid extra forking of serverProcesses is one
2013-10-06 Arnt GulbrandsenUse the schema with unicode-capable addresses
2013-10-06 Arnt Gulbrandsenmake MimeField::rfc822 be an override again.
2013-10-06 Arnt GulbrandsenEAI support now compiles
2013-10-06 Arnt Gulbrandsentesting against a->base is an off-by-one (sometimes)
2013-10-06 Arnt Gulbrandsenfix address deduplication
2013-10-06 Arnt Gulbrandsenvalid() is invariant in this loop and need not be called
2013-10-06 Arnt Gulbrandsenhandle addresses ins " æ <example@example.org>
2013-10-06 Arnt Gulbrandsenspeling
2013-10-06 Arnt GulbrandsenChange to better/more modern cipher suite preferences.
2013-10-06 Arnt Gulbrandsenreenable THREAD=*, since the bug that broke them if...
2013-10-06 Arnt Gulbrandsensend fewer autoreplies by default
2013-10-06 Arnt Gulbrandsendo not send autoreplies to *noreply* or mailer-daemon
2013-10-06 Arnt Gulbrandsenmake Address::localpart() and domain() return UString
2013-10-06 Arnt Gulbrandsenadd UString::section()
2013-10-06 Arnt Gulbrandsenadvertise EAI support for incoming mail
2013-10-06 Arnt GulbrandsenAdd support for RFC6531
2013-10-06 Arnt Gulbrandsencomplete 6855 input support
2013-10-06 Arnt GulbrandsenTHREAD does not take a charset.
2013-10-04 Arnt Gulbrandsencitext has type id 96087; accept that type ID properly
2013-10-04 Arnt Gulbrandsenbegin to add support for using TLS as a client.
2013-09-14 Arnt Gulbrandsenteach aox to compile correctly with clang (3.2)
2013-09-13 Arnt Gulbrandsenexpression order bugfix.
2013-09-12 Arnt GulbrandsenClean up singlepart multipart mail submitted by kaiten...
2013-08-05 Arnt GulbrandsenAlso handle downgrading from schema 96 to 95
2013-08-02 Abhijit Menon-SenMerge branch 'master' of ssh://strange/home/git/aox
2013-08-02 Abhijit Menon-SenRevision 96: convert addresses.{localpart,domain} to...
2013-07-30 Arnt GulbrandsenEliminate now-dead code (special cases for pg 8.1)
2013-07-30 Arnt Gulbrandsenrequire 9.1 at installation time too
2013-07-30 Abhijit Menon-SenRequire PostgreSQL 9.1.x at least
2013-07-16 Arnt GulbrandsenI like stable sort
2013-07-16 Arnt GulbrandsenMerge branch 'master' of ssh://strange.aox.org/home...
2013-07-16 Arnt GulbrandsenUpdate from internic (see jamfile)
next