aboutsummaryrefslogtreecommitdiff
path: root/jim-aio.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-18exec: simplify tempfile error msg handlingSteve Bennett1-2/+2
2014-09-01aio: consolidate address formattingSteve Bennett1-44/+33
2014-09-01aio: optional argument addrvar for accept.Danyil Bohdan1-2/+26
2014-08-03Temporary file creation should respect $TMPDIRSteve Bennett1-0/+49
2014-04-28aio: Fix conflict between onexception and writableSteve Bennett1-1/+1
2014-04-24aio: ignore return code of fcntlSteve Bennett1-2/+2
2014-04-23aio: close filehandle after Jim_DeleteFileHandlerSteve Bennett1-4/+5
2014-01-23aio: fix open called with wrong number of argumentsAlexander F. Mayer1-1/+3
2014-01-21many comment changes, some small code changesSteve Bennett1-21/+21
2014-01-15aio: simplify JimMakeChannel()Steve Bennett1-16/+15
2014-01-15aio: open |... should use ::popenSteve Bennett1-1/+1
2014-01-15jim-aio: don't bother storing fcntl(F_GETFL)Steve Bennett1-8/+1
2014-01-15jim-aio.c: Fix possible compile error for JIM_ANSICSteve Bennett1-1/+1
2014-01-03Remove tabs from source filesSteve Bennett1-51/+50
2013-12-21Fix a couple of minor build issuesSteve Bennett1-0/+3
2013-12-21Add support for 'socket pair'Steve Bennett1-25/+51
2013-12-21aio: add support for half-closeSteve Bennett1-3/+23
2013-12-09Fix aio close from non-global namespaceSteve Bennett1-3/+5
2013-08-28Fix aio recvfrom for non-inet socketSteve Bennett1-1/+5
2013-08-02Fix memory management of aio event handlersSteve Bennett1-10/+7
2013-08-02Correct file handler should be deletedSteve Bennett1-11/+3
2012-09-06aio seek and tell should allow for 64 bit offsetsSteve Bennett1-5/+13
2012-02-27Add support for aio command: isattySteve Bennett1-0/+19
2012-02-14Use JIM_WIDE_MAX rather than LLONG_MAXSteve Bennett1-1/+1
2012-02-02Allow 'aio copyto' and 'aio read' to copy >2GBSteve Bennett1-9/+6
2011-12-16Better error/eof detection in aioSteve Bennett1-12/+28
2011-12-13aio: Fix a compile problem for JIM_ANSICSteve Bennett1-0/+2
2011-11-07Allow building with MSVC on windowsSteve Bennett1-3/+6
2011-11-07Remove use of designated initialisersSteve Bennett1-98/+116
2011-11-01Fix a bug where std* handles did not get KEEPOPENSteve Bennett1-34/+22
2011-09-24Restucture jim-aio for less duplication of codeSteve Bennett1-96/+72
2011-09-24Simplify and minimise aio getsSteve Bennett1-24/+18
2011-09-12Remove all trailing whitespace in sourceSteve Bennett1-9/+9
2011-09-12Trim the size of the boostrap jimsh sourceSteve Bennett1-10/+10
2011-09-12No aio listen if JIM_ANSICSteve Bennett1-24/+23
2011-09-06Add support for aio listenSteve Bennett1-0/+24
2011-07-22Help Jim Tcl build on HaikuSteve Bennett1-1/+1
2011-06-28Fix support for 64-bit mingwSteve Bennett1-1/+3
2011-06-22aio: Ignore error indication on eofSteve Bennett1-5/+8
2011-06-10Add aio support for bufferingSteve Bennett1-0/+42
2011-06-03Some systems don't have FD_CLOEXECSteve Bennett1-0/+4
2011-06-03Don't set FD_CLOEXEC on standard channelsSteve Bennett1-1/+3
2011-06-01Use a union for Jim_Cmd fieldsSteve Bennett1-2/+2
2011-06-01Add Jim_String() macroSteve Bennett1-6/+6
2011-05-27Opened filehandles should be marked FD_CLOEXECSteve Bennett1-0/+4
2011-01-24Use snprintf() to avoid buffer overflowSteve Bennett1-3/+3
2010-11-24Remove the bio extension and add 'copyto' to aio.Steve Bennett1-0/+51
2010-11-09Allow jim to be used as an autoconf subdirSteve Bennett1-0/+1
2010-10-30Fix segfault with unix domain socketsSteve Bennett1-4/+4
2010-10-30Add aio '$handle filename'Steve Bennett1-0/+12