From: Vlad S. <ser...@us...> - 2005-07-13 01:04:47
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32540 Modified Files: ChangeLog NEWS Log Message: Updated features and changes Index: NEWS =================================================================== RCS file: /cvsroot/naviserver/naviserver/NEWS,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** NEWS 6 Jul 2005 00:47:36 -0000 1.8 --- NEWS 13 Jul 2005 01:04:35 -0000 1.9 *************** *** 6,11 **** --- 6,17 ---- * HTTP Range requests for streaming media and resuming downloads + * Full Chunked encoding support for Fastpath, Adp and Tcl scripts + * Using temporary files for large uploads when content exceeds + pre-configured maxsize parameter + Code Changes: + * New function Ns_ConnPrintfHeaders() for adding NTTP headers in + printf style *************** *** 23,27 **** * Add -bytes option to ns_conncptofp command * New command ns_conn channel #1156141 ! * Add new wtchdog feature to restart the server if it crashes * Add ns_sha1 cryptographic hash command * C and Tcl API for setting response code of current connection --- 29,33 ---- * Add -bytes option to ns_conncptofp command * New command ns_conn channel #1156141 ! * Add new watchdog feature to restart the server if it crashes * Add ns_sha1 cryptographic hash command * C and Tcl API for setting response code of current connection Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.166 retrieving revision 1.167 diff -C2 -d -r1.166 -r1.167 *** ChangeLog 12 Jul 2005 16:00:50 -0000 1.166 --- ChangeLog 13 Jul 2005 01:04:35 -0000 1.167 *************** *** 1,4 **** --- 1,6 ---- 2005-07-11 Vlad Seryakov <ser...@us...> + * NEWS: Updated latest features and changes + * nsd/driver.c: * nsd/nsd.h: Added support for spooling large uploaded |