Age | Commit message (Expand) | Author |
2017-01-01 | core: update copyright dates | Sébastien Helleu |
2016-11-28 | core: add option "time" in command /debug | Sébastien Helleu |
2016-07-09 | core: rename function string_iconv_fprintf to string_fprintf | Sébastien Helleu |
2016-03-21 | core: add pointer in some callbacks (closes #406) | Sébastien Helleu |
2016-02-22 | core: fix long lines | Sébastien Helleu |
2016-01-01 | core: update copyright dates | Sébastien Helleu |
2015-07-15 | core: add variables with count of hooks | Sébastien Helleu |
2015-04-30 | core: add comments after some #endif | Sébastien Helleu |
2015-01-01 | core: update copyright dates | Sébastien Helleu |
2014-08-30 | core: add debug functions to measure time spent in code/functions | Sébastien Helleu |
2014-03-18 | core: update the message displayed on crash | Sebastien Helleu |
2014-01-01 | core: update copyright dates | Sebastien Helleu |
2013-11-18 | core: use #ifdef to check if versions are defined in signal "debug_libs" | Sebastien Helleu |
2013-11-18 | core: remove "v" before versions displayed by /debug libs | Sebastien Helleu |
2013-11-17 | core: add option "libs" for command /debug, add signal "debug_libs" | Sebastien Helleu |
2013-11-17 | core: remove obsolete signals "debug_buffer" and "debug_windows" | Sebastien Helleu |
2013-08-02 | Merge branch 'secured-data' | Sebastien Helleu |
2013-08-02 | core: rename binary and man page from "weechat-curses" to "weechat" (task #11... | Sebastien Helleu |
2013-07-30 | core: use variable "items_count" directly from hashtable without calling func... | Sebastien Helleu |
2013-03-17 | core: fix typos in many comments and some strings | Sebastien Helleu |
2013-02-14 | core: add option "dirs" for command /debug | Sebastien Helleu |
2013-01-01 | core: update copyright dates | Sebastien Helleu |
2012-12-15 | core: move comments with description of C file to top of files | Sebastien Helleu |
2012-12-13 | core: reformat comments for functions | Sebastien Helleu |
2012-10-21 | core: remove duplicated #include | Sebastien Helleu |
2012-08-27 | api: allow update for some variables of hdata, add new functions hdata_update... | Sebastien Helleu |
2012-01-08 | core: update copyright dates | Sebastien Helleu |
2011-12-07 | core: add option "hooks" for command /debug | Sebastien Helleu |
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu |
2011-07-05 | core: add context "search" for keys (to define keys used during search in buf... | Sebastien Helleu |
2011-06-26 | core: many improvements on hdata | Sebastien Helleu |
2011-06-13 | core: add "hdata" (direct access to WeeChat/plugin data) | Sebastien Helleu |
2011-06-01 | core: add option "infolists" for command /debug | Sebastien Helleu |
2011-05-07 | core: improve output of /debug windows | Sebastien Helleu |
2011-02-21 | Fix typo in /debug windows | Sebastien Helleu |
2011-02-10 | Add option "memory" to command /debug | Sebastien Helleu |
2011-01-01 | Update copyright dates | Sebastien Helleu |
2010-09-17 | Add optional plugin name for command /debug dump and signal "debug_dump" | Sebastien Helleu |
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu |
2010-04-08 | Reformat and add comments for description of C sources | Sebastien Helleu |
2010-01-03 | Update copyright dates | Sebastien Helleu |
2009-12-16 | Add option "term" for command /debug: display infos about terminal and availa... | Sebastien Helleu |
2009-04-26 | Remove time in weechat.log file when dumping data (crash or user is asking dump) | Sebastien Helleu |
2009-01-04 | Remove unused functions and prototypes | Sebastien Helleu |
2009-01-03 | Update copyright dates | Sebastien Helleu |
2008-11-04 | Fix bug with pointer conversions on 64 bits architecture | Sebastien Helleu |
2008-10-02 | Add new /layout command and save_layout_on_exit config option, to save/restor... | Sebastien Helleu |
2008-08-19 | Reintroduce /upgrade command, working only with core and IRC plugin today | Sebastien Helleu |
2008-06-03 | Add "const" keyword for some "char *" function arguments (core and plugins API) | Sebastien Helleu |
2008-05-06 | Do not clean all GUI objects when crashing after SIGSEGV (this can cause cras... | Sebastien Helleu |