summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs
Commit message (Expand)AuthorAgeFilesLines
* Layout changesJohnny Willemsen2018-06-014-14/+7
* Make use of std::unique_ptr with C++11Johnny Willemsen2018-05-151-0/+4
* Use std::unique_ptr when using C++11Johnny Willemsen2018-05-151-0/+4
* Documentation and whitespace changesJohnny Willemsen2018-04-1334-75/+20
* Whitespace changesJohnny Willemsen2018-04-1313-31/+6
* Doxygen fixJohnny Willemsen2018-04-131-1/+1
* Use true/false instead of 1/0 for connected checksJohnny Willemsen2018-04-1310-47/+43
* Remove obsolete optionsJohnny Willemsen2018-04-131-24/+0
* Fixed typosJohnny Willemsen2018-04-138-8/+8
* Documentation changes, fixed some typosJohnny Willemsen2018-04-1324-49/+39
* Doxygen fixes and fixed some typosJohnny Willemsen2018-02-264-12/+12
* Bug 1220 fix applied to SSLIOP (fixed for IIOP long ago).Adam Mitz2017-12-011-9/+6
* For BiDir GIOP over SSL, need to handle IPv4-mapped IPv6 addresses.Adam Mitz2017-12-011-9/+11
* Minor cleanup to documentation and removed commented out codeJohnny Willemsen2017-10-254-11/+3
* Merge pull request #528 from jwillemsen/jwi-notify-layoutchangesJohnny Willemsen2017-10-242-8/+4
|\
| * Layout changesJohnny Willemsen2017-10-242-8/+4
* | VxWorks 7 (SR0510) supportAdam Mitz2017-10-131-1/+1
|/
* Fixed 64bit warningJohnny Willemsen2017-09-011-1/+1
* Fixed size_t to int conversionJohnny Willemsen2017-09-011-1/+1
* Fixed compile error with older SSL versionsJohnny Willemsen2017-09-011-1/+6
* Merge pull request #494 from jwillemsen/jwi-openssl110supportJohnny Willemsen2017-08-316-40/+46
|\
| * Make logging format the same as TAO messages and fixed some unicode logging i...Johnny Willemsen2017-08-301-21/+21
| * Make use of EVP_PKEY_id to ge the type of key, looks the naming of this opera...Johnny Willemsen2017-08-301-1/+1
| * Fixes for OpenSSL 1.1Johnny Willemsen2017-08-304-18/+24
* | Merge pull request #497 from jwillemsen/jwi-bugzilla-linksJohnny Willemsen2017-08-302-2/+2
|\ \
| * | Updated links to point to Vanderbilt bugzillaJohnny Willemsen2017-08-302-2/+2
| |/
* | Fix Naming server memory leaksHuang-Ming Huang2017-08-151-4/+5
|/
* Merge pull request #472 from jwillemsen/jwi-bcc32rtfactoryJohnny Willemsen2017-08-081-0/+8
|\
| * Suppress warning 8022 with bcc32Johnny Willemsen2017-08-081-0/+8
* | Merge branch 'master' into jwi-exportnestedclasses-cleanupJohnny Willemsen2017-08-083-10/+9
|\ \ | |/
| * Merge pull request #468 from jwillemsen/jwi-docufixesJohnny Willemsen2017-08-081-1/+1
| |\
| | * Fix typos in documentationJohnny Willemsen2017-08-081-1/+1
| * | Add pragma to disable warning 8022 with bcc32Johnny Willemsen2017-08-081-2/+8
| * | Remove setting of bcc32 compiler flagsJohnny Willemsen2017-08-082-15/+0
| |/
* | Don't use TAO_NAMESPACE_STORAGE_CLASS anymoreJohnny Willemsen2017-08-081-1/+1
* | Cleanup TAO_EXPORT_NESTED_CLASSES and simplified the portableserver files. At...Johnny Willemsen2017-08-081-7/+0
* | Remove bcc32 flags from hereJohnny Willemsen2017-08-071-8/+0
|/
* Fix problem with bcc32Johnny Willemsen2017-08-032-4/+4
* Updated bcc32 version check to suppress warningsJohnny Willemsen2017-08-011-1/+1
* Use true/falseJohnny Willemsen2017-08-012-11/+10
* Misc. fixes for coverity issues an test output.Phil Mesnier2017-04-022-3/+5
* Merge branch 'master' of git://github.com/DOCGroup/ATCDJohnny Willemsen2017-03-3119-1229/+1482
|\
| * Fixing the preamble for a .cpp filePhil Mesnier2017-03-291-1/+9
| * Fuzz and versioned build fixesPhil Mesnier2017-03-284-7/+15
| * Correcting for fuzz and reviewer caught issues.Phil Mesnier2017-03-284-56/+12
| * Adding enhanced hot-standby feature to FT_Naming_Service based on code added ...Phil Mesnier2017-03-2719-1235/+1516
* | Fixed typosJohnny Willemsen2017-03-312-3/+3
|/
* Fixed typosJohnny Willemsen2017-03-151-1/+1
* Fixed typosJohnny Willemsen2017-02-221-6/+6
* Introduce ACE_NOEXCEPT_FALSE and use that in some places to silence C++11 com...Johnny Willemsen2017-01-161-3/+2