index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
wee-string.c
Age
Commit message (
Expand
)
Author
2020-08-23
api: add argument "bytes" in function string_dyn_concat
Sébastien Helleu
2020-05-21
core: move functions string_base_encode and string_base_decode from plugin-ap...
Sébastien Helleu
2020-05-21
core: return -1 in case of error in functions string_base16_decode and string...
Sébastien Helleu
2020-03-01
core: move crypto functions to wee-crypto.c, rename API function string_hash ...
Sébastien Helleu
2020-03-01
core: merge functions string_hash_binary and string_hash into a single functi...
Sébastien Helleu
2020-02-29
core: add support of CRC32 algorithm in hash functions
Sébastien Helleu
2020-02-29
api: add functions string_hash_binary and string_hash
Sébastien Helleu
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-10-12
core: add reverse of string for screen in evaluation of expressions with "rev...
Sébastien Helleu
2019-09-17
Fixed segfault during excessive evaluation.
Tobias Stoeckmann
2019-06-15
api: add argument "strip_items" in function string_split
Sébastien Helleu
2019-06-15
core: check that string pointer is not NULL in function "string_shared_get"
Sébastien Helleu
2019-03-17
core: fix typo: Weechat -> WeeChat
Sébastien Helleu
2019-03-10
core: replace argument "keep_eol" by "flags" in function string_split (closes...
Sébastien Helleu
2019-03-09
core: add value -1 for keep_eol in function string_strip (issue #1322)
Sébastien Helleu
2019-02-27
api: add function string_match_list
Sébastien Helleu
2019-01-26
core: fix compilation of empty regular expression (not allowed on FreeBSD)
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for all links where secured http is supported
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-11-04
api: add functions string_base_{encode,decode}, remove functions string_{enco...
Sébastien Helleu
2018-11-02
api: return integer in function string_encode_base16
Sébastien Helleu
2018-11-02
api: return integer in function string_encode_base64
Sébastien Helleu
2018-11-02
core: add support of TOTP generation/validation (Time-based One-Time Password)
Sébastien Helleu
2018-10-09
core: add repeat of string in evaluation of expressions with "repeat:count,st...
Sébastien Helleu
2018-08-15
api: fix memory leak in function string_split
Sébastien Helleu
2018-08-12
core: fix check of tags in lines
Sébastien Helleu
2018-06-02
core: add reverse of string in evaluation of expressions with "rev:" (closes ...
Sébastien Helleu
2018-06-02
core: count number of chars instead of bytes for suffix in function string_cut
Sébastien Helleu
2018-06-02
core: return NULL in function string_cut if string is NULL
Sébastien Helleu
2018-01-07
core: fix some styles
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-11-04
core: add missing includes of stdio.h
Sébastien Helleu
2017-06-10
core: free use of pointer after free in case of error in function string_dyn_...
Sébastien Helleu
2017-04-24
core: add a way to count the suffix length in max chars displayed in cut of s...
Sébastien Helleu
2017-04-22
core: ensure length is not negative in function string_strndup
Sébastien Helleu
2017-04-02
api: fix memory leak in function string_dyn_free()
Sébastien Helleu
2017-04-01
api: return pointer to string in function string_dyn_free() if argument "free...
Sébastien Helleu
2017-03-27
core: add cut of string with max chars displayed in evaluation of expressions
Sébastien Helleu
2017-03-25
core: add cut of string in evaluation of expressions
Sébastien Helleu
2017-03-25
core: add ternary operator (condition) in evaluation of expressions
Sébastien Helleu
2017-03-25
api: add dynamic string functions (string_dyn_*)
Sébastien Helleu
2017-03-25
core: check that pointers received in arguments are not NULL in "free" functions
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-10-20
api: fix string_expand_home SIGSEGV when HOME environment variable unset
Simmo Saan
2016-10-02
api: fix return of function string_match() when there are multiple masks in t...
Sébastien Helleu
2016-07-09
core: rename function string_iconv_fprintf to string_fprintf
Sébastien Helleu
2016-05-08
core: fix the hardcoded separator in string_split_command
Wojciech Kwolek
2016-02-18
core: fix typo in a comment
Sébastien Helleu
2016-01-31
core: fix typo in a comment
Sébastien Helleu
[next]