first commit
This commit is contained in:
3
CS4210/Project 1/testFiles/.picasa.ini
Normal file
3
CS4210/Project 1/testFiles/.picasa.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
[pwner.jpg]
|
||||
faces=rect64(6bca0831aaaa4ccd),ffffffffffffffff
|
||||
backuphash=9443
|
||||
4
CS4210/Project 1/testFiles/CVS/Entries
Normal file
4
CS4210/Project 1/testFiles/CVS/Entries
Normal file
@@ -0,0 +1,4 @@
|
||||
/index.html/1.1/Mon Feb 20 23:01:00 2006//
|
||||
/makefile/1.1/Mon Feb 20 23:01:00 2006//
|
||||
/pwner.jpg/1.1/Mon Feb 20 23:01:00 2006/-kb/
|
||||
D/smallFiles////
|
||||
4
CS4210/Project 1/testFiles/CVS/Entries.Extra
Normal file
4
CS4210/Project 1/testFiles/CVS/Entries.Extra
Normal file
@@ -0,0 +1,4 @@
|
||||
/index.html////*///
|
||||
/makefile////*///
|
||||
/pwner.jpg////*///
|
||||
D/smallFiles///////
|
||||
3
CS4210/Project 1/testFiles/CVS/Entries.Extra.Old
Normal file
3
CS4210/Project 1/testFiles/CVS/Entries.Extra.Old
Normal file
@@ -0,0 +1,3 @@
|
||||
/index.html////*///
|
||||
/makefile////*///
|
||||
/pwner.jpg////*///
|
||||
4
CS4210/Project 1/testFiles/CVS/Entries.Old
Normal file
4
CS4210/Project 1/testFiles/CVS/Entries.Old
Normal file
@@ -0,0 +1,4 @@
|
||||
/index.html/1.1/Mon Feb 20 23:01:00 2006//
|
||||
/makefile/1.1/Mon Feb 20 23:01:00 2006//
|
||||
/pwner.jpg/1.1/Mon Feb 20 23:01:00 2006/-kb/
|
||||
D
|
||||
1
CS4210/Project 1/testFiles/CVS/Repository
Normal file
1
CS4210/Project 1/testFiles/CVS/Repository
Normal file
@@ -0,0 +1 @@
|
||||
CS4210/Project 1/testFiles
|
||||
1
CS4210/Project 1/testFiles/CVS/Root
Normal file
1
CS4210/Project 1/testFiles/CVS/Root
Normal file
@@ -0,0 +1 @@
|
||||
:ext:asskoala@192.168.0.3:/usr/_CVS
|
||||
1
CS4210/Project 1/testFiles/index.html
Normal file
1
CS4210/Project 1/testFiles/index.html
Normal file
@@ -0,0 +1 @@
|
||||
<a href=www.google.com>google!</a>
|
||||
37
CS4210/Project 1/testFiles/makefile
Normal file
37
CS4210/Project 1/testFiles/makefile
Normal file
@@ -0,0 +1,37 @@
|
||||
CC = gcc
|
||||
OPT = -O2 -fomit-frame-pointer
|
||||
LIBS = -lpthread
|
||||
TARGET = l33t_server
|
||||
MISC = Makefile
|
||||
INCDIR = src/include
|
||||
SRCDIR = src
|
||||
BINDIR = bin
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
$(TARGET): $(BINDIR)/parser.o $(BINDIR)/settings.o $(BINDIR)/sync.o $(BINDIR)/thread_pool.o $(BINDIR)/sock_lib.o $(BINDIR)/http.o $(BINDIR)/main.o $(INCDIR)/defs.h
|
||||
$(CC) $(OPT) $(LIBS) -o $(BINDIR)/$(TARGET) $(BINDIR)/*.o
|
||||
|
||||
$(BINDIR)/parser.o: $(INCDIR)/parser.h $(SRCDIR)/parser.c
|
||||
$(CC) $(OPT) -c -o $(BINDIR)/parser.o $(SRCDIR)/parser.c
|
||||
|
||||
$(BINDIR)/settings.o: $(SRCDIR)/settings.c $(INCDIR)/settings.h
|
||||
$(CC) $(OPT) -c -o $(BINDIR)/settings.o $(SRCDIR)/settings.c
|
||||
|
||||
$(BINDIR)/sync.o: $(INCDIR)/sync.h $(SRCDIR)/sync.c
|
||||
$(CC) $(OPT) -c -o $(BINDIR)/sync.o $(SRCDIR)/sync.c
|
||||
|
||||
$(BINDIR)/thread_pool.o: $(INCDIR)/thread_pool.h $(SRCDIR)/thread_pool.c
|
||||
$(CC) $(OPT) -c -o $(BINDIR)/thread_pool.o $(SRCDIR)/thread_pool.c
|
||||
|
||||
$(BINDIR)/sock_lib.o: $(SRCDIR)/sock_lib.c $(INCDIR)/sock_lib.h
|
||||
$(CC) $(OPT) -c -o $(BINDIR)/sock_lib.o $(SRCDIR)/sock_lib.c
|
||||
|
||||
$(BINDIR)/http.o: $(SRCDIR)/http.c $(INCDIR)/http.h
|
||||
$(CC) $(OPT) -c -o $(BINDIR)/http.o $(SRCDIR)/http.c
|
||||
|
||||
$(BINDIR)/main.o: $(SRCDIR)/main.c $(INCDIR)/sock_lib.h $(INCDIR)/parser.h $(INCDIR)/defs.h
|
||||
$(CC) $(OPT) -c -o $(BINDIR)/main.o $(SRCDIR)/main.c
|
||||
|
||||
clean:
|
||||
rm -f $(BINDIR)/*.o $(BINDIR)/$(TARGET)
|
||||
BIN
CS4210/Project 1/testFiles/pwner.jpg
Normal file
BIN
CS4210/Project 1/testFiles/pwner.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
3
CS4210/Project 1/testFiles/smallFiles/CVS/Entries
Normal file
3
CS4210/Project 1/testFiles/smallFiles/CVS/Entries
Normal file
@@ -0,0 +1,3 @@
|
||||
/index0000.html/1.1/Tue Feb 21 01:09:22 2006//
|
||||
/makeFiles.sh/1.1/Tue Feb 21 01:18:48 2006//
|
||||
D
|
||||
2
CS4210/Project 1/testFiles/smallFiles/CVS/Entries.Extra
Normal file
2
CS4210/Project 1/testFiles/smallFiles/CVS/Entries.Extra
Normal file
@@ -0,0 +1,2 @@
|
||||
/index0000.html////*///
|
||||
/makeFiles.sh////*///
|
||||
1
CS4210/Project 1/testFiles/smallFiles/CVS/Repository
Normal file
1
CS4210/Project 1/testFiles/smallFiles/CVS/Repository
Normal file
@@ -0,0 +1 @@
|
||||
CS4210/Project 1/testFiles/smallFiles
|
||||
1
CS4210/Project 1/testFiles/smallFiles/CVS/Root
Normal file
1
CS4210/Project 1/testFiles/smallFiles/CVS/Root
Normal file
@@ -0,0 +1 @@
|
||||
:ext:asskoala@192.168.0.3:/usr/_CVS
|
||||
BIN
CS4210/Project 1/testFiles/smallFiles/index0000.html
Normal file
BIN
CS4210/Project 1/testFiles/smallFiles/index0000.html
Normal file
Binary file not shown.
9
CS4210/Project 1/testFiles/smallFiles/makeFiles.sh
Normal file
9
CS4210/Project 1/testFiles/smallFiles/makeFiles.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
x=0
|
||||
|
||||
while [ $x -lt 1600 ]; do
|
||||
cp index0000.html index$x.html
|
||||
x=$(( $x + 1 ));
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user