summaryrefslogtreecommitdiff
path: root/lib/util/byteorder.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-21lib:util: Parenthesize macro parametersJoseph Sutton1-5/+5
2023-05-05lib:util: Fix undefined bitshiftJoseph Sutton1-1/+1
2023-04-14lib:util: Fix code spellingAndreas Schneider1-1/+1
2023-04-14lib:util: Remove trailing white spaces in byteorder.hAndreas Schneider1-6/+6
2020-02-21lib:util: Add comments to use bytearray.h to byteorder.hAndreas Schneider1-0/+36
2020-02-21lib:util: Use (PULL|PUSH)_BE_(U16|U32|U64) for R*VAL*Andreas Schneider1-14/+14
2020-02-21lib:util: Use PUSH_LE_(U16|U32) for S(I|S)VALSAndreas Schneider1-2/+2
2020-02-21lib:util: Use PUSH_LE_(U16|U32) for S(S|I)VALAndreas Schneider1-2/+2
2020-02-21lib:util: Use PULL_LE_(U16|U32) for SVAL and IVALAndreas Schneider1-2/+2
2020-02-21lib:util: Use _DATA_BYTE(_CONST) from bytearray.hAndreas Schneider1-2/+4
2019-05-17lib:util: Move VWV macro to smb_constants.hAndreas Schneider1-3/+0
2019-05-17lib:util: Remove PPC big endian asm optimized code in byteorder.hAndreas Schneider1-51/+0
2019-05-17lib:util: Remove unused ALIGN marcos from byteorder.hAndreas Schneider1-5/+0
2018-11-28lib:util: Avoid name confusion with config.hAndreas Schneider1-5/+5
2015-06-24Byte order reversal shouldn't assume size_t is 64 bit.Douglas Bagnall1-1/+1
2014-05-06byteorder: do not assume PowerPC is big-endianDavid Disseldorp1-4/+6
2013-11-14util: Remove 32bit macros breaking strict aliasing.Andreas Schneider1-50/+2
2011-04-24lib/util: add RBVAL, RBVALS, RSBVAL and RSRBVALS macrosStefan Metzmacher1-6/+11
2010-08-17s3: Fix a ton of type-punned warningsVolker Lendecke1-4/+4
2010-02-02Change uint_t to unsigned int in lib/utilMatt Kraai1-2/+2
2009-02-02Attempt to fix "make test" on host "tridge"Volker Lendecke1-1/+1
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-0/+231