summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service
Commit message (Expand)AuthorAgeFilesLines
* 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
* Const enhancementsJohnny Willemsen2018-12-032-7/+6
* Const changes, log the pid we compare with in a check and added some docuJohnny Willemsen2018-12-032-4/+15
* Removed AAM_ACTIVATION_SENT status, at the moment we do an AMI start_server w...Johnny Willemsen2018-12-036-24/+34
* Removed last bits for threads_ memberJohnny Willemsen2018-11-302-32/+4
* Make use of std::unique_ptr with C++11, use empty instead of checking size, c...Johnny Willemsen2018-11-303-8/+12
* Remove threads argument, is never completed and commentedo utJohnny Willemsen2018-11-302-37/+0
* Logging enhancementsJohnny Willemsen2018-11-303-31/+36
* Const fixJohnny Willemsen2018-08-131-1/+1
* Active_Pid_Setter is only required on WindowsJohnny Willemsen2018-08-132-1/+4
* Merge branch 'jwi-imractivator-loggingfix' into jwi-aamserverstatusJohnny Willemsen2018-08-111-1/+1
|\
| * Fixed incorrect order of arguments to logging macroJohnny Willemsen2018-08-111-1/+1
* | Merge branch 'jwi-imrwindows-fix' into jwi-aamserverstatusJohnny Willemsen2018-08-111-1/+1
|\ \
| * | Fixed windows runtime issueJohnny Willemsen2018-08-111-1/+1
| |/