summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1687 from jwillemsen/jwi-autoptr5Johnny Willemsen2021-09-2745-247/+126
|\
| * Use std::unique_ptr and defaultJohnny Willemsen2021-09-2645-247/+126
* | Merge pull request #1684 from jwillemsen/jwi-loopbackJohnny Willemsen2021-09-201-2/+2
|\ \
| * | Use is_loopback to check for a loopback addressJohnny Willemsen2021-09-201-2/+2
| |/
* | Merge pull request #1681 from jwillemsen/jwi-makekeys2Johnny Willemsen2021-09-153-6/+6
|\ \
| * | Next round create 2048 bit keysJohnny Willemsen2021-09-153-6/+6
| |/
* | Updated expired certificatesJohnny Willemsen2021-09-1540-1264/+928
* | Updated expires certificatesJohnny Willemsen2021-09-155-158/+116
|/
* Merge pull request #1679 from jwillemsen/jwi-ssl3Johnny Willemsen2021-09-148-27/+9
|\
| * Use 9999 daysJohnny Willemsen2021-09-143-6/+6
| * Layout changeJohnny Willemsen2021-09-141-2/+0
| * Layout changes, use overrideJohnny Willemsen2021-09-144-19/+3
* | Merge pull request #1678 from jwillemsen/jwi-ssl2Johnny Willemsen2021-09-143-8/+11
|\ \
| * | Correct location of -days argumentJohnny Willemsen2021-09-141-2/+6
| * | Fixed typoJohnny Willemsen2021-09-141-1/+1
| * | Logging changesJohnny Willemsen2021-09-141-5/+4
| |/
* | Merge pull request #1676 from jwillemsen/jwi-gccwarningsdepJohnny Willemsen2021-09-109-38/+21
|\ \
| * | Fix auto_ptr and fallthrough warningsJohnny Willemsen2021-09-099-38/+21
| |/
* | Removed conv_lib.mpbAdam Mitz2021-08-313-7/+7
|/
* Cleanup old Embarcadero compiler checksJohnny Willemsen2021-08-163-25/+1
* Typo fix.Samuel Miller2021-07-311-1/+1
* Removed redundant whitespaceJohnny Willemsen2021-07-211-1/+1
* Removed old workarounds for bcc32Johnny Willemsen2021-07-192-6/+2
* Cleanup Embarcadero C++ Builder supportJohnny Willemsen2021-07-164-24/+6
* Fixed fallthrough warningsJohnny Willemsen2021-07-012-0/+2
* Removed old comments and support for Chorus which we don't support anymoreJohnny Willemsen2021-06-246-6/+6
* Removed workarounds for very old broken HP compilersJohnny Willemsen2021-06-211-5/+0
* Removed empty linesJohnny Willemsen2021-06-151-2/+0
* Merge pull request #1547 from jwillemsen/masterJohnny Willemsen2021-06-119-35/+22
|\
| * Removed redundant whitelinesJohnny Willemsen2021-06-112-6/+0
| * Replace auto_ptr with std::unique_ptr and fixed missing breakJohnny Willemsen2021-06-119-29/+22
* | Fixed double deletes during AV shutdownJohnny Willemsen2021-06-102-5/+11
|/
* Merge pull request #1545 from jwillemsen/jwi-notifyJohnny Willemsen2021-06-0922-61/+41
|\
| * Assign the result of the call to add_constraints to a _var to fix memory leak...Johnny Willemsen2021-06-0921-60/+40
| * Use true instead of 1Johnny Willemsen2021-06-091-1/+1
* | Don't use close, it modifies the unbounded set which causes a crash when we i...Johnny Willemsen2021-06-091-1/+1
|/
* Merge branch 'master' into feature/prevent-auto_ptr-usageJohnny Willemsen2021-06-086-51/+9
|\
| * Merge branch 'master' into jwi-ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIBJohnny Willemsen2021-06-074-42/+9
| |\
| | * Make use of std::nothrow/std::nothrow_t/std::badalloc, ACE macros for these a...Johnny Willemsen2021-06-064-6/+6
| | * All compilers we support provide ACE_HAS_NEW_NOTHROWJohnny Willemsen2021-06-064-36/+3
| * | We require now that the standard C++ library is supported and available in th...Johnny Willemsen2021-06-072-9/+0
| |/
* | use std::unique_ptr instead of std::auto_ptrClausKlein2021-06-011-2/+3
|/
* Merge pull request #1488 from jwillemsen/jwi-avnullwarningJohnny Willemsen2021-04-2919-95/+39
|\
| * Various layout changesJohnny Willemsen2021-04-2918-89/+33
| * Corrected null check, only when it is non nullJohnny Willemsen2021-04-291-6/+6
* | Make use of deleteJohnny Willemsen2021-04-291-3/+3
* | Removed not used auto_ptr member, use delete instead of ACE_UNIMPLEMENTED_FUN...Johnny Willemsen2021-04-2918-132/+64
|/
* Fixed warningJohnny Willemsen2021-03-271-2/+2
* Merge pull request #1460 from jwillemsen/jwi-interrorJohnny Willemsen2021-03-241-7/+7
|\
| * Remove redundant voidJohnny Willemsen2021-03-231-7/+7