index
:
rsyslog.git
master
ommongodb
rsyslog development for Lumberjack - various unofficial and potentially rebased branches
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
some more cleanup
Rainer Gerhards
2008-04-07
1
-2
/
+0
*
cleanup
Rainer Gerhards
2008-03-31
1
-2
/
+2
*
implemented module unload handling (required a number of interface changes)
Rainer Gerhards
2008-03-11
1
-6
/
+20
*
- added RSYSLOGD_MODDIR environment variable
Rainer Gerhards
2008-03-07
1
-15
/
+61
*
some minor things in regard to portability
Rainer Gerhards
2008-03-06
1
-7
/
+1
*
worked some more on HP UX - got it to compile and receive UDP messages
Rainer Gerhards
2008-03-06
1
-2
/
+8
*
(tried to) fix logerror() call under BSD (but can not yet compile, so this
Rainer Gerhards
2008-03-06
1
-2
/
+2
*
- extracted logerror*() family of functions from syslogd, made them their
Rainer Gerhards
2008-03-05
1
-25
/
+44
*
did some portability changes to make rsyslog compile on HP UX
Rainer Gerhards
2008-03-05
1
-5
/
+10
*
- fixed a bug that could cause invalid string handling via strerror_r
Rainer Gerhards
2008-01-30
1
-0
/
+1
*
fixed a bug that could cause invalid string handling via strerror_r
Rainer Gerhards
2008-01-30
1
-1
/
+1
*
redesigned queue to utilize helper classes for threading support. This is
Rainer Gerhards
2008-01-24
1
-13
/
+15
*
some cleanup
Rainer Gerhards
2007-12-27
1
-1
/
+0
*
removed global variable LogPort
Rainer Gerhards
2007-12-26
1
-5
/
+5
*
removed useless code (is overwritten on return)
Rainer Gerhards
2007-12-26
1
-1
/
+0
*
removed active INET code from syslogd.c - still some auxiliary things
Rainer Gerhards
2007-12-26
1
-4
/
+4
*
removed omfwd code dependency on finet
Rainer Gerhards
2007-12-26
1
-28
/
+38
*
moved some of the udp input code to its right place
Rainer Gerhards
2007-12-25
1
-1
/
+6
*
moved udp net code - again, stage work
Rainer Gerhards
2007-12-25
1
-0
/
+165
*
moved some more network code
Rainer Gerhards
2007-12-25
1
-0
/
+43
*
moved some more net functionality out of syslogd.c - stage work
Rainer Gerhards
2007-12-25
1
-0
/
+503
*
changed license to GPLv3 (for what is to become rsyslog v3)
Rainer Gerhards
2007-12-14
1
-7
/
+8
*
changed the threading to include one extra thread that runs the mainloop.
Rainer Gerhards
2007-10-08
1
-2
/
+0
*
fixed a bug in cvthname() that lead to message loss if part of the source
Rainer Gerhards
2007-09-26
1
-3
/
+6
*
- simplified code in shouldProcessThisMessage() for debug output
Rainer Gerhards
2007-09-24
1
-2
/
+3
*
split the function cvthname() for clarity. Also changed to using the
Rainer Gerhards
2007-09-18
1
-19
/
+48
*
- possibly found a bug in cvthname() that lead to a wrong size being
Rainer Gerhards
2007-09-17
1
-1
/
+3
*
- checked -s/-l option and found that they work as expected - closed case
Rainer Gerhards
2007-09-11
1
-3
/
+17
*
applied patch by varmojfekoj to change signal handling to the new sigaction
Rainer Gerhards
2007-09-11
1
-2
/
+2
*
minor typos
Rainer Gerhards
2007-09-11
1
-2
/
+2
*
changed rsyslog.h include order to solve debian sid zlib inlcude issue
Michael Meckelein
2007-08-08
1
-1
/
+1
*
changed function name dprintf() to dbgprintf() as it conflicts with the
Rainer Gerhards
2007-08-08
1
-4
/
+4
*
moved some more modules to their own file sets
Rainer Gerhards
2007-07-22
1
-0
/
+242