summaryrefslogtreecommitdiff
path: root/src/core/wee-util.c
AgeCommit message (Expand)Author
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-07-04api: fix type of value returned by function util_get_time_stringSébastien Helleu
2015-07-04api: fix type of value returned by functions utf8_prev_char, utf8_next_char a...Sébastien Helleu
2015-04-30core: add comments after some #endifSébastien Helleu
2015-01-19core: check that filename is not NULL in function util_file_get_contentSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-08-29api: use microseconds instead of milliseconds in functions util_timeval_diff ...Sébastien Helleu
2014-07-05core: check that timeval arguments are not NULL in timeval functionsSébastien Helleu
2014-03-11api: add option "signal" in function hook_set to send a signal to the child p...Sebastien Helleu
2014-02-26core: fix size used in some snprintfSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-08-01core: add option weechat.startup.sys_rlimit to set system resource limits for...Sebastien Helleu
2012-02-19core: fix memory leak in function util_search_full_lib_nameSebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-11-27core: check pointer returned by function localtimeSebastien Helleu
2011-11-27irc: fix crash when signon time in message 317 (whois, idle) is invalid (too ...Sebastien Helleu
2011-11-15core: allow list for option weechat.plugin.extension (makes weechat.conf port...Sebastien Helleu
2011-11-03core: fix typo: occured -> occurredSebastien Helleu
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-10-19core: fix freeze when calling function util_file_get_content with a directory...Sebastien Helleu
2011-08-28core: fix bugs with calls to reallocSebastien Helleu
2011-08-18core: remove some compilation warnings under CygwinSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-07Add color support in option weechat.look.buffer_time_formatSebastien Helleu
2010-08-03Fix bug with version number when version ends with "-rcX"Sebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-04-08Reformat and add comments for description of C sourcesSebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-02-10Add "version_number" for API function weechat_info_get to get WeeChat version...Sebastien Helleu
2010-02-09Add new option weechat.look.time_format to customize default format for date/...Sebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-11-07Check SSL certificates and use self-signed certificate to auto identify on IR...Sebastien Helleu
2009-06-14Do not auto-load hidden files in script plugins (bug #21390)Sebastien Helleu
2009-06-12Remove variable with "WeeChat required version" in plugins, do not compare ve...Sebastien Helleu
2009-01-03Update copyright datesSebastien Helleu
2008-10-30Add new features to logger plugin (command /logger, log level, level by buffe...Sebastien Helleu
2008-09-05Many changes in docSebastien Helleu
2008-06-03Add "const" keyword for some "char *" function arguments (core and plugins API)Sebastien Helleu
2008-05-22Fix crash with version comparison (when loading plugin)Sebastien Helleu
2008-04-11Improved /set command, added /unset command, new name for config files (*.conf)Sebastien Helleu
2008-04-03Fixed compilation problems when gnutls dev lib is not foundSebastien Helleu
2008-03-23Removed sizeof(char) and useless type casts from void* to another pointer typ...Sebastien Helleu
2008-03-23Check plugin version when loading it, to prevent crash when loading old pluginsSebastien Helleu
2008-03-22Added tags for lines and custom filtering by tags or regex (task #7674), fixe...Sebastien Helleu
2008-02-02Use of sizeof(char) in all malloc/realloc for stringsSebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu