Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
random.c
a630370
Remove unnecessary tabs in the ChaCha20 implementation.
by drh
· 2 years, 8 months ago
cd05aaf
Fix obsolete comments. Add new comments. Fix non-standard spacing.
by drh
· 3 years ago
chacha20-prng
534945a
Fix an off-by-one error in the ChaCha20 initialization code.
by drh
· 3 years ago
9113c87
Replace the RC4-based PRNG with one based on ChaCha20. 3x faster.
by drh
· 3 years ago
a959bf5
Add NULL checks on all sqlite3_vfs_find(0) calls. This is not strictly
by drh
· 4 years, 1 month ago
d12602a
Rename the SQLITE_OMIT_BUILTIN_TEST compile-time option to SQLITE_UNTESTABLE.
by drh
· 9 years ago
d61a18a
Remove a small amount of unnecessary #ifdeffery from random.c.
by drh
· 11 years ago
df9c093
Fix compilation issue with MSVC due to a misplaced variable declaration.
by mistachkin
· 11 years ago
5a5d120
Fix two problems. Tests now passing.
by drh
· 11 years ago
api-armor
9ca9573
Add the SQLITE_ENABLE_API_ARMOR compile-time option. This is a work in
by drh
· 11 years ago
fe98081
Enhance sqlite3_randomness(N,P) such that it resets the internal PRNG
by drh
· 12 years ago
cf5ff12
Refactor the sqlite3_randomness() implementation for improved performance.
by drh
· 12 years ago
c81c11f
Remove the obsolete "$Id:$" RCS identifier strings from the source code.
by drh
· 16 years ago
ea67883
Never use strlen(). Use our own internal sqlite3Strlen30() which is
by drh
· 17 years ago
1875f7a
The amalgamation now compiles cleanly on GCC with options
by drh
· 17 years ago
18472fa
Remove the SQLITE_MUTEX_APPDEF compile-time option. The SQLITE_THREADSAFE=0
by drh
· 17 years ago
78f82d1
Continuing work on adding full support for the SQLITE_OMIT_WSD
by drh
· 17 years ago
65bbf29
Bug fixes: Plug a memory leak introduced by the previous check-in. Get
by drh
· 17 years ago
59f8c08
Implement the 'CONFIG_SINGLETHREAD' and 'CONFIG_MULTITHREAD' configuration modes. (CVS 5234)
by danielk1977
· 17 years ago
3088d59
Add a completely new testing system for the Bitvec object. The new
by drh
· 17 years ago
2fa1868
Add a new api sqlite3_randomness() for providing access to SQLite's
by drh
· 17 years ago
93aed5a
Get all tests running without memory leaks. (CVS 4714)
by drh
· 18 years ago
51fc347
Remove the obsolete static mutexes. Use only the lastest static mutex code. (CVS 4259)
by drh
· 18 years ago
29278e3
Remove unnecessary #includes of "os.h". New mutex implementations. (CVS 4255)
by drh
· 18 years ago
d677b3d
Work toward multithreading support. Currently crashes quickly on a test. (CVS 4253)
by drh
· 18 years ago
b4b4741
Begin migration to using sqlite3_vfs interface. (CVS 4240)
by danielk1977
· 18 years ago
aedd892
Suppress compiler warnings. Fix a bug in IO error detection on windows. (CVS 3564)
by drh
· 19 years ago
66560ad
Change the OS interface layer to use traditional direct function call
by drh
· 20 years ago
054889e
Restructure the OS interface yet again. This time make the OsFile object
by drh
· 20 years ago
f0863fe
Update older opcode names to be more meaningful in light of the latest
by drh
· 20 years ago
4adee20
Change lots of internal symbols from sqliteXXX to sqlite3XXX so that the
by danielk1977
· 21 years ago
bbd82df
Refactor the interface to the randomness generator. (CVS 1224)
by drh
· 21 years ago
aaab572
Change the name of the sanity_check PRAGMA to "integrity_check" and make
by drh
· 23 years ago
af9ff33
Added the last_insert_rowid API function. Improved documentation of
by drh
· 24 years ago
ad75e98
Fix the locking protocol. (CVS 280)
by drh
· 24 years ago
90bfcda
Additional test cases with locking fixes. Also, make the code thread-safe. (CVS 262)
by drh
· 24 years ago
8cfbf08
Trying to get the OS abstraction layer to work. (CVS 256)
by drh
· 24 years ago
b19a2bc
Disclaimed copyright. Preparing for release 2.0. (CVS 250)
by drh
· 24 years ago
3fc190c
All tests now pass. But there are still issues. For example, inserts
by drh
· 24 years ago
5edc312
Many problems fixed. Many problems yet to go. (CVS 242)
by drh
· 24 years ago
17a6893
Working better with Win95. Continued work on the new db.c backend. (CVS 1714)
by drh
· 24 years ago
ae85dc8
Changes to the DBBE. Moving toward having many more
by drh
· 25 years ago