Displaying 7 results from an estimated 7 matches for "liblib_a_sources".
2007 Nov 19
1
src/lib/Makefile.am: a trivial ``$(srcdir)'' patch
...unicodemap.c
EXTRA_DIST = unicodemap.c unicodemap.pl
-unicodemap.c:
+$(srcdir)/unicodemap.c:
test -f UnicodeData.txt || wget http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
- perl unicodemap.pl < UnicodeData.txt > $@
+ perl $(srcdir)/unicodemap.pl < UnicodeData.txt > $@
liblib_a_SOURCES = \
backtrace-string.c \
2004 Oct 25
0
[PATCH] move iolist functions into separate file
.../usr/share/dontdiff -x debian dovecot-1.0-test51.vanilla/src/lib/Makefile.am dovecot-1.0-test51/src/lib/Makefile.am
--- dovecot-1.0-test51.vanilla/src/lib/Makefile.am 2004-10-05 19:28:42.000000000 +0400
+++ dovecot-1.0-test51/src/lib/Makefile.am 2004-10-24 16:35:44.000000000 +0400
@@ -31,6 +31,7 @@ liblib_a_SOURCES = \
ioloop-poll.c \
ioloop-select.c \
ioloop-epoll.c \
+ iolist.c \
lib.c \
lib-signals.c \
md4.c \
@@ -93,6 +94,7 @@ noinst_HEADERS = \
istream-internal.h \
ioloop.h \
ioloop-internal.h \
+ iolist.h \
lib.h \
lib-signals.h \
macros.h \
-------------- next part -------------...
2004 Oct 25
0
[PATCH] Request for testing: BSD kqueue ioloop handler
...ff -urpNX /usr/share/dontdiff dovecot-1.0-test51.vanilla/src/lib/Makefile.am dovecot-1.0-test51/src/lib/Makefile.am
--- dovecot-1.0-test51.vanilla/src/lib/Makefile.am 2004-10-25 14:09:22.000000000 +0400
+++ dovecot-1.0-test51/src/lib/Makefile.am 2004-10-25 14:06:45.000000000 +0400
@@ -31,6 +31,7 @@ liblib_a_SOURCES = \
ioloop-poll.c \
ioloop-select.c \
ioloop-epoll.c \
+ ioloop-kqueue.c \
iolist.c \
lib.c \
lib-signals.c \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: &l...
2004 Aug 30
0
[PATCH] [RFC] epoll based ioloop handler (now with patch)
...#endif /* IOLOOP_EPOLL */
diff -urpNX /usr/share/dontdiff dovecot-cvs.vanilla/src/lib/Makefile.am dovecot-cvs/src/lib/Makefile.am
--- dovecot-cvs.vanilla/src/lib/Makefile.am 2004-08-25 11:11:12.000000000 +0400
+++ dovecot-cvs/src/lib/Makefile.am 2004-08-25 19:35:19.000000000 +0400
@@ -30,6 +30,7 @@ liblib_a_SOURCES = \
ioloop-notify-dn.c \
ioloop-poll.c \
ioloop-select.c \
+ ioloop-epoll.c \
lib.c \
lib-signals.c \
md4.c \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: &l...
2003 Apr 16
1
PATCH Add support for kqueue in ioloop subsystem
...th no
problems.
To get it working: (bodge method)
> tar zxvf dovecot-0.99.8.1.tar.gz
> cp ioloop-kevent.c dovecot-0.99.8.1/src/lib/
> cd dovecot-0.99.8.1/
> ./configure
> vi config.h
1. replace IOLOOP_POLL (or IOLOOP_SELECT) with IOLOOP_KEVENT
> vi src/lib/Makefile
1. find liblib_a_SOURCES add ioloop-kevent.c to it
2. find liblib_a_OBJECTS add ioloop-kevent.$(OBJEXT) to it
> make
There is a paper on kqueue which includes a performance evaulation here:
http://people.freebsd.org/~jlemon/papers/kqueue.pdf
Thanks,
--
Dominic
<dom at cus.org.uk> <d.marks at student.um...
2005 Dec 15
2
Patch: More of kqueue() support.
...==================================================================
RCS file: /home/cvs/dovecot/src/lib/Makefile.am,v
retrieving revision 1.56
diff -u -p -d -r1.56 Makefile.am
--- src/lib/Makefile.am 14 Dec 2005 18:51:52 -0000 1.56
+++ src/lib/Makefile.am 15 Dec 2005 21:29:09 -0000
@@ -32,6 +32,7 @@ liblib_a_SOURCES = \
ioloop-notify-none.c \
ioloop-notify-dn.c \
ioloop-notify-inotify.c \
+ ioloop-notify-kqueue.c \
ioloop-poll.c \
ioloop-select.c \
ioloop-epoll.c \
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ioloop-notify-kqueue.c
Type: text/x-csrc
Size: 3416...
2005 Jun 15
6
Compressed maildir
Greetings,
I noticed a while back someone posted a patch/plugin that allowed Dovecot to
use compressed mbox files. I'm now wondering how far that would put us from
having compressed maildir? I have a server with more CPU than disk space, and
while I can buy more HDD space, my backup solution doesn't make that practical.
It seems to me that when looking for a message file, if it