Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins that include changes to files matching 'runt/libs/io/*'

2020-03-02
05:18
Merge wip-gradle-modernization branch into trunk. check-in: a5aaa48037 user: stephanie.gawroriski tags: trunk, x-date-202003
2020-02-14
03:52
Move massive amount of files to their own modules. check-in: c7cae997bd user: stephanie.gawroriski tags: wip-gradle-modernization
2019-09-09
10:59
Correct alignment not being written correctly. check-in: 676f9a2f89 user: stephanie.gawroriski tags: trunk
2019-09-08
12:55
Add checks to ensure the alignment of sections is one or higher. check-in: bc3240b93b user: stephanie.gawroriski tags: trunk
2019-09-07
21:05
Correct alphabetical order. check-in: a4c411b20a user: stephanie.gawroriski tags: trunk
17:39
Wrap standard modified UTF-8 writer for TSOS. check-in: c98c8df4a5 user: stephanie.gawroriski tags: trunk
17:28
Lots of work on the dual pool, encoding it and using it instead of the single pool. check-in: 66cb6b50cf user: stephanie.gawroriski tags: trunk
2019-08-25
15:53
Base encode of layered pool data. check-in: ff5b828528 user: stephanie.gawroriski tags: trunk
13:08
Add base for writing layered pools and such. check-in: 5ffc4f93f0 user: stephanie.gawroriski tags: trunk
2019-08-24
16:39
Implement writing of table section outputs. check-in: 070a49c145 user: stephanie.gawroriski tags: trunk
16:18
Record write address and size into sections. check-in: 7032868ffb user: stephanie.gawroriski tags: trunk
15:20
Fix NPE for rewrites; Minor work on table section output. check-in: b74a460519 user: stephanie.gawroriski tags: trunk
14:02
Make sections references in Rewrite because it will be recursive and we need to be able to garbage collect. check-in: 10e5d9198f user: stephanie.gawroriski tags: trunk
13:49
More work on the table section writer; Correct EOF magic being written to the wrong section. check-in: 188e79b050 user: stephanie.gawroriski tags: trunk
2019-08-11
19:37
Minor work. check-in: 136b7a91f4 user: stephanie.gawroriski tags: trunk
17:18
Writing of bytes and such; Update PGP key as it has just expired. check-in: 0411527e1a user: stephanie.gawroriski tags: trunk
15:40
Implement some base methods for writing data. check-in: 8312e39f0f user: stephanie.gawroriski tags: trunk
15:16
Refactor the minimizer to use the new table section output as it is easier to manage. check-in: 5bd3e800ba user: stephanie.gawroriski tags: trunk
14:28
Just make the variable length the minimum value. check-in: 34669358f3 user: stephanie.gawroriski tags: trunk
14:27
Add base class for the table section output stream. check-in: e0aa2eeed0 user: stephanie.gawroriski tags: trunk
2019-06-30
12:36
Add test for the compiler. check-in: 1c77e1edc8 user: stephanie.gawroriski tags: trunk
2019-06-23
16:14
Correct ByteDeque error codes. check-in: 210d3d33ec user: stephanie.gawroriski tags: trunk
16:12
Reorder errors in runt/libs/io check-in: c0715bdd4a user: stephanie.gawroriski tags: trunk
2019-04-21
16:41
Work on finding the entry code pointer. check-in: 4ffbefcfc9 user: stephanie.gawroriski tags: trunk
2019-03-26
21:01
Hexdump the minimized output for debugging. check-in: 6618fcf877 user: stephanie.gawroriski tags: trunk
2018-12-25
20:01
Bump version to 0.3.0 for next development cycle. check-in: f3da830cab user: stephanie.gawroriski tags: trunk, dev-0.3.x
2018-12-08
17:39
Remove instances where Flushable is used. check-in: 95f9b28be7 user: stephanie.gawroriski tags: trunk
2018-11-30
15:03
Set the Swing icon frame. check-in: 94343c7f21 user: stephanie.gawroriski tags: trunk
2018-11-25
22:42
Add EOF check. check-in: 91bf20aadf user: stephanie.gawroriski tags: trunk
22:33
Implement the MIMEFileDecoder. check-in: e05241d6e9 user: stephanie.gawroriski tags: trunk
21:04
Partial refactor of MIMEFileDecoder; Additional improvements to Base64Decoder. check-in: be3d979506 user: stephanie.gawroriski tags: trunk
20:37
Rewrite the base64 decoder to be easier to read, simpler, and probably faster. check-in: bf637fe533 user: stephanie.gawroriski tags: trunk
19:25
Revert commit because the code was correct already. check-in: 30c04344c9 user: stephanie.gawroriski tags: trunk
19:23
Base base64 decoding. check-in: e8563d175d user: stephanie.gawroriski tags: trunk
19:10
Correct specifying the drained max. check-in: cf09da5abc user: stephanie.gawroriski tags: trunk
19:02
Correct padding read for Base64. check-in: cbcbe40004 user: stephanie.gawroriski tags: trunk
14:57
Update exceptions and such. check-in: fabe650c26 user: stephanie.gawroriski tags: trunk
2018-11-23
22:51
Correct Base64Decoder IOOB due to maxdrain not being set; Decode any __base64 files to be placed in the output JAR (used by the LCDUI fonts). check-in: 6eeb7f5136 user: stephanie.gawroriski tags: trunk
2018-11-12
22:07
Remove volatile references. check-in: 77e34e8a9c user: stephanie.gawroriski tags: trunk
04:17
In InflaterInputStream write to the buffer passing a bit count instead of a mask (easier). check-in: 189b20fb1d user: stephanie.gawroriski tags: trunk
03:54
Implement some IO Stream read() and write() for plain byte[] since the base class implementation uses read()! check-in: 51dbdb92f6 user: stephanie.gawroriski tags: trunk
03:42
Remove uses of size(). check-in: 7ad991856c user: stephanie.gawroriski tags: trunk
03:38
Remove more calls to Math.min(). check-in: 77f12a3d1d user: stephanie.gawroriski tags: trunk
03:32
Remove a bunch of calls to Math.min(). check-in: 1a6fbe2fc8 user: stephanie.gawroriski tags: trunk
2018-11-11
18:21
Correct the check for the ZLibCompressor. check-in: 589fab315b user: stephanie.gawroriski tags: trunk
17:41
Write ZLibCompressor, it needs corrections however. check-in: 10e69096f1 user: stephanie.gawroriski tags: trunk
17:24
Add base for ZLibCompressor and test for it. check-in: 79ea8260f5 user: stephanie.gawroriski tags: trunk
2018-11-10
20:35
In DeflaterOutputStream, close() the stream which is wrapped. check-in: 314a4c4675 user: stephanie.gawroriski tags: trunk
19:45
Add TODO note in DeflaterOutputStream to implement actual compression. check-in: 6713f5c9fc user: stephanie.gawroriski tags: trunk
19:44
Implement deflator which does not actual compression and just stores everything. check-in: 6456675d1c user: stephanie.gawroriski tags: trunk