Mercurial > ecos
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 |
| 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 | 31 2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> |
| 32 | |
| 33 * cdl/httpd.cdl: Add doc link. | |
| 34 | |
| 631 | 35 2003-02-14 Bob Koninckx <bob.koninckx@mech.kuleuven.ac.be> |
| 36 | |
| 37 * include/httpd.h (html_end): fix typo. | |
| 38 | |
| 468 | 39 2002-12-06 Nick Garnett <nickg@ecoscentric.com> |
| 40 | |
| 41 * include/httpd.h: | |
| 42 * src/init.cxx: | |
| 43 * src/httpd.c: | |
| 44 * src/monitor.c: | |
| 45 * doc/httpd.sgml: | |
| 46 * cdl/httpd.cdl: | |
| 47 Created HTTPD package. | |
| 48 | |
| 49 # Copyright (C) 2002 Nick Garnett | |
| 50 # All Rights Reserved. | |
| 51 # | |
| 52 # Permission is granted to use, copy, modify and redistribute this | |
| 53 # file. | |
| 631 | 54 |
