summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ACE+TAO-6_5_19ACE+TAO-6_5_19Latest_MicroLatest_BetaJohnny Willemsen2022-12-1910-46/+512
* Merge pull request #2003 from mitza-oci/ace6tao2Johnny Willemsen2022-12-172-0/+18
|\
| * NEWS for 6.5.19/2.5.19Adam Mitz2022-12-162-0/+18
|/
* Merge pull request #2001 from DOCGroup/elliottc/cdr_support_require_truncationocielliottc2022-12-152-7/+17
|\
| * Only emit the require_truncation_ boolean if CDR support is enabled.Chad Elliott2022-12-152-7/+17
* | Merge pull request #2000 from DOCGroup/elliottc/sighandler-castingocielliottc2022-12-152-3/+4
|\ \ | |/ |/|
| * Pulled in changes from 362919a40c8652e5465a2240d7524d1cc1aac9ac to silence wa...Chad Elliott2022-12-152-3/+4
|/
* Merge pull request #1999 from DOCGroup/elliottc/disable_readdir_rAdam Mitz2022-12-154-4/+16
|\
| * Use readdir() instead of readdir_r() since it is now deprecated.Chad Elliott2022-12-141-3/+12
| * Allow the disabling of readdir_r.Chad Elliott2022-12-143-1/+4
|/
* Merge pull request #1997 from DOCGroup/elliottc/715-additionalocielliottc2022-12-1410-26/+56
|\
| * Modified strenvdup() to avoid a second copy (via strdup) and silence a warnin...Chad Elliott2022-12-141-12/+9
| * Removed calls to ferror() as their return values were no longer used.Chad Elliott2022-12-141-2/+0
| * Pulled in changes from ACE 7.Chad Elliott2022-12-146-12/+32
| * Added an assignment operator because a copy constructor was defined. (ubuntu ...Chad Elliott2022-12-142-0/+15
|/
* Merge pull request #1991 from DOCGroup/elliottc/configuration-fixocielliottc2022-12-091-3/+3
|\
| * Remove division by sizeof ACE_TCHAR when calculating the simple_section; poin...Chad Elliott2022-12-091-3/+3
|/
* Merge pull request #1989 from DOCGroup/elliottc/fix-more-warningsocielliottc2022-12-085-7/+28
|\
| * Increased the final buffer size (in the info method) to accommodate the maxim...Chad Elliott2022-12-081-3/+11
| * No need to compare the result of ::TryEnterCriticalSection to an explicit val...Chad Elliott2022-12-081-1/+1
| * Added an assignment operator because a copy constructor was defined. (ubuntu ...Chad Elliott2022-12-082-0/+10
| * Pulled in 0c2228f586a6c8fda87b707fcdaf2e861e118eff from master.Chad Elliott2022-12-081-3/+6
|/
* Merge pull request #1986 from DOCGroup/elliottc/715-fix-warningsocielliottc2022-12-066-8/+39
|\
| * Increased the final buffer size (in the info method) to accommodate the maxim...Chad Elliott2022-12-061-2/+11
| * Added assignment operators because a copy constructor was defined. (ubuntu 22...Chad Elliott2022-12-064-0/+20
| * Added curly braces around an else clause (ubuntu 22 - gcc 11 warning)Chad Elliott2022-12-061-6/+8
|/
* Merge pull request #1985 from mitza-oci/ace6tao2Adam Mitz2022-12-011-2/+2
|\
| * Merge pull request #1741 from iedutu/masterJohnny Willemsen2022-11-301-2/+2
|/
* Merge pull request #1974 from mitza-oci/ace6tao2Adam Mitz2022-10-281-1/+1
|\
| * Merge pull request #1956 from jwillemsen/jwi-vxworksgethostbyaddrJohnny Willemsen2022-10-281-1/+1
|/
* Merge pull request #1965 from DOCGroup/ocielliottc/a6t2-mergeocielliottc2022-10-144-6/+23
|\
| * Merged pull requests 1953 and 1955-1958Chad Elliott2022-10-134-6/+23
|/
* Merge pull request #1948 from mitza-oci/a6t2-mergeAdam Mitz2022-10-1170-500/+892
|\
| * Merge pull request #1954 from wkbrd/windows_resource_filesJohnny Willemsen2022-10-1013-0/+390
| * Merge pull request #1952 from jwillemsen/jwi-pipeopenJohnny Willemsen2022-10-101-4/+6
| * Restored broad platform/compiler compatibilityAdam Mitz2022-10-032-2/+2
| * fixed mergeAdam Mitz2022-10-031-1/+7
| * Merge pull request #1942 from knutpett/knutpett/const_accessorJohnny Willemsen2022-10-033-3/+3
| * Merge pull request #1930 from jwillemsen/jwi-sslcertJohnny Willemsen2022-10-0310-212/+332
| * Merge pull request #1943 from lukem/format-security-fixupJohnny Willemsen2022-10-032-5/+5
| * Merge pull request #1907 from lukem/format-securityAdam Mitz2022-10-0326-225/+105
| * Merge pull request #1912 from knutpett/warning_extra_semiJohnny Willemsen2022-10-039-20/+18
| * Merge pull request #1917 from jwillemsen/jwi-redefinedfallthroughJohnny Willemsen2022-10-031-4/+6
| * Merge pull request #1910 from Erich71/old_gcc_fixJohnny Willemsen2022-10-031-7/+7
| * Merge pull request #1903 from likema/proc-gidJohnny Willemsen2022-10-033-14/+14
| * Merge pull request #1902 from likema/win-localtime-rJohnny Willemsen2022-10-031-5/+1
| * Merge pull request #1887 from jwillemsen/jwi-codesetregistryJohnny Willemsen2022-10-033-6/+4
* | Merge pull request #1947 from simpsont-oci/cpp17_lacks_auto_ptrTimothy Simpson2022-10-032-2/+6
|\ \ | |/ |/|
| * Update .github/workflows/macosx.ymlTimothy Simpson2022-10-031-1/+1
| * For llvm's libcxx, C++17 or greater implies lack of std::auto_ptr unless defi...Timothy Simpson2022-10-032-2/+6
|/