summaryrefslogtreecommitdiff
path: root/ACE/ace
Commit message (Expand)AuthorAgeFilesLines
* ACE+TAO-6_5_5ACE+TAO-6_5_5Johnny Willemsen2019-04-081-4/+4
* Fixed unused parameter warning when compiling for AndroidJohnny Willemsen2019-03-191-1/+1
* Merge pull request #877 from iguessthislldo/igtd/android_configAdam Mitz2019-03-181-7/+0
|\
| * Fix Android Linking ErrorsFred Hornsey2019-03-181-7/+0
* | Merge pull request #858 from iguessthislldo/igtd/android_configAdam Mitz2019-03-151-2/+2
|\ \ | |/
| * Merge branch 'master' of github.com:DOCGroup/ACE_TAO into igtd/android_configFred Hornsey2019-03-046-11/+170
| |\
| * | Hide OpenSSL Symbols on AndroidFred Hornsey2019-03-041-2/+2
* | | Merge pull request #871 from jwillemsen/masterJohnny Willemsen2019-03-132-3/+1
|\ \ \
| * | | Layout changesJohnny Willemsen2019-03-132-3/+1
* | | | Fix AIX ACE_DLL_Handle::open.Like Ma2019-03-131-2/+2
* | | | Merge pull request #868 from likema/unix-addr-sizeJohnny Willemsen2019-03-121-1/+6
|\ \ \ \
| * | | | Fix ACE_UNIX_Addr size.Like Ma2019-03-101-1/+6
| |/ / /
* | | | Remove ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE from config-linux.hLike Ma2019-03-121-1/+0
|/ / /
* | | Removed empty lineJohnny Willemsen2019-03-081-1/+0
* | | Removed some empty linesJohnny Willemsen2019-03-061-2/+0
* | | Fixed c++11 given warningsJohnny Willemsen2019-03-051-1/+1
| |/ |/|
* | Fixed statement may fall through warningJohnny Willemsen2019-03-041-1/+1
* | Merge pull request #834 from iguessthislldo/igtd/androidAdam Mitz2019-02-285-10/+169
|\ \ | |/ |/|
| * Log_Msg: Allow flag macros to be overridenFred Hornsey2019-02-132-9/+13
| * Log_Msg: Renable STDERR on AndroidFred Hornsey2019-02-131-1/+1
| * Log_Msg: Fix Enable By Default and CleanupFred Hornsey2019-02-122-6/+13
| * Use Logcat on AndroidFred Hornsey2019-02-115-7/+155
* | Merge pull request #849 from jwillemsen/jwi-azurewcharJohnny Willemsen2019-02-273-6/+0
|\ \
| * \ Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2019-02-262-4/+5
| |\ \
| * \ \ Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2019-02-256-113/+196
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOJohnny Willemsen2019-02-198-51/+83
| |\ \ \ \
| * | | | | Removed some empty linesJohnny Willemsen2019-02-193-6/+0
| | |_|_|/ | |/| | |
* | | | | Initialise pointer with zeroJohnny Willemsen2019-02-261-1/+1
* | | | | Fix ACE_Sbrk_Memory_Pool compilation error when ACE_HAS_ALLOC_HOOKS is defined.Like Ma2019-02-261-1/+1
* | | | | Fix wchar_t strnew and strdup.Like Ma2019-02-261-5/+21
| |_|_|/ |/| | |
* | | | Address unused argument on MinGWJustin R. Wilson2019-02-251-0/+2
* | | | Free log record buffer before allocating new buffer.Like Ma2019-02-251-4/+3
| |_|/ |/| |
* | | Refine ACE_INET_Addr doc.Like Ma2019-02-251-14/+24
* | | Merge pull request #842 from jrw972/masterAdam Mitz2019-02-223-5/+85
|\ \ \
| * | | Provide option for local address for SOCK_Dgram recvmsgJustin R. Wilson2019-02-223-5/+85
* | | | Refactor ACE_DLL_Handle::openLike Ma2019-02-222-95/+87
|/ / /
* | | Fix AIX dlopen debug log.Like Ma2019-02-201-1/+2
| |/ |/|
* | Fix compile error for MacOS.Martin Corino2019-02-191-1/+1
* | Fix spurious wakeups due to incomplete timepolicy handling.Martin Corino2019-02-193-1/+10
* | Merge pull request #820 from likema/feature/dll-manager-buffer-overflowJohnny Willemsen2019-02-181-5/+24
|\ \
| * | Check path length before copying.Like Ma2019-02-061-4/+8
| * | Fix ACE_DLL_Handle potential buffer overflow.Like Ma2019-02-051-5/+20
* | | Add ipv6_only to ACE_SSL_SOCK_Acceptor.Like Ma2019-02-182-9/+18
* | | Support instantiating ACE_Arg_Shifter_T<char> in wchar builds.Adam Mitz2019-02-132-36/+31
| |/ |/|
* | Add missing include of crtdbg.h, isn't pulled in through Global_Macros anymoreJohnny Willemsen2019-02-081-1/+2
* | Merge pull request #832 from jwillemsen/jwi-constimprovementsJohnny Willemsen2019-02-071-3/+3
|\ \
| * | Add missing const to several placesJohnny Willemsen2019-02-071-3/+3
* | | Reduced scope of tss_log_msg variableJohnny Willemsen2019-02-071-2/+1
* | | Add missing explicitJohnny Willemsen2019-02-071-1/+1
* | | Removed ACE_NO_HEAP_CHECK macro because it is broken, see issue #733Johnny Willemsen2019-02-064-102/+31
|/ /