aboutsummaryrefslogtreecommitdiff
path: root/jim-aio.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-04aio: remove leftover debuggingSteve Bennett1-1/+0
2019-11-12aio: tty: allow setting echoSteve Bennett1-1/+1
2019-11-09aio: make some data constSteve Bennett1-3/+3
2019-10-30aio: need SO_REUSEADDR before bind()Steve Bennett1-3/+3
2019-08-14aio: Significantly improve the speed of copytoSteve Bennett1-4/+10
2019-08-14aio: minor code improvementSteve Bennett1-2/+1
2019-07-31aio: Add support for lock -waitSteve Bennett1-4/+12
2019-07-01aio: Add dgram unix socket supportSteve Bennett1-275/+402
2018-11-24aio: Prefer TLS_method() over TLSv1_2_method()Steve Bennett1-1/+5
2018-11-23aio: Don't use FD_CLOEXEC with JIM_ANSICSteve Bennett1-3/+3
2018-09-04Tidy some signed/unsigned comparisonsSteve Bennett1-1/+1
2018-07-08aio: Fall back to stdio error if no ssl errorSteve Bennett1-3/+3
2018-07-08aio: Always set error message on I/O errorSteve Bennett1-5/+10
2017-10-21aio: No need to create a new channel for sslSteve Bennett1-20/+11
2017-10-17signal, exec, wait, pid: improvements, especially to execSteve Bennett1-89/+81
2017-10-16aio tempname: Fix a crash when the template is invalidSteve Bennett1-2/+2
2017-09-15aio: Add support for many socket optionsSteve Bennett1-15/+100
2017-04-20aio: Only allow TCP_NODELAY if sockets are supportedSteve Bennett1-2/+2
2017-04-20aio: Add support for TCP_NODELAYSteve Bennett1-0/+26
2017-02-13aio: Fix stdio error detectionSteve Bennett1-1/+1
2016-10-09Fix C++ compatibilityEvan Hunter1-3/+3
2016-10-09Avoid re-defining _GNU_SOURCEEvan Hunter1-0/+2
2016-09-29Add support for "-commands" to many commandsSteve Bennett1-1/+1
2016-09-09aio: add tty settings support (via termios)Steve Bennett1-1/+58
2016-09-07jim-intereactive: reduce permissions on saved history fileSteve Bennett1-7/+1
2016-08-20Fix aio locking on non-linux platformsSteve Bennett1-3/+16
2016-08-20add POSIX lock/unlock methods to aio objectsHummyPkg1-0/+51
2016-08-17Don't unconditionally define _GNU_SOURCESteve Bennett1-0/+1
2016-08-17eventloop: Switch to using fd for eventloopSteve Bennett1-3/+3
2016-08-17bootstrap: Add minimal package require supportSteve Bennett1-10/+10
2016-03-27aio: MinGW - Fix compilation errorEvan Hunter1-0/+5
2016-02-02aio: Fix crash in aio copySteve Bennett1-1/+1
2016-02-01aio: fix aio ssl supportSteve Bennett1-11/+13
2016-02-01aio: replace HAVE_SOCKETPAIR with HAVE_DUPDima Krasner1-4/+3
2016-02-01aio: add error message when SSL verification failsDima Krasner1-1/+11
2016-02-01aio: don't set ssl in make channelSteve Bennett1-17/+14
2016-02-01aio: add OpenSSL/LibreSSL bindings.Dima Krasner1-62/+388
2015-09-28Bug fix - channel names are not formattedDima Krasner1-1/+2
2015-03-19aio: add 'sync' subcommandSteve Bennett1-0/+20
2014-12-09aio: fix a compiler warning on some platformsSteve Bennett1-0/+5
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