about summary refs log tree commit diff stats
path: root/svc/leveldb.go
Commit message (Expand)AuthorAgeFilesLines
* delete a user, new config option for admin pass. pass is bcrypt hashed on sta...Benjamin Morrison2021-10-211-0/+21
* updating module to live at sourcehutBen Morrison2020-06-201-2/+2
* some functions were missing comments. added those in where needed.Ben Morrison2019-12-191-0/+6
* license notice at top of each fileBen Morrison2019-07-111-0/+19
* updated internal functionality for registry v0.4.0 v0.4.4Ben Morrison2019-06-191-3/+3
* mutex and readability cleanupBen Morrison2019-06-131-11/+5
* removed mutex from remoteRegistriesBen Morrison2019-06-131-6/+0
* push() changes v0.3.3Ben Morrison2019-06-111-3/+0
* eliminated confObj.LastCache and confObj.LastPush. Unneeded when using ticker...Ben Morrison2019-06-111-4/+0
* dbLevel.Push() and dbLevel.Pull() now expecting pointer receiver onlyBen Morrison2019-06-111-2/+2
* split db-specific funcs into separate filesBen Morrison2019-06-081-0/+106
='#n129'>129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162