| Merge branch 'master' of github.com:flightaware/tclsyslogd |
|
More...
|
about 14 years ago
|
| Explicitly look for syslog.tcl in /usr/local/etc/tclsyslogd/. BUGZID: |
|
More...
|
about 14 years ago
|
| Require more stuff to be up so tclsyslogd can launch. |
|
More...
|
over 14 years ago
|
| Expect to find syslog.tcl in /usr/local/etc instead of /etc. |
|
More...
|
over 14 years ago
|
| Configure where the syslog.tcl file comes from (/etc by default) in pathnames.h alongside other path definitions. BUGZID: |
|
More...
|
over 14 years ago
|
| Put the ttymsg files in the right place and enhance .gitignore. BUGZID: |
|
More...
|
over 14 years ago
|
| Merge branch 'master' of github.com:flightaware/tclsyslogd |
|
More...
|
over 14 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: |
|
More...
|
over 14 years ago
|
| Move tclsyslogd source into a src directory. |
|
More...
|
over 15 years ago
|
| Enumerate in the README the valid facilities and priorities. |
|
More...
|
over 15 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. |
|
More...
|
over 15 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. |
|
More...
|
over 15 years ago
|
| Merge branch 'master' of github.com:lehenbauer/tclsyslogd |
|
More...
|
over 15 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. |
|
More...
|
over 15 years ago
|
| README file for tclsyslogd. |
|
More...
|
over 15 years ago
|
| Change name of executable to tclsyslogd. |
|
More...
|
almost 16 years ago
|
| FreeBSD set the C compiler to be stricter about requiring function prototypes for everything. This brings us up to snuff with that. |
|
More...
|
almost 16 years ago
|
| Merge branch 'releases' into dev |
|
More...
|
almost 16 years ago
|
| Pick up latest version from FreeBSD into a "releases" branch. (Thanks for the advice, Nugget!) |
|
More...
|
almost 16 years ago
|
| Add CVS ID tags. |
|
More...
|
over 17 years ago
|
| Priority decoding now works. |
|
More...
|
over 17 years ago
|
| Facility decoding now works. |
|
More...
|
over 17 years ago
|
| Attempt to decode priority and facility into text. Doesn't work yet but I want to test on bravo instead of cfood. |
|
More...
|
over 17 years ago
|
| Add the "from" field, which is the host that the syslog messages was generated on. |
|
More...
|
over 17 years ago
|
| Give the Tcl interpreter full power by calling Tcl_Init. |
|
More...
|
over 17 years ago
|
| Include tcl.h from the C source. Modify the Makefile to make that work and to link with libtcl84. |
|
More...
|
over 17 years ago
|
| Get it to compile outside of its normal location in /usr/src/usr.sbin/syslogd. |
|
More...
|
over 17 years ago
|
| Mess around with adding a Tcl interpreter to syslogd. |
|
More...
|
over 17 years ago
|