summaryrefslogtreecommitdiff
path: root/ACE
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into format-securityJohnny Willemsen2022-09-12911-1911/+189
|\
| * Merge pull request #1922 from knutpett/knutpett/whitespaceJohnny Willemsen2022-09-12886-1753/+0
| |\
| | * Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-1097-141/+0
| | * Remove leading blank lines after opening {Knut Petter Svendsen2022-09-10305-491/+0
| | * Removed extra newline before closing }Knut Petter Svendsen2022-09-1079-98/+0
| | * Replace 3 blank lines with just 2 blank linesKnut Petter Svendsen2022-09-09346-388/+0
| | * Remove extra newline after public, protected and privateKnut Petter Svendsen2022-09-09217-407/+0
| | * Fix trailing newline in class declarationsKnut Petter Svendsen2022-09-09122-164/+0
| | * Fix more blank line issuesKnut Petter Svendsen2022-09-0925-64/+0
| * | Merge pull request #1919 from esohns/asynch_acceptor_addr_family_protectedJohnny Willemsen2022-09-122-7/+7
| |\ \
| | * | corrected ctor initialization orderErik Sohns2022-09-071-3/+3
| | * | make addr_family_ protected so it can be accessed from derived classesErik Sohns2022-09-061-4/+4
| | |/
| * | Removed unnecessary check of ret inside the while condition.Chad Elliott2022-09-091-2/+1
| * | Fixed indentation.Chad Elliott2022-09-081-1/+1
| * | Added support for VxWorks 21.03, including building for RTP mode.Chad Elliott2022-09-086-54/+109
| |/
| * Fixed redefined ACE_FALLTHROUGH warningsJohnny Willemsen2022-09-051-4/+6
| * Remove warnings -Wextra-semiKnut Petter Svendsen2022-08-296-12/+12
| * Merge pull request #1910 from Erich71/old_gcc_fixJohnny Willemsen2022-08-291-9/+13
| |\
| | * Update config-g++-common.hJohnny Willemsen2022-08-291-11/+12
| | * No need to define ACE_FALLTHROUGH for C++14, it is alreadys set from the C++1...Johnny Willemsen2022-08-291-5/+0
| | * Fix ACE_FALLTHROUGH definition for old GCC compilers.Erich Ponstingl2022-08-261-0/+8
| * | Merge pull request #1909 from jwillemsen/jwi-memorypoolloggingJohnny Willemsen2022-08-2910-71/+43
| |\ \
| | * | Updated logging to include the class/method so that it is more obvious where ...Johnny Willemsen2022-08-2410-71/+43
| * | | Merge pull request #1908 from jwillemsen/jwi-redundantvoid3Johnny Willemsen2022-08-293-5/+4
| |\ \ \ | | |_|/ | |/| |
| | * | Removed redundant voidJohnny Willemsen2022-08-243-5/+4
| | |/
* | | Fixup previous adapt to ACE_TEXT_PRIsLuke Mewburn2022-09-111-1/+1
* | | Fix -Wformat-security issues for ACE/testsLuke Mewburn2022-09-112-3/+3
* | | Fixup previous adapt to ACE_TEXT_PRIsLuke Mewburn2022-09-101-2/+0
* | | Adapt to ACE_TEXT_PRIsLuke Mewburn2022-09-1019-208/+76
* | | Define ACE_TEXT_PRIs. Use to fix -Wformat-securityLuke Mewburn2022-09-102-0/+14
|/ /
* | Merge pull request #1903 from likema/proc-gidJohnny Willemsen2022-08-153-14/+14
|\ \
| * | Fix incorrect uid_t to gid_t in ACE_ProcessLike Ma2022-08-143-14/+14
* | | Fix localtime_r emulation for Windows.Bin Lan2022-08-141-5/+1
|/ /
* | Merge pull request #1897 from jwillemsen/jwi-news8Johnny Willemsen2022-08-101-1/+1
|\ \
| * | List changes for next releaseJohnny Willemsen2022-08-101-1/+1
| |/
* | Merge pull request #1896 from jwillemsen/jwi-cleanup10Johnny Willemsen2022-08-101-3/+0
|\ \
| * | Use override, remove redundant whitespacing, fixed typoJohnny Willemsen2022-08-101-3/+0
| |/
* | Merge pull request #1895 from jwillemsen/jwi-acedebugJohnny Willemsen2022-08-101-3/+2
|\ \ | |/ |/|
| * Changed internal debug_ flag to bool and initialise it to falseJohnny Willemsen2022-08-101-3/+2
* | Fix syntax error when compiling without threads.Andrew Buettner2022-07-211-1/+1
|/
* Merge pull request #1887 from jwillemsen/jwi-codesetregistryJohnny Willemsen2022-07-181-3/+2
|\
| * Updated tool to generate the same as we have Codeset_Registry_db.cppJohnny Willemsen2022-07-181-3/+2
* | Add header and footer for stuck stacksSon Dinh2022-07-141-0/+2
|/
* Merge pull request #1883 from jwillemsen/jwi-localhostJohnny Willemsen2022-07-1411-83/+12
|\
| * Removed old code for Tru64/Irix, not supported anymore for a long timeJohnny Willemsen2022-07-147-71/+2
| * Doxygen style commentJohnny Willemsen2022-07-131-4/+1
| * Layout changesJohnny Willemsen2022-07-131-6/+8
| * Removed redundant whitelineJohnny Willemsen2022-07-131-1/+0
| * Make use of ACE_LOCALHOSTJohnny Willemsen2022-07-131-1/+1
* | Merge pull request #1882 from jwillemsen/jwi-cleanup32Johnny Willemsen2022-07-131-1/+0
|\ \