wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: libWARC | Add support for UUID generation (#6)


From: Suhas K S
Subject: Re: libWARC | Add support for UUID generation (#6)
Date: Wed, 27 May 2020 13:18:28 +0000



Suhas K S commented:


In Wget's implementation of WARC, for UUID generation, around five methods are 
used:
- Using `libuuid`.
- Using `uuid_create()` from uuid.h(from linux-libc-headers).
- Manual generation using random numbers as a fallback if the above two methods 
are not possible.
- UUID generation for Windows using Rpcrt4.dll.
- A fallback method on older versions of windows which don't have Rpcrt4.dll 
(Not implemented).

Are all of these implementations required in libWARC?

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/libwarc/-/issues/6#note_350062659
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]