summaryrefslogtreecommitdiff
path: root/ACE/ace
Commit message (Expand)AuthorAgeFilesLines
* Remove 'extern "C"' wrapper around include of pthread.h.Adam Mitz2015-11-021-7/+0
* Merge pull request #154 from jwillemsen/masterJohnny Willemsen2015-11-025-1/+38
|\
| * Fixed errorJohnny Willemsen2015-10-311-1/+1
| * Fixed typoJohnny Willemsen2015-10-231-1/+1
| * FixJohnny Willemsen2015-10-231-2/+0
| * Adapt for msvc deprecated API and use their ISO alternativeJohnny Willemsen2015-10-235-1/+40
* | Updates for VxWorks 7 RTP and Kernel.Adam Mitz2015-10-212-0/+10
|/
* Merge pull request #146 from likema/feature/ssl-context-closeJohnny Willemsen2015-09-173-1/+10
|\
| * Add static ACE_SSL_Context::close for deleting it.Like Ma2015-09-173-1/+10
* | ACE+TAO+CIAO-6_3_3ACE+TAO+CIAO-6_3_3Johnny Willemsen2015-09-171-2/+2
|/
* Revert "Fix connecting timeout without returning -1 in ACE_Cached_Connect_Str...Johnny Willemsen2015-09-161-4/+1
* Merge branch 'master' of git://github.com/DOCGroup/ATCDJohnny Willemsen2015-09-152-1/+10
|\
| * Merge pull request #45 from likema/feature/fix-cached-connect-return-codeSteve Huston2015-09-151-1/+4
| |\
| | * Fix connecting timeout without returning -1 in ACE_Cached_Connect_Strategy_TLike Ma2015-03-231-1/+4
| * | Add ACE support for MacOS X 10.11 El CapitanFelix Bùˆnemann2015-09-141-0/+6
* | | Use separate instead of seperateJohnny Willemsen2015-09-152-2/+2
|/ /
* | Updated old email addressesJohnny Willemsen2015-09-111-1/+1
* | fix for setting port number on an ACE_INET_Addr with a non-empty inet_addrs_ ...Phil Mesnier2015-09-091-1/+15
* | fix for bug 4205Phil Mesnier2015-08-041-1/+4
* | Also use =delete with Visual Studio 2015Johnny Willemsen2015-07-221-1/+1
* | Add required explicit include as identified by VC12.Phil Mesnier2015-07-161-0/+2
* | Merge pull request #43 from likema/feature/aix5.1Steve Huston2015-07-011-0/+9
|\ \
| * | Protect AIX 5.1 lack features.Like Ma2015-06-261-3/+5
| * | Fix lack of unsetenv, log2 and pthread_attr_setstack in AIX 5.1Like Ma2015-03-221-0/+4
| * | Fix GCC 4.5.4 AIX 5.1 warnings of size_t and ssize_t format.Like Ma2015-03-221-0/+3
| |/
* | Merge pull request #107 from jwillemsen/jwi-feature-cpp11-chrono-reactorJohnny Willemsen2015-06-302-2/+44
|\ \
| * | Added support to schedule and reset timers using std::chrono::duration at the...Johnny Willemsen2015-06-302-2/+44
* | | Merge pull request #106 from jwillemsen/jwi-cpp11_processmanager-waitJohnny Willemsen2015-06-301-0/+20
|\ \ \
| * | | Added support to use the wait operations of the ACE process manager using std...Johnny Willemsen2015-06-291-0/+20
| |/ /
* | | Fix conversion warnings.Justin Wilson2015-06-291-4/+4
|/ /
* | Fix compiler warnings and failing unit tests.Justin Wilson2015-06-261-11/+17
* | Rewrote normalize to fix off-by-one error. Fixed bug in division and added t...Justin Wilson2015-06-261-31/+16
* | Revert "Rewrote normalize to fix off-by-one error. Fixed bug in division and...revert-96-masterPhil Mesnier2015-06-251-16/+31
* | Merge pull request #96 from jrw972/masterPhil Mesnier2015-06-241-31/+16
|\ \
| * | Rewrote normalize to fix off-by-one error. Fixed bug in division and added t...Justin Wilson2015-06-111-31/+16
* | | Support for VxWorks 7.0 kernel mode.Adam Mitz2015-06-152-2/+6
* | | Added support for VxWorks 7 kernel mode.Adam Mitz2015-06-122-1/+5
|/ /
* | Merge remote-tracking branch 'origin/master' into VxWorks7Adam Mitz2015-06-097-6/+27
|\ \
| * | fix compile error for ssl (MAXHOSTNAMELEN missing)sphawk2015-06-051-0/+1
| * | Prevent macro redefinitions with MSVC14.Martin Corino2015-06-021-1/+3
| * | Oops. Fix MSVC pragma warning syntax.Martin Corino2015-05-312-2/+4
| * | Fix incorrect MSVC pragma warning format.Martin Corino2015-05-302-4/+4
| * | Changes to fix integer type conversion warnings.Martin Corino2015-05-282-4/+6
| * | Changes to fix compile warnings as result of deprecation Win32 GetVersion API.Martin Corino2015-05-283-1/+15
* | | Configuration files for VxWorks 7.Adam Mitz2015-05-223-2/+25
|/ /
* | Removed trailing whitespace.Martin Corino2015-05-201-1/+1
* | Make the group id handling more consistent.Martin Corino2015-05-191-2/+6
* | Fixed coverity issues 1297401 and 1297404Adam Mitz2015-05-111-4/+7
* | Enable ACE_HAS_CPP11 for Visual Studio 2015, but disable partJohnny Willemsen2015-05-081-0/+3
* | ACE+TAO+CIAO-6_3_2Johnny Willemsen2015-05-071-2/+2