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