]> code.citadel.org Git - citadel.git/commit
* All functions which read binary data from the server now make use of the
authorArt Cancro <ajc@citadel.org>
Tue, 28 Jan 2003 15:37:12 +0000 (15:37 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 28 Jan 2003 15:37:12 +0000 (15:37 +0000)
commit7c5d265ebf85f3d84c8d33c72e59846a43a2e17c
treeaffb54c60c4ddd43b6fb5892441e546f190ca0a3
parent6fcf44aeb1283466222d4f14672f154770e422a9
* All functions which read binary data from the server now make use of the
  read_server_binary() function in tools.c
* Binary reads from server now have safety code to prevent infinite loops
* All output of MIME objects is now done with http_transmit_thing()
webcit/ChangeLog
webcit/tools.c
webcit/webcit.c