Author: ehuelsmann Date: Sun Feb 12 16:12:44 2006 New Revision: 88
Modified: public_html/index.shtml public_html/style.css Log: Update status page.
Modified: public_html/index.shtml ============================================================================== --- public_html/index.shtml (original) +++ public_html/index.shtml Sun Feb 12 16:12:44 2006 @@ -118,17 +118,17 @@ <td class="DONE">DONE</td> <td class="DONE">DONE</td> <td class="DONE">DONE</td> - <td class="WIP" title="Work in progress">WIP</td> + <td class="DONE">DONE</td> </tr> <tr> <td>Implement remapping of implementation defined errors.</td> - <td class="WIP" title="Work in progress">WIP</td> <td class="DONE">DONE</td> <td class="DONE">DONE</td> <td class="DONE">DONE</td> <td class="DONE">DONE</td> <td class="DONE">DONE</td> - <td class="WIP" title="Work in progress">WIP</td> + <td class="DONE">DONE</td> + <td class="DONE">DONE</td> </tr> <tr> <td>Implementation test-suite status</td> @@ -175,8 +175,30 @@ <td class="TODO">TODO</td> </tr> <tr> - <td>Implement more uncommon api calls such as send and recv + <td>Implement api calls get- and setsockopt.</td> + <td class="TODO">TODO</td> + <td class="TODO">TODO</td> + <td class="TODO">TODO</td> + <td class="TODO">TODO</td> + <td class="TODO">TODO</td> + <td class="TODO">TODO</td> + <td class="TODO">TODO</td> + </tr> + <tr> + <td rowspan="2">Implement more uncommon api calls for tcp streams.</td> + <td>send, recv</td> + + <td class="TODO">TODO</td> + <td class="TODO">TODO</td> + <td class="TODO">TODO</td> + <td class="TODO">TODO</td> + <td class="TODO">TODO</td> + <td class="TODO">TODO</td> + <td class="TODO">TODO</td> + </tr> + <tr> + <td>shutdown</td> <td class="TODO">TODO</td> <td class="TODO">TODO</td> <td class="TODO">TODO</td>
Modified: public_html/style.css ============================================================================== --- public_html/style.css (original) +++ public_html/style.css Sun Feb 12 16:12:44 2006 @@ -85,3 +85,12 @@ color: #fff; text-align: center; font-weight: bold } + +.TOSTART { background-color: #fcc; + color: #000; } + +.RECONSIDER { background-color: #fc3; + color: #000; } + +.CHECKED { background-color: #cfc; + color: #000; }