aboutsummaryrefslogtreecommitdiffstats
path: root/mod_gnutls.xcode/project.pbxproj
diff options
context:
space:
mode:
Diffstat (limited to 'mod_gnutls.xcode/project.pbxproj')
-rw-r--r--mod_gnutls.xcode/project.pbxproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/mod_gnutls.xcode/project.pbxproj b/mod_gnutls.xcode/project.pbxproj
index 08b50e1..8329c2e 100644
--- a/mod_gnutls.xcode/project.pbxproj
+++ b/mod_gnutls.xcode/project.pbxproj
@@ -23,8 +23,18 @@
23 refType = 2; 23 refType = 2;
24 sourceTree = SOURCE_ROOT; 24 sourceTree = SOURCE_ROOT;
25 }; 25 };
26 4541F3CF081DC7F1007457C1 = {
27 fileEncoding = 4;
28 isa = PBXFileReference;
29 lastKnownFileType = sourcecode.c.c;
30 name = gnutls_lua.c;
31 path = src/gnutls_lua.c;
32 refType = 4;
33 sourceTree = "<group>";
34 };
26 45B624630802F1E200CBFD9A = { 35 45B624630802F1E200CBFD9A = {
27 children = ( 36 children = (
37 4541F3CF081DC7F1007457C1,
28 4541F3BA081C4B1A007457C1, 38 4541F3BA081C4B1A007457C1,
29 4541F3C5081C4F2B007457C1, 39 4541F3C5081C4F2B007457C1,
30 45B6246D0802F20D00CBFD9A, 40 45B6246D0802F20D00CBFD9A,
ove anno credsGravatar Paul Querna 2005-04-06 | | | | | | | | - initial attempt at Server Name Extension - change to adding 'mod_gnutls' to the server sig instead of GnuTLS/ - fix for EOF/EOC/EOS buckets - 'general' code cleanups * checkpoint the work so far. The DBM cache needs a little more work.Gravatar Paul Querna 2005-04-05 | * - make memcahe optionalGravatar Paul Querna 2005-04-04 | | | | | | - update for 2.1.x branch changes. - some mucking around with the conf stuff * make this a generated fileGravatar Paul Querna 2005-04-04 | * updated header.Gravatar Paul Querna 2005-04-04 | * working support for a ssl session cache via memcached.Gravatar Paul Querna 2004-12-10 | * add check for apr_memcacheGravatar Paul Querna 2004-12-09 | * setting proper ignores.Gravatar Paul Querna 2004-12-02 | | | | | | | adding an empty cache files trying to fix >16kb writes. * input and output filtersGravatar Paul Querna 2004-09-28 | * rename structures.