Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
*-. | Merge the reforms of dgp-trunk-read branch into trunk. (port of dgp-read-bytes) | dgp | 2014-05-08 | 1 | -812/+552 |
|\ \ | |||||
| | * | Merge the reforms of dgp-read-bytes branch into 8.5+ releases. | dgp | 2014-05-08 | 1 | -826/+557 |
| | |\ | |||||
| | | * | Merge 8.5.dgp_read_bytes | dgp | 2014-05-08 | 1 | -0/+5 |
| | | |\ | | | |/ | | |/| | |||||
| | | * | Merge GotFlag() backport from 8.5. Conflicts galore! | dgp | 2014-05-05 | 1 | -90/+82 |
| | | |\ | |||||
| | | * \ | merge 8.5 | dgp | 2014-05-02 | 1 | -2/+59 |
| | | |\ \ | |||||
| | | * \ \ | merge 8.5 | dgp | 2014-05-01 | 1 | -10/+31 |
| | | |\ \ \ | |||||
| | | * \ \ \ | merge 8.5 | dgp | 2014-04-21 | 1 | -8/+42 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | merge 8.5 | dgp | 2014-04-16 | 1 | -4/+32 |
| | | |\ \ \ \ \ | |||||
| * | | \ \ \ \ \ | merge trunk | dgp | 2014-05-08 | 1 | -8/+3 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | merge trunk | dgp | 2014-05-08 | 1 | -1/+12 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | merge trunk | dgp | 2014-05-02 | 1 | -14/+42 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2014-05-01 | 1 | -10/+31 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2014-04-21 | 1 | -8/+42 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | merge trunk | dgp | 2014-04-16 | 1 | -11/+40 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge the checkins of the dgp-read-bytes branch onto the trunk, up to | dgp | 2014-03-23 | 1 | -809/+549 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Don't allow buffer recycling to prevent or delay buffersize shrinkage. | dgp | 2014-03-20 | 1 | -40/+28 |
| | * | | | | | | | | | | | | Stop routine clearing of CHANNEL_EOF. Only clear when there's a reason | dgp | 2014-03-20 | 1 | -18/+6 |
| | * | | | | | | | | | | | | Use assertions about the pushback buffers to simplify their handling. | dgp | 2014-03-20 | 1 | -23/+37 |
| | * | | | | | | | | | | | | Let TranslateInputEOL handle the "\r$eofChar" sequence in CRLF mode. | dgp | 2014-03-19 | 1 | -27/+17 |
| | * | | | | | | | | | | | | Complete rewrite of DoRead(). | dgp | 2014-03-19 | 1 | -156/+132 |
| | * | | | | | | | | | | | | Remove long dead "BAD_BLOCKING" support code so it no longer confuses | dgp | 2014-03-17 | 1 | -123/+10 |
| | * | | | | | | | | | | | | Compress code for better single screen viewing. | dgp | 2014-03-11 | 1 | -47/+8 |
| | * | | | | | | | | | | | | Trial rewrite of AUTO input translation. | dgp | 2014-03-11 | 1 | -0/+35 |
| | * | | | | | | | | | | | | .... and then the bug fix. | dgp | 2014-03-10 | 1 | -1/+1 |
| | * | | | | | | | | | | | | Rewrite CRLF translation to use more system calls. | dgp | 2014-03-10 | 1 | -18/+28 |
| | * | | | | | | | | | | | | Bring CRLF translation in parallel with others. | dgp | 2014-03-10 | 1 | -13/+7 |
| | * | | | | | | | | | | | | TranslateInputEOL doesn't need to return anything. No caller cares. | dgp | 2014-03-10 | 1 | -36/+43 |
| | * | | | | | | | | | | | | TranslateInputEOL() callers no longer need assert dstLen <= srcLen. | dgp | 2014-03-07 | 1 | -7/+5 |
| | * | | | | | | | | | | | | Simplify the input eof char scan. Update some comments. | dgp | 2014-03-07 | 1 | -31/+33 |
| | * | | | | | | | | | | | | Variable "rawStart" serves no purpose. | dgp | 2014-03-06 | 1 | -3/+2 |
| | * | | | | | | | | | | | | Remove old dead code; silence compiler warnings; tidy up. | dgp | 2014-03-05 | 1 | -403/+12 |
| | * | | | | | | | | | | | | Adapt CopyAndTranslateBuffer() to changes in TranslateInputEOL(). | dgp | 2014-03-05 | 1 | -40/+77 |
| | * | | | | | | | | | | | | Merge repair to correct failing tests. | dgp | 2014-03-05 | 1 | -2/+2 |
| | * | | | | | | | | | | | | Fixups make the test suite almost pass (except *io-39.17) | dgp | 2014-03-01 | 1 | -7/+6 |
| | * | | | | | | | | | | | | Bring over the ReadChars rewrite for integration into the other I/O work. | dgp | 2014-02-28 | 1 | -2/+273 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | tidy up.dgp_read_chars | dgp | 2014-02-28 | 1 | -4/+2 |
| | | * | | | | | | | | | | | | More ReadChars rewriting. Test suite now passes. | dgp | 2014-02-28 | 1 | -21/+173 |
| | | * | | | | | | | | | | | | Work in progress attempting a ReadChars rewrite. | dgp | 2014-02-27 | 1 | -1/+119 |
| | * | | | | | | | | | | | | | remove comment | dgp | 2014-02-27 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | More coverage tests and bug fixes. | dgp | 2014-02-26 | 1 | -2/+1 |
| | * | | | | | | | | | | | | | Reduce ReadBytes to simplest expression. | dgp | 2014-02-24 | 1 | -23/+5 |
| | * | | | | | | | | | | | | | simplification trims | dgp | 2014-02-24 | 1 | -30/+4 |
| | * | | | | | | | | | | | | | Merge the stricter binary mode experiment. | dgp | 2014-02-24 | 1 | -6/+18 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | | | | | | Simplify ReadBytes based on new constraints.dgp_experiment | dgp | 2014-02-21 | 1 | -0/+5 |
| | | * | | | | | | | | | | | | | fix type error | dgp | 2014-02-21 | 1 | -1/+1 |
| | | * | | | | | | | | | | | | | Switch consistently on the narrower def of binary mode. | dgp | 2014-02-20 | 1 | -5/+9 |
| | | * | | | | | | | | | | | | | Can we send some binary reads down the char-reading path? | dgp | 2014-02-20 | 1 | -5/+8 |
| | | |/ / / / / / / / / / / / | |||||
| | * | | | | | | | | | | | | | Refactoring repair to fix failing test. | dgp | 2014-02-20 | 1 | -15/+37 |
| | * | | | | | | | | | | | | | Next coverage test to expose another refactoring error. | dgp | 2014-02-19 | 1 | -1/+0 |
| | * | | | | | | | | | | | | | Shortcut ReadBytes() when it's a no-op. | dgp | 2014-02-19 | 1 | -1/+4 |