index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
misc.c
Age
Commit message (
Expand
)
Author
2018-01-07
Properly dispose the GSList chains
LemonBoy
2018-01-03
check if \\c is complete in eval
ailin-nemui
2017-07-05
Merge branch 'fix-10' into 'security'
Nei
2017-07-03
Merge pull request #653 from ailin-nemui/regexex
ailin-nemui
2017-06-29
Check return value of localtime
Nei
2017-06-17
parse_time_interval: Allow negative time in settings
dequis
2017-06-04
Refactor regex and implement UTF8 mode for GRegex
ailin-nemui
2017-05-18
Add parse_uint function to improve integer overflow handling
dequis
2017-03-08
expand_escape: expand double backslash as a backslash
dequis
2017-03-06
Revert "Quote the filename when dcc requests are auto accepted."
ailin-nemui
2017-02-22
Handle file names with quotes.
LemonBoy
2017-01-03
switch for gregex and regex.h
Ailin Nemui
2017-01-02
Use GLib's regexp interface (backed by PCRE)
LemonBoy
2016-10-22
Add function to convert a buffer to a colon-delimited hex string.
Alexander Færøy
2016-06-05
Factor out some redundant code and remove hashtable_get_keys
LemonBoy
2016-06-05
str_to_uofft is a tiny wrapper over strtoul{,l}
LemonBoy
2016-06-05
Update the g_istr_hash function to use the djb hash
LemonBoy
2016-06-05
Remove unused regexp_match
LemonBoy
2016-06-05
Replace strarray_length with g_strv_length
LemonBoy
2016-06-05
Replace strocpy with g_strlcpy
LemonBoy
2016-06-05
Replace mkpath with g_mkdir_with_parents
LemonBoy
2016-03-14
Return -1 from null-test to comply with the rest of strarray_find
Jari Matilainen
2015-12-09
Remove all WIN32 ifdefs (unifdef -UWIN32)
dequis
2015-11-09
strsplit_len: make it look more like the original version
dequis
2015-11-09
strsplit_len: use strlen() directly instead of a remaining_len variable
dequis
2015-10-23
Fix invalid reads in strsplit_len when splitting on spaces
dequis
2015-09-02
Fix two minor issues outlined in the PR#222
LemonBoy
2015-05-05
Implement support for IRCv3.1 CAP negotiation
LemonBoy
2015-04-07
Change all strcmp() to g_strcmp0() to handle nulls gracefully
dequis
2014-10-19
Try to split long lines on spaces
Sebastian Thorarensen
2014-07-07
Fix Clang warnings
Alexander Færøy
2014-07-06
Fix minor coding style issues in message splitting
Sebastian Thorarensen
2014-07-06
Properly split long IRC messages
Sebastian Thorarensen
2014-06-10
Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.
David Hill
2010-11-17
Do not go beyond the end of the string when processing an octal escape.
Jilles Tjoelker
2010-04-03
deprecated glib strup/down fixes from exg.
Alexander Færøy
2009-04-03
Make the time duration parser stricter.
Jilles Tjoelker
2008-04-25
Refactor code to create a watcher for an fd into a function.
Emanuele Giaquinta
2008-03-29
Remove unneeded includes.
Emanuele Giaquinta
2008-03-28
Make strstr_full_case internal.
Emanuele Giaquinta
2008-03-09
Use g_ascii_str{,n}casecmp for case insensitive comparison with
Emanuele Giaquinta
2008-03-03
Rename some variables.
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2005-09-10
Make parse_time_interval recognize negative times. Patch by Danijel Tasov and...
Wouter Coekaerts
2004-11-04
Fixed bug with time settings where hours actually returned 60*hours
Valentin Batz
2004-03-23
added strocpy()
Timo Sirainen
2003-11-16
parse_time_interval: x days were actually returned as hours. weeks were
Timo Sirainen
2003-11-16
Time parsing: allow omitting time unit without warning for backwards
Timo Sirainen
2003-01-31
Removed execute(), not used.
Timo Sirainen
[next]