lib-sql: SQL_DB_CACHE_CONTEXT now requires context Satisfies static analyzers
Updated copyright notices to include the year 2018.
Updated copyright notices to include the year 2017.
lib-sql: Memory leak fix when freeing sql dbs from cache Normally happened only at deinit.
global: freshen copyright git ls-files | xargs perl -p -i -e 's/(\d+)-201[0-5]/$1-2016/g;s/ (201[0-5]) Dovecot/ $1-2016 Dovecot/'
global: freshen copyright Robomatically: git ls-files | xargs perl -p -i -e 's/(\d+)-201[0-4]/$1-2015/g;s/ (201[0-4]) Dovecot/ $1-2015 Dovecot/' Happy 2015 everyone! Signed-off-by: Phil Carmody <phil@dovecot.fi>
Updated copyright notices to include year 2014.
Oops :) Update copyrights to 2013 without breaking all .c files.
Updated copyright notices to include year 2013.
Hash table API is now (mostly) type safe.
hash_table_create(): Removed table_pool parameter. Every single caller was using default_pool there, so there's no point in having it.
lib-sql db cache: Reaching max_unused_connections caused a crash later.
Updated copyright notices to include year 2012.
Updated copyright notices to include year 2011.
sql cache: Free all unused connections at deinit. --HG-- branch : HEAD
lib-sql: Renamed "sql pool" to "sql db cache", since that's what it is. --HG-- branch : HEAD