]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/net/httpd/v2_0/ChangeLog
dadb9e98e615e43fda80587bf9063da4a1023b77
[karo-tx-redboot.git] / packages / net / httpd / v2_0 / ChangeLog
1 2005-07-30  Andrew Lunn  <andrew.lunn@ascom.ch>
2
3         * src/httpd.c (cyg_httpd_server): Use socklen_t to avoid compiler
4         warnings.
5
6 2004-10-05  Andrew Lunn  <andrew.lunn@ascom.ch>
7
8         * src/monitor.c: include sys/sysctl.h to prevent compiler
9         warnings.
10
11 2004-08-16  Peter Korsgaard <jacmet@sunsite.dk>
12
13         * src/monitor.c: Added missing spaces in multi-line HTML strings.
14
15 2004-03-09  Nick Garnett  <nickg@calivar.com>
16
17         * include/httpd.h: 
18         * src/init.cxx: 
19         * src/httpd.c: 
20         * src/init.cxx:
21         * doc/httpd.sgml:
22         Added option to enable auto-starting of HTTPD. This is set by
23         default so the current behaviour is retained. When this is
24         disabled the application has to call cyg_httpd_startup() to get
25         the server going.
26
27 2004-02-23  Jeff Duncan  <jeffd@magtek.com>
28
29         * src/httpd.c (cyg_httpd_server): Fix http header by adding
30           newline after server name.
31
32 2003-10-21  Eric Doenges <Eric.Doenges@DynaPel.com>
33
34         * src/monitor.c (cyg_monitor_memory): Check if the request
35         contains a 'base' parameter and don't display anything if it does
36         not. This prevents the monitor from attempting to access memory
37         location '0' when the user accesses the memory html page for the
38         first time without any parameters.
39
40 2003-09-23  Andrew Lunn  <andrew.lunn@ascom.ch>
41
42         * src/httpd.c (cyg_httpd_server): Removed unused variable.
43         * doc/httpd.sgml: Updated documentation for previous change.
44
45 2003-09-22  Eric Doenges  <Eric.Doenges@DynaPel.com>
46         
47         * include/httpd.h: changed prototype of cyg_httpd_send_html and
48         cyg_httpd_send_data to match implementation.
49
50 2003-06-09  Nick Garnett  <nickg@balti.calivar.com>
51
52         * src/httpd.c: Fixed a problem with closing the client socket --
53         it was being done twice.
54         Tidied up the formatting a little.
55
56         * src/monitor.c: Fixed some compiler warnings.
57
58 2003-05-11  Andrew Lunn  <andrew.lunn@ascom.ch>
59
60         * src/monitor.c (cyg_monitor_network): Added IPv6 information to
61         the display of network information.
62         * tests/httpd1.c: New file: Simple program to actually run the 
63         server so we can test it.
64         * cdl/httpd.cdl: Added the test program.
65
66 2003-05-10  Andrew Lunn   <andrew.lunn@ascom,ch>
67
68         * src/httpd.c: Added support for serving content over IPv6,
69         * doc/httpd.sgml: Added comment about IPv6.
70
71 2003-04-23  Bob Koninckx  <bob.koninckx@mech.kuleuven.ac.be>
72
73         * cdl/httpd.cdl: Only build monitor in CDL option.
74
75 2003-03-17  Nick Garnett  <nickg@balti.calivar.com>
76
77         * src/monitor.c (cyg_monitor_network): Added monitoring of Mbufs
78         to network page.
79
80 2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>
81
82         * cdl/httpd.cdl: Add doc link.
83
84 2003-02-14  Bob Koninckx  <bob.koninckx@mech.kuleuven.ac.be>
85
86         * include/httpd.h (html_end): fix typo.
87
88 2002-12-06  Nick Garnett  <nickg@ecoscentric.com>
89
90         * include/httpd.h: 
91         * src/init.cxx: 
92         * src/httpd.c: 
93         * src/monitor.c: 
94         * doc/httpd.sgml: 
95         * cdl/httpd.cdl: 
96         Created HTTPD package.
97         
98 # Copyright (C) 2002 Nick Garnett
99 # All Rights Reserved.
100 #
101 # Permission is granted to use, copy, modify and redistribute this
102 # file.