comparison NEWS @ 1597:415dfd1d1c61

Improvements to the sample "ServeFolders" plugin
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Aug 2015 13:47:23 +0200
parents e1e54a73ba8b
children c6b50b803387
comparison
equal deleted inserted replaced
1596:f2e3d030ea59 1597:415dfd1d1c61
25 * New function "OrthancPluginWriteFile()" to write files to the filesystem 25 * New function "OrthancPluginWriteFile()" to write files to the filesystem
26 * New function "OrthancPluginGetErrorDescription()" to convert error codes to strings 26 * New function "OrthancPluginGetErrorDescription()" to convert error codes to strings
27 * New function "OrthancPluginSendHttpStatus()" to send HTTP status with a body 27 * New function "OrthancPluginSendHttpStatus()" to send HTTP status with a body
28 * New function "OrthancPluginRegisterRestCallbackNoLock()" for high-performance plugins 28 * New function "OrthancPluginRegisterRestCallbackNoLock()" for high-performance plugins
29 * Plugins have access to explicit error codes 29 * Plugins have access to explicit error codes
30 * Improvements to the sample "ServeFolders" plugin
30 31
31 Maintenance 32 Maintenance
32 ----------- 33 -----------
33 34
34 * Many code refactorings 35 * Many code refactorings