]> asedeno.scripts.mit.edu Git - PuTTY.git/history - mac/mtcpnet.c
Bring list of applications and architectures up to date.
[PuTTY.git] / mac / mtcpnet.c
2003-03-29 Ben HarrisMove the Mac port over to using snew/snewn/sresize.
2003-02-06 Ben HarrisMove net_service_lookup() to macnet.c, since that's...
2003-02-04 Ben HarrisCarbonise, or at least disable MacTCP support under Carbon.
2003-01-18 Ben HarrisUse the correct ProcInfo for AddrToStr. This makes...
2003-01-15 Ben HarrisMacTCP returns canonical names with a trailing dot...
2003-01-12 Ben HarrisConsequences of Simon's recent deglobalisation changes.
2003-01-12 Ben HarrisCorrect code to insert into a doubly-linked list.
2003-01-11 Ben HarrisInitial import of Owen's OpenTransport interface. ...
2003-01-11 Ben HarrisAdd an indirection layer between mtcpnet.c and the...
2003-01-11 Ben HarrisCalling plug_closing() is highly likely to result in...
2003-01-11 Ben HarrisWhen polling MacTCP connections, check the connection...
2003-01-11 Ben Harrisconst fallout from Simon's X forwarding changes.
2003-01-09 Ben HarrisForcibly close any TCP connections that are still open...
2003-01-09 Ben HarrisInstall a notification procedure (ASR) on each TCP...
2003-01-08 Ben HarrisFairly major hackery to get SSH going on the Mac. ...
2003-01-05 Ben HarrisAdd reception support for MacTCP. Now I can log in...
2003-01-05 Ben HarrisSecond work-in-progress MacTCP commit. We can now...
2003-01-04 Ben HarrisBeginnings of a MacTCP network layer. This has all...