217683437468663839ec9bb6c7d2892b98fae4f9 |
|
15-Jan-2017 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
dict-client: Support multiple values for lookups |
345fceae2f430dcad449f2a09598ba1a225116dd |
|
10-Jan-2017 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
dict-client: Pass through transaction timestamp to dict-server |
44c54229a117b8dab05eaff9c54ba61fbae9a39f |
|
21-Nov-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
dict-client: Server can now send command replies in any order.
This way one slow lookup doesn't block all the other ones.
This change keeps backwards compatibility in the dict protocol for both
client and server. |
8e1491e4924e3f9fc474a99438b6297b8d1ce1f3 |
|
21-Nov-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
dict-client: Add time spent in dict-server to "slow dict lookup" messages.
This way you can see if the slowness was due to some communication problem
between dict-client/server or internally in dict server.
This change keeps backwards compatibility in the dict protocol for both
client and server. |
fc494f157828dee9bb9885dd3630e9b7b45cdb25 |
|
21-Nov-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
dict-client: Code cleanup - handle tab-unescaping before callbacks. |
c5d27aee77dad4b10d6dd915b9cb4c8757c0e988 |
|
17-Jul-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
lib-dict: Added DICT_COMMIT_RET_WRITE_UNCERTAIN |
cbe2d47fda811fc56ba59cb2811c3fc26033b03c |
|
08-May-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
dict-client: Use standard str_tabescape-functions
There's no reason to reimplement them here separately. |
3fd02e831c32598deda589ae536fdaa4022d9750 |
|
29-Apr-2016 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
lib-dict: Further remove APPEND |
c02488b7f2d1eac2b4a8db0b6644bb00de32422e |
|
02-Sep-2015 |
Timo Sirainen <tss@iki.fi> |
lib-dict: Code cleanup - give name for enum dict_protocol_cmd/reply |
2aed6c2062317d1750f59c5c88e77d9f10967462 |
|
14-Aug-2012 |
Timo Sirainen <tss@iki.fi> |
dict: Implemented dict_append() |
842b049f6e2f8f88f7b69a182f5ad8e58f76f1df |
|
07-Sep-2009 |
Timo Sirainen <tss@iki.fi> |
lib-dict: Changed default dict socket name.
--HG--
branch : HEAD |
3954326e793bdef1e94e0ad781ed6cc7e48beebb |
|
07-Sep-2009 |
Timo Sirainen <tss@iki.fi> |
dict: Added support for async commits. Changed dict_atomic_inc() behavior.
--HG--
branch : HEAD |
4073f0dbf3277f981a8fcee3b89ea15aaf380a7f |
|
28-Jun-2009 |
Timo Sirainen <tss@iki.fi> |
dict proxy: Use base_dir as the default dict-server location.
--HG--
branch : HEAD |
1ed1ad066e4aa313e33dafedb892fb84946caceb |
|
29-May-2009 |
Timo Sirainen <tss@iki.fi> |
dict server works again.
--HG--
branch : HEAD |
03b10bd68ecd2307c7f505ddbdeee2d40a5d1441 |
|
20-Jan-2009 |
Timo Sirainen <tss@iki.fi> |
dict proxy: Handle async commits better.
--HG--
branch : HEAD |
e3fabe8d0faa9aab7cae2d0eee9653f581a3061d |
|
19-Oct-2008 |
Timo Sirainen <tss@iki.fi> |
Added a simple flat file dict backend.
--HG--
branch : HEAD |
c25356d5978632df6203437e1953bcb29e0c736f |
|
16-Sep-2007 |
Timo Sirainen <tss@iki.fi> |
Changed .h ifdef/defines to use <NAME>_H format.
--HG--
branch : HEAD |
419cf63077e755935ce105747d6ebc67b7d38a7f |
|
30-Jul-2006 |
Timo Sirainen <timo.sirainen@movial.fi> |
Berkeley DB dict support is now enabled only when using --with-db configure option.
--HG--
branch : HEAD |
92d1458b00f4f236c4cec96a696253d3bbf8b05a |
|
30-Jul-2006 |
Timo Sirainen <timo.sirainen@movial.fi> |
Dictionary changes: Added support for defining value's type. Key is still always a string. Added support for sorting the iteration replies. Added dict_unset(). Added Berkeley DB support. Most of the code written by Tianyan Liu.
--HG--
branch : HEAD |
663581ad89372ef1e4b4daa5c9708eb96e80571c |
|
17-Jun-2006 |
Timo Sirainen <tss@iki.fi> |
Instead of passing URIs directly to dictionary server, it now accepts only
named dictionaries which are configured in config file. SIGHUPing master now
restarts dict server.
--HG--
branch : HEAD |
47f7cae7358e8bcd6b417d097fc44970a488a07f |
|
14-Jan-2006 |
Timo Sirainen <tss@iki.fi> |
Don't use hardcoded /var/run/dovecot in dict-server path, but
PKG_RUNDIR/dict-server.
--HG--
branch : HEAD |
ff52f5c52ee6a4c8a9c79964d32b5d0ff0ae92e6 |
|
31-Dec-2005 |
Timo Sirainen <tss@iki.fi> |
Forgot to add
--HG--
branch : HEAD |