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