libs-gsweb/Examples/hello
Dave Wetzel 93f2b82324 * Examples/hello/Main.m
add DirectAction to avoid error messages
* GSWeb.framework/GSWEmbeddedObject.m
include NSObject+GNUstepBase.h
* GSWeb.framework/GSWConfig.h
remove GSWOPTVALUE_AcceptedContentEncoding
* GSWeb.framework/GSWResponse.h
remove acceptedEncodings
add + compressableContentTypes
add + setCompressableContentTypes:
remove usesless @interface/@end 
* GSWeb.framework/GSWResponse.m
add compressableContentTypesCache
add + compressableContentTypes
add + setCompressableContentTypes:
remove acceptedEncodings
remove usesless @implementation/@end 
add _browserSupportsCompression:
refactor _finalizeContentEncodingInContext:
* GSWeb.framework/GSWConstants.h
* GSWeb.framework/GSWConstants.m
remove GSWOPT_AcceptedContentEncoding
* GSWeb.framework/GSWComponent.m
do not call setAcceptedEncodings on response.
* GSWeb.framework/GSWApplication.h
* GSWeb.framework/GSWApplication+Defaults.m
remove + acceptedContentEncoding
remove + acceptedContentEncodingArray
remove + setAcceptedContentEncoding:



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30697 72102866-910b-0410-8b05-ffd578937521
2010-06-13 21:51:06 +00:00
..
HelloPage.wo * GSWExtensionsGSW.framework/GSWFileUploadComponent.m 2010-06-05 21:08:12 +00:00
Main.wo * GSWExtensionsGSW.framework/GSWFileUploadComponent.m 2010-06-05 21:08:12 +00:00
Resources * GSWExtensions.framework/Makefile.preamble: Correct 2004-01-08 16:23:47 +00:00
GNUmakefile * Examples/hello/GNUmakefile 2010-06-04 07:23:59 +00:00
Hello.h * fixed memory leak 2010-04-22 04:28:50 +00:00
Hello.m * GSWExtensionsGSW.framework/GSWFileUploadComponent.m 2010-06-05 21:08:12 +00:00
Hello_main.m * fixed memory leak 2010-04-22 04:28:50 +00:00
HelloPage.h * Examples/hello/Main.m 2010-06-09 21:38:01 +00:00
HelloPage.m * hello/Hello.m, hello/HelloPage.m, hello/Hello_main.m, 2004-03-10 16:38:36 +00:00
INSTALL updated to flags really needed 2010-04-23 16:52:20 +00:00
Main.h * Examples/hello/Main.m 2010-06-09 21:38:01 +00:00
Main.m * Examples/hello/Main.m 2010-06-13 21:51:06 +00:00
Makefile.postamble 2001-12-11 Manuel Guesdon <mguesdon@orange-concept.com> 2001-12-11 14:35:30 +00:00
Makefile.preamble * gsweb.make.in 2003-06-01 22:00:18 +00:00