summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/r3/stream.cpp
Commit message (Expand)AuthorAgeFilesLines
* IPRT: Make doxygen 1.9.6 happy. Mostly removing duplicate docs (iprt is docum...vboxsync2023-05-111-198/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* IPRT/stream: Check that rtStrmGetFile doesn't return NIL_RTFILE before passin...vboxsync2022-09-121-85/+101
* /Config.kmk,VMM,IPRT: Converted all run-at-compile-time tests and more to onl...vboxsync2022-08-261-3/+5
* IPRT: Split out the public init data into separate files and made it possible...vboxsync2022-08-231-2/+13
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* IPRT/stream.cpp: Better fix, don't let VERR_INVALID_UTF8_ENCODING make it to ...vboxsync2022-08-161-1/+5
* IPRT/stream.cpp: Assert if UTF-8 to UTF-16/current-cp fails during console ou...vboxsync2022-08-161-0/+2
* IPRT/RTStream: Added RTStrmSeek, RTStrmTell, RTStrmSetBufferingMode and RTStr...vboxsync2022-08-071-4/+201
* IPRT/RTStream: Added a RTStrmOpenFileHandle API for implementing fdopen & tmp...vboxsync2022-08-061-22/+68
* IPRT/stream.cpp: Re-did the mode string handling in RTStrmOpen, switching to ...vboxsync2022-08-021-1/+1
* IPRT/stream.cpp: Re-did the mode string handling in RTStrmOpen, switching to ...vboxsync2022-08-021-5/+4
* IPRT/stream.cpp: Re-did the mode string handling in RTStrmOpen, switching to ...vboxsync2022-08-021-69/+145
* IPRT/stream.cpp: Fixed copy and paste making standard output go to stderr. bu...vboxsync2022-07-291-1/+1
* IPRT/stream.cpp: Fixed bug in rtStrmWriteLocked on non-windows platforms. Kud...vboxsync2022-07-291-0/+2
* IPRT/stream: Flush & cleanup of non-standard streams on exit/unload like regu...vboxsync2022-07-281-22/+90
* IPRT/stream: Flush & cleanup standard streams in the no-CRT setup using a CRT...vboxsync2022-07-281-1/+71
* IPRT/stream.cpp: Added an alternative code configuration for the no-CRT mode ...vboxsync2022-07-281-4/+4
* IPRT/stream.cpp: Added an alternative code configuration for the no-CRT mode ...vboxsync2022-07-281-418/+1276
* IPRT: Added RTStrmWrappedPrintf and RTStrmWrappedPrintfV for some simple outp...vboxsync2022-07-111-8/+0
* IPRT: Added RTStrmWrappedPrintf and RTStrmWrappedPrintfV for some simple outp...vboxsync2022-07-111-0/+251
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Runtime/stream: no speculative looking at memory beyond end of input buffervboxsync2019-10-241-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* iprt/string.h: Dropped including utf16.h and let those who need it include it...vboxsync2018-12-231-0/+1
* (C) yearvboxsync2017-10-171-1/+1
* IPRT: fixed RTStrmQueryTerminalWidth on non-Windowsvboxsync2017-10-131-1/+1
* IPRT: Added RTStrmIsTerminal and RTStrmQueryTerminalWidth. [OS/2 build fix]vboxsync2017-09-221-1/+2
* IPRT: Added RTStrmIsTerminal and RTStrmQueryTerminalWidth. [build fix attempt]vboxsync2017-09-221-0/+1
* IPRT: Added RTStrmIsTerminal and RTStrmQueryTerminalWidth.vboxsync2017-09-221-2/+66
* IPRT: More unused parameters and undefined preprocessor macor warning (C4668)...vboxsync2016-07-271-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* doxygen: fixes.vboxsync2015-10-121-1/+1
* iprt: More doxygen corrections.vboxsync2015-09-291-1/+1
* *: scm cleanup run.vboxsync2015-08-141-9/+10
* IPRT: Updated (C) year.vboxsync2015-06-091-1/+1
* build fixvboxsync2015-03-111-2/+2
* Runtime/RTStream: Make it possible to disable echoing of typed characters fro...vboxsync2015-03-111-0/+89
* Merged in iprt++ dev branch.vboxsync2014-07-011-0/+13
* Runtime/stream: initialize fRecheckModevboxsync2013-04-041-0/+1
* header (C) fixesvboxsync2013-02-041-1/+1
* RTStrmGetLine: Deal with correctly with \r\n, current handling is stupid as i...vboxsync2012-05-301-16/+32
* IPRT: fixed OS/2 'bitrot'.vboxsync2012-02-291-1/+8
* IPRT/stream-r3: Fixed broken char-by-char output in rtStrmWriteLocked().vboxsync2011-11-221-1/+1
* RTStrSetMode: Only recheck when flipping the binary flag.vboxsync2011-11-211-7/+4
* IPRT/stream-r3: Bugfixes for re-checking/applying stream modes.vboxsync2011-11-211-1/+8
* faster, better. untested. :)vboxsync2011-11-211-2/+2
* Use RT_BOOL!vboxsync2011-11-211-2/+2
* Build fix.vboxsync2011-11-211-4/+4