source: network-demos/http/ChangeLog @ 679e2bc

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

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

  • init.c: Eliminate use of boolean type. Use C99 bool.
  • Property mode set to 100644
File size: 3.9 KB
Line 
12008-09-12      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * init.c: Eliminate use of boolean type. Use C99 bool.
4
52008-08-21      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * init.c: Fix missing initializers warning.
8
92008-08-20      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * shttpd_ext.c: Fix warning.
12
132007-12-06      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * Makefile, init.c: Make sure POSIX threading is enabled if using
16        GoAhead.
17
182007-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * Makefile: bin2c now rtems-bin2c.
21
222007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * Makefile: No use of objdump.
25
262007-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * Makefile: Cleanup.
29
302007-09-07      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * shttpd_index.html: Fix URL for shttpd.
33
342007-09-07      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * goahead_index.html: This is not preprocessed so hard code name.
37        * init.c: Simple HTTPD is using ~39K stack space with this test.
38        Make the stack for the SHTTPD server 48K.
39
402007-09-06      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * shttpd_ext.c: Use new name.
43
442007-09-06      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * Makefile, init.c, rootfs/.cvsignore: Add some dynamic content.
47        Can now look at cpu usage, reset cpu usage and print a stack
48        usage report.
49        * goahead_index.html, shttpd.png, shttpd_ext.c, shttpd_index.html:
50        New files.
51        * index.html.in: Removed.
52
532007-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * init.c: Remove TARFILE_XXX macros.
56
572007-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * Makefile: Use bin2c to more reliably turn the tarfile into a
60        linkable object file. Ignore .cvsignore when making tarfile.
61        * init.c: Clean up tarfile symbol definitions.
62        * .cvsignore, rootfs/.cvsignore: New files.
63
642007-08-16      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * Makefile: Account for -B architecture option.
67
682007-07-18      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * Makefile: Eliminate unneeded temp.o
71
722007-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * init.c: Account for adding port to shttpd initialization.
75
762007-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
77
78        * ChangeLog, Makefile, init.c: No switchable from GoAhead to SHTTPD but
79        defaults to SHTTPD. The displayed index.html will indicate which
80        httpd implementation is enabled. The user should edit the Makefile to
81        switch settings.
82        * index.html.in: New file.
83        * rootfs/index.html: Removed.
84
852007-07-12      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * Makefile, init.c: No switchable from GoAhead to SHTTPD but defaults
88        to SHTTPD. The displayed index.html will indicate which httpd
89        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-11      Joel Sherrill <joel.sherrill@oarcorp.com>
95
96        * Makefile: Make slightly smarter on LD arguments.  Do not pick
97        up CVS files in tarball.
98        * init.c: Turn off tracing on GoAhead.  More debug.
99        * rootfs/etc/hosts: Match OAR setup for EP5200.
100        * rootfs/index.html: Cleanup and use RTEMS Logo.
101        * rootfs/rtems_logo.jpg: New files.
102        * rootfs/web/index.html: Removed.
103
1042007-06-22      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * Makefile, init.c: Clean up. Make name of TARFILE related symbols
107        conditional based upon architecture. Change way desired object format
108        is determined so all BSPs compile this test.
109
1102007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * Makefile: Remove tarfile when make clean.
113
1142007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * init.c: More warnings removed.
117
1182007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * Makefile, init.c, system.h: Now compiles reasonably cleanly with CVS
121        head.
122
1232007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * init.c, system.h: confdefs.h should be rtems/confdefs.h
126
1272007-06-21      Joel Sherrill <joel.sherrill@OARcorp.com>
128
129        * init.c: Replace CONFIGURE_TEST_XXX with CONFIGURE_APPLICATION_XXX.
130
1312000-12-14      Joel Sherrill <joel@OARcorp.com>
132
133        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.