index
:
pindaiba
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
random.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revamp lib, simplify it a bit and address some FIXMEs
EuAndreh
2025-01-12
1
-93
/
+16
*
src/random.h: Add initial implementation of random_{new,free,generate}()
EuAndreh
2024-07-05
1
-1
/
+81
*
Use freeit() everywhere
EuAndreh
2024-05-31
1
-1
/
+2
*
src/random.c: Simplify via better variable names
EuAndreh
2024-05-24
1
-10
/
+7
*
Remove all remaining calls to logerr() that included a trailing newline
EuAndreh
2024-05-24
1
-5
/
+6
*
src/random.c: Add temporary buffer so we do not mess with "addr"
EuAndreh
2024-04-16
1
-2
/
+21
*
Organaze imports
EuAndreh
2024-04-16
1
-0
/
+1
*
src/random.c: Simplify error messages
EuAndreh
2024-04-16
1
-3
/
+3
*
src/: Check "if (x != NULL)" instead of "if (x)"
EuAndreh
2024-04-06
1
-2
/
+2
*
Start "rc = -1" instead of 0
EuAndreh
2024-04-06
1
-3
/
+2
*
Sort includes
EuAndreh
2024-04-06
1
-1
/
+1
*
Move unit tests out of src/*.c into tests/
EuAndreh
2024-04-05
1
-75
/
+0
*
src/*.c: Group tests under a single #ifdef; remove SipHash code
EuAndreh
2024-01-02
1
-7
/
+3
*
Init project: copy files and skeletons from others
EuAndreh
2024-01-01
1
-0
/
+122