0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 13 hours ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:flightaware/tclsyslogd
lehenbauer
as Karl Lehenbauer
More... almost 12 years ago
Explicitly look for syslog.tcl in /usr/local/etc/tclsyslogd/. BUGZID:
lehenbauer
as Karl Lehenbauer
More... almost 12 years ago
Require more stuff to be up so tclsyslogd can launch.
lehenbauer
as Karl Lehenbauer
More... about 12 years ago
Expect to find syslog.tcl in /usr/local/etc instead of /etc.
lehenbauer
as Karl Lehenbauer
More... about 12 years ago
Configure where the syslog.tcl file comes from (/etc by default) in pathnames.h alongside other path definitions. BUGZID:
lehenbauer
as Karl Lehenbauer
More... about 12 years ago
Put the ttymsg files in the right place and enhance .gitignore. BUGZID:
lehenbauer
as Karl Lehenbauer
More... about 12 years ago
Merge branch 'master' of github.com:flightaware/tclsyslogd
lehenbauer
as Karl Lehenbauer
More... about 12 years ago
Add ttymsg.h and ttymsg.c from wall. Else the source has to be in the freebsd source tree (/usr/src) in a directory parallel to syslogd to compile. BUGZID:
lehenbauer
as Karl Lehenbauer
More... about 12 years ago
Move tclsyslogd source into a src directory.
lehenbauer
as Karl Lehenbauer
More... about 13 years ago
Enumerate in the README the valid facilities and priorities.
lehenbauer
as Karl Lehenbauer
More... over 13 years ago
Get rid of the "tick" callback where we would eval a "tick" proc 20 times a second. Instead we now invoke Tcl_DoOneEvent with the TCL_DONT_WAIT option, repeatedly, until it returns 0, signifying that no event was processed.
lehenbauer
as Karl Lehenbauer
More... over 13 years ago
Change the name of the "from" key-value pair, that has the host the message is from, to "host. This introduces an incompatibility but it's early and a good time to change something that's already a problem.
lehenbauer
as Karl Lehenbauer
More... over 13 years ago
Merge branch 'master' of github.com:lehenbauer/tclsyslogd
lehenbauer
as Karl Lehenbauer
More... over 13 years ago
We set tv_usec to 50000 and prevent select from being called with a null timeval so that we can invoke a "tick" proc in the tcl interpreter 20 times a second. This allows tcl to invoke update or whatever, keeping its event loop, sockets, etc, alive.
lehenbauer
as Karl Lehenbauer
More... over 13 years ago
README file for tclsyslogd.
lehenbauer
as Karl Lehenbauer
More... over 13 years ago
Change name of executable to tclsyslogd.
lehenbauer
as Karl Lehenbauer
More... over 13 years ago
FreeBSD set the C compiler to be stricter about requiring function prototypes for everything. This brings us up to snuff with that.
lehenbauer
as Karl Lehenbauer
More... over 13 years ago
Merge branch 'releases' into dev
lehenbauer
as Karl Lehenbauer
More... over 13 years ago
Pick up latest version from FreeBSD into a "releases" branch. (Thanks for the advice, Nugget!)
lehenbauer
as Karl Lehenbauer
More... over 13 years ago
Add CVS ID tags.
lehenbauer
as karl
More... about 15 years ago
Priority decoding now works.
lehenbauer
as karl
More... about 15 years ago
Facility decoding now works.
lehenbauer
as karl
More... about 15 years ago
Attempt to decode priority and facility into text. Doesn't work yet but I want to test on bravo instead of cfood.
lehenbauer
as karl
More... about 15 years ago
Add the "from" field, which is the host that the syslog messages was generated on.
lehenbauer
as karl
More... about 15 years ago
Give the Tcl interpreter full power by calling Tcl_Init.
lehenbauer
as karl
More... about 15 years ago
Include tcl.h from the C source. Modify the Makefile to make that work and to link with libtcl84.
lehenbauer
as karl
More... about 15 years ago
Get it to compile outside of its normal location in /usr/src/usr.sbin/syslogd.
lehenbauer
as karl
More... about 15 years ago
Mess around with adding a Tcl interpreter to syslogd.
lehenbauer
as karl
More... about 15 years ago