Colin's const-fixing Patch Of Death. Seems to build fine on Windows
[u/mdw/putty] / mac / mtcpnet.c
2003-05-04 simonColin's const-fixing Patch Of Death. Seems to build...
2003-03-29 benMove the Mac port over to using snew/snewn/sresize.
2003-02-06 benMove net_service_lookup() to macnet.c, since that's...
2003-02-04 benCarbonise, or at least disable MacTCP support under...
2003-01-18 benUse the correct ProcInfo for AddrToStr. This makes...
2003-01-15 benMacTCP returns canonical names with a trailing dot...
2003-01-12 benConsequences of Simon's recent deglobalisation changes.
2003-01-12 benCorrect code to insert into a doubly-linked list.
2003-01-11 benInitial import of Owen's OpenTransport interface. ...
2003-01-11 benAdd an indirection layer between mtcpnet.c and the...
2003-01-11 benCalling plug_closing() is highly likely to result in...
2003-01-11 benWhen polling MacTCP connections, check the connection...
2003-01-11 benconst fallout from Simon's X forwarding changes.
2003-01-09 benForcibly close any TCP connections that are still open...
2003-01-09 benInstall a notification procedure (ASR) on each TCP...
2003-01-08 benFairly major hackery to get SSH going on the Mac. ...
2003-01-05 benAdd reception support for MacTCP. Now I can log in...
2003-01-05 benSecond work-in-progress MacTCP commit. We can now...
2003-01-04 benBeginnings of a MacTCP network layer. This has all...