Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some cleanup | Rainer Gerhards | 2010-04-19 | 2 | -2/+3 |
* | Merge branch 'v4-devel' into master | Rainer Gerhards | 2010-04-19 | 1 | -0/+1 |
|\ | |||||
| * | Merge branch 'v4-stable-solaris' into v4-devel | Rainer Gerhards | 2010-04-12 | 12 | -78/+431 |
| |\ | |||||
| * \ | Merge branch 'v4-beta' into tmp | Rainer Gerhards | 2010-01-26 | 4 | -8/+25 |
| |\ \ | |||||
* | | | | (minor) some improvements to syncdemo | Rainer Gerhards | 2010-04-14 | 1 | -21/+20 |
* | | | | added tool to demo/evaluate various sync methods | Rainer Gerhards | 2010-04-13 | 1 | -0/+319 |
* | | | | Merge branch 'beta' into master | Rainer Gerhards | 2010-04-09 | 4 | -40/+65 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'v4-stable-solaris' into beta | Rainer Gerhards | 2010-04-09 | 3 | -4/+8 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | Merge branch 'v4-stable' into v4-stable-solaris | Rainer Gerhards | 2010-04-07 | 1 | -2/+3 |
| | |\ \ \ | |||||
| | | * | | | bugfix: default for $OMFileFlushOnTXEnd was wrong ("off"). | Rainer Gerhards | 2010-04-07 | 1 | -2/+3 |
| | | * | | | temporary bugfix replaced by permanent one for... | Rainer Gerhards | 2010-03-31 | 1 | -1/+1 |
| | * | | | | enhanced nettester tool so that it re-uses it's callers environment | Rainer Gerhards | 2010-04-07 | 1 | -1/+1 |
| | * | | | | Merge branch 'v4-stable' into v4-stable-solaris | Rainer Gerhards | 2010-03-25 | 1 | -1/+1 |
| | |\| | | | |||||
| | * | | | | Merge branch 'v4-stable' into v4-stable-solaris | Rainer Gerhards | 2010-03-25 | 1 | -19/+22 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'v4-stable' into v4-stable-solaris | Rainer Gerhards | 2010-03-25 | 1 | -21/+25 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | added some diagnostics info to startup | Rainer Gerhards | 2010-03-23 | 1 | -2/+4 |
| | * | | | | | | Merge branch 'v4-stable' into v4-stable-solaris | Rainer Gerhards | 2010-03-23 | 3 | -7/+24 |
| | |\ \ \ \ \ \ | |||||
| * | \ \ \ \ \ \ | Merge branch 'v4-stable' into v5-stable | Rainer Gerhards | 2010-03-29 | 3 | -38/+60 |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | |||||
| | * | | | | | | | $OMFileAsyncWriting directive did not work properly | Rainer Gerhards | 2010-03-25 | 1 | -1/+1 |
| | | |_|_|/ / / | | |/| | | | | | |||||
| | * | | | | | | new feature: $OMFileAsyncWriting directive added | Rainer Gerhards | 2010-03-25 | 1 | -19/+22 |
| | | |_|/ / / | | |/| | | | | |||||
| | * | | | | | undo experimental commit dccadb677c5a6b8379f631e4c1f14c8c4089d4a6 | Rainer Gerhards | 2010-03-25 | 1 | -9/+0 |
| | * | | | | | bugfix: potential segfault in dynafile cache | Rainer Gerhards | 2010-03-25 | 1 | -1/+1 |
| | * | | | | | streamline dynafile cache entry deletion a bit | Rainer Gerhards | 2010-03-23 | 1 | -8/+7 |
| | * | | | | | bugfix: potential re-use of free()ed file stream object in omfile | Rainer Gerhards | 2010-03-23 | 1 | -7/+21 |
| | | |/ / / | | |/| | | | |||||
| | * | | | | previous (experimental) patch was somewhat incorrect, fixed | Rainer Gerhards | 2010-03-22 | 1 | -1/+1 |
| | * | | | | exp: made omfile ensure that it is not called twice in parallel on the same f... | Rainer Gerhards | 2010-03-21 | 1 | -0/+9 |
| | * | | | | fixed regression from previos (yet unrelease) $omfileFlushOnTXEnd fixtemp.4.6.1.10 | Rainer Gerhards | 2010-03-19 | 1 | -1/+1 |
| | * | | | | new feature: "." action type added to support writing files to relative pathes | Rainer Gerhards | 2010-03-17 | 1 | -1/+2 |
| | * | | | | bugfix: recent patch to fix small memory leak could cause invalid free. | Rainer Gerhards | 2010-03-16 | 1 | -2/+2 |
| | * | | | | testbench: new calling interface for tcpflood | Rainer Gerhards | 2010-03-10 | 1 | -0/+7 |
| | * | | | | bugfix: potential problem (loop, abort) when file write error occured | Rainer Gerhards | 2010-03-09 | 1 | -2/+2 |
| | * | | | | retain old $OMFileFlushOnTXEnd semantics | Rainer Gerhards | 2010-03-09 | 1 | -2/+2 |
| | * | | | | bugfix: $omfileFlushOnTXEnd was turned on when set to off and vice versa | Rainer Gerhards | 2010-03-09 | 1 | -1/+1 |
| * | | | | | Merge branch 'v4-stable' into beta | Rainer Gerhards | 2010-03-08 | 6 | -10/+36 |
| |\| | | | | |||||
* | | | | | | bugfix: omfile.c did not properly compile without atomics | Rainer Gerhards | 2010-03-05 | 1 | -1/+6 |
* | | | | | | Merge branch 'v4-stable-solaris' into master-solaris | Rainer Gerhards | 2010-03-05 | 6 | -10/+36 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | Merge branch 'v4-stable' into v4-stable-solaris | Rainer Gerhards | 2010-03-05 | 6 | -10/+36 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | streamlined BSD utmpx.h patch | Cristiano | 2010-03-04 | 1 | -14/+12 |
| | * | | | | Fix Large File Support (LFS) support (bug #182) | Yann Droneaud | 2010-03-04 | 1 | -1/+1 |
| | * | | | | Includes "config.h" before any other header. | Yann Droneaud | 2010-03-04 | 3 | -0/+3 |
| | * | | | | bugfix: potential (but very impropable) segfaults in omfile | Rainer Gerhards | 2010-03-02 | 1 | -2/+14 |
| | * | | | | solved compile problems on FreeBSD 9.0 (those caused by utmpx.h) | Cristiano | 2010-03-02 | 1 | -7/+20 |
* | | | | | | relaxed need for atomic builtins | Rainer Gerhards | 2010-03-05 | 1 | -0/+27 |
* | | | | | | Merge branch 'v4-stable-solaris' into master-solaris | Rainer Gerhards | 2010-03-02 | 1 | -0/+1 |
|\| | | | | | |||||
| * | | | | | added include needed for Solaris | Rainer Gerhards | 2010-03-02 | 1 | -0/+1 |
| |/ / / / | |||||
* | | | | | Merge branch 'beta' into master | Rainer Gerhards | 2010-03-01 | 8 | -20/+306 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge branch 'v4-stable' into tmp | Rainer Gerhards | 2010-03-01 | 8 | -20/+306 |
| |\| | | | |||||
| | * | | | fixed typo that (could have) caused compilation fail under FreeBSD | Rainer Gerhards | 2010-03-01 | 1 | -3/+3 |
| | * | | | make $ActonFileDefaultTemplate available to ompipe | Rainer Gerhards | 2010-03-01 | 3 | -15/+17 |
| | * | | | bugfix: fixed problem that caused compilation on FreeBSD 9.0 to fail. | Rainer Gerhards | 2010-02-28 | 1 | -1/+5 |