summaryrefslogtreecommitdiff
path: root/jim-aio.c
Commit message (Expand)AuthorAge
* aio: tty: allow setting echoSteve Bennett2019-11-12
* aio: make some data constSteve Bennett2019-11-09
* aio: need SO_REUSEADDR before bind()Steve Bennett2019-10-30
* aio: Significantly improve the speed of copytoSteve Bennett2019-08-14
* aio: minor code improvementSteve Bennett2019-08-14
* aio: Add support for lock -waitSteve Bennett2019-07-31
* aio: Add dgram unix socket supportSteve Bennett2019-07-01
* aio: Prefer TLS_method() over TLSv1_2_method()Steve Bennett2018-11-24
* aio: Don't use FD_CLOEXEC with JIM_ANSICSteve Bennett2018-11-23
* Tidy some signed/unsigned comparisonsSteve Bennett2018-09-04
* aio: Fall back to stdio error if no ssl errorSteve Bennett2018-07-08
* aio: Always set error message on I/O errorSteve Bennett2018-07-08
* aio: No need to create a new channel for sslSteve Bennett2017-10-21
* signal, exec, wait, pid: improvements, especially to execSteve Bennett2017-10-17
* aio tempname: Fix a crash when the template is invalidSteve Bennett2017-10-16
* aio: Add support for many socket optionsSteve Bennett2017-09-15
* aio: Only allow TCP_NODELAY if sockets are supportedSteve Bennett2017-04-20
* aio: Add support for TCP_NODELAYSteve Bennett2017-04-20
* aio: Fix stdio error detectionSteve Bennett2017-02-13
* Fix C++ compatibilityEvan Hunter2016-10-09
* Avoid re-defining _GNU_SOURCEEvan Hunter2016-10-09
* Add support for "-commands" to many commandsSteve Bennett2016-09-29
* aio: add tty settings support (via termios)Steve Bennett2016-09-09
* jim-intereactive: reduce permissions on saved history fileSteve Bennett2016-09-07
* Fix aio locking on non-linux platformsSteve Bennett2016-08-20
* add POSIX lock/unlock methods to aio objectsHummyPkg2016-08-20
* Don't unconditionally define _GNU_SOURCESteve Bennett2016-08-17
* eventloop: Switch to using fd for eventloopSteve Bennett2016-08-17
* bootstrap: Add minimal package require supportSteve Bennett2016-08-17
* aio: MinGW - Fix compilation errorEvan Hunter2016-03-27
* aio: Fix crash in aio copySteve Bennett2016-02-02
* aio: fix aio ssl supportSteve Bennett2016-02-01
* aio: replace HAVE_SOCKETPAIR with HAVE_DUPDima Krasner2016-02-01
* aio: add error message when SSL verification failsDima Krasner2016-02-01
* aio: don't set ssl in make channelSteve Bennett2016-02-01
* aio: add OpenSSL/LibreSSL bindings.Dima Krasner2016-02-01
* Bug fix - channel names are not formattedDima Krasner2015-09-28
* aio: add 'sync' subcommandSteve Bennett2015-03-19
* aio: fix a compiler warning on some platformsSteve Bennett2014-12-09
* exec: simplify tempfile error msg handlingSteve Bennett2014-09-18
* aio: consolidate address formattingSteve Bennett2014-09-01
* aio: optional argument addrvar for accept.Danyil Bohdan2014-09-01
* Temporary file creation should respect $TMPDIRSteve Bennett2014-08-03
* aio: Fix conflict between onexception and writableSteve Bennett2014-04-28
* aio: ignore return code of fcntlSteve Bennett2014-04-24
* aio: close filehandle after Jim_DeleteFileHandlerSteve Bennett2014-04-23
* aio: fix open called with wrong number of argumentsAlexander F. Mayer2014-01-23
* many comment changes, some small code changesSteve Bennett2014-01-21
* aio: simplify JimMakeChannel()Steve Bennett2014-01-15
* aio: open |... should use ::popenSteve Bennett2014-01-15