issues
search
antirez
/
sds
Simple Dynamic Strings library for C
BSD 2-Clause "Simplified" License
4.93k
stars
480
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix typo in README
#151
rsaarelm
opened
6 months ago
0
Potential integer overflow in sds.c
#150
Crispy-fried-chicken
opened
9 months ago
0
Generate libsds.so
#149
Poorneshmindteck
opened
11 months ago
2
Add missing realloc check
#148
jcorporation
opened
1 year ago
0
Typos in README
#147
jkbenaim
opened
1 year ago
0
Add MSVC support.
#146
szanni
opened
1 year ago
0
Unexpected behaviour
#145
ghost
opened
2 years ago
1
Update README.md
#144
rsynnest
closed
2 years ago
1
Maintenance?
#143
jcorporation
opened
2 years ago
3
How can i clear the string without freeing it?
#141
prajwalch
closed
2 years ago
0
readme updates
#140
awmorgan
opened
2 years ago
0
Update the prototype of `sdsTest` to match the implementation.
#139
paulherman
closed
2 years ago
0
Teach sdscatfmt to take %c conversion specifier.
#138
miasujii
opened
3 years ago
0
Add note about sdsnewlen(0, ...) to readme
#137
miasujii
opened
3 years ago
0
Extra
#136
Sandroid75
opened
3 years ago
0
Small typo in documentation, had written scscatrepr instead of sdscatrepr
#135
quadroli
opened
3 years ago
0
sdscatfmt call sdsMakeRoomFor, asked for more space than intended
#134
huangzhw
opened
3 years ago
0
Replaced "to" by "two " in README.md
#133
cassepipe
closed
3 years ago
0
docs: fix simple typo, termined -> terminated
#132
timgates42
opened
4 years ago
0
sdscatfmt doesn't support flags
#131
midn1
opened
4 years ago
0
Question: Violation of Strict Aliasing Rule ?
#130
Ursescu
opened
4 years ago
3
Corrected sample code in readme.
#129
Reki-code
opened
4 years ago
0
Avoid warnings with -Wshadow
#128
six809
opened
4 years ago
0
Fix typo "BDS two clause" -> "BSD two clause"
#127
auvi
opened
4 years ago
0
add missing marco in sdsalloc.h
#126
hwware
opened
4 years ago
0
Make sds.h compatible for C++
#125
franzflasch
opened
4 years ago
1
fix SDS_NOINIT declaration for gcc -fno-common
#120
ddiss
closed
3 years ago
1
sdscat & sdscatsds in-place?
#119
drkameleon
opened
4 years ago
1
Fixed sdscat*() bug: read memory error
#118
iiol
opened
4 years ago
5
malloc/realloc only powers of two?
#117
ericcurtin
opened
4 years ago
1
fixed small error
#116
0xflotus
opened
4 years ago
0
upgrade sds.c sdscatvprintf
#115
wangzhione
opened
4 years ago
0
Fixed empty tokens caused by the location of separator in sdssplitlen()
#114
XiongKezhi
opened
4 years ago
0
simplify code in sdsrange
#113
XiongKezhi
opened
4 years ago
0
Fix NULL pointer issue
#112
junlon2006
closed
5 years ago
1
Some confusions on sdshdr5 & sdshdr8 on key/value actual memory usage and MEMORY USAGE command
#111
houximing
opened
5 years ago
1
sds and interrupts
#110
k1mgy
opened
5 years ago
0
Use of _ in string causes sdssplitlen() to return no tokens
#109
k1mgy
opened
5 years ago
1
README error in example fix for issue #105
#108
slothlockneo
opened
5 years ago
0
Add function to create sds from hex string representation of binary data
#107
hu55a1n1
opened
5 years ago
0
Add install target to Makefile
#106
oxr463
opened
5 years ago
0
Error in example
#105
emilfihlman
opened
5 years ago
1
Change SDS_HDR_VAR macro to a properer definition.
#104
0xtonyxia
opened
5 years ago
0
Merge pull request #1 from antirez/master
#103
vtavares00dev
closed
5 years ago
0
Added table of contents to readme
#102
DougBeney
opened
5 years ago
0
Enough awesome changes for a new version
#101
easyaspi314
opened
6 years ago
0
Dead Store v.2.0.0
#100
PatriciaSVMonteiro
opened
6 years ago
0
Null Dereferences v2.0.0
#99
PatriciaSVMonteiro
opened
6 years ago
2
Using sds in embedded environment, even on Arduino?
#98
psprint
opened
6 years ago
2
Make install target
#97
topilski
opened
6 years ago
1
Next