summaryrefslogtreecommitdiff
path: root/ACE
Commit message (Expand)AuthorAgeFilesLines
* repaired include strategy for ace/Synch.h (prerequisite to solving template i...Erik Sohns2015-12-0345-138/+176
* fix potential memory leak when using the Win32 Proactor (part1)Erik Sohns2015-12-021-0/+6
* fixed an issue with (exported) template specializations (Win32)Erik Sohns2015-12-0210-21/+53
* added support for CancelIoEx() (Win32)Erik Sohns2015-12-011-0/+5
* fix problem with std io when using ACE_OSTREAM_TYPEErik Sohns2015-12-011-0/+4
* improved solaris 11 supportErik Sohns2015-12-012-0/+11
* IDL_SERVER_INL_EXT is no longer used, shouldn't be added by depgen.Adam Mitz2015-11-301-1/+0
* Fixed coverity defectsAdam Mitz2015-11-304-8/+11
* ACE_INET_Addr::set - use inet_pton to detect cases that are numeric addresses...Adam Mitz2015-11-301-3/+32
* Updated snprintf_emulation for different floating point representations and r...Adam Mitz2015-11-302-5/+11
* Enable IDL dependencies tracking by default. This solves build issues that oc...Phil Mesnier2015-11-251-1/+1
* Workaround for a bug in 64-bit libc on MinGW-W64.Adam Mitz2015-11-241-0/+7
* Solaris 9 lacks getaddrinfo()/getnameinfo(), Solaris 10 has them.Adam Mitz2015-11-242-0/+5
* Merge branch 'master' of git://github.com/DOCGroup/ATCDJohnny Willemsen2015-11-244-10/+13
|\
| * Fix tyop.David Arnold2015-11-241-1/+1
| * Fixed fuzz error.Adam Mitz2015-11-191-1/+1
| * Updated fix for SunCC's broken std::allocator.Adam Mitz2015-11-192-8/+11
| * Fixed a warning on HP aCC.Adam Mitz2015-11-191-1/+1
* | Fixed SunCC warningJohnny Willemsen2015-11-241-1/+1
|/
* Updated because of SSL changesJohnny Willemsen2015-11-191-0/+4
* Merge pull request #156 from kroeckx/masterJohnny Willemsen2015-11-197-106/+7
|\
| * Remove version specific OpenSSL methodsKurt Roeckx2015-11-077-106/+7
* | Fixed compiler warnings on multiple platforms.Adam Mitz2015-11-184-10/+18
* | sigset_t can't be portably used with Log_Msg varargs.Adam Mitz2015-11-181-3/+0
* | Restored Solaris/SunCC compatibility.Adam Mitz2015-11-173-2/+13
* | Fixed compile error on HP aCC. "return" should be there in any case.Adam Mitz2015-11-171-1/+1
* | Restored Android NDK compatibility.Adam Mitz2015-11-172-3/+6
* | Fixed a misplaced versioned namespace macro.Adam Mitz2015-11-161-2/+2
* | Add required #include.Adam Mitz2015-11-121-2/+2
* | In sendfile_emulation(), fall back on read() if the descriptor is for a file ...Adam Mitz2015-11-121-5/+33
* | Use configurable temporary directory.Adam Mitz2015-11-121-7/+10
* | Use ACE_LOCALHOST instead of localhost.Adam Mitz2015-11-121-1/+1
* | Fixed an unused variable warning on LynxOS.Adam Mitz2015-11-121-0/+2
* | Fixed uninit variable warnings.Adam Mitz2015-11-122-2/+2
* | Fixed fuzz checks and wchar build problems.Adam Mitz2015-11-1212-20/+23
* | LynxOS-178 has some issues in its thread specific storage.Adam Mitz2015-11-112-6/+13
* | This test can't run when ACE_LACKS_FILELOCKS.Adam Mitz2015-11-111-1/+1
* | Changed one more use of sprintf to snprintf.Adam Mitz2015-11-111-9/+0
* | Split up the MT_Reference_Counted_Event_Handler_Test on LynxOS due to resourc...Adam Mitz2015-11-111-1/+3
* | remove undef of ACE_LACKS_PTHREADJeff Schmitz2015-11-111-1/+0
* | VC14 is more pedantic about using reinterpret_cast inapropriately.Phil Mesnier2015-11-111-1/+2
* | Removed dollar-Id-dollar svn keywords.Adam Mitz2015-11-104-8/+0
* | Merge remote-tracking branch 'upstream/master' into merge-face-safetyAdam Mitz2015-11-101-1/+6
|\ \
| * | Clear the dummy reference value used when searching for an entry to remove. I...Phil Mesnier2015-11-101-1/+6
| |/
* | Add braces to silence a compiler warning.Phil Mesnier2015-11-101-6/+14
* | Updated ACE tests for FACE safety profiles.Adam Mitz2015-11-104-0/+25
* | Process_Unix.pm:Jeff Schmitz2015-11-101-1/+1
* | Process_Unix.pm: Don't try to read PID when no remote process.Jeff Schmitz2015-11-091-1/+5
* | Process_Unix.pm:Jeff Schmitz2015-11-091-10/+24
* | Fixed bugs in ACE_OS::getaddrinfo_emulation.Adam Mitz2015-11-091-2/+14