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
*
begin building runtime convenience library (does not build!)
Rainer Gerhards
2008-04-15
1
-2322
/
+0
*
Merge branch 'beta'
Rainer Gerhards
2008-04-15
1
-7
/
+8
|
\
|
*
changed some files to grant LGPLv3 extended persmissions on top of GPLv3
Rainer Gerhards
2008-04-15
1
-18
/
+19
|
*
removed accidently addded lines
Rainer Gerhards
2008-04-03
1
-2
/
+0
|
*
bugfix: memory leaks in script engine
Rainer Gerhards
2008-04-03
1
-0
/
+2
*
|
cleanup
Rainer Gerhards
2008-04-04
1
-7
/
+2
*
|
added the capability to specify a processing (actually dequeue) timeframe
Rainer Gerhards
2008-04-03
1
-18
/
+67
*
|
bugfix: memory leaks in script engine
Rainer Gerhards
2008-04-03
1
-0
/
+2
*
|
begun working on time-window based dequeueing (and rate limiting in
Rainer Gerhards
2008-04-02
1
-0
/
+57
|
/
*
bugfix: fixed some minor memory leaks
Rainer Gerhards
2008-03-20
1
-3
/
+3
*
bugfix: TCP (and GSSAPI) octet-counted frame did not work correctly in all
Rainer Gerhards
2008-03-14
1
-2
/
+1
*
added advanced flow control for congestion cases (mode depending on message
Rainer Gerhards
2008-03-14
1
-3
/
+83
*
implemented module unload handling (required a number of interface changes)
Rainer Gerhards
2008-03-11
1
-1
/
+5
*
- changed modules.c calling conventions to be interface-based
Rainer Gerhards
2008-03-05
1
-1
/
+5
*
did some portability changes to make rsyslog compile on HP UX
Rainer Gerhards
2008-03-05
1
-0
/
+1
*
fixed newly introduced bugs in imgssapi and imtcp and their helpers now
Rainer Gerhards
2008-03-03
1
-1
/
+5
*
- added "debug" command to debug environment settings
Rainer Gerhards
2008-02-29
1
-4
/
+8
*
changed obj base object's calling interface to use the new obj_if_t
Rainer Gerhards
2008-02-29
1
-14
/
+17
*
- wrote doc on how to use the expression engine
Rainer Gerhards
2008-02-28
1
-1
/
+1
*
- bugfix: queue aborted when it was shut down, DA-enabled, DA mode was just
Rainer Gerhards
2008-02-27
1
-24
/
+38
*
bugfix: during queue shutdown, an assert invalidly triggered when the
Rainer Gerhards
2008-02-27
1
-3
/
+15
*
removed TODO that was long implemented
Rainer Gerhards
2008-02-27
1
-13
/
+0
*
bugfix: queue disk file were not properly persisted when immediately after
Rainer Gerhards
2008-02-27
1
-1
/
+0
*
bugfix: queue cancel cleanup handler could be called with invalid pointer
Rainer Gerhards
2008-02-27
1
-5
/
+12
*
worked on queue stability
Rainer Gerhards
2008-02-26
1
-7
/
+12
*
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
[next]