source: trunk/zoo-project/zoo-kernel/zoo_service_loader.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @962   6 years djay Update OGC API - Processes documentation and implementation, providing …
(edit) @955   7 years djay Fix issue when RELY_ON_DB is on and data is published. Ensure to use …
(edit) @949   7 years djay Prototype implementation of the OGC API - Processing and other …
(edit) @943   7 years knut Fix problem with the parsing of system environment variables (Windows …
(edit) @931   7 years djay Make sure to select the right WPS version
(edit) @930   7 years djay Remove setting default version.
(edit) @926   7 years djay Fix issue with version parameter for GetCapabilities?, issue with …
(edit) @921   7 years djay Fix issue building with gcc 7.3.0
(edit) @917   7 years djay Merge prototype-v0 branch in trunk
(edit) @889   8 years knut Added some new logging functionality (function logMessage(), macros …
(edit) @844   9 years jmckenna fix libintl reference
(edit) @843   9 years jmckenna handle duplicate strcasestr declarations on Windows
(edit) @817   10 years djay Forward headers defined in the security section in the main.cfg #139.
(edit) @794   10 years djay Add the initial C# language support.
(edit) @790   10 years djay Add support for nested inputs and outputs.
(edit) @789   10 years knut Added support for include mechanism in the main.cfg file. An [include] …
(edit) @788   10 years knut Implemented support for PHP 7: The Zend API for PHP 7/PHPNG is …
(edit) @784   10 years djay Give the capability to store the main.cfg file in sysconfdir and the …
(edit) @781   10 years djay Fix issue #140
(edit) @773   10 years djay Remove uneeded length.
(edit) @772   10 years djay Dynamically add a [renv] section to store all environment variables …
(edit) @767   10 years djay Fix issue with headers located in extern C. Define java.library.path …
(edit) @765   10 years djay Fix issue when running service in asynch mode with missing parameters.
(edit) @752   11 years djay Add optional CORS support. Fix issue when dealing with Array in …
(edit) @745   11 years djay Fix issue when XML request contains empty nodes for inputs
(edit) @738   11 years knut Redefined the API function addToMapWithSize to fix problem with …
(edit) @725   11 years djay Fix issue with rst files displayed from Trac. Fix strings to be …
(edit) @712   11 years knut Added snprintf for Visual Studio compiler. In readVSIFile(), changed …
(edit) @705   11 years djay Fix r703, where only COMMITERS should be commited.
(edit) @703   11 years djay Add SVN Admin status in COMMITERS.
(edit) @682   11 years djay Fix GetResult? and POST asynchronous requests on Windows. Prevent …
(edit) @680   11 years djay Various fixes for Windows support: generate uuid using UuidCreate?, …
(edit) @676   11 years djay Move createRegistry function to server_internal. Add the …
(edit) @673   11 years djay Fixes in configure.ac. Fix in registry creation. Fixes for Data node …
(edit) @667   11 years djay Remove uneeded debug messages
(edit) @666   11 years djay Small fix for version id detection.
(edit) @658   11 years djay Update version in case of AcceptVersions? use.
(edit) @656   11 years djay Small fixes.
(edit) @654   11 years djay Initial support for WPS 2.0.0 including the Dismiss extension.
(edit) @652   11 years djay Better concurrency gesture for asynchronous requests, add db backend …
(edit) @640   11 years djay First version including zoo_service shared library
(edit) @634   11 years djay Integrate a basic SAGA-GIS support into the ZOO-Kernel.
(edit) @631   11 years djay Add readBase64 function, avoid calling it prior to fork . Add …
(edit) @621   11 years djay Major update. Creation of a basic parsing api. Call validateRequest …
(edit) @620   11 years djay Small fix for CDATA content. ExceptionReport? if lock failed.
(edit) @607   12 years djay Introduce the Process Profiles Registry with its documentation.
(edit) @605   12 years knut Altered the path of stored response files from …
(edit) @601   12 years knut Implemented default result file extensions for many MIME types, based …
(edit) @587   12 years knut Implemented asynchronous HTTP POST Execute requests on Windows …
(edit) @584   12 years knut Added code required for HTTPS requests.
(edit) @583   12 years knut Increased memory requirement in calls to getMapsAsKVP() (see comment …
(edit) @582   12 years knut Added option to specify other program name than zoo_loader.cgi (WIN32 …
(edit) @579   12 years djay Add initial doxygen comments in some C files, for future documentation …
(edit) @578   12 years knut Added function getLastErrorMessage() (service_internal.c). Fixed …
(edit) @576   12 years djay Code cleanup, description of some functon included in the code, …
(edit) @557   12 years knut Fix to ensure that only configuration files whose name ends with .zcfg …
(edit) @554   12 years knut Changed the WIN32 version of function zGettimeofday. Changed return …
(edit) @550   12 years djay Add otb2zcfg and OTB applications support without observer by now. Fix …
(edit) @541   12 years david - fix indent
(edit) @539   12 years djay Fix yaml service naming. Add javax javaxx optional sections in the …
(edit) @527   12 years djay Fix #106 and #108
(edit) @516   12 years djay Call exit from the child processes and make sure to remove zombies …
(edit) @514   12 years djay Use unique identifier as reference for asynchronous service execution.
(edit) @510   12 years djay Fix leaks in ZOO-Kernel.
(edit) @507   12 years djay Add concurrency gesture for background services. Fix tickets #102 and #103.
(edit) @504   12 years djay Remove debug messages and fix to free corig when needed.
(edit) @503   12 years djay Fix DescribeProcess? for services with prefixed identifier.
(edit) @502   12 years djay RawDataOutput? gesture fixes (see …
(edit) @501   12 years djay Version for testing through ogc-cite with 29 passed tests
(edit) @498   12 years djay Avoid issue …
(edit) @496   12 years djay Fix issue when passing <\![CDATA[]]> in ComplexData? for text/xml mimeType.
(edit) @492   12 years djay Inputs passed by reference downloaded in parallel. Conform behavior …
(edit) @490   12 years djay Remove memory leaks from ZOO-Kernel. Fix issue #99.
(edit) @488   12 years djay Small fixes in memory gesture.
(edit) @486   12 years djay Remove dumpMap call from zoo_service_loader.c.
(edit) @485   12 years djay Add support of maximumMegabytes keyword for size limitation of …
(edit) @483   12 years djay Fix issue with namspaces in printExceptionReportResponse when Header …
(edit) @481   12 years djay Fix ExceptionReport? nodes
(edit) @478   12 years djay Fix issue on win32 platform for Python support. Remove dirent.obj …
(edit) @473   12 years djay Fix issue still kept in previous commit
(edit) @472   12 years djay Small fix in POST XML parser
(edit) @471   12 years djay Remove leaks from DescribeProcess? and JavaScript? support. Fix wrong …
(edit) @469   12 years djay Support metapath embedded in service name. Add support for accessing …
(edit) @467   12 years djay Various fixes for tickets #93, #94, #95, #95, #96.
(edit) @466   12 years djay Fix issue with language gesture on Ubuntu platforms.
(edit) @465   12 years djay Add the optional YAML ZCFG support #4 and the zcfg2yaml converter. …
(edit) @459   12 years djay Initial introduction of Value and Range in AllowedValues?, update zcfg …
(edit) @458   12 years djay Fix some issue in background execution on windows platform (basic …
(edit) @454   13 years djay Dumping final file fix. Add missing functions definition.
(edit) @453   13 years djay Add the optional Ruby Language Support to the ZOO-Kernel with an API …
(edit) @452   13 years djay Fix issue on windows platform with shared memory, pass outputs as KVP …
(edit) @445   13 years djay Update serverAddress param of the main section to the requested …
(edit) @444   13 years djay Fixing issue on Linux / Mac OS X about language gesture. Fixing …
(edit) @441   13 years djay Fix issue #82, fixing issue when mixing POST and GET Reference nodes.
(edit) @440   13 years djay Add message in complement to percentCompleted value.
(edit) @433   13 years djay Fixed in trunk (r433): correct behavior when cookie are set by …
(edit) @418   13 years djay Fix issue #78.
(edit) @413   13 years djay Fix when no request is provided.
(edit) @393   14 years djay Remove temporary file created when running service in background. Make …
(edit) @392   14 years djay Add support for Python-3.3.0. Fix issue with cache handling. Fix issue …
Note: See TracRevisionLog for help on using the revision log.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png