0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Dec 06, 2024 — Dec 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- portability: change CHARBITS -> BITSPERBYTE in util/hashtable.c - portability: check for vaules.h at configure time. - bug fix: missing LOG_print argument in outputmod/omod_udp.c - bug fix: reset buffer in message/syslog_cooked.l with each new message. More... over 22 years ago
- bug fix: sync problem between IMs and conttrollers when under insane load. - improved DPRINT_BUF - Updated KNOWN_BUGS. - Added frame header stuff to IPC layer * #if'ed out * Probably not fully correct * Left in b/c it's useful when debugging IPC problems which are related to IM/controller getting out of sync. It allows the program to function ... which made it easier to figure out what was wrong. More... over 22 years ago
- bug fix: correct parsing code to not drop the MESSAGE field (only happend in certain cases). More... over 22 years ago
- reduce BEEP IM shutdown time. - fix messed up select call in BUF_send() - bug fix: BEEP IM initilized the IPC layer twice. More... over 22 years ago
- remove some stuff that was put in for debugging ... didn't realize the statements were still there until too late in the last commit. More... over 22 years ago
KNOWN_BUGS: - bring up-to-date More... over 22 years ago
- BEEP fixes: * better shutdown handling for server and client * correct implementation of syslog/COOKED * cleaned up util/profile-beep.c * removed RRListener crap, and new the BEEP IM manages it's own connections. - Note: test cases are broken. More... almost 23 years ago
- bug fix: check gethostbyname result - bug fix: close FDs in doBEEPConnect, recursion from LOG_ was causing problems. More... almost 23 years ago
- Output modules that fail to start will no longer bring down the entire system. More... almost 23 years ago
- fixed dobule free bug in beep OM, caused by interaction of a static path buffer from the path cache, and recursion caused by LOG_print. More... almost 23 years ago
- fixup the make_release script for snap shots - proper cleanup in imod_beep. More... almost 23 years ago
- updated man page to reflect config file version change, and new format options. More... almost 23 years ago
- Added dmalloc_sup.h to HEADERS_INC list. More... almost 23 years ago
- added simple snap shot support to make_relesase - some simple changes to make the code more compatible with FreeBSD - fixed bugs in handling IPv6 addresses in Netaddr module More... almost 23 years ago
- fix typo in debug message. More... almost 23 years ago
- bug fix: controller would SIGSEGV if garbage was written to it's IPC socket. This was due to NULL return by INW_getEvent(). Input modules were checked, and all of them die with an error message, the controller can then restart them. More... almost 23 years ago
- bug fix: if the input module in a connect statement doesn't exist, then the error message was: 'input type not defined: <output module>' More... almost 23 years ago
- added some macros to help dmalloc provide more useful information. - fixed a bunch of memory leaks. More... almost 23 years ago
- updated sample config files. More... almost 23 years ago
- fixed problem in host parsing (extra space was put in front). More... almost 23 years ago
- broght the README and KNOWN_BUGS file over from the SYSLOGD_1 branch. More... almost 23 years ago
- tweaked things to make dmalloc work. More... almost 23 years ago
- Added mark for unparasable messages (compile time option, default on). More... almost 23 years ago
after talking to others the nohost option has been backed out ... it was a bad idea to begin with. More... almost 23 years ago
- added nohost option to not include the host name. This fixes double host name problem seen when sending to solaris syslogd. More... almost 23 years ago
- fixed logic error in MSG_setTimeZone More... almost 23 years ago
More work on parsing RFC3164 messages. More... almost 23 years ago
- cleaned up rfc3164 parser. - make poor formatting in rfc3164 messages be handled better - get the correct domain name in IMOD_setLocalhostInfo(). More... almost 23 years ago
- fixed bug that caused a core on invalid messages. More... almost 23 years ago
- added proper timestamp to messages from system IM - fixed problems with option checking code. More... almost 23 years ago