You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by rr...@apache.org on 2019/06/14 00:52:53 UTC

[trafficserver] branch master updated: Updates README to reflect current source tree layout

This is an automated email from the ASF dual-hosted git repository.

rrm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new d710c82  Updates README to reflect current source tree layout
d710c82 is described below

commit d710c82bf785253c0fd52f84339c5875ba46b5d3
Author: Randall Meyer <rr...@apache.org>
AuthorDate: Mon Jun 10 09:49:31 2019 -0700

    Updates README to reflect current source tree layout
---
 README | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/README b/README
index 42b18c4..fbadc41 100644
--- a/README
+++ b/README
@@ -22,23 +22,19 @@ plugins to build large scale web applications.
   |-- iocore/ ...............
       |-- aio/ .............. Asynchronous I/O core
       |-- cache/ ............ Disk and RAM cache
-      |-- eventsystem/ ...... Event Driven Engine
       |-- dns/ .............. DNS (asynchronous)
+      |-- eventsystem/ ...... Event Driven Engine
       |-- hostdb/ ........... Internal DNS cache
       |-- net/ .............. Network
       |-- utils/ ............ Utilities
   |-- lib/ ..................
-      |-- cppapi/ ........... C++ api wrapper for plugin developers
       |-- perl/ ............. Perl libraries for e.g. mgmt access and configurations
       |-- records/ .......... Library for config files
-      |-- ts/ ............... Base / core library
-      |-- wccp/ ............. WCCP implementation
       |-- yamlcpp/ .......... Library for YAML of C++
   |-- mgmt/ ................. Management server and tools
   |-- plugins/ .............. Stable core plugins
       |-- experimental/ ..... Experimental core plugins
   |-- proxy/ ................ HTTP proxy logic
-      |-- api/ .............. Plugin API includes
       |-- hdrs/ ............. Headers parsing and management
       |-- http/ ............. The actual HTTP protocol implementation
       |---http2/ ............ HTTP/2 implementation
@@ -57,6 +53,9 @@ plugins to build large scale web applications.
       |-- traffic_top/ ...... Top like tool for viewing Traffic Server statistics
       |-- traffic_via/ ...... Tool for decoding the Traffic Server Via header codes
       |-- traffic_wccp/ ..... Program speaking the client side of the WCCP
+      |-- tscore/ ........... Base / core library
+      |-- tscpp/ ............ C++ api wrapper for plugin developers
+      |-- wccp/ ............. WCCP implementation
   |-- tests/ ................ Different tests for Traffic Server
   |-- tools/ ................ Directory of various tools
   |-- INSTALL ............... Build and installation guide