summaryrefslogtreecommitdiff
path: root/lib/util/byteorder.h
Commit message (Expand)AuthorAgeFilesLines
* lib:util: Add comments to use bytearray.h to byteorder.hAndreas Schneider2020-02-211-0/+36
* lib:util: Use (PULL|PUSH)_BE_(U16|U32|U64) for R*VAL*Andreas Schneider2020-02-211-14/+14
* lib:util: Use PUSH_LE_(U16|U32) for S(I|S)VALSAndreas Schneider2020-02-211-2/+2
* lib:util: Use PUSH_LE_(U16|U32) for S(S|I)VALAndreas Schneider2020-02-211-2/+2
* lib:util: Use PULL_LE_(U16|U32) for SVAL and IVALAndreas Schneider2020-02-211-2/+2
* lib:util: Use _DATA_BYTE(_CONST) from bytearray.hAndreas Schneider2020-02-211-2/+4
* lib:util: Move VWV macro to smb_constants.hAndreas Schneider2019-05-171-3/+0
* lib:util: Remove PPC big endian asm optimized code in byteorder.hAndreas Schneider2019-05-171-51/+0
* lib:util: Remove unused ALIGN marcos from byteorder.hAndreas Schneider2019-05-171-5/+0
* lib:util: Avoid name confusion with config.hAndreas Schneider2018-11-281-5/+5
* Byte order reversal shouldn't assume size_t is 64 bit.Douglas Bagnall2015-06-241-1/+1
* byteorder: do not assume PowerPC is big-endianDavid Disseldorp2014-05-061-4/+6
* util: Remove 32bit macros breaking strict aliasing.Andreas Schneider2013-11-141-50/+2
* lib/util: add RBVAL, RBVALS, RSBVAL and RSRBVALS macrosStefan Metzmacher2011-04-241-6/+11
* s3: Fix a ton of type-punned warningsVolker Lendecke2010-08-171-4/+4
* Change uint_t to unsigned int in lib/utilMatt Kraai2010-02-021-2/+2
* Attempt to fix "make test" on host "tridge"Volker Lendecke2009-02-021-1/+1
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-0/+231