summaryrefslogtreecommitdiff
path: root/ecos/packages/net/httpd/current/ChangeLog
blob: 1905e4861a366b6bd2ab81081f2bb1038f3226d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
2010-09-18  John Dallaway  <john@dallaway.org.uk>

	* doc/httpd.sgml: Fix GoAhead URL.

2006-07-28  Jochen Gerster <JochenGerster@gmx.de>

	* src/monitor.c (cyg_monitor_network): Calling the network monitor
	  html handler can trigger an exception when the function
	  getifaddrs() fails because we are out of memory. Check the
	  return code and return failure if this happens.
	
2005-07-30  Andrew Lunn  <andrew.lunn@ascom.ch>

	* src/httpd.c (cyg_httpd_server): Use socklen_t to avoid compiler
	warnings.

2004-10-05  Andrew Lunn  <andrew.lunn@ascom.ch>

	* src/monitor.c: include sys/sysctl.h to prevent compiler
	warnings.

2004-08-16  Peter Korsgaard <jacmet@sunsite.dk>

	* src/monitor.c: Added missing spaces in multi-line HTML strings.

2004-03-09  Nick Garnett  <nickg@calivar.com>

	* include/httpd.h: 
	* src/init.cxx: 
	* src/httpd.c: 
	* src/init.cxx:
	* doc/httpd.sgml:
	Added option to enable auto-starting of HTTPD. This is set by
	default so the current behaviour is retained. When this is
	disabled the application has to call cyg_httpd_startup() to get
	the server going.

2004-02-23  Jeff Duncan  <jeffd@magtek.com>

	* src/httpd.c (cyg_httpd_server): Fix http header by adding
          newline after server name.

2003-10-21  Eric Doenges <Eric.Doenges@DynaPel.com>

	* src/monitor.c (cyg_monitor_memory): Check if the request
	contains a 'base' parameter and don't display anything if it does
	not. This prevents the monitor from attempting to access memory
	location '0' when the user accesses the memory html page for the
	first time without any parameters.

2003-09-23  Andrew Lunn  <andrew.lunn@ascom.ch>

        * src/httpd.c (cyg_httpd_server): Removed unused variable.
        * doc/httpd.sgml: Updated documentation for previous change.

2003-09-22  Eric Doenges  <Eric.Doenges@DynaPel.com>
	
        * include/httpd.h: changed prototype of cyg_httpd_send_html and
        cyg_httpd_send_data to match implementation.

2003-06-09  Nick Garnett  <nickg@balti.calivar.com>

	* src/httpd.c: Fixed a problem with closing the client socket --
	it was being done twice.
	Tidied up the formatting a little.

	* src/monitor.c: Fixed some compiler warnings.

2003-05-11  Andrew Lunn  <andrew.lunn@ascom.ch>

	* src/monitor.c (cyg_monitor_network): Added IPv6 information to
	the display of network information.
	* tests/httpd1.c: New file: Simple program to actually run the 
	server so we can test it.
	* cdl/httpd.cdl: Added the test program.

2003-05-10  Andrew Lunn   <andrew.lunn@ascom,ch>

	* src/httpd.c: Added support for serving content over IPv6,
	* doc/httpd.sgml: Added comment about IPv6.

2003-04-23  Bob Koninckx  <bob.koninckx@mech.kuleuven.ac.be>

	* cdl/httpd.cdl: Only build monitor in CDL option.

2003-03-17  Nick Garnett  <nickg@balti.calivar.com>

	* src/monitor.c (cyg_monitor_network): Added monitoring of Mbufs
	to network page.

2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>

	* cdl/httpd.cdl: Add doc link.

2003-02-14  Bob Koninckx  <bob.koninckx@mech.kuleuven.ac.be>

	* include/httpd.h (html_end): fix typo.

2002-12-06  Nick Garnett  <nickg@ecoscentric.com>

	* include/httpd.h: 
	* src/init.cxx: 
	* src/httpd.c: 
	* src/monitor.c: 
	* doc/httpd.sgml: 
	* cdl/httpd.cdl: 
	Created HTTPD package.
	
# ####GPLCOPYRIGHTBEGIN####                                       
# -------------------------------------------                     
# This file is part of eCos, the Embedded Configurable Operating System.
# Copyright (C) 2002, 2010 Free Software Foundation, Inc.   
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 or (at your option) any
# later version.                                                  
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of      
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# General Public License for more details.                        
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the                   
# Free Software Foundation, Inc., 51 Franklin Street,             
# Fifth Floor, Boston, MA  02110-1301, USA.                       
# -------------------------------------------                     
# ####GPLCOPYRIGHTEND####