home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 20
/
AACD20.BIN
/
AACD
/
Information
/
AmiBench
/
Network.module_rev.log
< prev
next >
Wrap
Text File
|
2000-11-30
|
1KB
|
39 lines
Network.module 1.0 (3.11.1999) 12:11:52 by chris@starforge.co.uk
See log entry for AmiBench v1.4
Network.module 1.1 (4.11.1999) 14:51:57 by chris@starforge.co.uk
Cleaned up comments, filled in source header data, replaced ansi sprintf() with
a custom RawDoFmt() based one. The latter resulted in the binary size dropping
from 12k to 4,696 bytes - to roughly 39% of it's size when linked with StormC's
Storm020.lib
Sheesh...
Network.module 1.2 (5.12.1999) 16:35:17 by chris@starforge.co.uk
Added header parsing - the client now supports standard HTTP codes and parsing
of the content-length header field.
Network.module 1.3 (3.1.2000) 10:09:24 by chris@starforge.co.uk
Double-checked Genesis compatibility, added early exit one server error
Network.module 1.4 (18.2.2000) 16:26:57 by chris@starforge.co.uk
Increased read and line buffer to 20k after a post exceeding the 4k buffer limit caused
crashes...
Network.module 1.5 (7.10.2000) 13:04:47 by starforge@starforge.demon.co.uk
Changed bits of code to reflect my departure from TWF LLC, added some checks to header
decoding.