]> asedeno.scripts.mit.edu Git - PuTTY.git/history - mac/otnet.c
Allow mkfiles.pl to put multiple verbatim sections in a Makefile, and use
[PuTTY.git] / mac / otnet.c
2005-02-23 Owen DunnSupport for setting some options like keepalive, oobinl...
2005-02-22 Owen DunnA first attempt at listening sockets in Open Transport.
2005-02-02 Owen DunnMake ot_recv less voracious.
2004-06-20 Jacob NevinsAdd a configuration option for TCP keepalives (SO_KEEPA...
2003-08-07 Jacob NevinsControl of 'addr' is now handed over to {platform_...
2003-05-04 Simon TathamColin's const-fixing Patch Of Death. Seems to build...
2003-03-29 Ben HarrisMove the Mac port over to using snew/snewn/sresize.
2003-02-15 Ben Harris<OpenTransportInternet.h> seems to want <Files.h>....
2003-02-04 Ben HarrisIf we're compiling for Carbon, define OTCARBONAPPLICATI...
2003-01-12 Ben HarrisConsequences of Simon's recent deglobalisation changes.
2003-01-12 Ben HarrisWhen receiving data, only pass up to the backend as...
2003-01-12 Ben HarrisCorrect code to insert into a doubly-linked list.
2003-01-12 Ben HarrisCute though DNSAddresses are, they're a poor match...
2003-01-12 Ben HarrisUse memset() rather than OTMemzero(), and hence remove...
2003-01-12 Ben HarrisChange error handling to store the error number rather...
2003-01-11 Ben HarrisInitial import of Owen's OpenTransport interface. ...