Stephen Heumann
|
72411079f9
|
Initial code for fetching a JSON disk list from archive.org.
|
2019-04-13 15:32:13 -05:00 |
|
Stephen Heumann
|
1e1977bc0f
|
HTTP tweaks and test program.
I switched to using HTTP/1.0 for now to prevent the server from sending chunked transfer-encoding, which this code currently doesn't support.
|
2019-04-13 12:57:35 -05:00 |
|
Stephen Heumann
|
c0949b2efb
|
Rename test to jsontest.
|
2019-04-13 00:32:40 -05:00 |
|
Stephen Heumann
|
c237bd661f
|
Add utility code for HTTP connections, URLs, and networking.
This is adapted from NetDisk with minor changes.
|
2019-04-12 23:23:39 -05:00 |
|
Stephen Heumann
|
eaff2fdc42
|
Add Makefile (for use with Golden Gate).
|
2019-04-12 19:39:22 -05:00 |
|
Stephen Heumann
|
8c7ef2e331
|
Check for presence of NetDisk and Marinetti, and bail out if they're missing.
|
2019-04-12 19:38:46 -05:00 |
|
Stephen Heumann
|
b3b9eea27e
|
Only allow disks list to be target when it's active.
|
2019-04-11 18:28:05 -05:00 |
|
Stephen Heumann
|
44d02d36e1
|
More event processing and tweaks to controls.
|
2019-04-11 14:40:12 -05:00 |
|
Stephen Heumann
|
f862c2bef8
|
Cut/copy/paste support and small tweaks to controls.
|
2019-04-11 00:50:38 -05:00 |
|
Stephen Heumann
|
5a7e0de0d1
|
Set things up so that events on the window are handled similarly to an NDA.
At this point, the controls in the window are active (but do nothing), and the window can be closed.
|
2019-04-10 22:07:37 -05:00 |
|
Stephen Heumann
|
93dcee6313
|
Initial version of disk browser FExt, with basic UI.
|
2019-04-10 18:20:57 -05:00 |
|
Stephen Heumann
|
07472f7391
|
Utility functions and test program for JSON processing.
|
2019-04-10 15:30:40 -05:00 |
|
Stephen Heumann
|
20345b436d
|
JSON parsing code.
This is code from https://github.com/udp/json-parser (by James McLaughlin et al.), with some small modifications.
|
2019-04-10 15:29:15 -05:00 |
|