summaryrefslogtreecommitdiff
path: root/ACE/protocols
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Documentation, layout, C++11 changesJohnny Willemsen2021-03-091-2/+2
|
* Removed empty linesJohnny Willemsen2021-01-061-1/+1
| | | | * ACE/protocols/tests/HTBP/Reactor_Tests/test_config.h:
* Remove some left over psos commentsJohnny Willemsen2021-01-051-2/+2
| | | | | * ACE/ace/OS_main.h: * ACE/protocols/tests/HTBP/Reactor_Tests/test_config.h:
* 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-3122-106/+90
|
* repaired integration build failureErik Sohns2016-10-232-3/+4
|
* Merge branch 'master' of https://github.com/DOCGroup/ACE_TAOErik Sohns2016-07-145-2/+12
|\ | | | | | | | | | | | | # 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
| * Updated linksJohnny Willemsen2016-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | * ACE/ACE-INSTALL.html: * ACE/bin/cleanbuilds.sh: * ACE/bin/diff-builds.pl: * ACE/docs/bczar/bczar.html: * ACE/etc/index.html: * ACE/html/Stats/img.html: * ACE/protocols/tests/INet/MT_Get/Main.cpp:
| * ACE/protocols workspace excludes tests and examples subdirs, they have ↵Adam Mitz2015-12-021-0/+4
| | | | | | | | separate workspaces.
* | repaired include strategy for ace/Synch.h (prerequisite to solving template ↵Erik Sohns2015-12-046-6/+0
| | | | | | | | | | | | instantiation issues on Win32) (update) this addresses complaints by the integration build system (#include ace/OS.h)
* | repaired include strategy for ace/Synch.h (prerequisite to solving template ↵Erik Sohns2015-12-0322-93/+112
|/ | | | instantiation issues on Win32)
* Remove version specific OpenSSL methodsKurt Roeckx2015-11-072-24/+2
| | | | 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:
* Corrected executable bitJohnny Willemsen2015-04-172-0/+0
|
* Added .gitignore files based on svn:ignore propertiesAdam Mitz2015-03-028-0/+14
|
* Shorter headerJohnny Willemsen2015-01-072-2/+0
|
* Removed id tag from mwc filesJohnny Willemsen2015-01-073-6/+0
|
* Shorten file headersJohnny Willemsen2015-01-073-6/+0
|
* Replaced README filesJohnny Willemsen2015-01-076-6/+6
|
* Last ACE Id tag replacementsJohnny Willemsen2015-01-073-3/+3
|
* Perl filesJohnny Willemsen2015-01-078-9/+0
|
* Also search hpp filesJohnny Willemsen2015-01-079-9/+0
|
* Removed more IdJohnny Willemsen2015-01-077-14/+0
|
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-0715-30/+0
|
* Removed single line Id tagJohnny Willemsen2015-01-07144-270/+1
|
* Zapped two line id tagsJohnny Willemsen2015-01-0732-96/+0
|
* Removed a lot of old Id tagsJohnny Willemsen2015-01-071-3/+0
|
* Mon Oct 20 15:37:35 UTC 2014 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2014-10-205-11/+10
| | | | | | | | | | | | | | | * ACEXML/common/XMLFilterImpl.h: * ACEXML/common/XMLFilterImpl.cpp: * ACEXML/parser/parser/Entity_Manager.h: * ace/ETCL/ETCL_l.cpp: * protocols/ace/RMCast/Flow.h: * protocols/ace/RMCast/Flow.cpp: * protocols/ace/RMCast/Reassemble.h: * protocols/ace/RMCast/Reassemble.cpp: * protocols/ace/TMCast/TransactionController.hpp: Clean up unused member warnings identified by clang 6.0. * bin/PerlACE/Process_Unix.pm: increase the valgrind wait factor to accommodate slower machines.