summaryrefslogtreecommitdiffstats
path: root/src/java/com/healthmarketscience/jackcess/PageChannel.java
Commit message (Expand)AuthorAgeFilesLines
* implement page deallocation; fix some issues in global usage map handlingJames Ahlborn2008-04-221-10/+63
* clean up big index handling; get unit tests passingJames Ahlborn2008-04-151-0/+7
* completely fix problems with sporadic usage map corruption; add some soft buf...James Ahlborn2008-03-181-5/+10
* make sure database file fits expected criteriaJames Ahlborn2008-03-101-0/+6
* Fix bug caused by sign extension when reading single-byte row numbers; fix so...James Ahlborn2008-03-071-2/+4
* cleanup variety of compiler warningsJames Ahlborn2008-03-031-2/+2
* check for max database size when adding pagesJames Ahlborn2008-01-141-0/+4
* change references between major data types; share common utility classes from...James Ahlborn2007-11-191-16/+25
* fix some pmd/findbugs issuesJames Ahlborn2007-11-031-0/+3
* add support for writing large table definitions; move table definition code i...James Ahlborn2007-07-131-3/+27
* add flush method to Database; add unit test for new usage map functionalityJames Ahlborn2007-07-101-3/+9
* rework inline usage map handling to handle out-of-range cases better and with...James Ahlborn2007-07-101-10/+12
* only write the row for the usage map table when updatingJames Ahlborn2007-07-101-1/+17
* move usagemap implementations into UsageMap in prep for future changes; clean...James Ahlborn2007-07-091-7/+0
* add autosync optionJames Ahlborn2007-04-251-2/+9
* implement multi-page long value writingJames Ahlborn2006-10-021-0/+18
* further refactor or row parsing logicJames Ahlborn2006-09-211-3/+9
* rework current row page tracking with RowStateJames Ahlborn2006-09-141-0/+16
* This commit was generated by cvs2svn to compensate for changes in r2,Tim McCune2005-04-071-0/+135