source: network-demos/http/ChangeLog @ 5d2c26f

4.11network-demos-4-10-branch
Last change on this file since 5d2c26f was 5d2c26f, checked in by Joel Sherrill <joel.sherrill@…>, on 05/13/09 at 18:54:45

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

  • Makefile, init.c, system.h: Allow overrides from invoking environment. Also move RTEMS Configuration to bottom of init.c.
  • Property mode set to 100644
File size: 4.4 KB
RevLine 
[5d2c26f]12009-05-13      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile, init.c, system.h: Allow overrides from invoking
4        environment. Also move RTEMS Configuration to bottom of init.c.
5
[85ed672]62009-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * Makefile: Now build with libbsdport.
9
[d7de1ab]102009-02-10      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * Makefile: Fix typo.
13
[8c42073]142008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * init.c: Rename STACK_CHECKER_ON to more appropriate
17        CONFIGURE_STACK_CHECKER_ENABLED.
18
[679e2bc]192008-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * init.c: Eliminate use of boolean type. Use C99 bool.
22
[1b2e1d9]232008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * init.c: Fix missing initializers warning.
26
[b80aaa9]272008-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * shttpd_ext.c: Fix warning.
30
[6bfe512]312007-12-06      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        * Makefile, init.c: Make sure POSIX threading is enabled if using
34        GoAhead.
35
[5c0f2e9]362007-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * Makefile: bin2c now rtems-bin2c.
39
[1bfffa5]402007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * Makefile: No use of objdump.
43
[a56d892]442007-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
45
[ef10ed7]46        * Makefile: Cleanup.
[a56d892]47
[e8722e7]482007-09-07      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * shttpd_index.html: Fix URL for shttpd.
51
[1212e37]522007-09-07      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * goahead_index.html: This is not preprocessed so hard code name.
55        * init.c: Simple HTTPD is using ~39K stack space with this test.
56        Make the stack for the SHTTPD server 48K.
57
[c193150]582007-09-06      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * shttpd_ext.c: Use new name.
61
[8c6b033]622007-09-06      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * Makefile, init.c, rootfs/.cvsignore: Add some dynamic content.
65        Can now look at cpu usage, reset cpu usage and print a stack
66        usage report.
67        * goahead_index.html, shttpd.png, shttpd_ext.c, shttpd_index.html:
68        New files.
69        * index.html.in: Removed.
70
[a027365]712007-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * init.c: Remove TARFILE_XXX macros.
74
[d70b4e7]752007-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * Makefile: Use bin2c to more reliably turn the tarfile into a
78        linkable object file. Ignore .cvsignore when making tarfile.
79        * init.c: Clean up tarfile symbol definitions.
80        * .cvsignore, rootfs/.cvsignore: New files.
81
[0cbc6db]822007-08-16      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * Makefile: Account for -B architecture option.
85
[eb241c3]862007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * Makefile: Eliminate unneeded temp.o
89
[20ce4cb]902007-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * init.c: Account for adding port to shttpd initialization.
93
[d51420e]942007-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * ChangeLog, Makefile, init.c: No switchable from GoAhead to SHTTPD but
97        defaults to SHTTPD. The displayed index.html will indicate which
98        httpd implementation is enabled. The user should edit the Makefile to
99        switch settings.
100        * index.html.in: New file.
101        * rootfs/index.html: Removed.
102
1032007-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * Makefile, init.c: No switchable from GoAhead to SHTTPD but defaults
106        to SHTTPD. The displayed index.html will indicate which httpd
107        implementation is enabled. The user should edit the Makefile to
108        switch settings.
109        * index.html.in: New file.
110        * rootfs/index.html: Removed.
111
[f655979]1122007-07-11      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * Makefile: Make slightly smarter on LD arguments.  Do not pick
115        up CVS files in tarball.
116        * init.c: Turn off tracing on GoAhead.  More debug.
117        * rootfs/etc/hosts: Match OAR setup for EP5200.
118        * rootfs/index.html: Cleanup and use RTEMS Logo.
119        * rootfs/rtems_logo.jpg: New files.
120        * rootfs/web/index.html: Removed.
121
[c2a4686]1222007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
123
124        * Makefile, init.c: Clean up. Make name of TARFILE related symbols
125        conditional based upon architecture. Change way desired object format
126        is determined so all BSPs compile this test.
127
[058a7a0]1282007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * Makefile: Remove tarfile when make clean.
131
[ba33011]1322007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * init.c: More warnings removed.
135
[cf5b3fa]1362007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * Makefile, init.c, system.h: Now compiles reasonably cleanly with CVS
139        head.
140
[631f794]1412007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * init.c, system.h: confdefs.h should be rtems/confdefs.h
144
[5c663c0]1452007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * init.c: Replace CONFIGURE_TEST_XXX with CONFIGURE_APPLICATION_XXX.
148
[3ba2f22]1492000-12-14      Joel Sherrill <joel@OARcorp.com>
150
151        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.