|
2250
|
1 2006-07-18 Jonathan Larmour <jifl@eCosCentric.com> |
|
|
2 |
|
|
3 * cdl/httpd.cdl: Add -D __ECOS in compiler flags. |
|
|
4 Change include_dir to cyg/athttpd. |
|
|
5 Rename all CDL options from *_HTTPD_* to *_ATHTTPD_*. |
|
|
6 * All files: Rename cyg/httpd include directory to cyg/athttpd. |
|
|
7 Rename all CDL options from *_HTTPD_* to *_ATHTTPD_*. |
|
|
8 * doc/athttpd.sgml: Document MD5 algorithm licensing. |
|
|
9 * src/socket.c: Remove unused SNTP include. |
|
|
10 |
|
|
11 2006-06-13 Anthony Tonizzo <atonizzo@gmail.com> |
|
|
12 |
|
|
13 * cdl/httpd.cdl: |
|
|
14 * doc/athttpd.sgml: |
|
|
15 * doc/mime_types.txt: |
|
|
16 * include/auth.h: |
|
|
17 * include/digcalc.h: |
|
|
18 * include/forms.h: |
|
|
19 * include/global.h: |
|
|
20 * include/handler.h: |
|
|
21 * include/http.h: |
|
|
22 * include/md5.h: |
|
|
23 * include/socket.h: |
|
|
24 * src/auth.c: |
|
|
25 * src/forms.c: |
|
|
26 * src/handler.c: |
|
|
27 * src/http.c: |
|
|
28 * src/md5c.c: |
|
|
29 * src/socket.c: |
|
|
30 Created ATHTTPD package. |
|
|
31 |
|
|
32 //=========================================================================== |
|
|
33 //####ECOSGPLCOPYRIGHTBEGIN#### |
|
|
34 // ------------------------------------------- |
|
|
35 // This file is part of eCos, the Embedded Configurable Operating System. |
|
|
36 // Copyright (C) 2005 eCosCentric Ltd. |
|
|
37 // |
|
|
38 // eCos is free software; you can redistribute it and/or modify it under |
|
|
39 // the terms of the GNU General Public License as published by the Free |
|
|
40 // Software Foundation; either version 2 or (at your option) any later version. |
|
|
41 // |
|
|
42 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY |
|
|
43 // WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
|
44 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
|
45 // for more details. |
|
|
46 // |
|
|
47 // You should have received a copy of the GNU General Public License along |
|
|
48 // with eCos; if not, write to the Free Software Foundation, Inc., |
|
|
49 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. |
|
|
50 // |
|
|
51 // As a special exception, if other files instantiate templates or use macros |
|
|
52 // or inline functions from this file, or you compile this file and link it |
|
|
53 // with other works to produce a work based on this file, this file does not |
|
|
54 // by itself cause the resulting work to be covered by the GNU General Public |
|
|
55 // License. However the source code for this file must still be made available |
|
|
56 // in accordance with section (3) of the GNU General Public License. |
|
|
57 // |
|
|
58 // This exception does not invalidate any other reasons why a work based on |
|
|
59 // this file might be covered by the GNU General Public License. |
|
|
60 // |
|
|
61 // ------------------------------------------- |
|
|
62 //####ECOSGPLCOPYRIGHTEND#### |
|
|
63 //=========================================================================== |