comparison NEWS @ 1595:e1e54a73ba8b

OrthancPluginRegisterRestCallbackNoLock, documentation
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Aug 2015 14:58:58 +0200
parents 2bac60a4f584
children 415dfd1d1c61
comparison
equal deleted inserted replaced
1594:2bac60a4f584 1595:e1e54a73ba8b
23 * New function "OrthancPluginBufferCompression()" to (un)compress memory buffers 23 * New function "OrthancPluginBufferCompression()" to (un)compress memory buffers
24 * New function "OrthancPluginReadFile()" to read files from the filesystem 24 * New function "OrthancPluginReadFile()" to read files from the filesystem
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 * Plugins have access to explicit error codes 29 * Plugins have access to explicit error codes
29 30
30 Maintenance 31 Maintenance
31 ----------- 32 -----------
32 33