summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Cherry-pick [c54059aaad] from trunk: Added support for reporting TEA-like inf...jan.nijtmans2014-03-314-4/+25
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge minimal fix for iocmd-23.11.dgp2014-03-283-12/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Minimal patch to fix iocmd-23.11. Might not be the best fix, but is *a* fix.dgp2014-03-273-5/+23
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Test iocmd-23.11 demos another segfault.dgp2014-03-271-0/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Test iocmd-23.11 demos another segfault.dgp2014-03-271-0/+15
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Test iogt-2.4 is another segfault demo for [721ec69271].dgp2014-03-271-0/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Test iogt-2.4 is another segfault demo for [721ec69271].dgp2014-03-271-0/+33
| |/ / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | New test iortrans-4.8.1 exposes segfault bug [721ec69271].dgp2014-03-271-0/+19
* | | | | | | | | | | | | | | | | | | | | | | | | | | Implement RFE [b42b208ba4]: file attributes -readonly (and -archive, -hidden,...jan.nijtmans2014-03-263-17/+177
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Only write back file attributes if any of them really changed.rfe_b42b208ba4jan.nijtmans2014-03-262-15/+15
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Implementation of [b42b208ba4]: file attributes -readonly on Cygwin. For comp...jan.nijtmans2014-03-262-14/+174
|/ / / / / / / / / / / / / / / / / / / / / / / / / / /
| | | | | * | | | | | | | | | | | | | | | | | | | | | Add test io-53.12 to verify proper unbuffered sync-fcopy [Bug #3096275]ferrieux2014-03-241-0/+19
| | | | | * | | | | | | | | | | | | | | | | | | | | | Merge the checkins of the dgp-read-bytes branch onto the trunk, up todgp2014-03-235-842/+755
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | / / / / / / / / / / / / / / / / / / / / / | | | | | |/ / / / / / / / / / / / / / / / / / / / /
| | | | | * | | | | | | | | | | | | | | | | | | | | Don't allow buffer recycling to prevent or delay buffersize shrinkage.dgp2014-03-201-40/+28
| | | | | * | | | | | | | | | | | | | | | | | | | | Stop routine clearing of CHANNEL_EOF. Only clear when there's a reasondgp2014-03-201-18/+6
| | | | | * | | | | | | | | | | | | | | | | | | | | Use assertions about the pushback buffers to simplify their handling.dgp2014-03-201-23/+37
| | | | | * | | | | | | | | | | | | | | | | | | | | merge 8.5dgp2014-03-203-36/+28
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | | | | | | Let TranslateInputEOL handle the "\r$eofChar" sequence in CRLF mode.dgp2014-03-191-27/+17
| | | | | * | | | | | | | | | | | | | | | | | | | | Complete rewrite of DoRead().dgp2014-03-191-156/+132
| | | | | * | | | | | | | | | | | | | | | | | | | | Remove long dead "BAD_BLOCKING" support code so it no longer confusesdgp2014-03-172-146/+10
| | | | | * | | | | | | | | | | | | | | | | | | | | Compress code for better single screen viewing.dgp2014-03-111-47/+8
| | | | | * | | | | | | | | | | | | | | | | | | | | Trial rewrite of AUTO input translation.dgp2014-03-111-0/+35
| | | | | * | | | | | | | | | | | | | | | | | | | | .... and then the bug fix.dgp2014-03-101-1/+1
| | | | | * | | | | | | | | | | | | | | | | | | | | Test for the bug I just committed.dgp2014-03-101-0/+14
| | | | | * | | | | | | | | | | | | | | | | | | | | Rewrite CRLF translation to use more system calls.dgp2014-03-101-18/+28
| | | | | * | | | | | | | | | | | | | | | | | | | | Bring CRLF translation in parallel with others.dgp2014-03-102-13/+21
| | | | | * | | | | | | | | | | | | | | | | | | | | TranslateInputEOL doesn't need to return anything. No caller cares.dgp2014-03-101-36/+43
| | | | | * | | | | | | | | | | | | | | | | | | | | TranslateInputEOL() callers no longer need assert dstLen <= srcLen.dgp2014-03-071-7/+5
| | | | | * | | | | | | | | | | | | | | | | | | | | Simplify the input eof char scan. Update some comments.dgp2014-03-071-31/+33
| | | | | * | | | | | | | | | | | | | | | | | | | | Variable "rawStart" serves no purpose.dgp2014-03-061-3/+2
| | | | | * | | | | | | | | | | | | | | | | | | | | Remove old dead code; silence compiler warnings; tidy up.dgp2014-03-052-406/+12
| | | | | * | | | | | | | | | | | | | | | | | | | | Adapt CopyAndTranslateBuffer() to changes in TranslateInputEOL().dgp2014-03-051-40/+77
| | | | | * | | | | | | | | | | | | | | | | | | | | Merge repair to correct failing tests.dgp2014-03-051-2/+2
| | | | | |/ / / / / / / / / / / / / / / / / / / /
| | | | | * | | | | | | | | | | | | | | | | | | | Fixups make the test suite almost pass (except *io-39.17)dgp2014-03-011-7/+6
| | | | | * | | | | | | | | | | | | | | | | | | | Bring over the ReadChars rewrite for integration into the other I/O work.dgp2014-02-281-2/+273
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | | | | | | | | | | | tidy up.dgp_read_charsdgp2014-02-281-4/+2
| | | | | | * | | | | | | | | | | | | | | | | | | | More ReadChars rewriting. Test suite now passes.dgp2014-02-281-21/+173
| | | | | | * | | | | | | | | | | | | | | | | | | | Work in progress attempting a ReadChars rewrite.dgp2014-02-271-1/+119
| | | | | * | | | | | | | | | | | | | | | | | | | | another coverage test.dgp2014-02-281-0/+15
| | | | | * | | | | | | | | | | | | | | | | | | | | remove commentdgp2014-02-271-1/+1
| | | | | * | | | | | | | | | | | | | | | | | | | | merge 8.5dgp2014-02-261-0/+71
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / / / / / / / / / / / / / /
| | | | | * | | | | | | | | | | | | | | | | | | | | More coverage tests and bug fixes.dgp2014-02-262-2/+57
| | | | | * | | | | | | | | | | | | | | | | | | | | Reduce ReadBytes to simplest expression.dgp2014-02-241-23/+5
| | | | | * | | | | | | | | | | | | | | | | | | | | simplification trimsdgp2014-02-241-30/+4
| | | | | * | | | | | | | | | | | | | | | | | | | | merge 8.5dgp2014-02-243-13/+165
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge the stricter binary mode experiment.dgp2014-02-242-7/+19
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | | | | | | | | | | | | | Simplify ReadBytes based on new constraints.dgp_experimentdgp2014-02-211-0/+5
| | | | | | * | | | | | | | | | | | | | | | | | | | | | fix type errordgp2014-02-211-1/+1
| | | | | | * | | | | | | | | | | | | | | | | | | | | | Switch consistently on the narrower def of binary mode.dgp2014-02-201-5/+9
| | | | | | * | | | | | | | | | | | | | | | | | | | | | Can we send some binary reads down the char-reading path?dgp2014-02-201-5/+8