Query
Monday 26 July 2021
2021-07-26 09:01:18 (11 months ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Stdio/udp.c (+35/-0)(35 lines)
branch: master
Doc [Stdio]: Document some more constants.
Sunday 24 May 2020
2020-05-24 16:32:31 (2 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/lib/modules/Stdio.pmod/module.pmod (+5/-4)(9 lines)
branch: master
Documentation [Stdio]: Fixed some typos.
Wednesday 13 May 2020
2020-05-13 15:27:50 (2 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Stdio/buffer.cmod (+2/-1)(3 lines)
- pike/src/modules/_Stdio/file.cmod (+2/-1)(3 lines)
- pike/src/modules/_Stdio/socket.c (+3/-2)(5 lines)
- pike/src/modules/_Stdio/udp.c (+2/-1)(3 lines)
branch: master
Documentation [Stdio]: Document low-level classes.
Monday 17 February 2020
2020-02-17 18:09:21 (2 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Stdio/file.c (+0/-0)(0 lines)
branch: 8.0
Merge branch 'grubba/pty-handling' into 8.0
* grubba/pty-handling:
I/O [NT]: Fixed typo.
Documentation [Stdio]: Added some more notes regarding PROP_TTY.
Sunday 16 February 2020
2020-02-16 20:26:37 (2 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Stdio/file.c (+4/-0)(4 lines)
branch: master
Documentation [Stdio]: Even more PROP_TTY doc.
- pike/src/modules/_Stdio/file.c (+0/-0)(0 lines)
branch: master
Merge branch 'grubba/pty-handling'
* grubba/pty-handling:
Documentation [Stdio]: Added some more notes regarding PROP_TTY.
- pike/src/modules/_Stdio/file.c (+8/-0)(8 lines)
branch: grubba/pty-handling
Documentation [Stdio]: Added some more notes regarding PROP_TTY.
Friday 07 February 2020
2020-02-07 14:39:29 (2 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/lib/modules/Stdio.pmod/module.pmod (+0/-0)(0 lines)
- pike/src/configure.in (+0/-0)(0 lines)
- pike/src/fdlib.c (+0/-0)(0 lines)
- pike/src/fdlib.h (+0/-0)(0 lines)
- pike/src/modules/_Stdio/configure.in (+3/-1)(4 lines)
- pike/src/modules/_Stdio/file.c (+1/-4)(5 lines)
- pike/src/ntlibfuncs.h (+0/-0)(0 lines)
- pike/src/signal_handler.c (+0/-0)(0 lines)
branch: 8.0
Merge branch 'grubba/pty-handling' into 8.0
* grubba/pty-handling:
Process [NT]: Fixed typo in previous commit.
Process [NT]: Support UTF-8 in create_process().
I/O [NT]: Added low_dwim_utf8_to_utf16().
I/O [NT]: Fixed some typos.
I/O [NT]: Added dynamic lookup of symbols needed for pty handling.
I/O [NT]: Added fallbacks for some stuff needed for pty handling.
Build [Stdio]: Make systems without termios.h (ie NT) happy again.
Stdio: Make Coverity happy. [CID 1457890]
Stdio: Fixed some inverted tests in my_openpty().
Stdio: Removed extraneous and broken #include of <pty.h>.
Stdio: Added support for PROP_TTY to pipe().
Stdio: Some pty-handling cleanup.
2020-02-07 14:28:17 (2 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Stdio/configure.in (+0/-0)(0 lines)
branch: grubba/pty-handling-8.1
Merge branch 'grubba/pty-handling' into grubba/pty-handling-8.1
* grubba/pty-handling:
Process [NT]: Fixed typo in previous commit.
Process [NT]: Support UTF-8 in create_process().
I/O [NT]: Added low_dwim_utf8_to_utf16().
I/O [NT]: Fixed some typos.
I/O [NT]: Added dynamic lookup of symbols needed for pty handling.
I/O [NT]: Added fallbacks for some stuff needed for pty handling.
Build [Stdio]: Make systems without termios.h (ie NT) happy again.
Stdio: Make Coverity happy. [CID 1457890]
Stdio: Fixed some inverted tests in my_openpty().
Stdio: Removed extraneous and broken #include of <pty.h>.
Stdio: Added support for PROP_TTY to pipe().
Stdio: Some pty-handling cleanup.
2020-02-07 14:17:51 (2 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Stdio/file.c (+2/-1)(3 lines)
branch: grubba/pty-handling
Build [Stdio]: Make systems without termios.h (ie NT) happy again.
Wednesday 05 February 2020
2020-02-05 18:39:51 (2 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/configure.in (+0/-0)(0 lines)
- pike/src/fdlib.c (+2/-1)(3 lines)
- pike/src/fdlib.h (+38/-0)(38 lines)
- pike/src/ntlibfuncs.h (+0/-0)(0 lines)
branch: master
Total 41
Merge branch 'grubba/pty-handling'
* grubba/pty-handling:
I/O [NT]: Added dynamic lookup of symbols needed for pty handling.
I/O [NT]: Added fallbacks for some stuff needed for pty handling.
Build [Stdio]: Make systems without termios.h (ie NT) happy again.
Friday 31 January 2020
2020-01-31 13:50:16 (2 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Stdio/file.c (+2/-1)(3 lines)
branch: grubba/pty-handling
Build [Stdio]: Make systems without termios.h (ie NT) happy again.
- pike/src/modules/_Stdio/file.c (+2/-1)(3 lines)
branch: master
Build [Stdio]: Make systems without termios.h (ie NT) happy again.
Sunday 27 August 2017
2017-08-27 14:50:03 (5 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/configure.in (+2/-1)(3 lines)
- pike/src/modules/_Stdio/configure.in (+2/-1)(3 lines)
- pike/src/modules/_Stdio/termios.c (+8/-1)(9 lines)
- pike/src/signal_handler.c (+5/-1)(6 lines)
branch: 8.1
Total 21
Build [Stdio]: Prefer <termios.h> to <sys/termios.h>.
Use the same header file consistently.
Fixes compilation warnings on FreeBSD 10.3.
Monday 21 March 2016
2016-03-21 18:20:00 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Stdio/socktest.pike (+2/-0)(2 lines)
branch: 8.1
Testsuite [Stdio]: Allow eg Solaris some time to recycle closed fds.
Tentative workaround for Solaris running out of fds in socktest.
Wednesday 09 March 2016
2016-03-09 23:24:38 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Stdio/socktest.pike (+4/-0)(4 lines)
branch: 8.1
Testsuite [Stdio]: Added option to set the fd limit to 256 to socktest.
The #define SOCK_DEBUG_FDS now sets the fd limit to 256
to simplify testing with low resource limits.
2016-03-09 23:15:06 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Stdio/socktest.pike (+21/-5)(26 lines)
branch: 8.1
Testsuite [Stdio]: Fixed some fd leaks in socktest.
Fixes some minor leaks in the uni-directional shutdown tests.
Also makes sure to close files used by the old test before
starting the next test and opening more.
Fixes testsuite failures on machines with low (eg 256) fd limits.
Saturday 05 March 2016
2016-03-05 13:35:11 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Stdio/socktest.pike (+9/-2)(11 lines)
branch: 8.1
Testsuite [Stdio]: More fixes for buffered mode with FakeFile.
Fixes some remaining backtraces.
2016-03-05 13:30:38 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Stdio/socktest.pike (+4/-0)(4 lines)
branch: 8.1
Testsuite [Stdio]: Fixed infinite loop.
Clearing of the output_buffer was lost in the previous commit.
Friday 04 March 2016
2016-03-04 20:38:48 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Stdio/socktest.pike (+10/-5)(15 lines)
branch: 8.1
Testsuite [Stdio]: FakeFile doesn't support buffered mode yet.
Fixes multiple testsuite failures.
Thursday 27 August 2015
2015-08-27 15:26:55 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/modules/_Stdio/socktest.pike (+37/-35)(72 lines)
branch: 8.1
Testsuite [Stdio]: Support testing of emulated sockets in socktest.pike.
Avoid use of dup() and assign() as they are hard to emulate, and
not used by any normal code.