1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3/torture
Volker Lendecke f427d4ce65 Add a in-memory cache
This is a more general API that caches data with a LRU scheme. See
include/cache.h. No comments yet, I'm still working on it. But Jeremy has given
me a hint in one of his checkins that he would like to make use of this now.

The idea is that we get rid of all our silly little caches and merge them all
into one cache that we can then very easily trim, for example even with a
smbcontrol message if someone decides memory is tight. The main user is the
stat cache, this patch also converts the getwd cache. More caches to come.
(This used to be commit 7a911b3571)
2007-12-18 09:56:04 +01:00
..
cmd_vfs.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
denytest.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
locktest2.c Remove the char[1024] strings from dynconfig. Replace 2007-12-10 11:30:37 -08:00
locktest.c Remove the char[1024] strings from dynconfig. Replace 2007-12-10 11:30:37 -08:00
mangle_test.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
masktest.c Remove the char[1024] strings from dynconfig. Replace 2007-12-10 11:30:37 -08:00
msgtest.c Remove the char[1024] strings from dynconfig. Replace 2007-12-10 11:30:37 -08:00
nbio.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
nsstest.c pull_ascii_pstring is gone. 2007-12-04 17:05:33 -08:00
pdbtest.c Remove the char[1024] strings from dynconfig. Replace 2007-12-10 11:30:37 -08:00
samtest.h r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
scanner.c pull_ascii_pstring is gone. 2007-12-04 17:05:33 -08:00
smbiconv.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
t_asn1.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
t_push_ucs2.c r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500 2007-10-10 11:06:18 -05:00
t_strappend.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
t_strcmp.c r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500 2007-10-10 11:06:18 -05:00
t_stringoverflow.c The new string macros catch a bug at compile that previously only 2003-03-18 05:31:52 +00:00
t_strstr.c r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500 2007-10-10 11:06:18 -05:00
torture.c Add a in-memory cache 2007-12-18 09:56:04 +01:00
utable.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
vfstest.c Add a in-memory cache 2007-12-18 09:56:04 +01:00
vfstest.h r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00