Ecosyste.ms: OpenCollective

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

github.com/radareorg/sdb

Simple and fast string based key-value database with support for arrays and json
https://github.com/radareorg/sdb

source dist fixes for the python module

29a76ddfb12c45bc1f3320f8707b7f2e6f096e2b authored over 2 years ago by pancake <[email protected]>
More wip work

57db2bdacb9ed660fabf3dc09df362decfb729b3 authored over 2 years ago by pancake <[email protected]>
Initial work on a native python module

f278cf627ae4bec9c1558efeeb3a3d4929c45abc authored over 2 years ago by pancake <[email protected]>
Initial massaged ctypes support for python3

72b27dc86af3edad41ee74c78bde05eca5f00a58 authored over 2 years ago by pancake <[email protected]>
Fix uninitialized variable bug in sdb.query

227134de719955f5029f420065e2a5526dbbc80e authored over 2 years ago by pancake <[email protected]>
Define getpid for mingw too

4cc5f9d9db9f9bccec62c372a0dbaeb73782a9c7 authored over 2 years ago by pancake <[email protected]>
Cache miss optimizations and dont preincrement in fors

ec2e34a1dc6e5f3756e372334f2607c381798346 authored over 2 years ago by pancake <[email protected]>
kvs struct array can be const

5c28708397cd1366893acad7b5ce8f14bd65e1b5 authored over 2 years ago by pancake <[email protected]>
Fix -Wmaybe-uninitialized in query.c

3bd48e76a34f6eebbd8d2f1e41b4af8636ff5d7a authored over 2 years ago by pancake <[email protected]>
Release 1.9.0 - deshadowed

2ab6afdcf1f4e06b4a23356d98254702a5bd611b authored over 2 years ago by pancake <[email protected]>
Cleaner test/suite/run.sh titles

64a4532d69705f5254109376d26ad6844c6971a9 authored over 2 years ago by pancake <[email protected]>
Optimize hashtable kv reserve allocation

1287815058dff118fdcc005269f0b91104abd8d2 authored over 2 years ago by pancake <[email protected]>
Boolify this local static, but should be removed

a2473f49a7a24116f8f05b6215a19f218cddd1fc authored over 2 years ago by pancake <[email protected]>
Oobwrite

7e04f11488881be41d170f16e7644e2fb58bf507 authored over 2 years ago by pancake <[email protected]>
Fix testsuite

ef69b8bcf77092de992b240caa14443cdd93d861 authored over 2 years ago by pancake <[email protected]>
check the return of calloc (#253)

4cc35c2f6fe05a00a95120855b695c47c3e52f90 authored over 2 years ago by bonniegong <[email protected]>
Release 1.8.8

7b7e6e40a52bb2e41bd256f90800b0ff78b99b06 authored over 2 years ago by pancake <[email protected]>
Fix build with -Wshadow -Werror

9f3a421acb1ba113db683b783a6e685fec51e7a4 authored over 2 years ago by pancake <[email protected]>
Check return for write

cac31abf947fc751b5d1922d1c1120f973932933 authored almost 3 years ago by pancake <[email protected]>
Error checking when writing to stdout

8940fe0790e13b7274ff234a7b90420eb45337a5 authored almost 3 years ago by pancake <[email protected]>
Fix memory leaks when ftruncate fails

63b8561b76b89105fd44ff0421d7306c89f48bd1 authored almost 3 years ago by pancake <[email protected]>
Release 1.8.6

5caed05e76e0bfa00b179f7ca3a49e0abdc95044 authored almost 3 years ago by pancake <[email protected]>
Remove all calls to eprintf from library apis (#248)

* fputs(stdout) is still pending to be removed, but this requires breaking API and ABI

aa6d13a2a3abeff64b70e4809cbef9bcb923df42 authored almost 3 years ago by pancake <[email protected]>
Check for return value in the ftruncate call (#249)

2fc9f37f8f6205eff2ee0840fb7d25bddc200fd7 authored almost 3 years ago by pancake <[email protected]>
Use stdint types (#247)

d76a88c0cf039777b3a8d994122d08991acf205e authored almost 3 years ago by pancake <[email protected]>
Fix cast

1dcc00fb485ae574ef4ba58a17f11d7f9ac77a30 authored almost 3 years ago by pancake <[email protected]>
Indentation and coding style cleanups

c10a1240e2606e48543c19e4a40acdd03efb49a7 authored almost 3 years ago by pancake <[email protected]>
Remove unnecessary includes

01d15c9cb5bc11f0f179f72a591c565a98b862bb authored almost 3 years ago by pancake <[email protected]>
Use functions instead of multiline macros in text.c

9a81ca961f968a5954ca7f149798aa2addd5d632 authored almost 3 years ago by pancake <[email protected]>
Make sdb compilable as C++ (#245)

* Make sdb compilable as C++

* Add casts as void* is not typable enough
* Add ls_foreach_cas...

b6965582e9e3005534d1465d9fce4572e6396387 authored almost 3 years ago by pancake <[email protected]>
After release version bump

bacfc91c58ea19c2c44a5972acec0d3a7638feb3 authored almost 3 years ago by pancake <[email protected]>
Release 1.8.4

d5dcb5f84399c14a613b76e51baa59bc29f22603 authored almost 3 years ago by pancake <[email protected]>
Add wapm pkg

ba5b43843a5a22689431251f5d221c1b67198ca3 authored almost 3 years ago by pancake <[email protected]>
APIs shouldnt eprintf and fix the wasi build

c5cc31596862357d77de826433c33cf3cf6ca90f authored almost 3 years ago by pancake <[email protected]>
ifdef -> if typo

a70bf2696d143f78b08d8789fc8cd4cdb5d3fdea authored almost 3 years ago by pancake <[email protected]>
Handle EMSCRIPTEN

7f0d7e5ed0c4cb6d094d91152e0458b85120101d authored almost 3 years ago by pancake <[email protected]>
Fix uninitalized variable bug spotted by coverity

5199028059cf9579ff09ada9cdfcad81e1a3e808 authored almost 3 years ago by pancake <[email protected]>
Disable journal file by default, fixes double echo in sdb_dump

4d6e201a89881697048a80d1f1e0864b47e7837e authored almost 3 years ago by pancake <[email protected]>
Remove space before ( in function definitions

b2460a9800f487a34654d6366cd380fe310c39e2 authored almost 3 years ago by pancake <[email protected]>
Remove TLS and make sdb thread-safe

* Nuke sdb_fmt
* Mark goto tables as const
* Mark lookup table as const
* Move nextcas into SdbK...

e7d259c23a8fb063a0cb48f77cf60a61b1c42467 authored almost 3 years ago by meme <[email protected]>
Not thready by default

064d12ca9415b3ebf54a43aa5dc6db732406c6cc authored almost 3 years ago by pancake <[email protected]>
Fix asan leaks in tests

b0c7e061ace1036004d8b4f02c53ba3be1fb15d1 authored almost 3 years ago by pancake <[email protected]>
Make sdb_fmt thread safe, despite it should die asap

50fd5f471f41940ff8bc20b8a43356c8e567a56d authored almost 3 years ago by pancake <[email protected]>
Make it thread safe

a655af1f24cd825488453acaa7551b5285594300 authored almost 3 years ago by pancake <[email protected]>
Use more joinpaths

406f983ce0fe95ad1ae94b759fc3101ce0e88264 authored about 3 years ago by pancake <[email protected]>
Fix ULLFMT for mingw

a967406c7fa550a34cc9be5e349109df0bcd8237 authored about 3 years ago by pancake <[email protected]>
unistd.h for unix and mingw

ded1a2f959e9aaae929fdf766136cffe2bad3388 authored about 3 years ago by pancake <[email protected]>
More fixes for mingw

72835e287e7bbac90a34a3b322e5ee8d59594f80 authored about 3 years ago by pancake <[email protected]>
Handle .lib

1b5a25818de8a043b4feec5e987f2edfdad7acf9 authored about 3 years ago by pancake <[email protected]>
Release 1.8.3

d83175f9c2aaaf8f431c71ec5d0a15872adb77b5 authored over 3 years ago by pancake <[email protected]>
Rework sdb_itoa buffer management to silence GCC warning (#242)

make a clearer separation between temporary and allocated string buffer
eleminating gcc warning...

af2aafbaab8b5859a1430fcc4f2c6e6000135c49 authored over 3 years ago by Henrik Nordström <[email protected]>
Release 1.8.2

403a1a3cda8a5eb0d5effe29071b45eac87de2b3 authored over 3 years ago by pancake <[email protected]>
EXT_SO/EXT_AR/EXT_EXE all contain a dot now

5f4aaaca68d26f09de6fad552325b49ffb684c82 authored over 3 years ago by pancake <[email protected]>
Fix incorrect use of filtering variables

e86d7ff442ec9e27a94f5c1e6ba8c3555cc450b4 authored over 3 years ago by pancake <[email protected]>
Add EXT_AR

4b2a868e041ea5f812f1dfdda32d6e6b61b20d1c authored over 3 years ago by pancake <[email protected]>
Fix null deref spotted by visual studio

cf65c2268c6ebb40aa14e0377c775a19bb73695f authored over 3 years ago by pancake <[email protected]>
Fix foreach depth issue with cgen

324cb27775405165c03cb2a4b5509f9e3acd2de3 authored over 3 years ago by pancake <[email protected]>
Fix memleak on io error

ef6c825328f2d00ba1a7c53dab7ca72a4b19a843 authored over 3 years ago by pancake <[email protected]>
Fix more warnings

c2da83afb733a8f8a6618bf70b9696a716df09f3 authored over 3 years ago by pancake <[email protected]>
Minor indent in test file

b9c92eac77981582c0c26dc5217a13bed2981301 authored over 3 years ago by pancake <[email protected]>
Release 1.8.1

7fd0b28d6e79563bd1bde6385f84cebc16ca9f98 authored over 3 years ago by pancake <[email protected]>
Remove the extra newline in the query responses

bf04eec2214c512087f0480fcdfd566996c2df08 authored over 3 years ago by pancake <[email protected]>
Add wasi helper script to download the sdk

8adc6c26a024057ceba9a6350e8361a87fff1f3d authored over 3 years ago by pancake <[email protected]>
Improve error handling in text db format

55afe8bf979bc757b772d2c7c8d037fac9be9bda authored over 3 years ago by pancake <[email protected]>
Fix void function signature

37d8a728a892e5881a6176298db954886405484c authored over 3 years ago by pancake <[email protected]>
undef before redefine

5235fbe7e4f14380247c70ea6863925783a2e264 authored over 3 years ago by Sergi Àlvarez i Capilla <[email protected]>
Add one more wasi trick

3d7d41d7ce5009f01dc5f16c80a3dc9f61b6e1a6 authored over 3 years ago by Sergi Àlvarez i Capilla <[email protected]>
Fixes for the wasi

77000dc0ddda5f1b417c56d3595c0f6171fee500 authored over 3 years ago by Sergi Àlvarez i Capilla <[email protected]>
Release 1.8.0

1e147b1b2b53d1bf1f90c9d5e164403a76c2d91b authored over 3 years ago by Sergi Àlvarez i Capilla <[email protected]>
Fix new coverities

5a6c9aac8188b21860366977253916775510bf81 authored over 3 years ago by pancake <[email protected]>
Fix issues spotted when used from r2

ed73bd2f8826f45184c104640f81331b75e0d6b9 authored over 3 years ago by pancake <[email protected]>
More memleak fixes

7894304c056f13a4ee122abf6d47169b0c486c50 authored over 3 years ago by pancake <[email protected]>
Fix memleaks reported by asan and enable it in the CI

2396b9a2ba4622afca33ff18326922e88edac462 authored over 3 years ago by pancake <[email protected]>
Racy fix

f5596a62e746653194310d50b9beb4d8a7ef7e23 authored over 3 years ago by pancake <[email protected]>
Fix parse

be3f4ec7c26073b848589c078551def1527bc71d authored over 3 years ago by pancake <[email protected]>
Some more cmdparsing fixes

628c3870924f5a45a3a2953291625fb83bb7c139 authored over 3 years ago by pancake <[email protected]>
Bump version

a2b6654a8221e96a6103cd5a45d40705d479b77e authored over 3 years ago by pancake <[email protected]>
Minor indent

63ea1eb84d041921e3d0edabc29cfd881e3b1369 authored over 3 years ago by pancake <[email protected]>
Fix -o usage

c642a1fc7bae48d63af0debb2dd2c29bdb90a121 authored over 3 years ago by pancake <[email protected]>
Handle -o

b29bdf99c906bc81f7280095cfa7307398d275c7 authored over 3 years ago by pancake <[email protected]>
fix cname/name

d9ac21f1d1bc58bb7c8e893d77dfadb994efae8d authored over 3 years ago by pancake <[email protected]>
Initialize loop variable

40176d3c3a15d6446a7dddba4bdf83150fed7483 authored over 3 years ago by pancake <[email protected]>
Dont run gperf when -t is used

fbf8d75696efc7e788a0fd7e8f5cc02ab0fb24c6 authored over 3 years ago by pancake <[email protected]>
One more check

739c10b295e586b29030db01400e44ea2da5f053 authored over 3 years ago by pancake <[email protected]>
non-gperf cgen have no hard limit

0afdf0f678026379b9e8df8d0989c066eca7608e authored over 3 years ago by pancake <[email protected]>
Initial support for the -Ct no-gperf cgen backend

86047435d3e2120235c0efeebba57cf13860559e authored over 3 years ago by pancake <[email protected]>
commandline -> command-line

88daa33e6086b8607de431dd358d4685f3df8c61 authored over 3 years ago by pancake <[email protected]>
Bring back the working sdb -

e4d63fc2b08e520495bdf0eed9b1aa8d34a0ccf3 authored over 3 years ago by pancake <[email protected]>
Purge the remaining format-define leftovers

dfea2a636e39462eeae61a7d6a04b3fb362f62b9 authored over 3 years ago by pancake <[email protected]>
Fix memleaks in main/dump

aa5bc65e1e1104b14e2ce7c3ad834992c1d8aa87 authored over 3 years ago by pancake <[email protected]>
Fix `sdb -`

e4e5565227ef9cd21815f32a2ab8d4a214e39e99 authored over 3 years ago by pancake <[email protected]>
One more fix

4ba5f7a18005b8d1e3c46d4305664c13d8a3a787 authored over 3 years ago by pancake <[email protected]>
Optimize ls_sort() fixes https://github.com/radareorg/radare2/issues/18322

79d1fa3ffa8cb4023a2904215b8fbcccb908a350 authored over 3 years ago by pancake <[email protected]>
Also test the gperf

4d4398ba4c5ae4bea2a95dbae6479dc1df5dfcf7 authored over 3 years ago by pancake <[email protected]>
Refactor the commandline argument parsing

066c420c84cd1fa72e1cf4ed9cf24df7078ffa2d authored over 3 years ago by pancake <[email protected]>
Add gperf hard limit to avoid sdb -C to get stuck forever

a60c5cb29aa940425e41b87d1a74a5bcaa40e17f authored over 3 years ago by pancake <[email protected]>
Support SdbGperf.foreach primitive

8b6f27a44a9955889fdd5c1007b71c31b9f0a0a3 authored over 3 years ago by pancake <[email protected]>
Add gperf test

a2de5e301e567afe63165ceafd349a49260e21d9 authored over 3 years ago by pancake <[email protected]>
Handle dash

4092e7cd11c69dc8407e9056d272606f2272cefc authored over 3 years ago by pancake <[email protected]>
Cleanup TODO and update COPYING timestamp

794b36cbbd68daecad94a043aa67978ff9d6b5d7 authored over 3 years ago by pancake <[email protected]>