OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [net/] [httpd/] [current/] [ChangeLog] - Blame information for rev 811

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
2010-09-18  John Dallaway  
2
 
3
        * doc/httpd.sgml: Fix GoAhead URL.
4
 
5
2006-07-28  Jochen Gerster 
6
 
7
        * src/monitor.c (cyg_monitor_network): Calling the network monitor
8
          html handler can trigger an exception when the function
9
          getifaddrs() fails because we are out of memory. Check the
10
          return code and return failure if this happens.
11
 
12
2005-07-30  Andrew Lunn  
13
 
14
        * src/httpd.c (cyg_httpd_server): Use socklen_t to avoid compiler
15
        warnings.
16
 
17
2004-10-05  Andrew Lunn  
18
 
19
        * src/monitor.c: include sys/sysctl.h to prevent compiler
20
        warnings.
21
 
22
2004-08-16  Peter Korsgaard 
23
 
24
        * src/monitor.c: Added missing spaces in multi-line HTML strings.
25
 
26
2004-03-09  Nick Garnett  
27
 
28
        * include/httpd.h:
29
        * src/init.cxx:
30
        * src/httpd.c:
31
        * src/init.cxx:
32
        * doc/httpd.sgml:
33
        Added option to enable auto-starting of HTTPD. This is set by
34
        default so the current behaviour is retained. When this is
35
        disabled the application has to call cyg_httpd_startup() to get
36
        the server going.
37
 
38
2004-02-23  Jeff Duncan  
39
 
40
        * src/httpd.c (cyg_httpd_server): Fix http header by adding
41
          newline after server name.
42
 
43
2003-10-21  Eric Doenges 
44
 
45
        * src/monitor.c (cyg_monitor_memory): Check if the request
46
        contains a 'base' parameter and don't display anything if it does
47
        not. This prevents the monitor from attempting to access memory
48
        location '0' when the user accesses the memory html page for the
49
        first time without any parameters.
50
 
51
2003-09-23  Andrew Lunn  
52
 
53
        * src/httpd.c (cyg_httpd_server): Removed unused variable.
54
        * doc/httpd.sgml: Updated documentation for previous change.
55
 
56
2003-09-22  Eric Doenges  
57
 
58
        * include/httpd.h: changed prototype of cyg_httpd_send_html and
59
        cyg_httpd_send_data to match implementation.
60
 
61
2003-06-09  Nick Garnett  
62
 
63
        * src/httpd.c: Fixed a problem with closing the client socket --
64
        it was being done twice.
65
        Tidied up the formatting a little.
66
 
67
        * src/monitor.c: Fixed some compiler warnings.
68
 
69
2003-05-11  Andrew Lunn  
70
 
71
        * src/monitor.c (cyg_monitor_network): Added IPv6 information to
72
        the display of network information.
73
        * tests/httpd1.c: New file: Simple program to actually run the
74
        server so we can test it.
75
        * cdl/httpd.cdl: Added the test program.
76
 
77
2003-05-10  Andrew Lunn   
78
 
79
        * src/httpd.c: Added support for serving content over IPv6,
80
        * doc/httpd.sgml: Added comment about IPv6.
81
 
82
2003-04-23  Bob Koninckx  
83
 
84
        * cdl/httpd.cdl: Only build monitor in CDL option.
85
 
86
2003-03-17  Nick Garnett  
87
 
88
        * src/monitor.c (cyg_monitor_network): Added monitoring of Mbufs
89
        to network page.
90
 
91
2003-02-24  Jonathan Larmour  
92
 
93
        * cdl/httpd.cdl: Add doc link.
94
 
95
2003-02-14  Bob Koninckx  
96
 
97
        * include/httpd.h (html_end): fix typo.
98
 
99
2002-12-06  Nick Garnett  
100
 
101
        * include/httpd.h:
102
        * src/init.cxx:
103
        * src/httpd.c:
104
        * src/monitor.c:
105
        * doc/httpd.sgml:
106
        * cdl/httpd.cdl:
107
        Created HTTPD package.
108
 
109
# ####GPLCOPYRIGHTBEGIN####
110
# -------------------------------------------
111
# This file is part of eCos, the Embedded Configurable Operating System.
112
# Copyright (C) 2002, 2010 Free Software Foundation, Inc.
113
#
114
# This program is free software; you can redistribute it and/or modify
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####

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.