| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Updating to be the correct function name in documentation. | Pix | 2023-08-27 | 1 | -1/+1 |
| * | Just make the `io.Reader` etc aliases | gingerBill | 2023-06-08 | 1 | -1/+1 |
| * | Update to new io interface | gingerBill | 2023-06-08 | 1 | -39/+20 |
| * | Partially buffer `fmt.fprint*` related calls using a `bufio.Writer` | gingerBill | 2023-04-27 | 1 | -0/+8 |
| * | Clean up of the core library to make the stream vtables not be pointers direc... | gingerBill | 2022-09-15 | 1 | -2/+2 |
| * | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 1 | -96/+96 |
| * | Add more uses of `or_return` | gingerBill | 2021-08-15 | 1 | -3/+1 |
| * | Allow `bufio.Reader` and `bufio.Writer` to have a configurable `max_consecuti... | gingerBill | 2021-06-24 | 1 | -2/+8 |
| * | vet all core packages | gingerBill | 2021-01-09 | 1 | -1/+1 |
| * | Add bufio.Writer and bufio.Read_Writer | gingerBill | 2020-12-05 | 1 | -0/+255 |