ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/BDB/Changes
(Generate patch)

Comparing BDB/Changes (file contents):
Revision 1.53 by root, Thu Sep 25 13:28:37 2008 UTC vs.
Revision 1.75 by root, Thu Nov 12 02:22:45 2009 UTC

1Revision history for perl module BDB. 1Revision history for perl module BDB.
2 2
3TODO: memleka on QUIT 3TODO: DB_RECNUM/DB_SET_RECNO?
4 4
5TODO: check memleaks 51.85 Thu Nov 12 03:22:21 CET 2009
6 - speed up object creation/type checking considerably
7 by caching the stashes.
8
91.84 Wed Aug 5 13:52:21 CEST 2009
10 - require common sense.
11 - use schmorp.h for pipe, taking advantage of eventfd.
12 - fix a bug in event pipe creation code on win32.
13
141.83 Sun Jan 11 01:52:56 CET 2009
15 - fix db_upgrade, add db_verify.
16
171.82 Sun Jan 4 11:22:44 CET 2009
18 - use our own socketpair emulation (stolen from libev), as perl's
19 doesn't work on vista, which returns fantasy port numbers
20 in getpeer/sockname.
21
221.81 Tue Oct 21 04:20:25 CEST 2008
23 - check that mutable arguments can be downgraded - this
24 /very indirectly) ensures that output variables won't
25 have spurious utf-8 flags.
26 - fix opmode checdk in db_c_get, db_c_pget again.
27 - allow undef/default arguments for db_compact, for a
28 crash-free tomorrow!
29 - fix a memleak in db_key_range.
30 - started a common pitfdalls section.
31 - added db_env_log_archive.
32 - added db->set_pagesize.
33 - added BDB::IGNORE_LEASE.
34 - reworked documentation structure.
35
361.801 Mon Sep 29 04:58:03 CEST 2008
37 - removed ptrace.h and user.h includes thta have been left in
38 erronously.
39 - "port" to buggy windows compilers. again.
40
411.8 Sat Sep 27 14:01:37 CEST 2008
42 - non-callback requests will now - by default - be executed in the
43 foreground, which is much faster, but doesn't allow parallel
44 processing of other, event-based, requests.
45 - functions that modify their arguments now croak when a constant
46 is passed to them.
47 - db_c_get/db_c_pget requests did not correctly test the operation flags.
48 - db_pget now correctly updates the pkey argument.
6 - keep references to the passed env/db/etc. objects so they 49 - keep references to the passed env/db/etc. objects so they
7 can't get destroyed while requests are still outstanding. 50 can't get destroyed while requests are still outstanding.
8 - fixed a few minor stack issues. 51 - fixed a few minor stack issues.
9 52
101.71 Tue Jul 29 05:30:24 CEST 2008 531.71 Tue Jul 29 05:30:24 CEST 2008
11 - add const char * to typemap for possible 5.6 support. 54 - add const char * to typemap for possible 5.6 support.
12 - untested support for db4.3. 55 - untested support for db4.3.
13 - berkelydb needs seriously larger stacksizes on x86 at least 56 - berkelydb needs seriously larger stacksizes (on x86 at least)
14 then what the default xthread.h provides. 57 then what the default xthread.h provides.
15 58
161.7 Thu Jul 17 14:09:25 CEST 2008 591.7 Thu Jul 17 14:09:25 CEST 2008
17 - use a totally different mechanism to pass callbacks to 60 - use a totally different mechanism to pass callbacks to
18 requests (see manpage). 61 requests (see manpage).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines