mod-xhtml-neg-cvs Mailing List for XHTML negotiation module
Brought to you by:
run2000
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
(51) |
Apr
(37) |
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Nicholas C. <ru...@us...> - 2008-01-02 11:37:40
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2661 Modified Files: Doxyfile Log Message: Update the version number in the Doxygen file. Index: Doxyfile =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/Doxyfile,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Doxyfile 11 Jun 2004 11:38:43 -0000 1.8 --- Doxyfile 2 Jan 2008 11:37:35 -0000 1.9 *************** *** 24,28 **** # if some version control system is used. ! PROJECT_NUMBER = 1.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) --- 24,28 ---- # if some version control system is used. ! PROJECT_NUMBER = 1.0a # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) |
From: Nicholas C. <ru...@us...> - 2008-01-02 11:19:17
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27115 Modified Files: mod_xhtml_neg.c Log Message: Update file documentation, version number to 1.0a. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.c,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** mod_xhtml_neg.c 2 Jan 2008 11:15:38 -0000 1.34 --- mod_xhtml_neg.c 2 Jan 2008 11:19:12 -0000 1.35 *************** *** 77,82 **** * * @author Nicholas Cull <ru...@us...> ! * @date 1 March 2004 ! * @version 1.0 * * @history --- 77,82 ---- * * @author Nicholas Cull <ru...@us...> ! * @date 2 January 2008 ! * @version 1.0a * * @history *************** *** 91,94 **** --- 91,95 ---- * 1.0 pre 1 Prepare for stable release \n * 1.0 First stable release \n + * 1.0a Small fix to avoid processing subrequests (Apache 2.x only) \n * * @directive *************** *** 106,110 **** * @file * The main source file for the mod_xhtml_neg module. This file implements ! * the module for Apache 2.0.x servers. */ --- 107,111 ---- * @file * The main source file for the mod_xhtml_neg module. This file implements ! * the module for Apache 2.x servers. */ |
From: Nicholas C. <ru...@us...> - 2008-01-02 11:15:45
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25454 Modified Files: mod_xhtml_neg.c Log Message: Small fix: only service the main request, not any subrequests. This avoids a problem where an ETag may be modified twice. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.c,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** mod_xhtml_neg.c 11 Jun 2004 11:38:43 -0000 1.33 --- mod_xhtml_neg.c 2 Jan 2008 11:15:38 -0000 1.34 *************** *** 1390,1393 **** --- 1390,1398 ---- }; + /* Only work on the main request - no subrequests. */ + if( r->main != NULL ) { + return DECLINED; + } + /* Return OK if either active isn't ON, or stars_ignore is 0. */ if( conf->active != active_on ) { |
From: <ru...@us...> - 2004-06-11 12:23:56
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21018 Modified Files: mod_xhtml_neg.html Log Message: Removed link home at bottom of the page. Index: mod_xhtml_neg.html =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mod_xhtml_neg.html 22 Apr 2004 12:08:20 -0000 1.3 --- mod_xhtml_neg.html 11 Jun 2004 12:23:45 -0000 1.4 *************** *** 166,171 **** correctly negotiated content to user-agents.</p> <hr /> - - <p>Back <a href="./">home</a>.</p> </body> </html> --- 166,169 ---- |
From: <ru...@us...> - 2004-06-11 12:13:33
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13041 Modified Files: mod_xhtml_neg.html Log Message: Remove home link at bottom of page. Index: mod_xhtml_neg.html =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mod_xhtml_neg.html 22 Apr 2004 12:08:32 -0000 1.4 --- mod_xhtml_neg.html 11 Jun 2004 12:13:23 -0000 1.5 *************** *** 166,171 **** correctly negotiated content to user-agents.</p> <hr /> - - <p>Back <a href="./">home</a>.</p> </body> </html> --- 166,169 ---- |
From: <ru...@us...> - 2004-06-11 11:38:53
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15655 Modified Files: Doxyfile mod_xhtml_neg.c Log Message: Prepare for 1.0 stable release. Index: Doxyfile =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/Doxyfile,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Doxyfile 22 Apr 2004 11:06:34 -0000 1.7 --- Doxyfile 11 Jun 2004 11:38:43 -0000 1.8 *************** *** 24,28 **** # if some version control system is used. ! PROJECT_NUMBER = 1.0 pre 1 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) --- 24,28 ---- # if some version control system is used. ! PROJECT_NUMBER = 1.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.c,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** mod_xhtml_neg.c 22 Apr 2004 12:05:23 -0000 1.32 --- mod_xhtml_neg.c 11 Jun 2004 11:38:43 -0000 1.33 *************** *** 78,82 **** * @author Nicholas Cull <ru...@us...> * @date 1 March 2004 ! * @version 1.0 pre 1 * * @history --- 78,82 ---- * @author Nicholas Cull <ru...@us...> * @date 1 March 2004 ! * @version 1.0 * * @history *************** *** 90,93 **** --- 90,94 ---- * 0.94 Parse q-values correctly irrespective of system locale \n * 1.0 pre 1 Prepare for stable release \n + * 1.0 First stable release \n * * @directive |
From: <ru...@us...> - 2004-06-11 11:38:14
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15217 Modified Files: Doxyfile mod_xhtml_neg.c Log Message: Prepare for 1.0 stable release. Index: Doxyfile =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/Doxyfile,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Doxyfile 22 Apr 2004 11:06:11 -0000 1.7 --- Doxyfile 11 Jun 2004 11:38:05 -0000 1.8 *************** *** 24,28 **** # if some version control system is used. ! PROJECT_NUMBER = 1.0 pre 1 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) --- 24,28 ---- # if some version control system is used. ! PROJECT_NUMBER = 1.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.c,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** mod_xhtml_neg.c 22 Apr 2004 12:05:07 -0000 1.46 --- mod_xhtml_neg.c 11 Jun 2004 11:38:05 -0000 1.47 *************** *** 78,82 **** * @author Nicholas Cull <ru...@us...> * @date 1 March 2004 ! * @version 1.0 pre 1 * * @history --- 78,82 ---- * @author Nicholas Cull <ru...@us...> * @date 1 March 2004 ! * @version 1.0 * * @history *************** *** 90,93 **** --- 90,94 ---- * 0.94 Parse q-values correctly irrespective of system locale \n * 1.0 pre 1 Prepare for stable release \n + * 1.0 First stable release \n * * @directive |
From: <ru...@us...> - 2004-04-22 12:08:42
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1112 Modified Files: mod_xhtml_neg.html Log Message: Minor fix to the HTML file. Index: mod_xhtml_neg.html =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mod_xhtml_neg.html 1 Apr 2004 09:39:57 -0000 1.3 --- mod_xhtml_neg.html 22 Apr 2004 12:08:32 -0000 1.4 *************** *** 160,164 **** negotiated content when the request is sent using HTTP 1.0. By default, caching is disabled due to problems with HTTP 1.0 proxies ! being unable to reliably give user agent the correct content-type.</p> <p>For HTTP 1.1 (and later) this directive has no effect, since --- 160,164 ---- negotiated content when the request is sent using HTTP 1.0. By default, caching is disabled due to problems with HTTP 1.0 proxies ! being unable to reliably give user agents the correct content-type.</p> <p>For HTTP 1.1 (and later) this directive has no effect, since |
From: <ru...@us...> - 2004-04-22 12:08:29
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1072 Modified Files: mod_xhtml_neg.html Log Message: Minor fix to the HTML file. Index: mod_xhtml_neg.html =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mod_xhtml_neg.html 1 Apr 2004 09:39:20 -0000 1.2 --- mod_xhtml_neg.html 22 Apr 2004 12:08:20 -0000 1.3 *************** *** 160,164 **** negotiated content when the request is sent using HTTP 1.0. By default, caching is disabled due to problems with HTTP 1.0 proxies ! being unable to reliably give user agent the correct content-type.</p> <p>For HTTP 1.1 (and later) this directive has no effect, since --- 160,164 ---- negotiated content when the request is sent using HTTP 1.0. By default, caching is disabled due to problems with HTTP 1.0 proxies ! being unable to reliably give user agents the correct content-type.</p> <p>For HTTP 1.1 (and later) this directive has no effect, since |
From: <ru...@us...> - 2004-04-22 12:05:32
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv484 Modified Files: mod_xhtml_neg.c Log Message: Doxygen nit. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.c,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** mod_xhtml_neg.c 22 Apr 2004 11:13:39 -0000 1.31 --- mod_xhtml_neg.c 22 Apr 2004 12:05:23 -0000 1.32 *************** *** 74,79 **** * Etags should be unique for each content-type returned. This is done by * adding our own suffix to Etag headers when a negotiation is successful. ! * The suffix is a hash of the content-type header value returned to the ! * client. * * @author Nicholas Cull <ru...@us...> --- 74,78 ---- * Etags should be unique for each content-type returned. This is done by * adding our own suffix to Etag headers when a negotiation is successful. ! * The suffix is a hash of the content-type value returned to the client. * * @author Nicholas Cull <ru...@us...> |
From: <ru...@us...> - 2004-04-22 12:05:17
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv423 Modified Files: mod_xhtml_neg.c Log Message: Doxygen nit. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.c,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** mod_xhtml_neg.c 22 Apr 2004 11:14:04 -0000 1.45 --- mod_xhtml_neg.c 22 Apr 2004 12:05:07 -0000 1.46 *************** *** 74,79 **** * Etags should be unique for each content-type returned. This is done by * adding our own suffix to Etag headers when a negotiation is successful. ! * The suffix is a hash of the content-type header value returned to the ! * client. * * @author Nicholas Cull <ru...@us...> --- 74,78 ---- * Etags should be unique for each content-type returned. This is done by * adding our own suffix to Etag headers when a negotiation is successful. ! * The suffix is a hash of the content-type value returned to the client. * * @author Nicholas Cull <ru...@us...> |
From: <ru...@us...> - 2004-04-22 11:14:12
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22418 Modified Files: mod_xhtml_neg.c Log Message: Update Doxygen for 1.0 prerelease. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.c,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** mod_xhtml_neg.c 22 Apr 2004 11:06:12 -0000 1.44 --- mod_xhtml_neg.c 22 Apr 2004 11:14:04 -0000 1.45 *************** *** 74,77 **** --- 74,79 ---- * Etags should be unique for each content-type returned. This is done by * adding our own suffix to Etag headers when a negotiation is successful. + * The suffix is a hash of the content-type header value returned to the + * client. * * @author Nicholas Cull <ru...@us...> *************** *** 88,91 **** --- 90,94 ---- * 0.93 Use a better hash function for ETag uniqueness \n * 0.94 Parse q-values correctly irrespective of system locale \n + * 1.0 pre 1 Prepare for stable release \n * * @directive |
From: <ru...@us...> - 2004-04-22 11:13:47
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22310 Modified Files: mod_xhtml_neg.c Log Message: Update Doxygen for 1.0 prerelease. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.c,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** mod_xhtml_neg.c 22 Apr 2004 11:06:35 -0000 1.30 --- mod_xhtml_neg.c 22 Apr 2004 11:13:39 -0000 1.31 *************** *** 74,77 **** --- 74,79 ---- * Etags should be unique for each content-type returned. This is done by * adding our own suffix to Etag headers when a negotiation is successful. + * The suffix is a hash of the content-type header value returned to the + * client. * * @author Nicholas Cull <ru...@us...> *************** *** 88,91 **** --- 90,94 ---- * 0.93 Use a better hash function for ETag uniqueness \n * 0.94 Parse q-values correctly irrespective of system locale \n + * 1.0 pre 1 Prepare for stable release \n * * @directive |
From: <ru...@us...> - 2004-04-22 11:06:44
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20727 Modified Files: Doxyfile mod_xhtml_neg.c Log Message: Prepare for pre-release build. Index: Doxyfile =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/Doxyfile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Doxyfile 15 Apr 2004 13:59:39 -0000 1.6 --- Doxyfile 22 Apr 2004 11:06:34 -0000 1.7 *************** *** 24,28 **** # if some version control system is used. ! PROJECT_NUMBER = 0.95 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) --- 24,28 ---- # if some version control system is used. ! PROJECT_NUMBER = 1.0 pre 1 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.c,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** mod_xhtml_neg.c 16 Apr 2004 11:59:53 -0000 1.29 --- mod_xhtml_neg.c 22 Apr 2004 11:06:35 -0000 1.30 *************** *** 77,81 **** * @author Nicholas Cull <ru...@us...> * @date 1 March 2004 ! * @version 0.95 * * @history --- 77,81 ---- * @author Nicholas Cull <ru...@us...> * @date 1 March 2004 ! * @version 1.0 pre 1 * * @history |
From: <ru...@us...> - 2004-04-22 11:06:23
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20675 Modified Files: Doxyfile mod_xhtml_neg.c Log Message: Prepare for pre-release build. Index: Doxyfile =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/Doxyfile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Doxyfile 15 Apr 2004 13:59:22 -0000 1.6 --- Doxyfile 22 Apr 2004 11:06:11 -0000 1.7 *************** *** 24,28 **** # if some version control system is used. ! PROJECT_NUMBER = 0.95 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) --- 24,28 ---- # if some version control system is used. ! PROJECT_NUMBER = 1.0 pre 1 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.c,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** mod_xhtml_neg.c 16 Apr 2004 11:59:01 -0000 1.43 --- mod_xhtml_neg.c 22 Apr 2004 11:06:12 -0000 1.44 *************** *** 77,81 **** * @author Nicholas Cull <ru...@us...> * @date 1 March 2004 ! * @version 0.95 * * @history --- 77,81 ---- * @author Nicholas Cull <ru...@us...> * @date 1 March 2004 ! * @version 1.0 pre 1 * * @history |
From: <ru...@us...> - 2004-04-16 12:00:02
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13001 Modified Files: mod_xhtml_neg.c Log Message: Simplify the mod_xhtml_strempty macro slightly. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.c,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** mod_xhtml_neg.c 15 Apr 2004 13:59:39 -0000 1.28 --- mod_xhtml_neg.c 16 Apr 2004 11:59:53 -0000 1.29 *************** *** 150,157 **** * * @param str a string pointer, possibly NULL, to be tested ! * @return non-zero if the pointer is NULL, or points to a zero-length ! * string, otherwise zero */ ! #define mod_xhtml_strempty(str) ((((str) == NULL) || (*(str) == '\0')) ? 1 : 0) /** --- 150,157 ---- * * @param str a string pointer, possibly NULL, to be tested ! * @return a true value if the pointer is NULL, or points to a zero-length ! * string, otherwise a false value */ ! #define mod_xhtml_strempty(str) (((str) == NULL) || (*(str) == '\0')) /** |
From: <ru...@us...> - 2004-04-16 11:59:10
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12821 Modified Files: mod_xhtml_neg.c Log Message: Simplify the mod_xhtml_strempty macro slightly. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.c,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** mod_xhtml_neg.c 15 Apr 2004 13:59:22 -0000 1.42 --- mod_xhtml_neg.c 16 Apr 2004 11:59:01 -0000 1.43 *************** *** 147,154 **** * * @param str a string pointer, possibly NULL, to be tested ! * @return non-zero if the pointer is NULL, or points to a zero-length ! * string, otherwise zero */ ! #define mod_xhtml_strempty(str) ((((str) == NULL) || (*(str) == '\0')) ? 1 : 0) /** --- 147,154 ---- * * @param str a string pointer, possibly NULL, to be tested ! * @return a true value if the pointer is NULL, or points to a zero-length ! * string, otherwise a false value */ ! #define mod_xhtml_strempty(str) (((str) == NULL) || (*(str) == '\0')) /** |
From: <ru...@us...> - 2004-04-15 13:59:55
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22489 Modified Files: Doxyfile mod_xhtml_neg.c Log Message: Update version number. Index: Doxyfile =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/Doxyfile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Doxyfile 1 Apr 2004 10:57:16 -0000 1.5 --- Doxyfile 15 Apr 2004 13:59:39 -0000 1.6 *************** *** 24,30 **** # if some version control system is used. ! PROJECT_NUMBER = 0.94 ! # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location --- 24,30 ---- # if some version control system is used. ! PROJECT_NUMBER = 0.95 ! # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.c,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** mod_xhtml_neg.c 15 Apr 2004 13:57:06 -0000 1.27 --- mod_xhtml_neg.c 15 Apr 2004 13:59:39 -0000 1.28 *************** *** 77,81 **** * @author Nicholas Cull <ru...@us...> * @date 1 March 2004 ! * @version 0.94 * * @history --- 77,81 ---- * @author Nicholas Cull <ru...@us...> * @date 1 March 2004 ! * @version 0.95 * * @history |
From: <ru...@us...> - 2004-04-15 13:59:33
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22412 Modified Files: Doxyfile mod_xhtml_neg.c Log Message: Update version number. Index: Doxyfile =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/Doxyfile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Doxyfile 1 Apr 2004 10:57:40 -0000 1.5 --- Doxyfile 15 Apr 2004 13:59:22 -0000 1.6 *************** *** 24,30 **** # if some version control system is used. ! PROJECT_NUMBER = 0.94 ! # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location --- 24,30 ---- # if some version control system is used. ! PROJECT_NUMBER = 0.95 ! # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location *************** *** 312,316 **** INPUT = mod_xhtml_neg.c lookupa.c ! # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left --- 312,316 ---- INPUT = mod_xhtml_neg.c lookupa.c ! # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp # and *.h) to filter out the source-files in the directories. If left Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.c,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** mod_xhtml_neg.c 15 Apr 2004 13:58:05 -0000 1.41 --- mod_xhtml_neg.c 15 Apr 2004 13:59:22 -0000 1.42 *************** *** 77,81 **** * @author Nicholas Cull <ru...@us...> * @date 1 March 2004 ! * @version 0.94 * * @history --- 77,81 ---- * @author Nicholas Cull <ru...@us...> * @date 1 March 2004 ! * @version 0.95 * * @history |
From: <ru...@us...> - 2004-04-15 13:58:14
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22178 Modified Files: mod_xhtml_neg.c Log Message: Turned mod_xhtml_strempty into a macro. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.c,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** mod_xhtml_neg.c 13 Apr 2004 13:20:58 -0000 1.40 --- mod_xhtml_neg.c 15 Apr 2004 13:58:05 -0000 1.41 *************** *** 143,146 **** --- 143,156 ---- /** + * Test whether a string is empty without having to do a full scan of the + * string just to return a length, as per strlen. + * + * @param str a string pointer, possibly NULL, to be tested + * @return non-zero if the pointer is NULL, or points to a zero-length + * string, otherwise zero + */ + #define mod_xhtml_strempty(str) ((((str) == NULL) || (*(str) == '\0')) ? 1 : 0) + + /** * Enumeration for determining whether processing should be enabled for * this module. By default, we set the directory config state to *************** *** 224,241 **** /** - * Test whether a string is empty without having to do a full scan of the - * string just to return a length, as per strlen. - * - * @param str a string pointer, possibly NULL, to be tested - * @return non-zero if the pointer is NULL, or points to a zero-length - * string, otherwise zero - * @todo could macro-ise this function. - */ - - static int mod_xhtml_strempty( const char *str ) { - return (( str == NULL ) || ( str[0] == '\0' )) ? 1 : 0; - } - - /** * Calculate the length of the given string. The pointer may be NULL. * --- 234,237 ---- |
From: <ru...@us...> - 2004-04-15 13:57:17
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21978 Modified Files: mod_xhtml_neg.c Log Message: Turned mod_xhtml_strempty into a macro. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.c,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** mod_xhtml_neg.c 13 Apr 2004 13:21:23 -0000 1.26 --- mod_xhtml_neg.c 15 Apr 2004 13:57:06 -0000 1.27 *************** *** 146,149 **** --- 146,159 ---- /** + * Test whether a string is empty without having to do a full scan of the + * string just to return a length, as per strlen. + * + * @param str a string pointer, possibly NULL, to be tested + * @return non-zero if the pointer is NULL, or points to a zero-length + * string, otherwise zero + */ + #define mod_xhtml_strempty(str) ((((str) == NULL) || (*(str) == '\0')) ? 1 : 0) + + /** * Enumeration for determining whether processing should be enabled for * this module. By default, we set the directory config state to *************** *** 227,244 **** /** - * Test whether a string is empty without having to do a full scan of the - * string just to return a length, as per strlen. - * - * @param str a string pointer, possibly NULL, to be tested - * @return non-zero if the pointer is NULL, or points to a zero-length - * string, otherwise zero - * @todo could macro-ise this function. - */ - - static int mod_xhtml_strempty( const char *str ) { - return (( str == NULL ) || ( str[0] == '\0' )) ? 1 : 0; - } - - /** * Calculate the length of the given string. The pointer may be NULL. * --- 237,240 ---- *************** *** 1143,1147 **** accept_profile = content_accept->profile; ! if( mod_xhtml_strempty( accept_profile ) ) { /* Accept profile is specified in the request. */ if( ! mod_xhtml_strempty( content_profile )) { --- 1139,1143 ---- accept_profile = content_accept->profile; ! if( mod_xhtml_strempty( accept_profile )) { /* Accept profile is specified in the request. */ if( ! mod_xhtml_strempty( content_profile )) { |
From: <ru...@us...> - 2004-04-13 13:35:24
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28494 Modified Files: mod_xhtml_neg.c Log Message: Minor Doxygen update. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.c,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** mod_xhtml_neg.c 11 Apr 2004 00:14:20 -0000 1.25 --- mod_xhtml_neg.c 13 Apr 2004 13:21:23 -0000 1.26 *************** *** 629,633 **** * @param content_type the content token that we're interested in, possibly * NULL ! * @return the number of '*' characters in the string */ --- 629,634 ---- * @param content_type the content token that we're interested in, possibly * NULL ! * @return the number of '*' characters in the string, or 0 if the string is ! * NULL */ |
From: <ru...@us...> - 2004-04-13 13:34:58
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28370 Modified Files: mod_xhtml_neg.c Log Message: Minor Doxygen update. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.c,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** mod_xhtml_neg.c 11 Apr 2004 00:13:57 -0000 1.39 --- mod_xhtml_neg.c 13 Apr 2004 13:20:58 -0000 1.40 *************** *** 626,630 **** * @param content_type the content token that we're interested in, possibly * NULL ! * @return the number of '*' characters in the string */ --- 626,631 ---- * @param content_type the content token that we're interested in, possibly * NULL ! * @return the number of '*' characters in the string, or 0 if the string is ! * NULL */ |
From: <ru...@us...> - 2004-04-11 00:27:53
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18844 Modified Files: mod_xhtml_neg.c Log Message: Doxygen fixes. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.c,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** mod_xhtml_neg.c 11 Apr 2004 00:02:55 -0000 1.24 --- mod_xhtml_neg.c 11 Apr 2004 00:14:20 -0000 1.25 *************** *** 502,507 **** /** ! * Parse quality value. atof(3) is not well-usable here, because it depends ! * on the locale (argh). * * However, RFC 2616 states: \n --- 502,507 ---- /** ! * Parse quality value. atof(3) is not globally usable here, because it ! * depends on the locale (argh). * * However, RFC 2616 states: \n *************** *** 532,537 **** } ! /* Be tolerant and accept qvalues without leading zero ! * (also for backwards compat, where atof() was in use) * This also handles the 1.0 case. */ --- 532,537 ---- } ! /* Be tolerant and accept q-values without leading zero ! * (also for backwards compatibility, where atof() was in use) * This also handles the 1.0 case. */ |
From: <ru...@us...> - 2004-04-11 00:27:31
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18755 Modified Files: mod_xhtml_neg.c Log Message: More Doxygen fixes. Index: mod_xhtml_neg.c =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg/mod_xhtml_neg.c,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** mod_xhtml_neg.c 10 Apr 2004 23:57:26 -0000 1.38 --- mod_xhtml_neg.c 11 Apr 2004 00:13:57 -0000 1.39 *************** *** 77,81 **** * @author Nicholas Cull <ru...@us...> * @date 1 March 2004 ! * @version 0.93 * * @history --- 77,81 ---- * @author Nicholas Cull <ru...@us...> * @date 1 March 2004 ! * @version 0.94 * * @history *************** *** 499,504 **** /** ! * Parse quality value. atof(3) is not well-usable here, because it depends ! * on the locale (argh). * * However, RFC 2616 states: \n --- 499,504 ---- /** ! * Parse quality value. atof(3) is not globally usable here, because it ! * depends on the locale (argh). * * However, RFC 2616 states: \n *************** *** 529,534 **** } ! /* Be tolerant and accept qvalues without leading zero ! * (also for backwards compat, where atof() was in use) * This also handles the 1.0 case. */ --- 529,534 ---- } ! /* Be tolerant and accept q-values without leading zero ! * (also for backwards compatibility, where atof() was in use) * This also handles the 1.0 case. */ |