Mercurial > ecos
annotate packages/net/httpd/current/ChangeLog @ 1528:970d06598f83
* src/httpd.c (cyg_httpd_server): Fix http header by adding
newline after server name.
| author | asl |
|---|---|
| date | Tue, 02 Mar 2004 10:27:26 +0000 |
| parents | 921f9882bd6d |
| children | 606f06850b83 |
| rev | line source |
|---|---|
|
1528
970d06598f83
* src/httpd.c (cyg_httpd_server): Fix http header by adding
asl
parents:
1325
diff
changeset
|
1 2004-02-23 Jeff Duncan <jeffd@magtek.com> |
|
970d06598f83
* src/httpd.c (cyg_httpd_server): Fix http header by adding
asl
parents:
1325
diff
changeset
|
2 |
|
970d06598f83
* src/httpd.c (cyg_httpd_server): Fix http header by adding
asl
parents:
1325
diff
changeset
|
3 * src/httpd.c (cyg_httpd_server): Fix http header by adding |
|
970d06598f83
* src/httpd.c (cyg_httpd_server): Fix http header by adding
asl
parents:
1325
diff
changeset
|
4 newline after server name. |
|
970d06598f83
* src/httpd.c (cyg_httpd_server): Fix http header by adding
asl
parents:
1325
diff
changeset
|
5 |
|
1325
921f9882bd6d
* src/monitor.c (cyg_monitor_memory): Check if the request
asl
parents:
1240
diff
changeset
|
6 2003-10-21 Eric Doenges <Eric.Doenges@DynaPel.com> |
|
921f9882bd6d
* src/monitor.c (cyg_monitor_memory): Check if the request
asl
parents:
1240
diff
changeset
|
7 |
|
921f9882bd6d
* src/monitor.c (cyg_monitor_memory): Check if the request
asl
parents:
1240
diff
changeset
|
8 * src/monitor.c (cyg_monitor_memory): Check if the request |
|
921f9882bd6d
* src/monitor.c (cyg_monitor_memory): Check if the request
asl
parents:
1240
diff
changeset
|
9 contains a 'base' parameter and don't display anything if it does |
|
921f9882bd6d
* src/monitor.c (cyg_monitor_memory): Check if the request
asl
parents:
1240
diff
changeset
|
10 not. This prevents the monitor from attempting to access memory |
|
921f9882bd6d
* src/monitor.c (cyg_monitor_memory): Check if the request
asl
parents:
1240
diff
changeset
|
11 location '0' when the user accesses the memory html page for the |
|
921f9882bd6d
* src/monitor.c (cyg_monitor_memory): Check if the request
asl
parents:
1240
diff
changeset
|
12 first time without any parameters. |
|
921f9882bd6d
* src/monitor.c (cyg_monitor_memory): Check if the request
asl
parents:
1240
diff
changeset
|
13 |
|
1240
eeb14eae974b
* src/httpd.c (cyg_httpd_server): Removed unused variable.
asl
parents:
1053
diff
changeset
|
14 2003-09-23 Andrew Lunn <andrew.lunn@ascom.ch> |
|
eeb14eae974b
* src/httpd.c (cyg_httpd_server): Removed unused variable.
asl
parents:
1053
diff
changeset
|
15 |
|
eeb14eae974b
* src/httpd.c (cyg_httpd_server): Removed unused variable.
asl
parents:
1053
diff
changeset
|
16 * src/httpd.c (cyg_httpd_server): Removed unused variable. |
|
eeb14eae974b
* src/httpd.c (cyg_httpd_server): Removed unused variable.
asl
parents:
1053
diff
changeset
|
17 * doc/httpd.sgml: Updated documentation for previous change. |
|
eeb14eae974b
* src/httpd.c (cyg_httpd_server): Removed unused variable.
asl
parents:
1053
diff
changeset
|
18 |
|
eeb14eae974b
* src/httpd.c (cyg_httpd_server): Removed unused variable.
asl
parents:
1053
diff
changeset
|
19 2003-09-22 Eric Doenges <Eric.Doenges@DynaPel.com> |
|
eeb14eae974b
* src/httpd.c (cyg_httpd_server): Removed unused variable.
asl
parents:
1053
diff
changeset
|
20 |
|
eeb14eae974b
* src/httpd.c (cyg_httpd_server): Removed unused variable.
asl
parents:
1053
diff
changeset
|
21 * include/httpd.h: changed prototype of cyg_httpd_send_html and |
|
eeb14eae974b
* src/httpd.c (cyg_httpd_server): Removed unused variable.
asl
parents:
1053
diff
changeset
|
22 cyg_httpd_send_data to match implementation. |
|
eeb14eae974b
* src/httpd.c (cyg_httpd_server): Removed unused variable.
asl
parents:
1053
diff
changeset
|
23 |
|
1053
657f409c5dfe
* src/httpd.c: Fixed a problem with closing the client socket --
nickg
parents:
1008
diff
changeset
|
24 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
|
25 |
|
657f409c5dfe
* src/httpd.c: Fixed a problem with closing the client socket --
nickg
parents:
1008
diff
changeset
|
26 * 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
|
27 it was being done twice. |
|
657f409c5dfe
* src/httpd.c: Fixed a problem with closing the client socket --
nickg
parents:
1008
diff
changeset
|
28 Tidied up the formatting a little. |
|
657f409c5dfe
* src/httpd.c: Fixed a problem with closing the client socket --
nickg
parents:
1008
diff
changeset
|
29 |
|
657f409c5dfe
* src/httpd.c: Fixed a problem with closing the client socket --
nickg
parents:
1008
diff
changeset
|
30 * src/monitor.c: Fixed some compiler warnings. |
|
657f409c5dfe
* src/httpd.c: Fixed a problem with closing the client socket --
nickg
parents:
1008
diff
changeset
|
31 |
|
1008
4ca8a5f30c03
* src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents:
955
diff
changeset
|
32 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
|
33 |
|
4ca8a5f30c03
* src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents:
955
diff
changeset
|
34 * 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
|
35 the display of network information. |
|
4ca8a5f30c03
* src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents:
955
diff
changeset
|
36 * 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
|
37 server so we can test it. |
|
4ca8a5f30c03
* src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents:
955
diff
changeset
|
38 * cdl/httpd.cdl: Added the test program. |
|
4ca8a5f30c03
* src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents:
955
diff
changeset
|
39 |
|
4ca8a5f30c03
* src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents:
955
diff
changeset
|
40 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
|
41 |
|
4ca8a5f30c03
* src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents:
955
diff
changeset
|
42 * 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
|
43 * doc/httpd.sgml: Added comment about IPv6. |
|
4ca8a5f30c03
* src/monitor.c (cyg_monitor_network): Added IPv6 information to
asl
parents:
955
diff
changeset
|
44 |
|
955
1b02e87dfe40
* cdl/httpd.cdl: Only build monitor in CDL option.
jlarmour
parents:
831
diff
changeset
|
45 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
|
46 |
|
1b02e87dfe40
* cdl/httpd.cdl: Only build monitor in CDL option.
jlarmour
parents:
831
diff
changeset
|
47 * cdl/httpd.cdl: Only build monitor in CDL option. |
|
1b02e87dfe40
* cdl/httpd.cdl: Only build monitor in CDL option.
jlarmour
parents:
831
diff
changeset
|
48 |
|
831
0b41b42148e9
* src/monitor.c (cyg_monitor_network): Added monitoring of Mbufs
nickg
parents:
732
diff
changeset
|
49 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
|
50 |
|
0b41b42148e9
* src/monitor.c (cyg_monitor_network): Added monitoring of Mbufs
nickg
parents:
732
diff
changeset
|
51 * 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
|
52 to network page. |
|
0b41b42148e9
* src/monitor.c (cyg_monitor_network): Added monitoring of Mbufs
nickg
parents:
732
diff
changeset
|
53 |
| 732 | 54 2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> |
| 55 | |
| 56 * cdl/httpd.cdl: Add doc link. | |
| 57 | |
| 631 | 58 2003-02-14 Bob Koninckx <bob.koninckx@mech.kuleuven.ac.be> |
| 59 | |
| 60 * include/httpd.h (html_end): fix typo. | |
| 61 | |
| 468 | 62 2002-12-06 Nick Garnett <nickg@ecoscentric.com> |
| 63 | |
| 64 * include/httpd.h: | |
| 65 * src/init.cxx: | |
| 66 * src/httpd.c: | |
| 67 * src/monitor.c: | |
| 68 * doc/httpd.sgml: | |
| 69 * cdl/httpd.cdl: | |
| 70 Created HTTPD package. | |
| 71 | |
| 72 # Copyright (C) 2002 Nick Garnett | |
| 73 # All Rights Reserved. | |
| 74 # | |
| 75 # Permission is granted to use, copy, modify and redistribute this | |
| 76 # file. |
