Overview
| Comment: | Add OFHTTPServer. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
190b9d3a5cd6af10568bbab9bfd7c452 |
| User & Date: | js on 2012-12-11 12:12:34 |
| Other Links: | manifest | tags |
Context
|
2012-12-11
| ||
| 12:22 | configure: Only add -no-integrated-as for Clang. (check-in: 20a020da0e user: js tags: trunk) | |
| 12:12 | Add OFHTTPServer. (check-in: 190b9d3a5c user: js tags: trunk) | |
| 12:12 | OFURL: Add +[URL]. (check-in: 12a4d43f67 user: js tags: trunk) | |
Changes
Modified src/Makefile from [c26c9d673c] to [eac717c730].
| ︙ | |||
19 20 21 22 23 24 25 26 27 28 29 30 31 32 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | + |
OFDate.m \
OFDictionary.m \
OFEnumerator.m \
OFFile.m \
OFHash.m \
OFHTTPClient.m \
OFHTTPRequest.m \
OFHTTPServer.m \
OFIntrospection.m \
OFList.m \
OFMapTable.m \
OFMD5Hash.m \
OFMutableArray.m \
OFMutableDictionary.m \
OFMutableSet.m \
|
| ︙ |
Added src/OFHTTPServer.h version [a5be6ab75a].