summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace
Commit message (Collapse)AuthorAgeFilesLines
* Fixed unresolved exports, more overrideJohnny Willemsen2023-02-132-7/+1
| | | | | | | | | | | | | | | | | | | | | | * ACE/protocols/ace/HTBP/HTBP_Addr.cpp: * ACE/protocols/ace/HTBP/HTBP_Addr.h: * TAO/tao/PortableServer/Active_Object_Map.cpp: * TAO/tao/PortableServer/Active_Object_Map.h: * TAO/tao/PortableServer/Active_Policy_Strategies.h: * TAO/tao/PortableServer/Active_Policy_Strategies.inl: * TAO/tao/PortableServer/IdUniquenessStrategy.h: * TAO/tao/PortableServer/Operation_Table_Binary_Search.cpp: * TAO/tao/PortableServer/Operation_Table_Binary_Search.h: * TAO/tao/PortableServer/Operation_Table_Dynamic_Hash.h: * TAO/tao/PortableServer/Operation_Table_Linear_Search.cpp: * TAO/tao/PortableServer/Operation_Table_Linear_Search.h: * TAO/tao/PortableServer/Operation_Table_Perfect_Hash.cpp: * TAO/tao/PortableServer/Operation_Table_Perfect_Hash.h: * TAO/tao/PortableServer/POA_Current_Factory.cpp: * TAO/tao/PortableServer/POA_Current_Impl.cpp: * TAO/tao/PortableServer/POA_Current_Impl.h: * TAO/tao/PortableServer/POA_Policy_Set.h: * TAO/tao/PortableServer/ServantRetentionStrategy.h:
* More Sun OS/compiler cleanupJohnny Willemsen2023-01-171-4/+1
|
* Cleanup Solaris supportJohnny Willemsen2023-01-171-1/+1
|
* Removed checks for ACE_TEMPLATES_REQUIRE_SOURCEJohnny Willemsen2023-01-1612-24/+0
|
* Removed AIX supportJohnny Willemsen2023-01-1612-48/+0
|
* More Windows CE cleanupJohnny Willemsen2023-01-131-1/+0
|
* Fixed path separators.wkbrd2022-10-054-4/+4
|
* Correct FileDescription and InternalNamewkbrd2022-10-054-8/+8
|
* Rebasing on newer constant names.wkbrd2022-10-044-8/+8
|
* Add resource fileswkbrd2022-10-044-0/+120
|
* Part 2: Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-229-14/+14
|
* Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-1319-55/+55
|
* Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-1029-30/+0
|
* Remove leading blank lines after opening {Knut Petter Svendsen2022-09-1049-51/+0
|
* Removed extra newline before closing }Knut Petter Svendsen2022-09-102-2/+0
|
* Replace 3 blank lines with just 2 blank linesKnut Petter Svendsen2022-09-0919-19/+0
|
* Remove extra newline after public, protected and privateKnut Petter Svendsen2022-09-094-4/+0
|
* Fix more blank line issuesKnut Petter Svendsen2022-09-094-4/+0
|
* Use defaultJohnny Willemsen2021-09-264-14/+2
| | | | | | | * ACE/protocols/ace/HTBP/HTBP_Addr.cpp: * ACE/protocols/ace/HTBP/HTBP_Addr.h: * ACE/protocols/ace/HTBP/HTBP_Filter.cpp: * ACE/protocols/ace/HTBP/HTBP_Filter.h:
* Use std::unique_ptrJohnny Willemsen2021-09-262-4/+5
| | | | | * ACE/protocols/ace/HTBP/HTBP_ID_Requestor.cpp: * ACE/protocols/ace/HTBP/HTBP_Inside_Squid_Filter.cpp:
* Fixed compile warningsJohnny Willemsen2021-03-272-4/+4
| | | | | | * ACE/protocols/ace/RMCast/Acknowledge.cpp: * ACE/protocols/ace/RMCast/Protocol.h: * ACE/tests/Memcpy_Test.cpp:
* Make use of std::unique_ptr instead of auto_ptrJohnny Willemsen2021-03-263-7/+6
| | | | | | | | | | | | | | | | | | * ACE/ACEXML/common/Attributes_Def_Builder.h: * ACE/ACEXML/common/Element_Def_Builder.h: * ACE/examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.cpp: * ACE/examples/Bounded_Packet_Relay/bpr_thread.cpp: * ACE/examples/C++NPv2/TP_Reactor_Logging_Server.cpp: * ACE/examples/Reactor/TP_Reactor/AcceptHandler.cpp: * ACE/examples/Shared_Malloc/test_multiple_mallocs.cpp: * ACE/examples/Shared_Malloc/test_position_independent_malloc.cpp: * ACE/examples/Timer_Queue/main_async.cpp: * ACE/examples/Timer_Queue/main_reactor.cpp: * ACE/examples/Timer_Queue/main_thread.cpp: * ACE/examples/Timer_Queue/main_thread_custom_handler.cpp: * ACE/protocols/ace/TMCast/Group.cpp: * ACE/protocols/ace/TMCast/Group.hpp: * ACE/protocols/ace/TMCast/MTQueue.hpp:
* Removed redundant voidJohnny Willemsen2021-03-1717-54/+54
|
* Remove redundant voidJohnny Willemsen2020-12-142-2/+2
|
* Avoid the use of unmanaged strings in ACE_Env_HelperTimothy Simpson2019-11-191-1/+1
|
* Fixed warning from clangAdam Mitz2018-09-071-1/+2
|
* Fixed compile errorJohnny Willemsen2017-08-301-1/+1
| | | | * ACE/protocols/ace/INet/SSL_X509Cert.inl:
* Missing endifJohnny Willemsen2017-08-291-0/+1
| | | | * ACE/protocols/ace/INet/SSL_X509Cert.inl:
* Add support for OpenSSL 1.1.0 and newerJohnny Willemsen2017-08-291-3/+8
| | | | * ACE/protocols/ace/INet/SSL_X509Cert.inl:
* Merge pull request #389 from huangminghuang/clang-warningHuang-Ming Huang2017-08-011-12/+7
|\ | | | | Avoid clang warning
| * Avoid clang warningHuang-Ming Huang2017-04-041-12/+7
| | | | | | | | Use dynamic_cast to replace typeid() which causes the clang++ warning “expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression]”
* | Fix typo.Martin Corino2017-07-171-1/+1
| | | | | | | | * ACE/protocols/ace/INet/Sock_IOStream.h:
* | Improve GCC7 changes.Martin Corino2017-07-174-9/+18
| | | | | | | | | | | | | | * ACE/protocols/ace/INet/SSLSock_IOStream.cpp: * ACE/protocols/ace/INet/SSLSock_IOStream.h: * ACE/protocols/ace/INet/Sock_IOStream.cpp: * ACE/protocols/ace/INet/Sock_IOStream.h:
* | Some changes to appease GCC7.Martin Corino2017-07-171-0/+9
| | | | | | | | * ACE/protocols/ace/INet/Sock_IOStream.h:
* | Fix gcc7.1 compile errorsJohnny Willemsen2017-06-131-3/+3
| | | | | | | | * ACE/protocols/ace/INet/SSLSock_IOStream.cpp:
* | fixed ACE_INet to build with GCC 7.1Adam Mitz2017-05-161-3/+3
|/
* Revert "some (bundled) minor changes (take 2)"revert-176-masterJohnny Willemsen2016-10-3113-51/+39
|
* repaired integration build failureErik Sohns2016-10-232-3/+4
|
* Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOErik Sohns2016-07-143-1/+7
|\ | | | | | | | | | | | | # Conflicts: # ACE/protocols/ace/HTBP/HTBP_Channel.cpp # ACE/protocols/ace/HTBP/HTBP_Inside_Squid_Filter.cpp # ACE/protocols/ace/HTBP/HTBP_Session.cpp
| * Removed include of ace/Auto_Ptr.h where not neededAdam Mitz2016-06-173-0/+4
| | | | | | | | GCC 6.1 by default issues warnings when seeing std::auto_ptr
* | repaired include strategy for ace/Synch.h (prerequisite to solving template ↵Erik Sohns2015-12-0313-42/+51
|/ | | | instantiation issues on Win32)
* Remove version specific OpenSSL methodsKurt Roeckx2015-11-071-1/+1
| | | | The SSLv23_* methods are the only one that support multiple versions.
* Fix incorrect buffer access.Martin Corino2015-08-311-1/+1
| | | | * ACE/protocols/ace/INet/BufferedStreamBuffer.cpp:
* Plug another hole. Correct state comparison.Martin Corino2015-08-313-5/+1
| | | | | | | | * ACE/protocols/ace/INet/ClientRequestHandler.cpp: * ACE/protocols/ace/INet/ClientRequestHandler.h: Revert unnecessary singleton export. * ACE/protocols/ace/INet/ConnectionCache.cpp:
* Fix incorrect macro use.Martin Corino2015-08-301-1/+1
| | | | * ACE/protocols/ace/INet/ClientRequestHandler.cpp:
* Fix singleton exports.Martin Corino2015-08-302-0/+4
| | | | | * ACE/protocols/ace/INet/ClientRequestHandler.cpp: * ACE/protocols/ace/INet/ClientRequestHandler.h:
* Plug a hole. Add missing dtor to clean up.Martin Corino2015-08-302-0/+10
| | | | | * ACE/protocols/ace/INet/ConnectionCache.cpp: * ACE/protocols/ace/INet/ConnectionCache.h:
* Added .gitignore files based on svn:ignore propertiesAdam Mitz2015-03-021-0/+2
|
* Replaced README filesJohnny Willemsen2015-01-073-3/+3
|
* Also search hpp filesJohnny Willemsen2015-01-079-9/+0
|