Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove... now in apr 1.5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1528438 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Jim Jagielski committed Oct 2, 2013
1 parent dcecf7b commit a068667
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 764 deletions.
2 changes: 0 additions & 2 deletions CHANGES
Expand Up @@ -58,8 +58,6 @@ Changes with Apache 2.4.7

*) modules: Fix some compiler warnings. [Guenter Knauf]

*) skiplist: Add skiplist capability to httpd [Jim Jagielski]

*) Sync 2.4 and trunk
- Avoid some memory allocation and work when TRACE1 is not activated
- fix typo in include guard
Expand Down
19 changes: 0 additions & 19 deletions LICENSE
Expand Up @@ -544,24 +544,5 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

for the server/skiplist.c component:

/* ======================================================================
* Copyright (c) 2000,2006 Theo Schlossnagle
* All rights reserved.
* The following code was written by Theo Schlossnagle for use in the
* Backhand project at The Center for Networking and Distributed Systems
* at The Johns Hopkins University.
*
* This is a skiplist implementation to be used for abstract structures
* and is release under the LGPL license version 2.1 or later. A copy
* of this license can be found file LGPL.
*
* Alternatively, this file may be licensed under the new BSD license.
* A copy of this license can be found file BSD.
*
* ======================================================================
*/


====================================================================
82 changes: 0 additions & 82 deletions include/ap_skiplist.h

This file was deleted.

4 changes: 2 additions & 2 deletions server/Makefile.in
Expand Up @@ -14,8 +14,8 @@ LTLIBRARY_SOURCES = \
util_filter.c util_pcre.c util_regex.c exports.c \
scoreboard.c error_bucket.c protocol.c core.c request.c provider.c \
eoc_bucket.c eor_bucket.c core_filters.c \
util_expr_parse.c util_expr_scan.c util_expr_eval.c \
skiplist.c
util_expr_parse.c util_expr_scan.c util_expr_eval.c

LTLIBRARY_DEPENDENCIES = test_char.h

TARGETS = delete-exports $(LTLIBRARY_NAME) $(CORE_IMPLIB_FILE) export_vars.h httpd.exp
Expand Down

0 comments on commit a068667

Please sign in to comment.