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
/
queue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
simplified var object, now only supports strings and numbers as a single
Rainer Gerhards
2008-02-22
1
-5
/
+5
*
created var class out of property_t
Rainer Gerhards
2008-02-20
1
-1
/
+1
*
preparing for 3.11.2
v3-11-2
Rainer Gerhards
2008-02-15
1
-1
/
+1
*
- fixed a race condition in DoDie() - cosmetic issue in debugging mode,
Rainer Gerhards
2008-02-13
1
-3
/
+2
*
bugfix: discard action and backup actions did not work due to problem in
Rainer Gerhards
2008-02-12
1
-13
/
+16
*
reduced volume of debug output
Rainer Gerhards
2008-02-12
1
-9
/
+0
*
some more 32 bit fun ;)
Rainer Gerhards
2008-01-31
1
-1
/
+1
*
bugfix: having fun with 32/64 bit portability - after 15 years, I finally
Rainer Gerhards
2008-01-31
1
-7
/
+7
*
- implemented limiting disk space allocated to queues
Rainer Gerhards
2008-01-30
1
-5
/
+70
*
- implemented simple output rate limiting
Rainer Gerhards
2008-01-30
1
-0
/
+11
*
fixed a bug that caused $MainMsgQueueCheckpointInterval to work incorrectly
Rainer Gerhards
2008-01-30
1
-39
/
+46
*
- renamed Msg object to usual all-lowercase object name (else we ran into
Rainer Gerhards
2008-01-30
1
-24
/
+6
*
added ability to re-enqueue objects into the queue when a worker thread is
Rainer Gerhards
2008-01-29
1
-18
/
+174
*
bugfixing newly added action code
Rainer Gerhards
2008-01-29
1
-0
/
+1
*
- fine tuning on queue naming
Rainer Gerhards
2008-01-29
1
-2
/
+7
*
converted queue.c to use dbgoprint() instead of dbgprintf()
Rainer Gerhards
2008-01-29
1
-114
/
+72
*
implemented naming for all objects (mostly as a debug aid, but you never
Rainer Gerhards
2008-01-29
1
-7
/
+4
*
- improved debug support a bit (assertions)
Rainer Gerhards
2008-01-29
1
-24
/
+27
*
- implemented the $ActionResumeRetryCount config directive
Rainer Gerhards
2008-01-28
1
-3
/
+4
*
- added "runtime instrumentation" feature to ./configure
Rainer Gerhards
2008-01-28
1
-4
/
+0
*
cleanup to prepare for release
Rainer Gerhards
2008-01-28
1
-55
/
+29
*
some more testing and cleanup with the queue class (pretty stable now)
Rainer Gerhards
2008-01-28
1
-33
/
+52
*
fixed queue termination in case bSaveOnShutdown is 0
Rainer Gerhards
2008-01-27
1
-14
/
+38
*
some more fixing and cleanup on the queue shutdown sequence
Rainer Gerhards
2008-01-27
1
-32
/
+40
*
fixed a bug when shutting down DA queue
Rainer Gerhards
2008-01-27
1
-10
/
+23
*
reduced number of unnecessary wakeups of DA worker thread when high water
Rainer Gerhards
2008-01-27
1
-45
/
+67
*
fixed the situation where message processing could be stalled for some
Rainer Gerhards
2008-01-27
1
-6
/
+49
*
partially fixed bug that caused rsyslogd to stall processing enqueued
Rainer Gerhards
2008-01-26
1
-9
/
+53
*
fixed worker timeout which was accidently not set (and thus 0)
Rainer Gerhards
2008-01-25
1
-0
/
+2
*
disk-assisted queue mode finally begins to look good ;)
Rainer Gerhards
2008-01-25
1
-74
/
+146
*
restructured queue shutdown so that the queue timeout is properly applied
Rainer Gerhards
2008-01-25
1
-97
/
+159
*
redesigned queue to utilize helper classes for threading support. This is
Rainer Gerhards
2008-01-24
1
-1161
/
+418
*
Module OMSNMP intially added, not completed yet.
Andre Lorbach
2008-01-22
1
-1
/
+1
*
some further cleanup on the mutexes
Rainer Gerhards
2008-01-19
1
-116
/
+62
*
seperated mutex for queue size management from those for queue thread
Rainer Gerhards
2008-01-19
1
-47
/
+179
*
saving state
Rainer Gerhards
2008-01-18
1
-72
/
+102
*
- created an in-depth description of DA assisted queue mode
Rainer Gerhards
2008-01-18
1
-100
/
+214
*
fixed sync issue on shutdown process if need to persist pure memory queue
Rainer Gerhards
2008-01-17
1
-8
/
+32
*
worked on threading
Rainer Gerhards
2008-01-17
1
-87
/
+294
*
some more cleanup and flagged places where we need to implement
Rainer Gerhards
2008-01-16
1
-35
/
+13
*
some cleanup and fixes
Rainer Gerhards
2008-01-16
1
-26
/
+19
*
implemented dynamic startup and shutdown of worker threads based on current
Rainer Gerhards
2008-01-16
1
-117
/
+207
*
cleaned up queue disk startup
Rainer Gerhards
2008-01-16
1
-28
/
+32
*
queue is now able to restore persisted state on startup (but still some
Rainer Gerhards
2008-01-16
1
-42
/
+174
*
first shot at queue restore on startup, but could not finish before I need
Rainer Gerhards
2008-01-15
1
-1
/
+62
*
improved shutdown processing - in-memory queue is now drained to disk
Rainer Gerhards
2008-01-15
1
-5
/
+31
*
changed startup of disk assisted mode to allow for higher concurrency, most
Rainer Gerhards
2008-01-15
1
-121
/
+155
*
disk assisted queue works quite well, except for startup from disk queue
Rainer Gerhards
2008-01-15
1
-28
/
+204
*
some more work on disk assisted mode (still not complete)
Rainer Gerhards
2008-01-14
1
-2
/
+48
*
begin disk assisted queue memory queue modes (not fully implemented yet)
Rainer Gerhards
2008-01-14
1
-42
/
+256
[next]