From: Vlad S. <ser...@us...> - 2005-06-08 20:13:21
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8706 Modified Files: ChangeLog Log Message: added ns_returnbinary command which returns binary data without conversion/encoding Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.88 retrieving revision 1.89 diff -C2 -d -r1.88 -r1.89 *** ChangeLog 8 Jun 2005 16:29:12 -0000 1.88 --- ChangeLog 8 Jun 2005 20:13:12 -0000 1.89 *************** *** 1,2 **** --- 1,9 ---- + 2005-06-08 Vlad Seryakov <ser...@us...> + + * nsd/tclcmds.c: + * nsd/tclresp.c: added ns_returnbinary command to be able + to return possibly binary data to the connection. Currently + ns_return family support this from files or open fds only. + 2005-06-08 Stephen Deasey <sd...@us...> |