aboutsummaryrefslogtreecommitdiff
path: root/databases/hamsterdb
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.1.9Wen Heping2011-02-212-3/+3
| | | | Notes: svn path=/head/; revision=269418
* - Update to 1.1.8Wen Heping2010-12-232-3/+3
| | | | Notes: svn path=/head/; revision=266764
* - Update to 1.1.7Wen Heping2010-11-052-4/+3
| | | | Notes: svn path=/head/; revision=264119
* - Update to 1.1.6Wen Heping2010-09-203-5/+5
| | | | Notes: svn path=/head/; revision=261460
* - Update to 1.1.5Wen Heping2010-09-013-4/+5
| | | | Notes: svn path=/head/; revision=260343
* - Update to 1.1.4Wen Heping2010-04-172-4/+4
| | | | Notes: svn path=/head/; revision=252795
* - Update to 1.1.3Wen Heping2010-03-213-5/+5
| | | | Notes: svn path=/head/; revision=251351
* - Update to 1.1.2Wen Heping2010-02-222-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250155
* - Update to 1.1.1Wen Heping2009-12-292-4/+4
| | | | Notes: svn path=/head/; revision=246803
* - Update to 1.1.0Wen Heping2009-12-134-9/+32
| | | | | | | - Update my mail address to FreeBSD Notes: svn path=/head/; revision=245693
* - Update to 1.0.9Martin Wilke2009-06-022-4/+4
| | | | | | | | PR: 135142 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=235060
* - Update to 1.0.8Martin Wilke2009-03-062-4/+4
| | | | Notes: svn path=/head/; revision=229563
* - Update to 1.0.7Martin Wilke2009-03-012-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=229292
* - Update to 1.0.6Martin Wilke2008-09-262-4/+4
| | | | | | | | PR: 127625 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=220818
* - Update to 1.0.5Martin Wilke2008-08-182-4/+4
| | | | | | | | PR: 126591 Submitted by: Wen heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=218791
* hamsterdb is a lightweight embedded database engine. It isMartin Wilke2008-07-194-0/+61
in development for more than three years and concentrates on ease of use, high performance, stability and portability. The hamsterdb API is simple and self-documenting.The interface is similar to other widely-used database engines.Fast algorithms and data structures guarantee high performance for all scenarios. Hamsterdb has hundreds of unittests with a test coverage of over 90%. Each release is tested with thousands of acceptance tests in many different configurations, tested on up to six different hardware architectures and operating systems.Written in plain ANSI-C, hamsterdb runs on many architectures: Intel-compatible (x86, x64), PowerPC, SPARC, ARM, RISC and others. Tested operating systems include Microsoft Windows, Microsoft Windows CE, Linux, SunOS and other Unices. WWW: http://hamsterdb.com/index PR: ports/125699 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=217101