Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/rizinorg/sdb

Simple string-based Key/Value database
https://github.com/rizinorg/sdb

Fix ifdef __GNUC__ issue

567408a7e00e31fcd0774df7cc2f846e55c3afdc authored almost 9 years ago by pancake <[email protected]>
Unused and visibility attributes are GCC >= 4

91b50925234bb183a8756d2ca0dcf532313ccc68 authored almost 9 years ago by pancake <[email protected]>
Fix memleak

24278729515654f3bc27e6e9f774ada2c82e75f3 authored almost 9 years ago by pancake <[email protected]>
SdbKv->key lives in the heap now

7ae7b20b29684cb4bd53e7800d5119672637af9f authored almost 9 years ago by pancake <[email protected]>
Fix two signed warnings in b64 and fmt

4cebab3ab0e0d84cf474a57a4f19afec615141c6 authored almost 9 years ago by pancake <[email protected]>
Fix issues reported by clang-analyzer

146e1646234a11bcf19af27f61ffebfa330c2d2f authored almost 9 years ago by Álvaro Felipe Melchor <[email protected]>
Revert "Improve the r_offsetof() macro"

This reverts commit f762c9b53442d34183cff2849ad46f9a650df3f0.

ff2d73fffe8ec0e7c58127c1b1df54fc6cf5416a authored almost 9 years ago by pancake <[email protected]>
Improve the r_offsetof() macro

f762c9b53442d34183cff2849ad46f9a650df3f0 authored almost 9 years ago by Anton Kochkov <[email protected]>
tolower/toupper expect unsigned char

4fc6ffaae4f53d1586403d72a70bbb7747ef9e56 authored about 9 years ago by pancake <[email protected]>
Rename rmkdir->mkdirp to avoid confusion

66f32224569d7c8ad8334b95f0101ee7ff847221 authored about 9 years ago by pancake <[email protected]>
Apply *DIR installation patch from Fedora

7c3c3ec520093729a971704540ca5c254d7888cc authored about 9 years ago by pancake <[email protected]>
Fix the compilation using TCC

0e133f1739191c7a9f06bf930e974edd712e034f authored about 9 years ago by Anton Kochkov <[email protected]>
Do not use auto

5a920b1f5c53212620b9d73ce67de42d762f0ea3 authored about 9 years ago by pancake <[email protected]>
Negative base address in sdb_itoa avoids the memmove

b42d09393ccdb4c7b63f0af714deb58c66733089 authored about 9 years ago by pancake <[email protected]>
Cleaner sdb_itoa

4cb8a5ae992ba2db2685a8ab99caa28819568b1d authored about 9 years ago by pancake <[email protected]>
Fix sdb_itoa tmpbuf

190bacbdd8379b26629c0f097038252a220e23f3 authored about 9 years ago by pancake <[email protected]>
add siolpain-test

b65956d7d6c462d76cd4dce1e528911ab3802019 authored about 9 years ago by condret <[email protected]>
Fix sdb-json for node 4.0

58f6281c572caa0041f297ecd322753225e4aedd authored about 9 years ago by pancake <[email protected]>
Support node4 in NaN bindings

a0f05b5d6bfcbc537f55481a965bdc25a1151abd authored about 9 years ago by pancake <[email protected]>
Fix int_cmp

64d311cd7b09a4b9e7bf83345ee6f77d471acbdb authored about 9 years ago by pancake <[email protected]>
Do not override C/LD-FLAGS in test/

e559608deb3940fa8a38f4c153b49322c4ec76c3 authored about 9 years ago by pancake <[email protected]>
End json indent with a newline

939bff65e1b6fd402efffcfbe654dfa5b9b03d80 authored about 9 years ago by pancake <[email protected]>
Honor CFLAGS in SDB

9c8704b8bb756709e5b64e45a1530d4f4e9213aa authored about 9 years ago by pancake <[email protected]>
Fix two COVs

6b43bc87d2bf588d583cc97f0f0cd744e8b4a435 authored about 9 years ago by pancake <[email protected]>
Fix another signed warn

a988c7f5ba3f1d74d10af700fb1035a2b7cb6f8c authored about 9 years ago by pancake <[email protected]>
Cleanup sdb_fmt

cfe92bd979f9898895174b5f65c150346cfb4770 authored about 9 years ago by pancake <[email protected]>
Check lseek return value to fortify hasnext()

bca5d2740ae1b0f1a2d58e6b107281c326eba534 authored about 9 years ago by pancake <[email protected]>
Bump nan.js pkg

ea39bec5d6a1182dd7ced3e6b42d88612c5bdcd9 authored about 9 years ago by pancake <[email protected]>
Bump npm package

47f5175675c9896daca7c5344946eb8b2e6abf46 authored about 9 years ago by pancake <[email protected]>
Add NaN.js keys_on_{disk|memory} methods for sdb_stats()

b96d6f8573bef515bfabda83d6efa49a94026e06 authored about 9 years ago by pancake <[email protected]>
Add initial `sdb_stats` API to count keys in disk and memory

Suggested by @revskills

5bb12bfa1cc68193f9e7c1fcb457a8eacbeacaeb authored about 9 years ago by pancake <[email protected]>
Fix two COVs

d34282430fa9ef7a0429178abd89e15f95733965 authored about 9 years ago by pancake <[email protected]>
Add sdb_foreach_list()

3bd103504023ffbc2a5b6ed7dce64e8f70fb1ea2 authored over 9 years ago by pancake <[email protected]>
Add CDB_MAX_VALUE constant

c7d2f7e1dcb57c211b2b1fe9776e5dd7383bce77 authored over 9 years ago by pancake <[email protected]>
cdb.c: Untaint value for coverity

543bdbc11c63efa039030a62a717f8cde7d637ce authored over 9 years ago by David Kreuter <[email protected]>
Avoid failed builds with unsupported -W flag

28bcc655c37618c16c8d77cd6ddb4766b91e43dd authored over 9 years ago by pancake <[email protected]>
SOEXT->EXT_SO EXTEX -> EXT_EXE

75730fb9a790353c417c7cb8158363b93d100321 authored over 9 years ago by pancake <[email protected]>
Add `make bin`

5eed96e8d2d155617295630d52963aea1ccc60ad authored over 9 years ago by pancake <[email protected]>
Fix all warnings spotted by gyp default cflags

aa9765c789366c18e60b8db80ee4a6c285358f80 authored over 9 years ago by pancake <[email protected]>
Fix build for node 0.10 - patch from @nighterman

136b7eac20a16cfedb8f2ecc149567afcce8ebe5 authored over 9 years ago by pancake <[email protected]>
Another fix for npm

ee664426c69fbae19320cb914c3a9d7acccb2f16 authored over 9 years ago by pancake <[email protected]>
Another fix for npm and a warning

a6a9d1d76bac12abf24dce9e7af55dd81378355f authored over 9 years ago by pancake <[email protected]>
Build sdb.node and fix one sign warning

baf0b8fadf4fdc585d85c599ffe6b713fd121ff0 authored over 9 years ago by pancake <[email protected]>
More work toward npm packaging

968f1fb8f9bc97d9e744e8d1aa2b886e8e00ce6e authored over 9 years ago by pancake <[email protected]>
Apply @oleavr patch fixing dist.sh

209e719ff69ea3f01bf4b0103efff64c51a4e241 authored over 9 years ago by pancake <[email protected]>
add sdb-version.h in package.json

e7097fe550353ab882b7f1e778461060d1162264 authored over 9 years ago by pancake <[email protected]>
Initial gypification of the node-nan bindings

a2ca20ce8c6a4b4ace5418900b55771b97de72bd authored over 9 years ago by pancake <[email protected]>
Change license from LGPLv3 to MIT

Aims to fix legal issues with static linking and redistribution

d193a624abc8447715d15352c064e9fb8493bd7f authored over 9 years ago by pancake <[email protected]>
Fix two memleaks in array.c

e956b2192804c3ee3d491cef232f8d37e8cd34b5 authored over 9 years ago by pancake <[email protected]>
Add syncget and delkey tests and fix the corresponding bugs

New API: sdb_remove() to remove a key from the hashtable

d2db3df56f894a74f8cc3c02e860da9c59e73fc8 authored over 9 years ago by pancake <[email protected]>
Add r_ptr_{get,set} apis

cd5148a90094bf28c89cb3c578207a8cfc6f890f authored over 9 years ago by pancake <[email protected]>
Rework the sync loop

080af8640c2c9635f893ca3a3cd5b404d7e8a0bd authored over 9 years ago by pancake <[email protected]>
Fix test issues

903038cd3140da68007f3ebc9130d3bbfa91698c authored over 9 years ago by pancake <[email protected]>
Optimize sdb_like and fix some related coverities

c1c35048f9243ede844a44feedd6bebc3e69bee7 authored over 9 years ago by pancake <[email protected]>
Add 4MB benchmark results

a06bd77a7f2a340da404d473469eee04100d3ced authored over 9 years ago by pancake <[email protected]>
Add README and dist build for sdb-json

19ea3a2c77b5fb9f11a0077d001abe3e04402171 authored over 9 years ago by pancake <[email protected]>
Use specific type for rangstr indexes

e26a80e11f7ed2641d87296593b1587ee37617cb authored over 9 years ago by pancake <[email protected]>
Use ut32 instead of ut16 in js0n rangstr to support bigger files

5edba116ec6f756697e649033d30cf6620808a7a authored over 9 years ago by pancake <[email protected]>
Add 'sdb-json' native nodejs module

dcd7ead5a8334f324d85a79066d6037651f2e950 authored over 9 years ago by pancake <[email protected]>
Fix buffer overflow when parsing big JSON files

0471dd635222d8a678254b913f7e8da05ab44853 authored over 9 years ago by pancake <[email protected]>
Fix some memleaks in node bindings, add open/close and json.(un)indent apis

fb3a4fda9114dc957b209d41705aac7a9f8e5d6f authored over 9 years ago by pancake <[email protected]>
Add encode/decode/typeof static methods for Sdb

d974a603ca8dc75f48d7d376416d6fb2db233eaf authored over 9 years ago by pancake <[email protected]>
Add Like.BASE64 match type

93968eec9674deddf27d14a7ec679a1df17b179d authored over 9 years ago by pancake <[email protected]>
Update NodeJS NAN bindings

9a0b2bd3428d37d6cd9c19f36b8b93a349539359 authored over 9 years ago by pancake <[email protected]>
Add sdb_like() api and extend sdb_match

294a1ae4b0b0a31621d8afc25e3714792a71617e authored over 9 years ago by pancake <[email protected]>
Bump 0.9.8 after release

dd253c71c22f3b18d75fb994d4fe7bab7631d2b4 authored over 9 years ago by pancake <[email protected]>
Initial import of the Node-NaN module

2a63abc8f0668603b87f3f7cf788e03783aa2d38 authored over 9 years ago by pancake <[email protected]>
Fix r_sys_rmkdir on windows

b2b75ed87c17817346b07ee6e6245e6e3a7aa561 authored over 9 years ago by pancake <[email protected]>
Double check boundaries to make cov happy

33b743504d4d1e78b260f929bea392d67b4e583c authored over 9 years ago by pancake <[email protected]>
More correctness for cdb.c

f32201e4eea0f07c7a71454b4922f581178aeac1 authored over 9 years ago by pancake <[email protected]>
Aim to fix some taint issues

8349f26a9388ca226c1cd6a9f3c8625598b00b3e authored over 9 years ago by pancake <[email protected]>
Update path.c

7d003b221f8c04ddf55ee32f342dff0537c673a5 authored over 9 years ago by SkUaTeR <[email protected]>
More build fixes

6dc708de1cbddb38738f73f4fff5f7ae1f3686c4 authored over 9 years ago by pancake <[email protected]>
Add `w32dist` target

dff18d991d6a187566db805d34a1b4e25282486e authored over 9 years ago by pancake <[email protected]>
Do not build memcache server by default

6bb5bf2714a527484b95715535226973cff1a086 authored over 9 years ago by pancake <[email protected]>
Use __SDB_WINDOWS__ instead of __WINDOWS__

1f7e98e10ea1b74b650ac96176beaa0f58a694bf authored over 9 years ago by pancake <[email protected]>
Try to fix mingw build issue

63a8347cd904a4c746d8b10856b33e2a5e2bf9ba authored over 9 years ago by pancake <[email protected]>
Fix off_t cast of ut32 issue

7ef10cfa3059650373844899d82aa4617ea8ae3e authored over 9 years ago by pancake <[email protected]>
Add another createfail test

55129ce3ef74f5c149367359d8d0667f32ccb3cb authored over 9 years ago by pancake <[email protected]>
Fix create tests for wine (drop \r)

9977731fb906a4252c8391064ee5b4d49f1087fb authored over 9 years ago by pancake <[email protected]>
Add more createfail tests

70ab3900ce0646f884abcb7c0730d1bc36a3e7da authored over 9 years ago by pancake <[email protected]>
Fix several COVs, better dumptwice test

2e62543268d3edd25c750d78f9f85bc382c5a6c4 authored over 9 years ago by pancake <[email protected]>
add more broken json tests

67eb02df48a5d4c0b8b9476a230a584e5ec2c827 authored over 9 years ago by pancake <[email protected]>
Mark a json test as fixed

92cdc8c7632f386de9f4ea951a8388ab219fb010 authored over 9 years ago by pancake <[email protected]>
More and better tests for create and grep

2abf257d995b2a57d8794170c3730b5554300f31 authored over 9 years ago by pancake <[email protected]>
Add `sdb -g` to grep

63256392a495cccc82f9f25e9efd49710101be5c authored over 9 years ago by pancake <[email protected]>
Honor the new R_{MIN|MAX}_DEFINED variables

c04dc482599425e9bc2060d5ec9eb57424209eda authored over 9 years ago by pancake <[email protected]>
Use the same R_MIN as in r2 to avoid a gcc warning

4eb9f6f89123f0c9836060e9df8e1046d061ffcc authored over 9 years ago by pancake <[email protected]>
Rename __WINDOWS__ to __SDB_WINDOWS__

d24eab9ceb480d00c38f4be6a3b41323da22a1b2 authored over 9 years ago by pancake <[email protected]>
Fix json-set asan crash issue

e2955f092af65ee080fad1dad777e21a58a8914e authored over 9 years ago by pancake <[email protected]>
Fix sdb_array_sort_num() 32bit pointer casting bug

c6d8af6db18b516d7b375ac29a530d356c77d21f authored over 9 years ago by pancake <[email protected]>
Fix ASAN crash in sdb_uncat. Fix test

2f79bf49a9afef60ced6b4e68453768371b05b35 authored over 9 years ago by pancake <[email protected]>
Fix sdb_sync() on windows rename issue, add tests, support wine and asan

4b569ab5089fdf7368e00fe3fd2b87f13ab5d88c authored over 9 years ago by pancake <[email protected]>
More blind w32 fixes

b35ea61b6f17a81eaf42821019c62d784bc9f726 authored over 9 years ago by pancake <[email protected]>
More w32 fixes

1dce6513252ad2accb175d94ae97c2fa635d90a1 authored over 9 years ago by pancake <[email protected]>
Fix aligned_malloc signature

b3513ff403311d88f8ccfd5f69a8ea7a795778ad authored over 9 years ago by pancake <[email protected]>
Change default compiler to make Travis happy

a4ebc07e105415cf286ea9058d6da78fab52b62c authored over 9 years ago by pancake <[email protected]>
Fix all w32 build warnings and change sdb-open-create file perms

edc936f0eeac45790e5e0a9d6649b41e0d9e425b authored over 9 years ago by pancake <[email protected]>
Fix -j and update manpage

fbb419d997455f1a5b3a4637c0d0b7bf719bdcc2 authored over 9 years ago by pancake <[email protected]>
Fix queries as arguments in 'sdb db - <arg>'

bae449b994fc9d4dc61bc3e652eb2eb32d46a99c authored over 9 years ago by pancake <[email protected]>