comparison packages/net/httpd/current/ChangeLog @ 2967:a98ace8abb52

* bsd_tcpip/current/doc/freebsd.sgml, tcpip/current/doc/openbsd.sgml: No longer "recent". * httpd/current/doc/httpd.sgml: Fix GoAhead URL.
author jld
date Sat, 18 Sep 2010 16:10:32 +0000
parents fd2c3f3def9d
children
comparison
equal deleted inserted replaced
2966:5774e957adc2 2967:a98ace8abb52
1 2010-09-18 John Dallaway <john@dallaway.org.uk>
2
3 * doc/httpd.sgml: Fix GoAhead URL.
4
1 2006-07-28 Jochen Gerster <JochenGerster@gmx.de> 5 2006-07-28 Jochen Gerster <JochenGerster@gmx.de>
2 6
3 * src/monitor.c (cyg_monitor_network): Calling the network monitor 7 * src/monitor.c (cyg_monitor_network): Calling the network monitor
4 html handler can trigger an exception when the function 8 html handler can trigger an exception when the function
5 getifaddrs() fails because we are out of memory. Check the 9 getifaddrs() fails because we are out of memory. Check the
100 * src/monitor.c: 104 * src/monitor.c:
101 * doc/httpd.sgml: 105 * doc/httpd.sgml:
102 * cdl/httpd.cdl: 106 * cdl/httpd.cdl:
103 Created HTTPD package. 107 Created HTTPD package.
104 108
105 # Copyright (C) 2002 Nick Garnett 109 # ####GPLCOPYRIGHTBEGIN####
106 # All Rights Reserved. 110 # -------------------------------------------
111 # This file is part of eCos, the Embedded Configurable Operating System.
112 # Copyright (C) 2002, 2010 Free Software Foundation, Inc.
107 # 113 #
108 # Permission is granted to use, copy, modify and redistribute this 114 # This program is free software; you can redistribute it and/or modify
109 # file. 115 # it under the terms of the GNU General Public License as published by
116 # the Free Software Foundation; either version 2 or (at your option) any
117 # later version.
118 #
119 # This program is distributed in the hope that it will be useful, but
120 # WITHOUT ANY WARRANTY; without even the implied warranty of
121 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
122 # General Public License for more details.
123 #
124 # You should have received a copy of the GNU General Public License
125 # along with this program; if not, write to the
126 # Free Software Foundation, Inc., 51 Franklin Street,
127 # Fifth Floor, Boston, MA 02110-1301, USA.
128 # -------------------------------------------
129 # ####GPLCOPYRIGHTEND####