summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | some cleanup, some additional comments and a bit more debug outputRainer Gerhards2010-03-185-19/+24
| | * | | | added test for deadlock with dynafile writing and cache exhaustionRainer Gerhards2010-03-173-0/+82
| | * | | | added test to check for deadlock condition in async-written filesRainer Gerhards2010-03-173-0/+47
| | * | | | new feature: "." action type added to support writing files to relative pathesRainer Gerhards2010-03-173-3/+13
| | * | | | bugfix(cosmetic): tried to close non-open fd, resulting in close(-1)Rainer Gerhards2010-03-161-2/+7
| | * | | | reduced runtime requirements of inactive debug code a slight bitRainer Gerhards2010-03-161-10/+10
| | * | | | enhanced dbgoprint() buffer sizeRainer Gerhards2010-03-161-1/+1
| | * | | | bugfix: recent patch to fix small memory leak could cause invalid free.Rainer Gerhards2010-03-163-4/+6
| | * | | | added new, complex testcase to testbenchRainer Gerhards2010-03-163-8/+24
| | * | | | fix recently introduced minor nit in Makefile for testbenchRainer Gerhards2010-03-151-1/+0
| | * | | | bugfix(minor): handling of extremely large strings in dbgprintf() fixedRainer Gerhards2010-03-152-0/+13
| | * | | | added more parser test casesRainer Gerhards2010-03-113-2/+147
| | * | | | added more tests to testbench and improved testing toolsRainer Gerhards2010-03-1115-8/+200
| | * | | | added ability to work with larger message sizes to testbench toolsRainer Gerhards2010-03-102-11/+63
| | * | | | testbench: new calling interface for tcpfloodRainer Gerhards2010-03-1014-34/+44
| | * | | | Merge branch 'v4-stable' into v4-stable-nextRainer Gerhards2010-03-103-5/+14
| | |\ \ \ \
| | | * | | | fixed regression introduced with previous commitRainer Gerhards2010-03-103-5/+14
| | * | | | | some cosmetic changesRainer Gerhards2010-03-105-9/+13
| | |/ / / /
| | * | | | bugfixes and testbench improvementRainer Gerhards2010-03-1011-11/+164
| | * | | | bugfix: potential problem (loop, abort) when file write error occuredRainer Gerhards2010-03-093-2/+11
| | * | | | retain old $OMFileFlushOnTXEnd semanticsRainer Gerhards2010-03-092-4/+4
| | * | | | bugfix: $omfileFlushOnTXEnd was turned on when set to off and vice versaRainer Gerhards2010-03-092-1/+3
* | | | | | Merge branch 'master-solaris'Rainer Gerhards2010-03-232-1/+9
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into master-solarisRainer Gerhards2010-03-094-8/+28
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into master-solarisRainer Gerhards2010-03-051-0/+16
| |\ \ \ \ \ \ \
| * | | | | | | | bugfix: omfile.c did not properly compile without atomicsRainer Gerhards2010-03-051-1/+6
| * | | | | | | | Merge branch 'v4-stable-solaris' into master-solarisRainer Gerhards2010-03-0513-34/+66
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | enabled compilation by using "racy" replacements for atomic instructionsRainer Gerhards2010-03-051-0/+3
| | * | | | | | | Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-03-0513-38/+66
| | |\ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ Merge branch 'master' into master-solarisRainer Gerhards2010-03-0513-12/+84
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'solaris' into master-solarisRainer Gerhards2010-03-050-0/+0
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'master' into solarisRainer Gerhards2009-05-25103-542/+2885
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge branch 'nextmaster' into solarisRainer Gerhards2009-04-0919-175/+543
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'nextmaster' into solarisRainer Gerhards2009-04-094-2/+17
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | adding missing Solaris linker options (network libs)Rainer Gerhards2009-04-091-1/+3
* | | | | | | | | | | | | | | emulate missing atomic builtins with posix semaphores if availableSteffen Sledz2010-03-235-1/+205
| |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'v5-stable'Rainer Gerhards2010-03-0914-37/+86
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-0911-8/+64
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | added new property replacer option "date-rfc3164-buggyday"Rainer Gerhards2010-03-0812-8/+74
| | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | preparing for 5.4.0v5.4.0Rainer Gerhards2010-03-083-3/+9
| * | | | | | | | | | | | added forgotten fileRainer Gerhards2010-03-081-0/+16
| * | | | | | | | | | | | Merge branch 'v4-stable' into betaRainer Gerhards2010-03-0812-34/+64
| |\| | | | | | | | | | |
| | * | | | | | | | | | | prepared 4.6.1v4.6.1Rainer Gerhards2010-03-043-3/+3
| | * | | | | | | | | | | streamlined BSD utmpx.h patchCristiano2010-03-041-14/+12
| | * | | | | | | | | | | cosmetic: ChangeLog updateRainer Gerhards2010-03-041-0/+8
| | * | | | | | | | | | | Fix Large File Support (LFS) support (bug #182)Yann Droneaud2010-03-043-23/+7
| | * | | | | | | | | | | Includes "config.h" before any other header.Yann Droneaud2010-03-046-1/+6
| | * | | | | | | | | | | reordered some include, because otherwise we get zlib-related errorsRainer Gerhards2010-03-031-2/+1
| | * | | | | | | | | | | bugfix: potential (but very impropable) segfaults in omfileRainer Gerhards2010-03-022-2/+23
| | * | | | | | | | | | | solved compile problems on FreeBSD 9.0 (those caused by utmpx.h)Cristiano2010-03-021-7/+20