summaryrefslogtreecommitdiff
path: root/ACE/ace
Commit message (Expand)AuthorAgeFilesLines
* Continued developing ACE_CDR::Fixed and tao_idl fixed parsing.Adam Mitz2015-04-013-35/+610
* Work in progress on supporting the fixed type in ACE_CDR and TAO_IDL_FE.Adam Mitz2015-03-272-0/+154
* Fix forgetting to close handle in ACE_OS::stat.Like Ma2015-03-231-4/+10
* Fix ACE_INET_Addr being set multiple times (common TAO use case)Steve Huston2015-03-192-9/+9
* Fix memset arg reversalSteve Huston2015-03-181-1/+1
* Merge branch 'master' of https://github.com/DOCGroup/ATCDSteve Huston2015-03-182-3/+3
|\
| * Merge pull request #41 from DOCGroup/BZ4201Steve Huston2015-03-181-2/+2
| |\
| | * Cast cond_init's type to select correct variant of the method; see Bugzilla #...BZ4201Steve Huston2015-03-171-2/+2
| * | Fuzz fixPhil Mesnier2015-03-181-1/+1
| |/
* | HP aC++ 03.90 needs to see statement on ACE_NOTREACHED to avoid compile warningsSteve Huston2015-03-181-1/+1
|/
* Merge branch 'master' of github.com:DOCGroup/ATCDPhil Mesnier2015-03-1718-111/+242
|\
| * Merge pull request #39 from DOCGroup/BZ4153-2Steve Huston2015-03-1713-27/+16
| |\
| | * ACE_Addr::set_addr(void*, int) was changed to ACE_Addr::set_addr(const void*,...Steve Huston2015-03-1613-27/+16
| * | Revert "Revert "Add ability for ACE_INET_Addr to hold all the addresses assig...revert-37-revert-32-BZ4153-2Steve Huston2015-03-164-87/+229
| * | Revert "Add ability for ACE_INET_Addr to hold all the addresses assigned to a...revert-32-BZ4153-2Steve Huston2015-03-164-229/+87
| * | Fix errno checking logic.Like Ma2015-03-141-1/+1
| |/
| * Add sanity check and test for new operator=Steve Huston2015-03-131-1/+2
| * Changes to enable ACE_INET_Addr to hold all addresses for a given name; round...Steve Huston2015-03-124-87/+228
| * Revert "Add ability for ACE_INET_Addr to hold all the addresses assigned to a...Johnny Willemsen2015-03-114-187/+78
| * Merge pull request #25 from DOCGroup/BZ4153Steve Huston2015-03-104-78/+187
| |\
| | * Fixed fuzz error (found tab).Steve Huston2015-03-101-1/+1
| | * Add ability for ACE_INET_Addr to hold all the addresses assigned to a name an...Steve Huston2015-03-064-78/+187
| * | Fixed fuzz error from pull request #23Adam Mitz2015-03-061-1/+1
* | | Improve robustness of version limiting method. Add a new method for verifying...Phil Mesnier2015-03-102-11/+103
* | | Restore support for building on Solaris using SThread rather than PThread APIPhil Mesnier2015-03-061-0/+8
* | | Restore support for building SSL modules on macosxPhil Mesnier2015-03-062-0/+43
|/ /
* | Fix to resume and register event handlers after returning -1 fromJustin Wilson2015-03-031-1/+16
|/
* Remove trailing whitespace.Steve Huston2015-03-021-1/+1
* Merge pull request #14 from DOCGroup/NetApp-VxWorks64Steve Huston2015-03-026-109/+126
|\
| * Correct VxWorks type usage on kill()Steve Huston2015-03-021-1/+1
| * Change from using typedef to macro definitions because the needed system head...Steve Huston2015-02-271-12/+14
| * Adjust sprintf format for 64-bit differences.Steve Huston2015-02-271-1/+1
| * Adjustments for type and value changes made at VxWorks 6.9.Steve Huston2015-02-273-32/+36
| * Move ACE_VX_USR_ARG_T type definition out to the config-vxworks.h file and ch...Steve Huston2015-02-263-28/+30
| * spa() can pass a function name ("ace_main") plus the normal 10 optional argum...Steve Huston2015-02-121-1/+3
| * Fix spa() argc typeSteve Huston2015-02-121-1/+1
| * Apply patches sent from Gordon HulpieuSteve Huston2015-02-115-97/+104
* | Merge pull request #18 from smitje/masterJohnny Willemsen2015-03-022-3/+282
|\ \
| * | Removed unnecessary method. Also made use of theMarcel Smit2015-02-242-24/+0
| * | No need have a sleep with a chrono::duration as input.Marcel Smit2015-02-232-16/+0
| * | Added more operators to and from chrono. Added tests for this.Marcel Smit2015-02-232-20/+219
| * | Added streaming operator in order to be able to stream ACE_Time_ValuesMarcel Smit2015-02-202-0/+79
| * | Fixed compile issues related to the usage of theMarcel Smit2015-02-174-5/+5
| * | Replaced the check on the value of _cplusplus withMarcel Smit2015-02-174-10/+10
| * | Work in progress: Prevented compilation of chrono for older compilers.Marcel Smit2015-02-174-2/+11
| * | Added chono support for sleeps and ACE_Time_Values.Marcel Smit2015-02-174-0/+32
* | | Fixed coverity 1271859 Non-array delete for scalarsJohnny Willemsen2015-03-011-1/+1
* | | Remove code from pass_handle() to call DuplicateHandle - only was there for W...Steve Huston2015-02-261-33/+3
* | | Removed workaround for older msvc14 ctp releases, see bugzilla 4169Johnny Willemsen2015-02-251-1/+1
* | | Visual Studio 2015 has 3 parameter wcstokJohnny Willemsen2015-02-241-2/+5
|/ /