source: network-demos/http/ChangeLog @ 9184e70

4.11
Last change on this file since 9184e70 was 9184e70, checked in by Joel Sherrill <joel.sherrill@…>, on 03/03/11 at 16:54:26

2011-03-03 Joel Sherrill <joel.sherrill@…>

  • mongoose_ext.c, mongoose_index.html: Clean up.
  • Property mode set to 100644
File size: 4.8 KB
Line 
12011-03-03      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * mongoose_ext.c, mongoose_index.html: Clean up.
4
52010-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * init.c: Remove include of rtems_webserver.h
8
92009-11-23      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * Makefile, goahead_index.html, init.c, shttpd_ext.c,
12        shttpd_index.html: Add Mongoose HTTPD support.
13        * mongoose_ext.c, mongoose_index.html: New files.
14
152009-05-13      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * Makefile, init.c, system.h: Allow overrides from invoking
18        environment. Also move RTEMS Configuration to bottom of init.c.
19
202009-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * Makefile: Now build with libbsdport.
23
242009-02-10      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * Makefile: Fix typo.
27
282008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * init.c: Rename STACK_CHECKER_ON to more appropriate
31        CONFIGURE_STACK_CHECKER_ENABLED.
32
332008-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * init.c: Eliminate use of boolean type. Use C99 bool.
36
372008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * init.c: Fix missing initializers warning.
40
412008-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * shttpd_ext.c: Fix warning.
44
452007-12-06      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * Makefile, init.c: Make sure POSIX threading is enabled if using
48        GoAhead.
49
502007-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * Makefile: bin2c now rtems-bin2c.
53
542007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * Makefile: No use of objdump.
57
582007-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * Makefile: Cleanup.
61
622007-09-07      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * shttpd_index.html: Fix URL for shttpd.
65
662007-09-07      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * goahead_index.html: This is not preprocessed so hard code name.
69        * init.c: Simple HTTPD is using ~39K stack space with this test.
70        Make the stack for the SHTTPD server 48K.
71
722007-09-06      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * shttpd_ext.c: Use new name.
75
762007-09-06      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * Makefile, init.c, rootfs/.cvsignore: Add some dynamic content.
79        Can now look at cpu usage, reset cpu usage and print a stack
80        usage report.
81        * goahead_index.html, shttpd.png, shttpd_ext.c, shttpd_index.html:
82        New files.
83        * index.html.in: Removed.
84
852007-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * init.c: Remove TARFILE_XXX macros.
88
892007-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * Makefile: Use bin2c to more reliably turn the tarfile into a
92        linkable object file. Ignore .cvsignore when making tarfile.
93        * init.c: Clean up tarfile symbol definitions.
94        * .cvsignore, rootfs/.cvsignore: New files.
95
962007-08-16      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * Makefile: Account for -B architecture option.
99
1002007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * Makefile: Eliminate unneeded temp.o
103
1042007-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * init.c: Account for adding port to shttpd initialization.
107
1082007-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * ChangeLog, Makefile, init.c: No switchable from GoAhead to SHTTPD but
111        defaults to SHTTPD. The displayed index.html will indicate which
112        httpd implementation is enabled. The user should edit the Makefile to
113        switch settings.
114        * index.html.in: New file.
115        * rootfs/index.html: Removed.
116
1172007-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * Makefile, init.c: No switchable from GoAhead to SHTTPD but defaults
120        to SHTTPD. The displayed index.html will indicate which httpd
121        implementation is enabled. The user should edit the Makefile to
122        switch settings.
123        * index.html.in: New file.
124        * rootfs/index.html: Removed.
125
1262007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * Makefile: Make slightly smarter on LD arguments.  Do not pick
129        up CVS files in tarball.
130        * init.c: Turn off tracing on GoAhead.  More debug.
131        * rootfs/etc/hosts: Match OAR setup for EP5200.
132        * rootfs/index.html: Cleanup and use RTEMS Logo.
133        * rootfs/rtems_logo.jpg: New files.
134        * rootfs/web/index.html: Removed.
135
1362007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * Makefile, init.c: Clean up. Make name of TARFILE related symbols
139        conditional based upon architecture. Change way desired object format
140        is determined so all BSPs compile this test.
141
1422007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * Makefile: Remove tarfile when make clean.
145
1462007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * init.c: More warnings removed.
149
1502007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
151
152        * Makefile, init.c, system.h: Now compiles reasonably cleanly with CVS
153        head.
154
1552007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
156
157        * init.c, system.h: confdefs.h should be rtems/confdefs.h
158
1592007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        * init.c: Replace CONFIGURE_TEST_XXX with CONFIGURE_APPLICATION_XXX.
162
1632000-12-14      Joel Sherrill <joel@OARcorp.com>
164
165        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.