History log of /external/e2fsprogs/lib/uuid/uuid.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0ce8844d681b935caad893db8ff740400262ec8b 21-Oct-2016 Jeff Sharkey <jsharkey@android.com> Update generated files for Android

Test: build, flash, run e2fsck
Bug: 27599744
Change-Id: I08a4bb699ae781ba0a368ffac120194b87219c30
/external/e2fsprogs/lib/uuid/uuid.h
e1f085079525c0ed4c5ab1f2abedaf9407a7b8da 04-Oct-2009 Theodore Ts'o <tytso@mit.edu> Don't use in-tree header files if using system uuid or blkid libraries

This commit forces the use of the system-provided blkid or uuid header
files if we are using the system-provided blkid or uuid libraries.
This avoids using the in-tree header files with the system libraries.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/lib/uuid/uuid.h
efc6f628e15de95bcd13e4f0ee223cb42115d520 28-Aug-2008 Theodore Ts'o <tytso@mit.edu> Remove trailing whitespace for the entire source tree

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/lib/uuid/uuid.h
6ec9ef1881e636540cfe28e6f32c93e1781ad173 22-Aug-2008 Theodore Ts'o <tytso@mit.edu> libuuid: Windows portability fixes

Make the uuid library (more) portable for Windows.

Addresses-Sourceforge-Feature-Request: #1937287

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
/external/e2fsprogs/lib/uuid/uuid.h
37a1ee9b9996e975e724dc00f49925d971c999e1 28-May-2004 Theodore Ts'o <tytso@mit.edu> uuid.h (UUID_DEFINE): Make the UUID defined as a static
variable, with __attribute__ ((unused)) if we are using GCC.
/external/e2fsprogs/lib/uuid/uuid.h
d3d741fc383d3eb1f8636393bc1c68c9bd467cc0 22-Mar-2004 Theodore Ts'o <tytso@mit.edu> Add the uuid_unparse_upper and uuid_unparse_lower functions to the
uuid library.
/external/e2fsprogs/lib/uuid/uuid.h
1bbfec624c4bbe767060a13762aa9a656536a4fd 20-Mar-2004 Theodore Ts'o <tytso@mit.edu> Change the license on the UUID library to be 3-clause BSD-style
/external/e2fsprogs/lib/uuid/uuid.h
880f30a7ebf25c15a75173dcd9393e66181f8ffc 20-Mar-2004 Theodore Ts'o <tytso@mit.edu> Add UUID type #define's, and add an CPP macro to define
UUID constants.
/external/e2fsprogs/lib/uuid/uuid.h
ce2722f86de298ad1a8965f55a453b5723d2b2b9 11-Sep-2001 Theodore Ts'o <tytso@mit.edu> compare.c (uuid_compare), copy.c (uuid_copy),
isnull.c (uuid_is_null), pack.c (uuid_pack),
parse.c (uuid_parse), unpack.c (uuid_unpack),
unparse.c (uuid_unparse), uuid.h, uuidP.h,
uuid_time.c (uuid_time, uuid_type, uuid_variant):
Use const for pointer variables that we don't modify. Add
the appropriate ifdef's in uuid.h to make it be C++ friendly.
/external/e2fsprogs/lib/uuid/uuid.h
163337b069bd88d77e01f348a8b924a12caaa5a7 23-Jun-2001 Theodore Ts'o <tytso@mit.edu> uuid.h: Add protection against multiple inclusion
/external/e2fsprogs/lib/uuid/uuid.h
4055ef7301ddf93120eb174f3473be15ce5a658b 14-Jan-2001 Theodore Ts'o <tytso@mit.edu> ChangeLog, tune2fs.c:
tune2fs.c (add_journal): Minor fixes from Andreas Dilger. Flush stdout
after printing in-progress message.
(main): Exit with status code 1 if we failed to determine the mount
status of the device.
ChangeLog, gcc-wall-cleanup:
gcc-wall-cleanup: Remove additional annoying warning messages emited
by gcc 2.95.2.
ChangeLog, uuid.h:
uuid: Change arguments to make it clear which argument is the source
and which is the destination.
/external/e2fsprogs/lib/uuid/uuid.h
3030daa8aba89830fb0623be01e507bffd636399 07-Apr-2000 Theodore Ts'o <tytso@mit.edu> Many files:
clear.c, compare.c, copy.c, gen_uuid.c, isnull.c, pack.c, parse.c,
uuid.h, uuidP.h: Changed copyright to be the LGPL.
/external/e2fsprogs/lib/uuid/uuid.h
36caf25f8d61eb8ffddc9895463bce5807e96808 26-Oct-1999 Theodore Ts'o <tytso@mit.edu> ChangeLog, e2p.h, feature.c:
feature.c: Fix GCC warnings; add const to the char * types in the
function prototypes for e2p_feature2string and e2p_edit_feature.
ChangeLog, uuid.h, uuid_time.c:
uuid_time.c (variant_string): Declare to be static to avoid gcc warnings.
uuid.h: Add function prototypes for uuid_generate_random() and
uuid_generate_time().
ChangeLog, chattr.c:
chattr.c: Add hack to compile in a definition for S_ISLNK so we can
successfully compile even with warnings turned on.
/external/e2fsprogs/lib/uuid/uuid.h
b19d1a959eeea17d6b899a5b994bf3f3691de947 18-Jun-1999 Theodore Ts'o <tytso@mit.edu> Many files:
* gen_uuid.c (get_random_bytes): Use a while loop when reading from
/dev/urandom so that if we get interrupted while reading the right
thing happens.
(uuid_generate_random): Add new function which uses the new UUID
format which uses 122 random bits to form the 128-bit UUID.
(uuid_generate): Rename the old uuid_generate to be
uuid_generate_time, and create a new uuid_generate function which
calls either uuid_generate_random or uuid_genereate_time depending on
whether /dev/urandom is present.
uuid_generate.3.in: Update to reflect changesin uuid_generate and its
two new variants.
tst_uuid.c: Updated to test new uuid_generate functions, and to
reflect new semantics of uuid_compare. Added tests to make sure the
UUID type and variant created by UUID generate is correct.
uuid_time.c (uuid_variant, uuid_type): Added new functions to return
the UUID variant and type information. The debugging program now
prints the UUID variant and type, and warns if the unparsed time
information is likely to be incorrect.
uuid_parse.3.in, libuuid.3.in: Miscellaneous text cleanups.
uuidgen.1.in:
Miscellaneous text cleanups.
/external/e2fsprogs/lib/uuid/uuid.h
1e0a221b5d2cb1f82037e469c828c6db772b328e 04-Dec-1998 Theodore Ts'o <tytso@mit.edu> ChangeLog, Makefile.in, tst_uuid.c, uuid.h, uuid_time.c:
Makefile.in: Update version numbers of the UUID shared library, since
we've added a new function (uuid_time()).
uuid_time.c: New file which returns the time field of a UUID. (Good
for debugging purposes)
libext2fs.texinfo:
Update version number for 1.13 release.
/external/e2fsprogs/lib/uuid/uuid.h
19c78dc07fce2d6f39b5e541562afc3ca1ea38ff 29-Apr-1997 Theodore Ts'o <tytso@mit.edu> Many files:
Checked in e2fsprogs-1.07
/external/e2fsprogs/lib/uuid/uuid.h
1e3472c5f37ca3686dd69b079d4d02a302f5798d 29-Apr-1997 Theodore Ts'o <tytso@mit.edu> Many files:
Checked in e2fsprogs 1.05
/external/e2fsprogs/lib/uuid/uuid.h