summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Revert bombed releaseSteve Huston2010-04-224-12/+96
|
* ChangeLogTag:Thu Apr 22 19:33:15 EDT 2010 Steve Huston <shuston@riverace.com>Steve Huston2010-04-224-96/+12
|
* Remove temporary testing lines accidentally imported from devSteve Huston2010-04-211-2/+1
|
* Block .svn dirs tooSteve Huston2010-04-211-0/+3
|
* Add file needed by previous commitSteve Huston2010-04-201-0/+1
|
* Add file needed by previous commitSteve Huston2010-04-201-0/+139
|
* Tue Apr 20 18:46:38 UTC 2010 Steve Huston <shuston@riverace.com>Steve Huston2010-04-2014-46/+499
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/Service_Config_Stream_Test.{cp conf}: Brought this test over from hte dev stream as well as Bug_3334_Regression_Test.cpp. Mon Apr 19 18:17:30 UTC 2010 UTC 2010 Chad Beaulac <chad@objectivesolutions.com> * ace/Service_Repository.cpp Modified ASR::fini to print debug info for empty service entries and handle empty service entries. This fixes the ASR remove functionality that was one of the reasons SC_Server was crashing at shutdown. * examples/ASX/CCM_App/SC_Server.cpp Removing signal handler before main exit to present SEGV This fixes Bugzilla #2916 and #3205. Mon Apr 19 12:44:56 UTC 2010 Chad Beaulac <chad@objectivesolutions.com> * ace/Service_Types.h * ace/Service_Types.inl * ace/Service_Types.cpp Added service_type_ attr to expose the type of service being managed to the ACE_Service_Repository. This allows the ASR to manage the lifecycle of the ACE_Module and ACE_Stream in order to avoid a double delete of ACE_Module at shutdown. ACE_Stream_Type::fini was modified to not call ACE_Module_Type::fini as this will results in a double delete when ACE_Service_Repository::fini is called. ACE_Stream_Type::remove(module_name) was modified to not call ACE_Module_Type::fini as this will results in a double delete when ACE_Service_Repository::fini is called also. * ace/Service_Repository.cpp Modified ASR::fini to iterate over the service_array_ twice. ACE_Service_Type::fini is called on all ACE_Stream_Type and ACE_Service_Object_Type instances first. Then, fini is called on all ACE_Modules_Type instances. All calls to fini are done in the order the services appear in the ASR::service_array_ except for the grouping described here. The calls to ACE_Module_Type::fini must be done last because ACE_Stream_Type::fini accesses the Modules so they must not be deleted by a call to ACE_Module_Type::fini before that. * tests/Bug_3334_Regresssion_Test.cpp Added call to ACE_Service_Repository::fini_svcs() to capture all debug output before the application exits. * tests/run_tests.lst Removed !FIXED_BUGS_ONLY from Bug_3334_Regression_Test This fixes Bugzilla #3334
* ChangeLogTag:Wed Apr 14 11:22:27 UTC 2010 Steve Huston <shuston@riverace.com>Steve Huston2010-04-141-1/+1
|
* ChangeLogTag:Tue Apr 13 19:34:40 UTC 2010 Steve Huston <shuston@riverace.com>Steve Huston2010-04-133-28/+31
|
* ChangeLogTag:Fri Mar 26 15:06:06 UTC 2010 Steve Huston <shuston@riverace.com>Steve Huston2010-03-2614-84/+630
|
* ChangeLogTag:Fri Mar 19 16:44:37 UTC 2010 Steve Huston <shuston@riverace.com>Steve Huston2010-03-192-2/+13
|
* ChangeLogTag:Wed Mar 17 20:00:45 UTC 2010 Steve Huston <shuston@riverace.com>Steve Huston2010-03-172-1/+6
|
* ChangeLogTag:Tue Nov 10 06:31:33 2009 Steve Huston <shuston@riverace.com>Steve Huston2010-03-092-9/+46
|
* ChangeLogTag:Tue Mar 2 21:02:51 UTC 2010 Steve Huston <shuston@riverace.com>Steve Huston2010-03-031-2/+0
|
* ChangeLogTag:Tue Mar 2 21:02:51 UTC 2010 Steve Huston <shuston@riverace.com>Steve Huston2010-03-022-1/+7
|
* ChangeLogTag:Fri Feb 12 14:05:21 UTC 2010 Steve Huston <shuston@riverace.com>Steve Huston2010-02-122-5/+13
|
* ChangeLogTag:Thu Feb 4 15:32:24 UTC 2010 Steve Huston <shuston@riverace.com>Steve Huston2010-02-043-32/+130
|
* ChangeLogTag:Thu Dec 31 20:54:51 UTC 2009 Steve Huston <shuston@riverace.com>Steve Huston2009-12-312-3/+11
|
* ChangeLogTag:Thu Dec 31 17:46:10 UTC 2009 Steve Huston <shuston@riverace.com>Steve Huston2009-12-312-1/+7
|
* ChangeLogTag:Thu Dec 31 17:24:14 UTC 2009 Steve Huston <shuston@riverace.com>Steve Huston2009-12-312-2/+12
|
* Fix tabs (fuzz error)Steve Huston2009-12-081-4/+4
|
* ChangeLogTag:Mon Dec 7 16:09:18 UTC 2009 Steve Huston <shuston@riverace.com>Steve Huston2009-12-072-0/+14
|
* ChangeLogTag:Wed Nov 4 00:07:49 UTC 2009 Steve Huston <shuston@riverace.com>Steve Huston2009-11-042-3/+15
|
* ChangeLogTag:Tue Oct 20 16:20:33 UTC 2009 Steve Huston <shuston@riverace.com>Steve Huston2009-10-203-32/+57
|
* ChangeLogTag:Tue Sep 8 20:27:14 UTC 2009 Steve Huston <shuston@riverace.com>Steve Huston2009-09-082-1/+7
|
* ChangeLogTag:Sat Aug 29 22:41:33 UTC 2009 Steve Huston <shuston@riverace.com>Steve Huston2009-08-292-3/+7
|
* ChangeLogTag:Thu Aug 27 20:27:52 UTC 2009 Steve Huston <shuston@riverace.com>Steve Huston2009-08-274-119/+170
|
* ChangeLogTag:Tue Aug 18 19:09:40 UTC 2009 Steve Huston <shuston@riverace.com>Steve Huston2009-08-182-1/+6
|
* ChangeLogTag:Wed Aug 5 23:28:43 UTC 2009 Steve Huston <shuston@riverace.com>Steve Huston2009-08-052-1/+22
|
* ChangeLogTag:Mon Jul 6 20:33:00 UTC 2009 Adam Mitz <mitza@ociweb.com>Steve Huston2009-08-042-1/+9
|
* ChangeLogTag:Fri Jul 17 18:32:45 UTC 2009 Douglas C. Schmidt ↵Steve Huston2009-08-041-0/+6
| | | | <schmidt@dre.vanderbilt.edu>
* ChangeLogTag:Tue Jul 23 16:40:55 UTC 2009 Douglas C. Schmidt ↵Steve Huston2009-08-042-0/+10
| | | | <schmidt@dre.vanderbilt.edu>
* ChangeLogTag:Tue Jul 28 18:13:22 UTC 2009 Douglas C. Schmidt ↵Steve Huston2009-08-042-1/+8
| | | | <schmidt@dre.vanderbilt.edu>
* ChangeLogTag:Tue Aug 4 14:32:24 UTC 2009 Steve Huston <shuston@riverace.com>Steve Huston2009-08-044-5/+100
|
* Branch for Riverace's ACE 5.7 series fixesSteve Huston2009-07-0620947-2463244/+17926
|
* ChangeLogTag: Mon Jul 6 18:25:23 UTC 2009 Adam Mitz <mitza@ociweb.com>Adam Mitz2009-07-062-0/+7
|
* ChangeLogTag:Satschmidt2009-07-041-0/+4
|
* ChangeLogTag: Wed Jul 1 13:09:34 UTC 2009 Olli Savia <ops@iki.fi>Olli Savia2009-07-012-0/+6
|
* Mon Jun 29 23:42:10 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-292-0/+6
| | | | | * contrib/FaCE/newres.h: Fixed compile problem with CEGCC
* ChangeLogTag:Mon Jun 29 23:08:06 UTC 2009 Trevor Fields <fields_t@ociweb.com>fields_t2009-06-292-1/+8
|
* ChangeLogTag: Mon Jun 29 15:08:12 UTC 2009 Adam Mitz <mitza@ociweb.com>Adam Mitz2009-06-292-2/+10
|
* (no commit message)Johnny Willemsen2009-06-281-0/+1
|
* Sun Jun 28 16:15:10 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-282-2/+7
| | | | | * tests/IDL_Test/union.idl Fixed compile problem with SunStudio 12 Update 1
* Sun Jun 28 16:15:10 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-282-3/+8
| | | | | * ace/config-lite.h Fixed compile problem with SunStudio 12 Update 1
* Sun Jun 28 14:33:10 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-282-3/+13
| | | | | * include/makeinclude/platform_sunos5_sunc++.GNU: Fixed compile problem with SunStudio 12 Update 1
* Sat Jun 27 00:55:10 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-278-1/+9
| | | | | | | | * rpmbuild/ace-tao-ciao.spec: Updated suse * rpmbuild/ace-tao-init-suse/fillup-templates/*: Moved to tao
* Sat Jun 27 00:44:10 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-2720-52/+63
| | | | | | | | | * rpmbuild/tao: * rpmbuild/logrotate.d: Moved to the new etc directory * rpmbuild/ace-tao-ciao.spec: Updated for move above
* Fri Jun 26 22:55:10 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-263-1/+10
| | | | | | | | | * tests/non_mpc_makefile/run_test.pl: * tests/non_mpc_makefile/Bug_3708_Regression.pl: renamed to get better test stats * bin/ace_tests.lst: Updated for rename above
* ChangeLogTag: Fri Jun 26 20:41:53 UTC 2009 Adam Mitz <mitza@ociweb.com>Adam Mitz2009-06-2626-44/+222
|
* Fri Jun 26 16:19:10 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-262-0/+6
| | | | | * rpmbuild/ace-tao-ciao.spec: Added missing DANCE_ROOT