| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove Windows support | jailbird777 | 2021-07-30 | 1 | -2/+2 |
| * | free cache emptyline rb_dlink_node, allocated automatically but never freed•••==00:00:01:09.081 1762== 48 bytes in 2 blocks are definitely lost in loss record 545 of 991
==00:00:01:09.081 1762== at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==00:00:01:09.081 1762== by 0x56C14A2: rb_malloc (rb_memory.h:41)
==00:00:01:09.081 1762== by 0x56C177C: rb_bh_alloc (balloc.c:189)
==00:00:01:09.081 1762== by 0x56CA0A9: rb_make_rb_dlink_node (tools.c:65)
==00:00:01:09.081 1762== by 0x4E52D85: cache_file (cache.c:146)
==00:00:01:09.081 1762== by 0x4E52AC3: init_cache (cache.c:67)
==00:00:01:09.081 1762== by 0x4E69530: charybdis_main (ircd.c:762)
==00:00:01:09.081 1762== by 0x400815: main (main.c:8)
==00:00:01:09.100 1762== 2,808 bytes in 117 blocks are definitely lost in loss record 960 of 991
==00:00:01:09.100 1762== at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==00:00:01:09.100 1762== by 0x56C14A2: rb_malloc (rb_memory.h:41)
==00:00:01:09.100 1762== by 0x56C177C: rb_bh_alloc (balloc.c:189)
==00:00:01:09.100 1762== by 0x56CA0A9: rb_make_rb_dlink_node (tools.c:65)
==00:00:01:09.100 1762== by 0x4E52D85: cache_file (cache.c:146)
==00:00:01:09.100 1762== by 0x4E5337A: load_help (cache.c:301)
==00:00:01:09.100 1762== by 0x4E698AA: charybdis_main (ircd.c:848)
==00:00:01:09.100 1762== by 0x400815: main (main.c:8)
==00:00:01:09.100 1762== 5,328 (5,304 direct, 24 indirect) bytes in 221 blocks are definitely lost in loss record 971 of 991
==00:00:01:09.100 1762== at 0x4C2FB55: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==00:00:01:09.100 1762== by 0x56C14A2: rb_malloc (rb_memory.h:41)
==00:00:01:09.100 1762== by 0x56C177C: rb_bh_alloc (balloc.c:189)
==00:00:01:09.100 1762== by 0x56CA0A9: rb_make_rb_dlink_node (tools.c:65)
==00:00:01:09.100 1762== by 0x4E52D85: cache_file (cache.c:146)
==00:00:01:09.100 1762== by 0x4E53278: load_help (cache.c:266)
==00:00:01:09.100 1762== by 0x4E698AA: charybdis_main (ircd.c:848)
==00:00:01:09.100 1762== by 0x400815: main (main.c:8)
| Simon Arlott | 2016-10-30 | 1 | -0/+4 |
| * | Use rb_* versions of nonportable string functions | Elizabeth Myers | 2016-04-05 | 1 | -2/+2 |
| * | ircd: unbreak build | William Pitcock | 2016-03-24 | 1 | -1/+1 |
| * | ircd: start staging for relocatable paths | William Pitcock | 2016-03-24 | 1 | -8/+8 |
| * | common.h: raison d'être is gone, so out it goes.•••Fold whatever was left into ircd_defs.h
| Elizabeth Myers | 2016-03-23 | 1 | -1/+0 |
| * | Change struct Dictionary(*) to rb_dictionary(_\1).•••This cleans things up a slightly and puts the dictionary stuff in its
own namespace.
| Elizabeth Myers | 2016-03-23 | 1 | -3/+3 |
| * | DICTIONARY_FOREACH → RB_DICTIONARY_FOREACH•••This is in librb and therefore should be prefixed.
| Elizabeth Myers | 2016-03-23 | 1 | -2/+2 |
| * | Move irc_* data structures to librb.•••This makes the base ircd less cluttered up with data structures that can
go elsewhere.
| Elizabeth Myers | 2016-03-06 | 1 | -8/+8 |
| * | Remove $Id tags from everything.•••These are obsolete and none have changed since 10 years gao...
| Elizabeth Myers | 2016-03-06 | 1 | -2/+0 |
| * | Remove libratbox's snprintf.c, update related ircd code | Valerii Iatsko | 2016-02-10 | 1 | -4/+4 |
| * | ircd: ensure irc_dictionary users have names, for stats tracking. | William Pitcock | 2016-01-09 | 1 | -2/+2 |
| * | rename src to ircd, libcore to libircd | William Pitcock | 2016-01-06 | 1 | -0/+392 |