summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set the retries back to its default when we restart on a child deathJohnny Willemsen2018-12-071-2/+6
* When we are informed of a child death and we have waiters we start a new serverJohnny Willemsen2018-12-071-8/+7
* Check whether reference is not nil before using itJohnny Willemsen2018-12-071-3/+15
* At the moment we have a deferred remove we mark the server as dead so that on...Johnny Willemsen2018-12-078-88/+192
* Remove default argument of 0 to remove_server, when we know the process id, w...Johnny Willemsen2018-12-065-28/+40
* Extended loggingJohnny Willemsen2018-12-061-2/+2
* When remove_server is called during a handle timeout we need to use the entry...Johnny Willemsen2018-12-061-3/+12
* Log an error when we can't find a serverJohnny Willemsen2018-12-061-0/+13
* In notify_child_death log an error when the pid does not match current or pre...Johnny Willemsen2018-12-061-1/+12
* Doxygen changeJohnny Willemsen2018-12-061-1/+1
* Some debug message should be an error, not just debugJohnny Willemsen2018-12-061-4/+6
* In notify_child_death check for a valid pid, not zeroJohnny Willemsen2018-12-062-10/+13
* Log some exceptions only when debugging is enabled and some layout changesJohnny Willemsen2018-12-064-9/+13
* LayoutJohnny Willemsen2018-12-051-1/+1
* Const changeJohnny Willemsen2018-12-051-1/+1
* Doxygen changesJohnny Willemsen2018-12-051-4/+6
* Just use s as argumentJohnny Willemsen2018-12-051-1/+1
* When we get a remove server during handle timeout we need to store name and p...Johnny Willemsen2018-12-052-15/+25
* Merge pull request #767 from jwillemsen/jwi-imrnotifywaiterJohnny Willemsen2018-12-042-47/+65
|\
| * Add try/catch around the notify of a single waiter within notify_waiters so t...Johnny Willemsen2018-12-042-47/+65
* | Merge pull request #766 from jwillemsen/jwi-imrremovenotifychilddeathJohnny Willemsen2018-12-043-17/+0
|\ \
| * | Remove notify_child_death, it is not used, issue #765Johnny Willemsen2018-12-043-17/+0
| |/
* | Moved throw outside of debug checkJohnny Willemsen2018-12-041-4/+2
|/
* Log error messages with an error macroJohnny Willemsen2018-12-041-5/+5
* When invocation of spawn_pid fails log an error and throw back an exception t...Johnny Willemsen2018-12-041-5/+21