summaryrefslogtreecommitdiff
path: root/ACE/ace
Commit message (Collapse)AuthorAgeFilesLines
* Removed not used memberRiverace-6.4Johnny Willemsen2018-07-091-14/+0
| | | | * ACE/ace/Timer_Wheel_T.cpp:
* Merge in case2110 coverity fixesSteve Huston2018-06-262-43/+22
|
* Fix ability to request IPv4 address from ACE_INET_Addr::setSteve Huston2017-03-301-0/+3
|
* ACE+TAO-6_4_0Johnny Willemsen2016-07-041-6/+7
|
* Removed include of ace/Auto_Ptr.h where not neededAdam Mitz2016-06-178-6/+2
| | | | GCC 6.1 by default issues warnings when seeing std::auto_ptr
* Merge pull request #256 from likema/feature/cross-aarch64-mips64elJohnny Willemsen2016-06-141-1/+1
|\ | | | | feature/cross-aarch64-mips64el
| * Fix format specifiers of UINT64, ssize_t, size_t in Ubuntu 12.04/14.04 aarch64.Like Ma2016-05-121-1/+1
| |
| * Fix format specifiers of UINT64, ssize_t, size_t in neokylin 6.0 loongson 64 ↵Like Ma2016-05-121-1/+1
| | | | | | | | (mips64el).
* | gai_strerror is defined as gai_strerrorA or gai_strerrorW on Windows ↵Johnny Willemsen2016-05-172-3/+5
| | | | | | | | | | | | | | | | dependent on Unicode settings. Adapt ACE_OS::gai_strerror for this and invoke this operation as part of a test to make sure we compile this inline code * ACE/ace/OS_NS_netdb.inl: * ACE/ace/ace_wchar.h: * ACE/tests/OS_Test.cpp:
* | We already have micro releases for years, so introduce a MICRO version ↵Johnny Willemsen2016-05-164-7/+18
| | | | | | | | number which we use instead of the BETA number which is kept for backwards compliance
* | Added helper macros to compare ACE/TAO versionsOlli Savia2016-05-141-0/+2
|/
* In kfreebasd atop is a macro which we need to undefineJohnny Willemsen2016-05-061-4/+8
| | | | * ACE/ace/config-kfreebsd.h:
* Fixed may be used uninitialized warningJohnny Willemsen2016-05-031-24/+27
| | | | * ACE/ace/OS_NS_netdb.cpp:
* ACE+TAO-6_3_4ACE+TAO-6_3_4Johnny Willemsen2016-05-021-2/+2
|
* Move Solaris compile fix to config-suncc-common.hjodar12016-04-132-5/+5
| | | | | | Moved the fix "Fix compile for Solaris Studio 12.4" from config-sunos5.10.h to config-suncc-common.h so that it is in a more generic location.
* Fix compile for Solaris Studio 12.4jodar12016-04-131-0/+5
| | | | | | Solaris Studio 12.4 now implements symbol lookup correctly. Added #define ACE_ANY_OPS_USE_NAMESPACE to config-sunos5.10.h when 12.4 or later compiler is detected.
* Doxygen improvementsJohnny Willemsen2016-03-291-2/+2
| | | | * ACE/ace/NT_Service.h:
* Layout changesJohnny Willemsen2016-03-291-2/+2
| | | | | * ACE/ace/NT_Service.cpp: * TAO/orbsvcs/ImplRepo_Service/ImR_Activator.cpp:
* Set errno when OpenSCManager failsJohnny Willemsen2016-03-291-1/+4
|
* Remove AI_ADDRCONFIG use from ACE_INET_Addr::set; see Bugzilla 4211Steve Huston2016-03-221-1/+4
|
* Bring over recent fixes and enhancements to the FaultTolerant / ↵Phil Mesnier2016-03-041-0/+1
| | | | | | | LoadBalancing naming service extension from OCI's TAO release. Fixes deadlocks that could occur as a result of file access errors, such as the transient "bad file decriptor" (ebadf) error that seems to pop up fairly regularly when using NFS. Also optimized the file locking strategy to not always setting to MODIFY access state, which then required a file update on every access
* Removed not necessary returnJohnny Willemsen2016-03-011-1/+0
| | | | * ACE/ace/TLI.cpp:
* Make the lock accessor const to prevent a const cast in user codeJohnny Willemsen2016-02-252-2/+2
| | | | | * ACE/ace/Service_Repository.h: * ACE/ace/Service_Repository.inl:
* Fixed typoJohnny Willemsen2016-02-122-2/+2
| | | | | | * ACE/ace/Service_Config.h: * ACE/ace/Svc_Conf_Param.h: * ACE/apps/gperf/src/Key_List.cpp:
* Fixed commentJohnny Willemsen2016-02-121-1/+1
| | | | * ACE/ace/Service_Repository.h:
* Added a lock accessor to the ACE Service Repository which is now ofJohnny Willemsen2016-02-123-14/+20
| | | | | | | | | | | type ACE_SYNCH_RECURSIVE_MUTEX so that user code that iterates the service repository can lock its content during iteration to make sure it doesn't get a corrupted state when another thread tries to change its state * ACE/ace/Service_Repository.cpp: * ACE/ace/Service_Repository.h: * ACE/ace/Service_Repository.inl: * ACE/tests/Service_Config_Test.cpp:
* Doxygen changeJohnny Willemsen2016-02-121-1/+1
| | | | * ACE/ace/ARGV.h:
* Tweaked code to not call unsupported methodsJohnny Willemsen2016-02-083-5/+2
| | | | | | * ACE/ace/Dev_Poll_Reactor.cpp: * ACE/ace/Select_Reactor_Base.cpp: * ACE/ace/config-face-safety.h:
* Undef F_SETFD when it is definedJohnny Willemsen2016-02-071-1/+4
| | | | * ACE/ace/config-face-safety.h:
* Check return value of ACE_OS::fcntlJohnny Willemsen2016-02-062-4/+17
| | | | | * ACE/ace/Dev_Poll_Reactor.cpp: * ACE/ace/Select_Reactor_Base.cpp:
* extend defined(ACE_NLOGGING) rangeZex Li2016-01-251-1/+2
|
* VxWorks: implemented ACE_OS::getmacaddress in terms of a sysctl.Adam Mitz2016-01-051-0/+56
|
* Updated recent changes to build on VxWorks 6 and 7Adam Mitz2016-01-052-2/+11
|
* Include Malloc_Base, appears to be needed when ACE_HAS_ALLOC_HOOKS in a ↵Jeff Schmitz2015-12-011-0/+1
| | | | static libs only build.
* Fixed bugs in ACE_OS::getaddrinfo_emulationAdam Mitz2015-12-011-5/+5
|
* Fix for platforms with ACE_LACKS_WCSRTOMBS defined.Adam Mitz2015-12-011-0/+2
|
* Fixed coverity defectsAdam Mitz2015-11-303-6/+8
|
* ACE_INET_Addr::set - use inet_pton to detect cases that are numeric ↵Adam Mitz2015-11-301-3/+32
| | | | addresses and don't need hostname resolution.
* Updated snprintf_emulation for different floating point representations and ↵Adam Mitz2015-11-301-0/+4
| | | | rounding
* 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
| | | | Actually they are present on Solaris 9 but just return an error.
* Merge branch 'master' of git://github.com/DOCGroup/ATCDJohnny Willemsen2015-11-243-9/+12
|\
| * 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
|/ | | | * ACE/ace/SSL/SSL_Context.h:
* Merge pull request #156 from kroeckx/masterJohnny Willemsen2015-11-192-79/+2
|\ | | | | Remove version specific OpenSSL methods
| * Remove version specific OpenSSL methodsKurt Roeckx2015-11-072-79/+2
| | | | | | | | The SSLv23_* methods are the only one that support multiple versions.
* | Fixed compiler warnings on multiple platforms.Adam Mitz2015-11-184-10/+18
| |
* | Restored Solaris/SunCC compatibility.Adam Mitz2015-11-173-2/+13
| |