source: network-demos/http/ChangeLog @ d7de1ab

4.11network-demos-4-10-branch
Last change on this file since d7de1ab was d7de1ab, checked in by Joel Sherrill <joel.sherrill@…>, on 02/10/09 at 18:23:42

2009-02-10 Joel Sherrill <joel.sherrill@…>

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