aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/kdb/db2/libdb2
AgeCommit message (Expand)AuthorFilesLines
2024-05-22Fix more non-prototype functionsArjun1-1/+1
2024-02-13Avoid strict-prototype compiler errorsSteffen Kieß5-6/+6
2023-07-24Eliminate old-style function declarationsKen Hornstein30-571/+190
2023-04-10Squash a Berkeley DB warningGreg Hudson1-27/+1
2020-01-07Work around macOS SIP in the test suiteGreg Hudson2-1/+3
2019-07-11Fix typosAntoine Cœur3-3/+3
2018-06-18Eliminate use of the 'register' keywordThomas Sondergaard4-9/+9
2017-04-14Avoid using tmpnam(3) in db2's hash.cRobbie Harwood1-16/+3
2016-09-08Clean up libdb2 warningsTom Yu12-56/+63
2016-09-08Test bt_split.c unaligned accessTom Yu1-2/+24
2016-09-08Fix unaligned accesses in bt_split.cTom Yu1-6/+12
2016-09-08Fix bt_debug.c unaligned accesses and formatsTom Yu1-28/+39
2016-08-29Avoid byte-swap cache corruption in libdb2Tom Yu2-0/+9
2016-08-29Add known file test case for btree byte swapTom Yu4-3/+159
2016-08-29Fix btree byte swapping for overflow dataTom Yu1-6/+9
2016-08-29Test btree unaligned byte swappingTom Yu1-2/+34
2016-08-29Avoid unaligned access in btree byte swappingTom Yu1-8/+14
2016-08-16Recursive btree traversal test caseTom Yu2-9/+118
2016-08-16Add bttest unlink page commandTom Yu4-6/+94
2016-08-16Refactor btree recursive traversal codeTom Yu5-403/+171
2016-08-16Fix MPOOL_IGNOREPIN to ease btree debuggingTom Yu2-3/+3
2016-08-16Fix void return in __bt_dpageTom Yu1-1/+1
2016-08-16Make bttest build with restricted lib exportsTom Yu4-2/+41
2016-08-16Fix bttest printing of unterminated stringsTom Yu1-4/+4
2016-08-16Improve EINTR handling in bttestTom Yu1-1/+7
2016-07-28Use single-colon rules in makefilesGreg Hudson7-10/+10
2014-07-12Remove unused variablesLukas Slebodnik2-8/+3
2014-07-08Include autoconf.h before system headersGreg Hudson1-2/+2
2014-02-26Assume <stdint.h> and fixed-width typesGreg Hudson1-6/+0
2014-02-19Use system dictionary for db2 tests againGreg Hudson1-4/+13
2014-02-19Use TAILQ macros instead of CIRCLEQ in libdb2Greg Hudson2-27/+24
2014-02-11Don't use system dictionary files for DB2 testsGreg Hudson1-8/+0
2014-01-15Remove mentions of krb5-send-prTom Yu1-2/+1
2013-05-31Fix warnings in dbtest.cGilles Espinasse1-20/+38
2013-05-31Link dbtest with libkrb5supportGreg Hudson1-2/+2
2013-05-16Reduce boilerplate in makefilesGreg Hudson2-6/+1
2013-01-10make dependGreg Hudson5-5/+5
2013-01-07Fix various result checksNickolai Zeldovich1-1/+1
2012-12-20Avoid null dereference in BDB dbtree error caseGreg Hudson1-3/+3
2012-07-12Handle huge /bin directories in libdb2 testTom Yu1-6/+7
2012-07-03Minor cleanups relating to size_t being unsignedBen Kaduk1-1/+1
2012-06-04Fix -DDEBUG compilation errorsHenry B. Hotz1-0/+1
2012-05-17Add missing $(LIBS) to some shared librariesTom Yu1-1/+1
2011-09-05Initialize some more variablesKen Raeburn1-1/+1
2011-09-05Fix "may be used uninitialized" warnings in db2 code, even though allKen Raeburn6-9/+11
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson7-7/+7
2010-11-03Avoid running off the end of the spares array in db2's page_to_oaddr()Greg Hudson1-1/+1
2009-12-08Remove dependency on /bin/csh in test suiteEzra Peisach1-2/+14
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson8-16/+2
2009-10-31make mark-cstyleTom Yu25-92/+87