| .. |
|
htdocs
|
Refactored httpd server integration, split http support and server logic in two modules. Added functions to load component implementations packaged as dynamic libraries. Minor monad code cleanup, converted cast operators to separate functions.
|
2009-11-23 05:25:33 +00:00 |
|
client-test.cpp
|
Minor code cleanup, refactored some ATOM data conversion functions, simplified client test cases.
|
2010-03-06 09:23:27 +00:00 |
|
client-test.hpp
|
Minor code cleanup, refactored some ATOM data conversion functions, simplified client test cases.
|
2010-03-06 09:23:27 +00:00 |
|
client-test.scm
|
Working queue and chat components. Added a few useful start/stop scripts. Fixed lifecycle code to call start/stop/restart functions before APR pools are cleaned up in both parent and child processes. Minor build script improvements.
|
2010-02-17 04:14:31 +00:00 |
|
cpp-conf
|
Minor fixes to distro build. Added missing scripts. Placed libraries in the correct module and component directories.
|
2010-03-01 09:59:18 +00:00 |
|
domain-test.composite
|
Updated test composites and xsds to the latest SCA schemas.
|
2010-01-17 22:41:34 +00:00 |
|
httpd-test
|
Moved server configuration to HTTPD postConfig phase, to avoid running configuration commands twice and added a way for runtime modules and components to handle start/restart/stop events. Improved build scripts a little, to not depend on external environment variables.
|
2010-02-07 00:36:25 +00:00 |
|
impl-test.cpp
|
Moved component start calls from HTTPD postConfig to childInit, to give components an opportunity to start and setup connections and resources in each HTTPD child process. Adjusted utility components and test cases to this change. Minor code cleanup of Java components and integration tests.
|
2010-02-22 06:08:34 +00:00 |
|
Makefile.am
|
Fixed build bootstrap error with duplicate variable definitions.
|
2010-03-01 10:13:34 +00:00 |
|
mod-cpp.hpp
|
Moved component start calls from HTTPD postConfig to childInit, to give components an opportunity to start and setup connections and resources in each HTTPD child process. Adjusted utility components and test cases to this change. Minor code cleanup of Java components and integration tests.
|
2010-02-22 06:08:34 +00:00 |
|
mod-eval.cpp
|
Working queue and chat components. Added a few useful start/stop scripts. Fixed lifecycle code to call start/stop/restart functions before APR pools are cleaned up in both parent and child processes. Minor build script improvements.
|
2010-02-17 04:14:31 +00:00 |
|
mod-eval.hpp
|
Minor code cleanup, refactored some ATOM data conversion functions, simplified client test cases.
|
2010-03-06 09:23:27 +00:00 |
|
mod-scheme.hpp
|
Working queue and chat components. Added a few useful start/stop scripts. Fixed lifecycle code to call start/stop/restart functions before APR pools are cleaned up in both parent and child processes. Minor build script improvements.
|
2010-02-17 04:14:31 +00:00 |
|
mod-wiring.cpp
|
Working queue and chat components. Added a few useful start/stop scripts. Fixed lifecycle code to call start/stop/restart functions before APR pools are cleaned up in both parent and child processes. Minor build script improvements.
|
2010-02-17 04:14:31 +00:00 |
|
scheme-conf
|
Minor fixes to distro build. Added missing scripts. Placed libraries in the correct module and component directories.
|
2010-03-01 09:59:18 +00:00 |
|
server-conf
|
Minor fixes to distro build. Added missing scripts. Placed libraries in the correct module and component directories.
|
2010-03-01 09:59:18 +00:00 |
|
server-test
|
Moved server configuration to HTTPD postConfig phase, to avoid running configuration commands twice and added a way for runtime modules and components to handle start/restart/stop events. Improved build scripts a little, to not depend on external environment variables.
|
2010-02-07 00:36:25 +00:00 |
|
server-test.scm
|
Fixed ATOM test cases, return ATOM entry id as a string instead of an iterable.
|
2010-02-28 19:29:18 +00:00 |
|
wiring-test
|
Moved server configuration to HTTPD postConfig phase, to avoid running configuration commands twice and added a way for runtime modules and components to handle start/restart/stop events. Improved build scripts a little, to not depend on external environment variables.
|
2010-02-07 00:36:25 +00:00 |