index
:
cvez
main
Unnamed repository; edit this file 'description' to name the repository.
Paul Duncan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dbstore
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-19
dbstore/dbstore.go: add AddCveFeed() (incomplete)
Paul Duncan
1
-0
/
+256
2022-02-19
dbstore/sql/init.sql: add initial cve tables
Paul Duncan
1
-3
/
+182
2022-02-18
dbstore: rename Tx to Begin, add Tx which accepts callback and handles commit...
Paul Duncan
2
-91
/
+109
2022-02-18
dbstore: refactor sqlfs and tx, add tx tests
Paul Duncan
6
-150
/
+793
2022-02-18
dbstore: add enableForeignKeys()
Paul Duncan
1
-2
/
+8
2022-02-17
dbstore: add DbStore#CpeMatchSearch() and backing query
Paul Duncan
2
-5
/
+71
2022-02-17
dbstore/dbstore.go: add AddCpeMatches()
Paul Duncan
1
-0
/
+100
2022-02-17
dbstore/dbstore.go: update cpe queries, move queryIds outside of func
Paul Duncan
1
-5
/
+11
2022-02-17
dbstore/cpesearch*: refactor search queries
Paul Duncan
3
-7
/
+7
2022-02-17
dbstore/sql: add cpe and cpe-match subdirs
Paul Duncan
11
-0
/
+20
2022-02-17
dbstore/sql/init.sql: add cpe_match* tables
Paul Duncan
1
-4
/
+99
2022-02-05
dbscore: add openFull and test
Paul Duncan
2
-7
/
+19
2022-02-05
dbstore: add CpeSearch() fail tests
Paul Duncan
1
-2
/
+20
2022-02-05
dbstore/dbstore.go: add comment about weird result set error handling
Paul Duncan
1
-0
/
+4
2022-02-05
dbstore: refactor, separate cpesearchrow and cpesearchtype, add cpesearchtype...
Paul Duncan
6
-117
/
+156
2022-02-05
dbstore: add unmarshalcpesearchrow and tests
Paul Duncan
2
-36
/
+270
2022-02-05
dbstore/sql/init.sql: constrain text cols
Paul Duncan
1
-4
/
+12
2022-02-05
dbstore: add Open failure tests
Paul Duncan
1
-5
/
+17
2022-02-05
mv internal/dbstore dbstore
Paul Duncan
20
-0
/
+1112
[prev]