source: network-demos/http/ChangeLog @ 85ed672

4.11network-demos-4-10-branch
Last change on this file since 85ed672 was 85ed672, checked in by Joel Sherrill <joel.sherrill@…>, on 05/12/09 at 19:59:45

2009-05-12 Joel Sherrill <joel.sherrill@…>

  • Makefile: Now build with libbsdport.
  • Property mode set to 100644
File size: 4.2 KB
Line 
12009-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile: Now build with libbsdport.
4
52009-02-10      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * Makefile: Fix typo.
8
92008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * init.c: Rename STACK_CHECKER_ON to more appropriate
12        CONFIGURE_STACK_CHECKER_ENABLED.
13
142008-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
15
16        * init.c: Eliminate use of boolean type. Use C99 bool.
17
182008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * init.c: Fix missing initializers warning.
21
222008-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * shttpd_ext.c: Fix warning.
25
262007-12-06      Joel Sherrill <joel.sherrill@OARcorp.com>
27
28        * Makefile, init.c: Make sure POSIX threading is enabled if using
29        GoAhead.
30
312007-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * Makefile: bin2c now rtems-bin2c.
34
352007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * Makefile: No use of objdump.
38
392007-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * Makefile: Cleanup.
42
432007-09-07      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * shttpd_index.html: Fix URL for shttpd.
46
472007-09-07      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * goahead_index.html: This is not preprocessed so hard code name.
50        * init.c: Simple HTTPD is using ~39K stack space with this test.
51        Make the stack for the SHTTPD server 48K.
52
532007-09-06      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * shttpd_ext.c: Use new name.
56
572007-09-06      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * Makefile, init.c, rootfs/.cvsignore: Add some dynamic content.
60        Can now look at cpu usage, reset cpu usage and print a stack
61        usage report.
62        * goahead_index.html, shttpd.png, shttpd_ext.c, shttpd_index.html:
63        New files.
64        * index.html.in: Removed.
65
662007-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * init.c: Remove TARFILE_XXX macros.
69
702007-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * Makefile: Use bin2c to more reliably turn the tarfile into a
73        linkable object file. Ignore .cvsignore when making tarfile.
74        * init.c: Clean up tarfile symbol definitions.
75        * .cvsignore, rootfs/.cvsignore: New files.
76
772007-08-16      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * Makefile: Account for -B architecture option.
80
812007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * Makefile: Eliminate unneeded temp.o
84
852007-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * init.c: Account for adding port to shttpd initialization.
88
892007-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * ChangeLog, Makefile, init.c: No switchable from GoAhead to SHTTPD but
92        defaults to SHTTPD. The displayed index.html will indicate which
93        httpd implementation is enabled. The user should edit the Makefile to
94        switch settings.
95        * index.html.in: New file.
96        * rootfs/index.html: Removed.
97
982007-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * Makefile, init.c: No switchable from GoAhead to SHTTPD but defaults
101        to SHTTPD. The displayed index.html will indicate which httpd
102        implementation is enabled. The user should edit the Makefile to
103        switch settings.
104        * index.html.in: New file.
105        * rootfs/index.html: Removed.
106
1072007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * Makefile: Make slightly smarter on LD arguments.  Do not pick
110        up CVS files in tarball.
111        * init.c: Turn off tracing on GoAhead.  More debug.
112        * rootfs/etc/hosts: Match OAR setup for EP5200.
113        * rootfs/index.html: Cleanup and use RTEMS Logo.
114        * rootfs/rtems_logo.jpg: New files.
115        * rootfs/web/index.html: Removed.
116
1172007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
118
119        * Makefile, init.c: Clean up. Make name of TARFILE related symbols
120        conditional based upon architecture. Change way desired object format
121        is determined so all BSPs compile this test.
122
1232007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * Makefile: Remove tarfile when make clean.
126
1272007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * init.c: More warnings removed.
130
1312007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * Makefile, init.c, system.h: Now compiles reasonably cleanly with CVS
134        head.
135
1362007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * init.c, system.h: confdefs.h should be rtems/confdefs.h
139
1402007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
141
142        * init.c: Replace CONFIGURE_TEST_XXX with CONFIGURE_APPLICATION_XXX.
143
1442000-12-14      Joel Sherrill <joel@OARcorp.com>
145
146        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.