summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Layout changesJohnny Willemsen2019-04-163-6/+1
| | | | | | * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp: * TAO/orbsvcs/tests/ImplRepo/servers_interact_on_startup/README: * TAO/orbsvcs/tests/ImplRepo/servers_interact_on_startup/Test_i.h:
* When we have a listener disconnect and we have a notify child death enable ↵Johnny Willemsen2019-04-161-3/+42
| | | | | | mark the server as wait for death and wait on the signal. In the restart functionality check whether the restart has succeeded, if not, we are in a final state. Extended the start server with more logging to know why the restart failed * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp:
* Helper output on one lineJohnny Willemsen2019-04-161-2/+1
| | | | * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/run_test.pl:
* Add with -debug also ImR activator logging and tab changesJohnny Willemsen2019-04-161-12/+14
| | | | * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/run_test.pl:
* Const changesJohnny Willemsen2019-04-161-4/+4
| | | | * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
* Logging changeJohnny Willemsen2019-04-151-1/+0
| | | | * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp:
* Logging changeJohnny Willemsen2019-04-151-1/+1
| | | | * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp:
* Layout, unicode, and doxygen changesJohnny Willemsen2019-04-153-12/+8
| | | | | | * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Server_ORBInitializer.cpp: * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/server_interceptor.cpp: * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/server_interceptor.h:
* In server_is_shutting_down we only get informed that the server is going ↵Johnny Willemsen2019-04-151-4/+23
| | | | | | down, we can't assume it is dead at that moment already * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp:
* Added run of 4152 ImR test with a shutdown delay of 5Johnny Willemsen2019-04-151-0/+1
| | | | * TAO/bin/tao_other_tests.lst:
* Extend perl script with -s option to have a shutdown delay in the serverJohnny Willemsen2019-04-151-5/+18
| | | | * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/run_test.pl:
* Layout changeJohnny Willemsen2019-04-151-2/+0
| | | | * TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.h:
* Added new -s commandline option to shutdown the server instead of letting it ↵Johnny Willemsen2019-04-151-3/+19
| | | | | | terminate * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/client.cpp:
* Check that we forward to a valid corbaloc, if not, throw an exception here ↵Johnny Willemsen2019-04-152-4/+33
| | | | | | | instead of passing an invalid corbaloc further down * TAO/orbsvcs/ImplRepo_Service/INS_Locator.cpp: * TAO/orbsvcs/ImplRepo_Service/INS_Locator.h:
* Layout changeJohnny Willemsen2019-04-151-3/+1
| | | | * TAO/tao/Messaging/AMH_Response_Handler.cpp:
* Enhanced logging and only log when debugging is enabledJohnny Willemsen2019-04-151-9/+15
| | | | * TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp:
* Add option to set a shutdown delayJohnny Willemsen2019-04-151-4/+13
| | | | * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp:
* Add shutdown operation to the server so that we can trigger a controlled ↵Johnny Willemsen2019-04-154-4/+21
| | | | | | | | | shutdown instead of only a terminate * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/Test.idl: * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/Test_i.cpp: * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/Test_i.h: * TAO/orbsvcs/tests/ImplRepo/Bug_4152_Regression/server.cpp:
* Merge pull request #888 from jwillemsen/masterJohnny Willemsen2019-04-1219-140/+56
|\ | | | | ImplRepo logging and layout changes
| * Logging changesJohnny Willemsen2019-04-125-12/+28
| | | | | | | | | | | | | | | | * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp: * TAO/orbsvcs/ImplRepo_Service/Forwarder.cpp: * TAO/orbsvcs/ImplRepo_Service/ImR_Activator.cpp: * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp: * TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
| * Removed these partial test list files, only convenience files which are not ↵Johnny Willemsen2019-04-122-86/+0
| | | | | | | | | | | | | | | | updated, when someone wants to quickly run just the tests of one orbscvs it is much quicker to just quickly remove all not needed tests from tao_other_tests.lst locally * TAO/bin/imr_tests.lst: * TAO/bin/name_tests.lst: Deleted.
| * Add more exception logging to ActivatorReceiver::start_server_excepJohnny Willemsen2019-04-121-0/+14
| | | | | | | | * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp:
| * Add server name to logging statement when we don't start a serverJohnny Willemsen2019-04-121-2/+2
| | | | | | | | * TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.cpp:
| * Layout changeJohnny Willemsen2019-04-121-1/+1
| | | | | | | | * TAO/orbsvcs/ImplRepo_Service/AsyncAccessManager.h:
| * Layout changesJohnny Willemsen2019-04-115-26/+6
| | | | | | | | | | | | | | | | * TAO/orbsvcs/tests/ImplRepo/RestartIMR/test_i.cpp: * TAO/orbsvcs/tests/ImplRepo/RestartIMR/test_i.h: * TAO/orbsvcs/tests/ImplRepo/RestartServer/README: * TAO/orbsvcs/tests/ImplRepo/kill_server/README: * TAO/orbsvcs/tests/ImplRepo/ping_interrupt/README:
| * Layout changesJohnny Willemsen2019-04-113-6/+0
| | | | | | | | | | | | * TAO/orbsvcs/tests/ImplRepo/kill_slow_server/Test.idl: * TAO/orbsvcs/tests/ImplRepo/kill_slow_server/Test_i.h: * TAO/orbsvcs/tests/ImplRepo/kill_slow_server/client.cpp:
| * Unicode logging fixesJohnny Willemsen2019-04-111-3/+3
| | | | | | | | * TAO/orbsvcs/tests/ImplRepo/kill_slow_server/server.cpp:
| * Fixed typoJohnny Willemsen2019-04-111-3/+1
| | | | | | | | * TAO/orbsvcs/tests/ImplRepo/kill_slow_server/README:
| * Logging fix to ImplRepo_ServiceJohnny Willemsen2019-04-111-1/+1
|/ | | | * TAO/orbsvcs/ImplRepo_Service/LiveCheck.cpp:
* Merge pull request #886 from jwillemsen/masterJohnny Willemsen2019-04-111-2/+2
|\ | | | | Logging fix in ImplRepo_Service
| * Logging fixJohnny Willemsen2019-04-111-2/+2
|/ | | | * TAO/orbsvcs/ImplRepo_Service/AsyncListManager.cpp:
* Merge pull request #885 from jwillemsen/masterJohnny Willemsen2019-04-091-5/+5
|\ | | | | Fixed typo
| * Fixed typoJohnny Willemsen2019-04-091-5/+5
| |
* | Merge pull request #884 from jwillemsen/masterJohnny Willemsen2019-04-091-1/+1
|\ \ | |/ | | Latest release also contains Visual Studio 2019 project files
| * Latest release also contains Visual Studio 2019 project filesJohnny Willemsen2019-04-091-1/+1
| | | | | | | | * ACE/docs/Download.html:
* | Merge pull request #883 from jwillemsen/jwi-debianchangelogJohnny Willemsen2019-04-081-2/+0
|\ \ | | | | | | ACEXML and gperf don't have a separate changelog anymore
| * | ACEXML and gperf don't have a separate changelog anymoreJohnny Willemsen2019-04-081-2/+0
| |/
* | Merge pull request #882 from jwillemsen/masterJohnny Willemsen2019-04-087-56/+58
|\ \ | |/ | | Make x.5.5 public available and prepar for next release
| * New CIAO/DAnCE micro releasesJohnny Willemsen2019-04-081-12/+12
| | | | | | | | * ACE/docs/Download.html:
| * Make x.5.5 public available and prepar for next releaseJohnny Willemsen2019-04-087-44/+46
|/ | | | | | | | | | * ACE/NEWS: * ACE/bin/copy-local-script.sh: * ACE/bin/diff-builds-and-group-fixed-tests-only.sh: * ACE/docs/Download.html: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * TAO/NEWS:
* ACE+TAO-6_5_5ACE+TAO-6_5_5Johnny Willemsen2019-04-0860-76/+1437
|
* Merge pull request #881 from jrw972/newsJohnny Willemsen2019-04-031-0/+2
|\ | | | | Update NEWS for SOCK_Dgram::recv receive address
| * Update NEWS for SOCK_Dgram::recv receive addressJustin R. Wilson2019-04-031-0/+2
|/
* Merge pull request #880 from jwillemsen/masterJohnny Willemsen2019-04-039-8/+10
|\ | | | | List SLES15.0 in NEWS file
| * List SLES15.0Johnny Willemsen2019-04-031-0/+2
| | | | | | | | * ACE/NEWS:
| * Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2019-04-026-24/+102
| |\ | |/ |/|
* | Merge pull request #845 from jwillemsen/jwi-vs2019Johnny Willemsen2019-03-295-23/+101
|\ \ | | | | | | Use Visual Studio 2019 draft azure devops image
| * | List Visual Studio 2019Johnny Willemsen2019-03-292-23/+13
| | | | | | | | | | | | | | | * ACE/ACE-INSTALL.html: * TAO/TAO-INSTALL.html:
| * | Add vs2019 projectsJohnny Willemsen2019-03-291-0/+4
| | | | | | | | | | | | * ACE/bin/make_release.py:
| * | List vs2019 initial supportJohnny Willemsen2019-03-291-0/+2
| | | | | | | | | | | | * ACE/NEWS: