source: network-demos/http/ChangeLog @ 7064385

4.11network-demos-4-10-branch
Last change on this file since 7064385 was 7064385, checked in by Joel Sherrill <joel.sherrill@…>, on 09/17/08 at 19:32:07

Remove dupe entry.

  • Property mode set to 100644
File size: 4.0 KB
Line 
12008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * init.c: Rename STACK_CHECKER_ON to more appropriate
4        CONFIGURE_STACK_CHECKER_ENABLED.
5
62008-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * init.c: Eliminate use of boolean type. Use C99 bool.
9
102008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * init.c: Fix missing initializers warning.
13
142008-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
15
16        * shttpd_ext.c: Fix warning.
17
182007-12-06      Joel Sherrill <joel.sherrill@OARcorp.com>
19
20        * Makefile, init.c: Make sure POSIX threading is enabled if using
21        GoAhead.
22
232007-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * Makefile: bin2c now rtems-bin2c.
26
272007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * Makefile: No use of objdump.
30
312007-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * Makefile: Cleanup.
34
352007-09-07      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * shttpd_index.html: Fix URL for shttpd.
38
392007-09-07      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * goahead_index.html: This is not preprocessed so hard code name.
42        * init.c: Simple HTTPD is using ~39K stack space with this test.
43        Make the stack for the SHTTPD server 48K.
44
452007-09-06      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * shttpd_ext.c: Use new name.
48
492007-09-06      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * Makefile, init.c, rootfs/.cvsignore: Add some dynamic content.
52        Can now look at cpu usage, reset cpu usage and print a stack
53        usage report.
54        * goahead_index.html, shttpd.png, shttpd_ext.c, shttpd_index.html:
55        New files.
56        * index.html.in: Removed.
57
582007-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * init.c: Remove TARFILE_XXX macros.
61
622007-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * Makefile: Use bin2c to more reliably turn the tarfile into a
65        linkable object file. Ignore .cvsignore when making tarfile.
66        * init.c: Clean up tarfile symbol definitions.
67        * .cvsignore, rootfs/.cvsignore: New files.
68
692007-08-16      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * Makefile: Account for -B architecture option.
72
732007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * Makefile: Eliminate unneeded temp.o
76
772007-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * init.c: Account for adding port to shttpd initialization.
80
812007-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * ChangeLog, Makefile, init.c: No switchable from GoAhead to SHTTPD but
84        defaults to SHTTPD. The displayed index.html will indicate which
85        httpd implementation is enabled. The user should edit the Makefile to
86        switch settings.
87        * index.html.in: New file.
88        * rootfs/index.html: Removed.
89
902007-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * Makefile, init.c: No switchable from GoAhead to SHTTPD but defaults
93        to SHTTPD. The displayed index.html will indicate which httpd
94        implementation is enabled. The user should edit the Makefile to
95        switch settings.
96        * index.html.in: New file.
97        * rootfs/index.html: Removed.
98
992007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * Makefile: Make slightly smarter on LD arguments.  Do not pick
102        up CVS files in tarball.
103        * init.c: Turn off tracing on GoAhead.  More debug.
104        * rootfs/etc/hosts: Match OAR setup for EP5200.
105        * rootfs/index.html: Cleanup and use RTEMS Logo.
106        * rootfs/rtems_logo.jpg: New files.
107        * rootfs/web/index.html: Removed.
108
1092007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * Makefile, init.c: Clean up. Make name of TARFILE related symbols
112        conditional based upon architecture. Change way desired object format
113        is determined so all BSPs compile this test.
114
1152007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * Makefile: Remove tarfile when make clean.
118
1192007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * init.c: More warnings removed.
122
1232007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * Makefile, init.c, system.h: Now compiles reasonably cleanly with CVS
126        head.
127
1282007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * init.c, system.h: confdefs.h should be rtems/confdefs.h
131
1322007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * init.c: Replace CONFIGURE_TEST_XXX with CONFIGURE_APPLICATION_XXX.
135
1362000-12-14      Joel Sherrill <joel@OARcorp.com>
137
138        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.