index
:
riscv-openocd/jimtcl.git
bootstrap-jimsh
cmd-register
exec-tip424
expr-glob-regexp-op
kos-fixes
leval
master
master-next
msvc-fix-322
taint-support
tip424-exec
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jim-aio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-04
aio: support accept ?-noclose?
Steve Bennett
1
-3
/
+11
2023-07-04
aio: add -noclose flag to socket and open
Steve Bennett
1
-25
/
+42
2023-07-04
aio: change to use unix io, not stdio
Steve Bennett
1
-0
/
+3
2023-07-04
aio: close should still close AIO_KEEPOPEN channels
Steve Bennett
1
-1
/
+4
2023-07-04
aio: change to use unix io, not stdio
Steve Bennett
1
-398
/
+685
2023-03-20
build: define _GNU_SOURCE only on the command line
Steve Bennett
1
-3
/
+0
2023-02-03
Convert some errant malloc/free to Jim_Alloc()/Jim_Free()
Steve Bennett
1
-2
/
+2
2023-01-31
aio copyto: improve performance for large copies
Steve Bennett
1
-6
/
+18
2022-08-21
aio: socket filename should provide something useful if possible
Steve Bennett
1
-2
/
+7
2022-08-21
aio: openpty: return filename
Steve Bennett
1
-2
/
+8
2022-08-20
socket: add support for -async
Steve Bennett
1
-20
/
+51
2022-04-14
aio: TIP 603 - Implement stat of an open file handle
Steve Bennett
1
-0
/
+24
2022-04-05
aio: read: better handling of -pending
Steve Bennett
1
-2
/
+6
2022-04-05
aio: ssl: Fix eof detection with openssl3
Steve Bennett
1
-3
/
+6
2022-02-23
aio: gets: Improve behaviour for non-blocking streams
Steve Bennett
1
-17
/
+37
2021-07-15
aio: Fix the 'lock' subcommand
Steve Bennett
1
-2
/
+2
2021-03-07
aio: pass socktype to getaddrinfo()
prpr19xx
1
-8
/
+10
2021-02-27
aio: mingw doesn't have O_NOCTTY
Steve Bennett
1
-0
/
+4
2021-02-27
aio: open: support for POSIX open flags
Steve Bennett
1
-3
/
+46
2021-02-20
aio: rework internals of open
Steve Bennett
1
-25
/
+27
2020-11-15
eventloop: Add convenience functions for adding script file handlers
Steve Bennett
1
-38
/
+11
2020-07-24
aio: ssl: connection close isn't an error
Steve Bennett
1
-1
/
+5
2020-06-05
core: command (proc) names may now contained embedded nulls
Steve Bennett
1
-1
/
+1
2020-05-06
aio: Add socket pty
Steve Bennett
1
-1
/
+36
2020-05-06
aio: ssl: Allow SNI to be specified
Steve Bennett
1
-10
/
+31
2020-05-06
aio: Fix eventloop and eof for ssl connections
Steve Bennett
1
-33
/
+101
2020-05-04
tests: Fixes to recent tests for windows
Steve Bennett
1
-1
/
+1
2020-05-04
aio: Improve ipv6 error message
Steve Bennett
1
-1
/
+1
2020-05-04
aio: remove leftover debugging
Steve Bennett
1
-1
/
+0
2019-11-12
aio: tty: allow setting echo
Steve Bennett
1
-1
/
+1
2019-11-09
aio: make some data const
Steve Bennett
1
-3
/
+3
2019-10-30
aio: need SO_REUSEADDR before bind()
Steve Bennett
1
-3
/
+3
2019-08-14
aio: Significantly improve the speed of copyto
Steve Bennett
1
-4
/
+10
2019-08-14
aio: minor code improvement
Steve Bennett
1
-2
/
+1
2019-07-31
aio: Add support for lock -wait
Steve Bennett
1
-4
/
+12
2019-07-01
aio: Add dgram unix socket support
Steve Bennett
1
-275
/
+402
2018-11-24
aio: Prefer TLS_method() over TLSv1_2_method()
Steve Bennett
1
-1
/
+5
2018-11-23
aio: Don't use FD_CLOEXEC with JIM_ANSIC
Steve Bennett
1
-3
/
+3
2018-09-04
Tidy some signed/unsigned comparisons
Steve Bennett
1
-1
/
+1
2018-07-08
aio: Fall back to stdio error if no ssl error
Steve Bennett
1
-3
/
+3
2018-07-08
aio: Always set error message on I/O error
Steve Bennett
1
-5
/
+10
2017-10-21
aio: No need to create a new channel for ssl
Steve Bennett
1
-20
/
+11
2017-10-17
signal, exec, wait, pid: improvements, especially to exec
Steve Bennett
1
-89
/
+81
2017-10-16
aio tempname: Fix a crash when the template is invalid
Steve Bennett
1
-2
/
+2
2017-09-15
aio: Add support for many socket options
Steve Bennett
1
-15
/
+100
2017-04-20
aio: Only allow TCP_NODELAY if sockets are supported
Steve Bennett
1
-2
/
+2
2017-04-20
aio: Add support for TCP_NODELAY
Steve Bennett
1
-0
/
+26
2017-02-13
aio: Fix stdio error detection
Steve Bennett
1
-1
/
+1
2016-10-09
Fix C++ compatibility
Evan Hunter
1
-3
/
+3
2016-10-09
Avoid re-defining _GNU_SOURCE
Evan Hunter
1
-0
/
+2
[next]