annotate packages/net/httpd/current/ChangeLog @ 1053:657f409c5dfe

* 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.
author nickg
date Sat, 14 Jun 2003 18:04:55 +0000
parents 4ca8a5f30c03
children eeb14eae974b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1053
657f409c5dfe * src/httpd.c: Fixed a problem with closing the client socket --
nickg
parents: 1008
diff changeset
1 2003-06-09 Nick Garnett <nickg@balti.calivar.com>
657f409c5dfe * src/httpd.c: Fixed a problem with closing the client socket --
nickg
parents: 1008
diff changeset
2
657f409c5dfe * src/httpd.c: Fixed a problem with closing the client socket --
nickg
parents: 1008
diff changeset
3 * src/httpd.c: Fixed a problem with closing the client socket --
657f409c5dfe * src/httpd.c: Fixed a problem with closing the client socket --
nickg
parents: 1008
diff changeset
4 it was being done twice.
657f409c5dfe * src/httpd.c: Fixed a problem with closing the client socket --
nickg
parents: 1008
diff changeset
5 Tidied up the formatting a little.
657f409c5dfe * src/httpd.c: Fixed a problem with closing the client socket --
nickg
parents: 1008
diff changeset
6
657f409c5dfe * src/httpd.c: Fixed a problem with closing the client socket --
nickg
parents: 1008
diff changeset
7 * src/monitor.c: Fixed some compiler warnings.
657f409c5dfe * src/httpd.c: Fixed a problem with closing the client socket --
nickg
parents: 1008
diff changeset
8
1008
4ca8a5f30c03 * src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents: 955
diff changeset
9 2003-05-11 Andrew Lunn <andrew.lunn@ascom.ch>
4ca8a5f30c03 * src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents: 955
diff changeset
10
4ca8a5f30c03 * src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents: 955
diff changeset
11 * src/monitor.c (cyg_monitor_network): Added IPv6 information to
4ca8a5f30c03 * src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents: 955
diff changeset
12 the display of network information.
4ca8a5f30c03 * src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents: 955
diff changeset
13 * tests/httpd1.c: New file: Simple program to actually run the
4ca8a5f30c03 * src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents: 955
diff changeset
14 server so we can test it.
4ca8a5f30c03 * src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents: 955
diff changeset
15 * cdl/httpd.cdl: Added the test program.
4ca8a5f30c03 * src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents: 955
diff changeset
16
4ca8a5f30c03 * src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents: 955
diff changeset
17 2003-05-10 Andrew Lunn <andrew.lunn@ascom,ch>
4ca8a5f30c03 * src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents: 955
diff changeset
18
4ca8a5f30c03 * src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents: 955
diff changeset
19 * src/httpd.c: Added support for serving content over IPv6,
4ca8a5f30c03 * src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents: 955
diff changeset
20 * doc/httpd.sgml: Added comment about IPv6.
4ca8a5f30c03 * src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents: 955
diff changeset
21
955
1b02e87dfe40 * cdl/httpd.cdl: Only build monitor in CDL option.
jlarmour
parents: 831
diff changeset
22 2003-04-23 Bob Koninckx <bob.koninckx@mech.kuleuven.ac.be>
1b02e87dfe40 * cdl/httpd.cdl: Only build monitor in CDL option.
jlarmour
parents: 831
diff changeset
23
1b02e87dfe40 * cdl/httpd.cdl: Only build monitor in CDL option.
jlarmour
parents: 831
diff changeset
24 * cdl/httpd.cdl: Only build monitor in CDL option.
1b02e87dfe40 * cdl/httpd.cdl: Only build monitor in CDL option.
jlarmour
parents: 831
diff changeset
25
831
0b41b42148e9 * src/monitor.c (cyg_monitor_network): Added monitoring of Mbufs
nickg
parents: 732
diff changeset
26 2003-03-17 Nick Garnett <nickg@balti.calivar.com>
0b41b42148e9 * src/monitor.c (cyg_monitor_network): Added monitoring of Mbufs
nickg
parents: 732
diff changeset
27
0b41b42148e9 * src/monitor.c (cyg_monitor_network): Added monitoring of Mbufs
nickg
parents: 732
diff changeset
28 * src/monitor.c (cyg_monitor_network): Added monitoring of Mbufs
0b41b42148e9 * src/monitor.c (cyg_monitor_network): Added monitoring of Mbufs
nickg
parents: 732
diff changeset
29 to network page.
0b41b42148e9 * src/monitor.c (cyg_monitor_network): Added monitoring of Mbufs
nickg
parents: 732
diff changeset
30
732
f348e525f5ca * cdl/httpd.cdl: Add doc link.
jlarmour
parents: 631
diff changeset
31 2003-02-24 Jonathan Larmour <jifl@eCosCentric.com>
f348e525f5ca * cdl/httpd.cdl: Add doc link.
jlarmour
parents: 631
diff changeset
32
f348e525f5ca * cdl/httpd.cdl: Add doc link.
jlarmour
parents: 631
diff changeset
33 * cdl/httpd.cdl: Add doc link.
f348e525f5ca * cdl/httpd.cdl: Add doc link.
jlarmour
parents: 631
diff changeset
34
631
06b38a628db3 * include/httpd.h (html_end): fix typo.
jlarmour
parents: 468
diff changeset
35 2003-02-14 Bob Koninckx <bob.koninckx@mech.kuleuven.ac.be>
06b38a628db3 * include/httpd.h (html_end): fix typo.
jlarmour
parents: 468
diff changeset
36
06b38a628db3 * include/httpd.h (html_end): fix typo.
jlarmour
parents: 468
diff changeset
37 * include/httpd.h (html_end): fix typo.
06b38a628db3 * include/httpd.h (html_end): fix typo.
jlarmour
parents: 468
diff changeset
38
468
ca4f29d41b18 Created new HTTPD package.
nickg
parents:
diff changeset
39 2002-12-06 Nick Garnett <nickg@ecoscentric.com>
ca4f29d41b18 Created new HTTPD package.
nickg
parents:
diff changeset
40
ca4f29d41b18 Created new HTTPD package.
nickg
parents:
diff changeset
41 * include/httpd.h:
ca4f29d41b18 Created new HTTPD package.
nickg
parents:
diff changeset
42 * src/init.cxx:
ca4f29d41b18 Created new HTTPD package.
nickg
parents:
diff changeset
43 * src/httpd.c:
ca4f29d41b18 Created new HTTPD package.
nickg
parents:
diff changeset
44 * src/monitor.c:
ca4f29d41b18 Created new HTTPD package.
nickg
parents:
diff changeset
45 * doc/httpd.sgml:
ca4f29d41b18 Created new HTTPD package.
nickg
parents:
diff changeset
46 * cdl/httpd.cdl:
ca4f29d41b18 Created new HTTPD package.
nickg
parents:
diff changeset
47 Created HTTPD package.
ca4f29d41b18 Created new HTTPD package.
nickg
parents:
diff changeset
48
ca4f29d41b18 Created new HTTPD package.
nickg
parents:
diff changeset
49 # Copyright (C) 2002 Nick Garnett
ca4f29d41b18 Created new HTTPD package.
nickg
parents:
diff changeset
50 # All Rights Reserved.
ca4f29d41b18 Created new HTTPD package.
nickg
parents:
diff changeset
51 #
ca4f29d41b18 Created new HTTPD package.
nickg
parents:
diff changeset
52 # Permission is granted to use, copy, modify and redistribute this
ca4f29d41b18 Created new HTTPD package.
nickg
parents:
diff changeset
53 # file.
631
06b38a628db3 * include/httpd.h (html_end): fix typo.
jlarmour
parents: 468
diff changeset
54