summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service
Commit message (Expand)AuthorAgeFilesLines
* Documentation, layout, C++11 changesJohnny Willemsen2021-03-095-5/+5
* Cleanup for vc6, use nullptr, remove redundant void, layout changesJohnny Willemsen2021-02-251-1/+1
* Removed checks for ACE_HAS_CPP11 and use std::atomic in more places in the TA...Johnny Willemsen2020-12-092-13/+1
* Instead of declaring private copy/assignment list them as deleted and added m...Johnny Willemsen2020-12-082-6/+8
* Remove checks for ACE_HAS_CPP11 and remove the code for C++03 now that we req...Johnny Willemsen2020-11-101-9/+1
* Corrected invalid define usage, same value, but logically not correctJohnny Willemsen2019-06-121-3/+3
* Remove handling of CORBA::TIMEOUT as part of the sendc_ping exception handlin...Johnny Willemsen2019-06-122-15/+0
* When sendc fails with a timeout mark the server as timed outJohnny Willemsen2019-06-111-1/+14
* Logging enhancementsJohnny Willemsen2019-06-112-8/+12
* Make use of an atomic for the refcount instead of a full mutexJohnny Willemsen2019-06-102-13/+18
* Commented out check for nill ping interval, breaks one unit testJohnny Willemsen2019-06-091-1/+1
* Const changeJohnny Willemsen2019-06-091-1/+1
* Change the refcount_ of LiveListener to a atomic which is more efficientJohnny Willemsen2019-06-092-19/+21
* When there is no ping interval specified we don't need to ping a server at allJohnny Willemsen2019-06-071-1/+4
* Print defaults using the hardcoded define, not copy the value just in the out...Johnny Willemsen2019-06-071-8/+11
* Default ping timeout is 1000ms, not 10msJohnny Willemsen2019-06-071-1/+1
* Revert changeJohnny Willemsen2019-06-061-1/+1
* Add ping timeout to default startup debug message and use the flag whether we...Johnny Willemsen2019-06-061-1/+3
* Logging enhancementsJohnny Willemsen2019-06-061-10/+17
* Remove redundant returnJohnny Willemsen2019-06-061-1/+0
* Log all exception details using _info, not just the type of exceptionJohnny Willemsen2019-06-062-3/+3
* In ping_replied when we get a death and we didn't wait for a ping but do get ...Johnny Willemsen2019-05-011-4/+28
* Within validate_ping move logging statement outside of the if so that we can ...Johnny Willemsen2019-05-011-8/+9
* Add missing Activator_Export macro to the Watchdog for MinGW unresolved symbo...Johnny Willemsen2019-04-271-1/+1
* Fixed compile error on non Windows platformsJohnny Willemsen2019-04-171-1/+2
* Start the process watcher before the rir of the ImplRepoServiceJohnny Willemsen2019-04-171-6/+5
* Tab chagnesJohnny Willemsen2019-04-172-49/+49
* Add process watchdog for WindowsJohnny Willemsen2019-04-172-15/+89
* Layout and const changesJohnny Willemsen2019-04-172-7/+4
* Layout changeJohnny Willemsen2019-04-161-1/+0
* When we have a listener disconnect and we have a notify child death enable ma...Johnny Willemsen2019-04-161-3/+42
* Const changesJohnny Willemsen2019-04-161-4/+4
* Logging changeJohnny Willemsen2019-04-151-1/+0
* Logging changeJohnny Willemsen2019-04-151-1/+1
* In server_is_shutting_down we only get informed that the server is going down...Johnny Willemsen2019-04-151-4/+23
* Layout changeJohnny Willemsen2019-04-151-2/+0
* Check that we forward to a valid corbaloc, if not, throw an exception here in...Johnny Willemsen2019-04-152-4/+33
* Enhanced logging and only log when debugging is enabledJohnny Willemsen2019-04-151-9/+15
* Logging changesJohnny Willemsen2019-04-125-12/+28
* Add more exception logging to ActivatorReceiver::start_server_excepJohnny Willemsen2019-04-121-0/+14
* Add server name to logging statement when we don't start a serverJohnny Willemsen2019-04-121-2/+2
* Layout changeJohnny Willemsen2019-04-121-1/+1
* Logging fix to ImplRepo_ServiceJohnny Willemsen2019-04-111-1/+1
* Logging fixJohnny Willemsen2019-04-111-2/+2
* Removed empty lineJohnny Willemsen2019-03-131-1/+0
* Removed noop comments, no need for that. Removed empty lines, some old commen...Johnny Willemsen2019-01-292-5/+0
* Removed references to comp.soft-sys.ace as way to post issues, the mail forwa...Johnny Willemsen2019-01-241-4/+2
* Remove start limit changeJohnny Willemsen2018-12-071-1/+0
* When we start a new server we need to reset our process id so that we can ign...Johnny Willemsen2018-12-071-2/+5
* Need to check some more status in child_on_deathJohnny Willemsen2018-12-071-4/+3