History log of /external/deqp/framework/delibs/deutil/deSocket.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
34cc2f97562d1437b6f1787c9b50ad6a82a133ed 30-Jun-2015 Pyry Haulos <phaulos@google.com> Avoid htons and ntohs in deSocket

Despite best efforts, the magic required for htons/ntohs implementation
seems to always trigger warnings on some platform or build target.

Change-Id: Ib38202e07c55a98122715d6b17a4dfcc25b91f6d
/external/deqp/framework/delibs/deutil/deSocket.c
88fd77093706d1a0b9b27421b37ef53886634122 05-Jun-2015 Jarkko Pöyry <jpoyry@google.com> Merge "Fix clang string literal conversion warnings."
5f40053fac3cbba8a029ce5685d8519c3668e89e 30-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix some -Wconversion warnings.

Bug: 21161908
Change-Id: If8d1703c9773eaaed5ea2557833cde32ced97bff
/external/deqp/framework/delibs/deutil/deSocket.c
1cc61b7d03cad727bbddd00cea8d78f4f6cc9047 30-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix clang string literal conversion warnings.

- Add DE_FATAL(MSG) macro to replace DE_ASSERT(!"MSG") pattern used in
code.

Bug: 21161908
Change-Id: I96414b9ecfbb953b1c5236753c21c5c2d08d3f59
/external/deqp/framework/delibs/deutil/deSocket.c
214b48debf8a6589fe82ffefcccf537846dfaade 28-May-2015 Jarkko Pöyry <jpoyry@google.com> Merge "Fix deutil and decpp -Wconversion warnings."
24ceed3e1acf66512ee25ee75002198b6672879d 23-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix various type and sign conversion warnings.

Bug: 21161908
Change-Id: I849473f51ed7fa5028b7fbc8f265d080c553c8d5
/external/deqp/framework/delibs/deutil/deSocket.c
745d7c616351405cfb6d2a7133d261eb4989d626 19-May-2015 Jarkko Pöyry <jpoyry@google.com> Fix deutil and decpp -Wconversion warnings.

- Updated sockets to use size_t as data size.
- Updated executor and execserver to build on new api and use size_t
for data sizes. Protocol is not modified.

Bug: 21161908
Change-Id: Ic525e05ef9a28ac80d8a6bcf5e239a70a89a5172
/external/deqp/framework/delibs/deutil/deSocket.c
5f78b1323b6ef28d8b9cdce6fefcbbb61a0477a9 03-Feb-2015 Pyry Haulos <phaulos@google.com> Fix couple of trivial warnings reported by MSVC

Change-Id: I971ead9d6280aa16b7dc4c8970c7ba48e3d1ba30
/external/deqp/framework/delibs/deutil/deSocket.c
80e8075ca2621aea5bb074d850dd2dc1ac3aaf3e 26-Jan-2015 Pyry Haulos <phaulos@google.com> Fix C++-style comments in C code

Change-Id: I68667991f558edb0840dcf1d7e2346b742b744e6
/external/deqp/framework/delibs/deutil/deSocket.c
af5b30df67c5ba6946a63cebd78ed211a479bf19 21-Jan-2015 Pyry Haulos <phaulos@google.com> Add ipv6 support to deSocket

This change adds IPv6 support to deSocket. The change was inspired by a
MSVC warning about use of a deprecated API, for which the right fix was
to use a version that gave IPv6 for almost free.

Change-Id: I53d852db167159f84a7d0cd0ce4ca67d217dcdd0
/external/deqp/framework/delibs/deutil/deSocket.c
3c827367444ee418f129b2c238299f49d3264554 02-Sep-2014 Jarkko Poyry <jpoyry@google.com> Import dEQP.

Import drawElements Quality Program from an internal repository.

Bug: 17388917
Change-Id: Ic109fe4a57e31b2a816113d90fbdf51a43e7abeb
/external/deqp/framework/delibs/deutil/deSocket.c