| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* ACE/ace/ACE.cpp:
* ACE/ace/ACE.h:
* ACE/ace/ACE.inl:
* ACE/ace/Cached_Connect_Strategy_T.cpp:
* ACE/ace/SSL/SSL_SOCK_Stream.inl:
* ACE/tests/SOCK_Test.cpp:
|
|
|
|
| |
* ACE/ace/Cached_Connect_Strategy_T.cpp:
|
|\
| |
| |
| |
| | |
johnjanthony/Replace-select-with-poll-in-SOCK-Connector-and-Acceptor
Replacing use of ::select in favor of ::poll
|
| | |
|
| | |
|
| |
| |
| |
| | |
Replacing use of ::select() with ::poll() in SSL_SOCK_Connector and SSL_SOCK_Acceptor - on systems that support ::poll()
|
| |
| |
| |
| | |
* ACE/ace/Get_Opt.h:
|
| |
| |
| |
| | |
* ACE/ace/Functor_T.h:
|
| |
| |
| |
| |
| |
| | |
version check to use glibc
* ACE/ace/config-linux-common.h:
|
| |
| |
| |
| |
| |
| |
| | |
kernel >= 5.5.0 sys/sysctl.h has been marked deprecated
* ACE/ace/OS_NS_unistd.cpp:
* ACE/ace/config-linux-common.h:
|
| |
| |
| |
| | |
* ACE/ace/Dirent_Selector.h:
|
| |
| |
| |
| | |
* ACE/tests/ARGV_Test.cpp:
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* ACE/ace/OS_NS_time.inl:
* ACE/examples/APG/Config/ARGV_Example.cpp:
* ACE/examples/APG/Config/Get_Opt.cpp:
* ACE/examples/APG/Config/Get_Opt_Long.cpp:
* ACE/tests/ARGV_Test.cpp:
* TAO/orbsvcs/DevGuideExamples/Security/ParticipatingApp/Messenger_i.cpp:
* TAO/orbsvcs/orbsvcs/Event/EC_Thread_Flags.cpp:
* TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/TimeStamp.cpp:
* TAO/orbsvcs/tests/AVStreams/Pluggable_Flow_Protocol/receiver.cpp:
* TAO/orbsvcs/tests/Event/ThreadFlags/testflags.cpp:
* TAO/orbsvcs/tests/HTIOP/AMI/Test_Output.cpp:
* TAO/orbsvcs/tests/HTIOP/BiDirectional/Test_Output.cpp:
* TAO/orbsvcs/tests/HTIOP/Hello/Test_Output.cpp:
* TAO/tests/Bug_3941_Regression/test.cpp:
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* ACE/tests/Message_Queue_Test.cpp:
* TAO/docs/ec_options.html:
* TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ClientRequest_Interceptor.cpp:
* TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Completion_Handler.h:
* TAO/orbsvcs/orbsvcs/HTIOP/HTIOP_Factory.h:
* TAO/orbsvcs/orbsvcs/HTIOP/README.txt:
* TAO/orbsvcs/orbsvcs/Security/SL2_SecurityManager.cpp:
* TAO/tao/Connection_Purging_Strategy.h:
* TAO/tao/GIOP_Message_Base.cpp:
* TAO/tao/Invocation_Retry_Params.cpp:
* TAO/tao/Invocation_Retry_State.cpp:
* TAO/tao/Invocation_Retry_State.h:
* TAO/tao/Strategies/FIFO_Connection_Purging_Strategy.h:
* TAO/tao/Strategies/LFU_Connection_Purging_Strategy.h:
* TAO/tao/Synch_Invocation.cpp:
* TAO/tao/Transport_Cache_Manager_T.cpp:
* TAO/tao/Transport_Cache_Manager_T.h:
* TAO/tests/Bug_1495_Regression/server_interceptor.cpp:
* TAO/tests/DII_AMI_Forward/server_interceptor.cpp:
* TAO/tests/ForwardOnceUponException/README:
* TAO/tests/Portable_Interceptors/Benchmark/Interceptor_Type.cpp:
* TAO/tests/Portable_Interceptors/Bug_1559/server_interceptor.cpp:
* TAO/tests/Portable_Interceptors/Bug_2510_Regression/server_interceptor.cpp:
* TAO/tests/Portable_Interceptors/Bug_3079/Client_Request_Interceptor.cpp:
|
|\ \
| | |
| | | |
Move some jobs to ubuntu 20.04
|
| | |
| | |
| | |
| | | |
* ACE/ace/OS_NS_macros.h:
|
|\ \ \
| | | |
| | | | |
Remove unnecessary ACE_Select_Reactor_Handler_Repository ctor init parameter.
|
| | | | |
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
After building TAO tests for
https://github.com/DOCGroup/ACE_TAO/pull/1132 I was left with a lot of
untracked files. I used
https://github.com/objectcomputing/OpenDDS/blob/e1b3c99f74e73a537083e790f3bf9fb9ee6ed8b9/tools/scripts/update_gitignore.pl
to create and update `.gitignore` files. I made sure I wasn't creating
any directories just containing a `.gitignore` file, except for
`ACE/apps/gperf/tests/iout2_gen`. It had a placeholder file called
`.empty` which I deleted because the `.gitignore` can serve the same
purpose.
|
|\ \ \
| | | |
| | | | |
Do not invoke a method on pointer returned from remove() without chec…
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Set ACE_HAS_CPP11|14|17|20 based on __cplusplus for clang embarcadero
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
With CPP17 or newer provide our auto_ptr implementation to not break …
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ACE/ace/Auto_Ptr.h:
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
ACE/TAO tests
|
|\ \ \ \ \
| | | | | |
| | | | | | |
We need to use tabs in GNU make rules
|
| |/ / / / |
|
| |/ / /
|/| | |
| | | |
| | | | |
* ACE/ace/Auto_Ptr.h:
|
| | | |
| | | |
| | | |
| | | | |
* ACE/ace/config-win32-borland.h:
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* ACE/NEWS:
* ACE/ace/Compression/rle/RLECompressor.cpp:
* ACE/ace/OS_NS_Thread.cpp:
* ACE/ace/config-win32-borland.h:
* ACE/ace/os_include/net/os_if.h:
* TAO/orbsvcs/orbsvcs/IFRService/IFR_Service_Utils_T.cpp:
* TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Default_Factory.h:
* TAO/orbsvcs/orbsvcs/Notify/RT_Factory.h:
* TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp:
* TAO/tests/Bug_3574_Regression/test.cpp:
|
|\ \ \
| | | |
| | | | |
Fix some msvc level 4 warnings
|
| | | |
| | | |
| | | |
| | | | |
* ACE/ace/OS_NS_stropts.cpp:
|
| | | |
| | | |
| | | |
| | | | |
* ACE/ace/QoS/README:
|
| | | |
| | | |
| | | |
| | | | |
* ACE/ace/OS_NS_stropts.cpp:
|
| | | |
| | | |
| | | |
| | | | |
* ACE/ace/Configuration_Import_Export.cpp:
|
|\ \ \ \
| | | | |
| | | | | |
Modify Android link on Windows hosts to avoid error
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Replace echo/$foreach logic with $file function which avoids
potential tmpfile truncation. Make tmpfile name unique.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Modify the Android link step on Windows hosts to avoid
a 'command line too long' error when linking a large
number of object files.
|
|\ \ \ \ \
| | |/ / /
| |/| | | |
Code changes to workaround the Visual Studio 2019 crash, instead of d…
|
| | | | |
| | | | |
| | | | |
| | | | | |
* ACE/ace/Object_Manager.h:
|
| | | | |
| | | | |
| | | | |
| | | | | |
* ACE/ace/Process_Manager.cpp:
|
| | | | |
| | | | |
| | | | |
| | | | | |
* ACE/ace/Process_Manager.cpp:
|
| |\ \ \ \ |
|
| | |\ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* ACE/ace/SSL/SSL_SOCK_Stream.cpp:
* ACE/ace/SSL/SSL_SOCK_Stream.inl:
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
deferencing the instance point just take the typeid of ACE_Process_Manager directly
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Define ACE_LACKS_IF_NAMEINDEX for Android APIs < 24
|