aboutsummaryrefslogtreecommitdiff
path: root/jim-aio.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-15Licence wording updates.Steve Bennett1-2/+0
2010-10-15Portability fixesSteve Bennett1-44/+82
2010-10-15Implement Tcl I/O wrappers in TclSteve Bennett1-110/+17
2010-10-15Ensure that Tcl extensions can be built-in or externalSteve Bennett1-0/+3
2010-10-15eventloop improvements and enhancementsSteve Bennett1-1/+1
2010-10-15Make sure all static data is marked read-onlySteve Bennett1-1/+1
2010-10-15Implement open "|..."Steve Bennett1-17/+17
2010-10-15Reduce excessive stack usageSteve Bennett1-3/+4
2010-10-15Fix some eventloop problemsSteve Bennett1-48/+18
2010-10-15fh error not cleared after signalSteve Bennett1-5/+6
2010-10-15aio recvfrom was not null terminating the resultSteve Bennett1-0/+1
2010-10-15Add basic ipv6 support to JimSteve Bennett1-76/+241
2010-10-15Clean up the indentation messSteve Bennett1-195/+213
2010-10-15Improvements to jim configureSteve Bennett1-124/+149
2010-10-15Make udp sockets usefulSteve Bennett1-19/+103
2010-10-15Documentation, build system updatesSteve Bennett1-3/+3
2010-10-15Add Jim_SetResultFormatted() for simplied messagesSteve Bennett1-3/+1
2010-10-15Various general fixes and cleanupsSteve Bennett1-7/+3
2010-10-15Implement 'socket pipe'Steve Bennett1-36/+85
2010-10-15Bug fixes, documentation updatesSteve Bennett1-2/+6
2010-10-15aio fixesSteve Bennett1-33/+65
2010-10-15Implement unix domain sockets for socketSteve Bennett1-92/+181
2010-10-15Bugs, features and testsSteve Bennett1-7/+5
2010-10-15Enhance exec, bioSteve Bennett1-0/+9
2010-10-15Build even if eventloop is not enabledSteve Bennett1-22/+22
2010-10-15Convert jim-aio.c to use subcmdSteve Bennett1-342/+416
2010-10-15Small improvementsSteve Bennett1-9/+13
2010-10-15Lots of improvementsSteve Bennett1-37/+100
2010-10-15Make static extensions buildSteve Bennett1-133/+119
2010-10-15Add file and exec (along with subcmd support)Steve Bennett1-1/+1
2010-10-15Strip out unneeded junk from JimSteve Bennett1-73/+24
2010-10-15Cutover to new workware fork of Jim TclSteve Bennett1-0/+2
2010-02-01Bring corrected license as mentioned in freebsd/...Wojciech A. Koszek1-2/+0