source: network-demos/http/ChangeLog @ 8c42073

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

2008-09-17 Joel Sherrill <joel.sherrill@…>

  • ChangeLog?, init.c: Rename STACK_CHECKER_ON to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
  • Property mode set to 100644
File size: 4.2 KB
Line 
12008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * ChangeLog, init.c: Rename STACK_CHECKER_ON to more appropriate
4        CONFIGURE_STACK_CHECKER_ENABLED.
5
62008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * init.c: Rename STACK_CHECKER_ON to more appropriate
9        CONFIGURE_STACK_CHECKER_ENABLED.
10
112008-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * init.c: Eliminate use of boolean type. Use C99 bool.
14
152008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * init.c: Fix missing initializers warning.
18
192008-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * shttpd_ext.c: Fix warning.
22
232007-12-06      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * Makefile, init.c: Make sure POSIX threading is enabled if using
26        GoAhead.
27
282007-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * Makefile: bin2c now rtems-bin2c.
31
322007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * Makefile: No use of objdump.
35
362007-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * Makefile: Cleanup.
39
402007-09-07      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * shttpd_index.html: Fix URL for shttpd.
43
442007-09-07      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * goahead_index.html: This is not preprocessed so hard code name.
47        * init.c: Simple HTTPD is using ~39K stack space with this test.
48        Make the stack for the SHTTPD server 48K.
49
502007-09-06      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * shttpd_ext.c: Use new name.
53
542007-09-06      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * Makefile, init.c, rootfs/.cvsignore: Add some dynamic content.
57        Can now look at cpu usage, reset cpu usage and print a stack
58        usage report.
59        * goahead_index.html, shttpd.png, shttpd_ext.c, shttpd_index.html:
60        New files.
61        * index.html.in: Removed.
62
632007-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * init.c: Remove TARFILE_XXX macros.
66
672007-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * Makefile: Use bin2c to more reliably turn the tarfile into a
70        linkable object file. Ignore .cvsignore when making tarfile.
71        * init.c: Clean up tarfile symbol definitions.
72        * .cvsignore, rootfs/.cvsignore: New files.
73
742007-08-16      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * Makefile: Account for -B architecture option.
77
782007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * Makefile: Eliminate unneeded temp.o
81
822007-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * init.c: Account for adding port to shttpd initialization.
85
862007-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * ChangeLog, Makefile, init.c: No switchable from GoAhead to SHTTPD but
89        defaults to SHTTPD. The displayed index.html will indicate which
90        httpd implementation is enabled. The user should edit the Makefile to
91        switch settings.
92        * index.html.in: New file.
93        * rootfs/index.html: Removed.
94
952007-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * Makefile, init.c: No switchable from GoAhead to SHTTPD but defaults
98        to SHTTPD. The displayed index.html will indicate which httpd
99        implementation is enabled. The user should edit the Makefile to
100        switch settings.
101        * index.html.in: New file.
102        * rootfs/index.html: Removed.
103
1042007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * Makefile: Make slightly smarter on LD arguments.  Do not pick
107        up CVS files in tarball.
108        * init.c: Turn off tracing on GoAhead.  More debug.
109        * rootfs/etc/hosts: Match OAR setup for EP5200.
110        * rootfs/index.html: Cleanup and use RTEMS Logo.
111        * rootfs/rtems_logo.jpg: New files.
112        * rootfs/web/index.html: Removed.
113
1142007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * Makefile, init.c: Clean up. Make name of TARFILE related symbols
117        conditional based upon architecture. Change way desired object format
118        is determined so all BSPs compile this test.
119
1202007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * Makefile: Remove tarfile when make clean.
123
1242007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * init.c: More warnings removed.
127
1282007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * Makefile, init.c, system.h: Now compiles reasonably cleanly with CVS
131        head.
132
1332007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * init.c, system.h: confdefs.h should be rtems/confdefs.h
136
1372007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * init.c: Replace CONFIGURE_TEST_XXX with CONFIGURE_APPLICATION_XXX.
140
1412000-12-14      Joel Sherrill <joel@OARcorp.com>
142
143        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.