Author: zwoop
Date: Thu Jan 13 16:15:11 2011
New Revision: 1058647

URL: http://svn.apache.org/viewvc?rev=1058647&view=rev
Log:
Slightly better code formatting.

Modified:
    trafficserver/site/trunk/downloads.html

Modified: trafficserver/site/trunk/downloads.html
URL: 
http://svn.apache.org/viewvc/trafficserver/site/trunk/downloads.html?rev=1058647&r1=1058646&r2=1058647&view=diff
==============================================================================
--- trafficserver/site/trunk/downloads.html (original)
+++ trafficserver/site/trunk/downloads.html Thu Jan 13 16:15:11 2011
@@ -47,6 +47,7 @@
 <li>Remove remnants from InktoSwitch. This removes the following
  configurations [TS-614]:
 <code><pre>
+
       proxy.config.http.inktoswitch_enabled
       proxy.config.http.router_ip
       proxy.config.http.router_port
@@ -58,6 +59,7 @@
   APIs, as well as a remap plugin provided with the core [TS-599]. The new
   APIs available are
 <code><pre>
+
       TSHttpTxnConfigIntSet()
       TSHttpTxnConfigIntGet()
       TSHttpTxnConfigFloatSet()
@@ -115,7 +117,9 @@
 <li>The old logs.config custom log format is no longer supported. Only the
   XML custom logs are now supported. This eliminates the config
 <code><pre>
+
        proxy.config.log.xml_logs_config
+
 </pre></code>
    as well, since it's the only option for custom logs [TS-556].</li>
 <li>All log configurations (and stats) are renamed from log2.* to
@@ -135,6 +139,7 @@
 <li>Fixes for broken API signatures, additions / modifications to the
    following API:
 <code><pre>
+
      TSReturnCode TSHttpTxnArgSet(TSHttpTxn txnp, int arg_idx, void *arg);
      TSReturnCode TSHttpTxnArgGet(TSHttpTxn txnp, int arg_idx, void **argp);
      TSReturnCode TSHttpSsnArgSet(TSHttpSsn ssnp, int arg_idx, void *arg);
@@ -147,6 +152,7 @@
      description);
 
      TSReturnCode TSHttpSsnTransactionCount(TSHttpSsn ssnp, int* count);
+
 </pre></code>
    This was all combine into [TS-504], but also see [TS-503].</li>
 <li>Many fixes for broken regression tests!</li>
@@ -156,7 +162,9 @@
 <li>Mismatched APIs using "unsigned char*" [TS-458].</li>
 <li>Rename / modify TSSetCacheUrl() API, the new prototype is
 <code><pre>
+
      TSReturnCode TSCacheUrlSet(TSHttpTxn txnp, const char *url, int length);
+
 </pre></code>
    If length == -1, then the API will calculate it using strlen() 
[TS-520].</li>
 <li>All public APIs, structs and defines are now prefixed with "TS" instead
@@ -165,12 +173,16 @@
 <li>The hooks around "remap" has been organized, and a new hook as been
   added (for post-remap). New / renamed hooks are
 <code><pre>
+
      TS_HTTP_PRE_REMAP_HOOK TS_HTTP_POST_REMAP_HOOK
+
 </pre></code>
    In addition, a new API was added, to allow a plugin to skip the remap
    phase completely:
 <code><pre>
+
      TSReturnCode TSSkipRemappingSet(TSHttpTxn txnp, int flag);
+
 </pre></code>
    These fixes went in with [TS-529] and [TS-530].</li>
 
@@ -179,11 +191,13 @@
 <li>Various defines for version identification has been moved to the public
    ts/ts.h include file, e.g.
 <code><pre>
+
        #define TS_VERSION_STRING             "2.1.6-unstable"
        #define TS_VERSION_NUMBER              2001006
        #define TS_VERSION_MAJOR               2
        #define TS_VERSION_MINOR               1
        #define TS_VERSION_MICRO               6
+
 </pre></code>
    The intended use is for plugins to be able to verify available APIs at
    compile time (vs the existing runtime checks) [TS-534].</li>
@@ -218,9 +232,11 @@
    Open Source project, are removed. Also, only three public include files
    are now available:
 <code><pre>
+
        ts/ts.h
        ts/experimental.h
        ts/remap.h
+
 </pre></code>
   Various other cleanup related to the APIs was also done [TS-522].</li>
 <li>The full change log is located in <a 
href="http://svn.apache.org/viewvc/trafficserver/traffic/trunk/CHANGES?revision=1056147&view=markup";>/trafficserver/traffic/trunk/CHANGES</a>
@@ -261,7 +277,9 @@
 <li> Experimental supoprt for a dedicated DNS thread. This can be
    enabled with the records.config option
 <code><pre>
+
         CONFIG proxy.config.dns.dedicated_thread INT 1
+
 </pre></code><br>
   This feature is possibly useful for very busy forward or transparent
   proxies [TS-307].</li>
@@ -349,6 +367,7 @@
    new standard). Autodetected for raw devices on Linux (no support for
    other OSes yet), and added a new configuration:
 <code><pre>
+
         CONFIG proxy.config.cache.force_sector_size INT 4096
 </pre></code>
 This change invalidates the entire cache as well, since it's no longer


Reply via email to