Fossil

Diff
Login

Differences From Artifact [a31e062bd3]:

To Artifact [4b3ff889f8]:


15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
15
16
17
18
19
20
21

22
23
24
25
26
27
28







-










Outstanding Issues:
----------------------------------------------------------------------

* server is totally non-functional - #if/#end'd out of the code
* all path operations are defunct
* remote network operations are reporting: can't resolve host name: xyz
  
  Winsock must be initialized before using:
  
      WSADATA info;
      if (WSAStartup(MAKEWORD(1,1), &info) != 0){
        fossil_panic("can't initialize winsock");