gopher/TODO.txt

30 lines
743 B
Plaintext
Raw Normal View History

2012-04-07 00:12:33 +00:00
2012-04-16 22:44:25 +00:00
* timeout while receiving data?
2012-04-07 00:12:33 +00:00
2012-04-17 00:08:23 +00:00
* orca/merlin compatability
* gopher -I http://yahoo.com ; gopher -I http://someplace else
- the second invocation sometimes returns the results of the first.
- seems to be an issue with the DNS lookup as it is, in fact, connecting
to the wrong address.
- gopher -i http://... crashed, possibly in setfileattr (which should have even been called)
2012-04-17 00:08:23 +00:00
2012-04-10 04:21:43 +00:00
----
fixed
2012-04-15 04:08:34 +00:00
* "-o file" to output to a named file.
* "-O" to output to file based on url
* timeout for URL connection.
2012-04-16 22:44:25 +00:00
* set filetype/auxtype based on extension? (mostly for .c/.h files)
2012-04-15 04:08:34 +00:00
2012-04-10 04:21:43 +00:00
* Marinetti ReadLine bug?
- TCPIPReadLineTCP rlrBuff.count is sometimes wildly inaccurate.
- bug identified. Using ReadLine2 as a workaround (plus it's easier)