[dovecot-cvs] dovecot/src/lib-storage/register .cvsignore,NONE,1.1 Makefile.am,NONE,1.1
    cras at procontrol.fi 
    cras at procontrol.fi
       
    Wed Dec  4 20:28:40 EET 2002
    
        - Previous message: [dovecot-cvs] dovecot/src/lib-storage mail-sort.c,NONE,1.1 mail-sort.h,NONE,1.1 .cvsignore,1.2,1.3 Makefile.am,1.3,1.4 mail-storage.h,1.20,1.21
 
        - Next message: [dovecot-cvs] dovecot/src/lib-storage/index index-sort.c,NONE,1.1 index-sort.h,NONE,1.1 Makefile.am,1.5,1.6 index-search.c,1.46,1.47 index-storage.h,1.23,1.24
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /home/cvs/dovecot/src/lib-storage/register
In directory danu:/tmp/cvs-serv16863/src/lib-storage/register
Added Files:
	.cvsignore Makefile.am 
Log Message:
First implementation of SORT extension. String comparing still not up to
spec, so we don't advertise it in capability string yet. The code supports
getting the data partially pre-sorted to reduce memory usage and make it
faster. So, in future we could use this by creating sorted binary trees.
Also moved mail-storage-register.c into it's own .a lib to fix circular
dependencies.
--- NEW FILE: .cvsignore ---
*.la
*.lo
*.o
.deps
.libs
Makefile
Makefile.in
so_locations
mail-storage-register.c
--- NEW FILE: Makefile.am ---
noinst_LIBRARIES = libstorage-register.a
INCLUDES = \
	-I$(top_srcdir)/src/lib \
	-I$(top_srcdir)/src/lib-imap \
	-I$(top_srcdir)/src/lib-storage
libstorage_register_a_SOURCES = \
	mail-storage-register.c
DISTFILES = $(DIST_COMMON) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
distclean-generic:
	rm -f Makefile mail-storage-register.c
    
    
        
	- Previous message: [dovecot-cvs] dovecot/src/lib-storage mail-sort.c,NONE,1.1 mail-sort.h,NONE,1.1 .cvsignore,1.2,1.3 Makefile.am,1.3,1.4 mail-storage.h,1.20,1.21
 
	- Next message: [dovecot-cvs] dovecot/src/lib-storage/index index-sort.c,NONE,1.1 index-sort.h,NONE,1.1 Makefile.am,1.5,1.6 index-search.c,1.46,1.47 index-storage.h,1.23,1.24
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the dovecot-cvs
mailing list