summaryrefslogtreecommitdiff
path: root/source4/lib/tdb
AgeCommit message (Expand)AuthorFilesLines
2008-02-08merge tdb changes from ctdbAndrew Tridgell1-33/+47
2008-02-07merge growing tdb for tdb_wipe_all() fix from ctdbAndrew Tridgell1-0/+43
2008-01-31merged tdb transaction fixAndrew Tridgell1-0/+3
2008-01-22build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij1-1/+0
2008-01-22ldb/talloc/tdb: Use manually written pc file.Jelmer Vernooij1-0/+1
2008-01-22tdb: Add URL in pc file.Jelmer Vernooij1-0/+1
2008-01-18merged changes from v3-2-testAndrew Tridgell8-53/+18
2008-01-18merged tdb changes from ctdbAndrew Tridgell3-59/+49
2008-01-15merged tdb from ctdb bzr treeAndrew Tridgell9-210/+471
2008-01-10tdb: Add simple reimplementation of tdbdump in Python as an example of the td...Jelmer Vernooij1-0/+12
2008-01-10r26700: tdb: Build and install Python bindings when possible.Jelmer Vernooij4-42/+68
2008-01-06r26678: Check in auto-generated swig files.Tim Potter2-41/+45
2008-01-06r26677: Implement and test iter{keys,values,items} for tdb bindings.Tim Potter2-3/+32
2008-01-05r26668: tdb/python: Fix default value of open_flags for tdb.Jelmer Vernooij2-1/+2
2007-12-26r26586: Rename fetch to get for consistency with the Python dictionary interf...Jelmer Vernooij4-13/+14
2007-12-26r26585: Fix samba3.python tests.Jelmer Vernooij3-35/+98
2007-12-26r26583: Throw a proper exception in the python code when tdb_open() fails, fi...Jelmer Vernooij3-28/+25
2007-12-24r26582: Use the same swig flags everywhere.Jelmer Vernooij2-2/+2
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2-100/+68
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2-105/+141
2007-12-21r26294: Use hardcoded name for SWIG for now, until proper autoconf checks are...Jelmer Vernooij1-1/+1
2007-12-21r26293: Make sure SWIG directory exists, respect DESTDIR.Jelmer Vernooij1-1/+2
2007-12-21r26281: Fix include.Jelmer Vernooij2-0/+2
2007-12-21r26276: Install SWIG files if swig is present.Jelmer Vernooij1-0/+3
2007-12-21r26251: Fix include of stdint in tdb swig wrapper.Jelmer Vernooij2-8/+41
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2-0/+4355
2007-12-21r26218: Remove libtdb.so as well.Jelmer Vernooij1-1/+1
2007-12-21r26181: Set version to 1.1.1, as 1.1.0 has already been released.Jelmer Vernooij1-1/+1
2007-12-21r26180: Allow prebuilding swig output files.Jelmer Vernooij3-3/+10
2007-12-21r26114: Allow keyword-arguments.Jelmer Vernooij1-1/+1
2007-12-21r26108: Add makefile rules for building, installing and checking python bindi...Jelmer Vernooij2-4/+19
2007-12-21r26107: Add more tests.Jelmer Vernooij1-0/+22
2007-12-21r26090: Make building tdb python bindings independent of use of external tdb.Jelmer Vernooij2-8/+3
2007-12-21r26089: Move python detection to a separate file, and don't make it an error ...Jelmer Vernooij1-32/+0
2007-12-21r26087: Fix include, add setup.py for tdbJelmer Vernooij2-0/+9
2007-12-21r26077: Import updated TDB bindings.Jelmer Vernooij5-274/+351
2007-12-21r25991: tdb: use AC_LIBREPLACE_SHLD and use it for linking the shared libraryStefan Metzmacher2-1/+3
2007-12-21r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGSStefan Metzmacher1-1/+1
2007-12-21r25972: tdb: fix usage of SONAMEFLAGStefan Metzmacher1-3/+2
2007-12-21r25953: AIX make doesn't support $^.Jelmer Vernooij1-1/+1
2007-12-21r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t...Jelmer Vernooij1-1/+1
2007-12-21r25893: Fix ldb, tdb builds (and one warning).Jeremy Allison2-2/+2
2007-12-21r25892: Keep the tdb code in sync between 3.2.x and 4.0.Jeremy Allison7-5/+76
2007-12-21r25888: Attempt to fix standalone tdb build.Jelmer Vernooij1-6/+8
2007-12-21r25884: Specify shldflags first, as required by some compilers.Jelmer Vernooij1-1/+1
2007-12-21r25883: Fix tdb dependency.Jelmer Vernooij1-5/+9
2007-12-21r25881: Add ability to build .so of tdb.Jelmer Vernooij2-7/+28
2007-12-21r25614: Add trivial tdb website.Jelmer Vernooij1-0/+44
2007-10-10r25046: Ditch tdb_traverse() as it doesn't lend itself to any Python idiomsTim Potter1-2/+0
2007-10-10r25045: Add constants for enum TDB_ERROR.Tim Potter1-20/+15