guoguangwu
|
8431eae5e5
|
chore: remove refs to deprecated io/ioutil
|
2023-11-16 15:52:52 +08:00 |
|
Marco Cadetg
|
5a36bd02c9
|
improve file test a bit further
|
2022-12-03 10:26:32 +01:00 |
|
Marco Cadetg
|
4c264c974d
|
fix race condition on table.file #557
|
2022-12-03 10:06:14 +01:00 |
|
fox.cpp
|
75ac2a6f20
|
table/file: Reimplement conditional reloads
|
2022-06-23 14:04:51 +03:00 |
|
angelnu
|
639f1a609d
|
add test for 1-N
|
2022-01-28 02:08:37 +00:00 |
|
fox.cpp
|
6c5c5d10c4
|
table: Implement module.MultiTable for file, sql_query, sql_table and static
|
2021-07-11 19:45:16 +03:00 |
|
fox.cpp
|
2d18ff5a30
|
MIT => GPLv3; Add license/copyright notices everywhere
|
2020-07-22 16:12:26 +03:00 |
|
fox.cpp
|
bcceec4fe4
|
Extract several packages to form a public API
|
2020-07-15 01:31:06 +03:00 |
|
fox.cpp
|
1579ea10b2
|
Use config.Node instead of *config.Node everywhere
Closes #197.
|
2020-03-05 02:26:29 +03:00 |
|
fox.cpp
|
a91d8c2334
|
table: Fix race in file_table reload test
O_SYNC should be used to make sure other thread running concurrently
will see the change.
|
2020-02-29 22:44:32 +03:00 |
|
fox.cpp
|
ae36536d93
|
table: Implement SQL query-based table
Closes #82.
|
2020-02-29 19:23:28 +03:00 |
|
fox.cpp
|
9012d346ac
|
table: Fix-up file reload test
|
2020-02-28 02:35:26 +03:00 |
|
fox.cpp
|
744dd3e10d
|
Implement separate lookups for username and password in authentication
Closes #56.
|
2020-02-28 00:29:41 +03:00 |
|