summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Import 1.11 tarballbaserock/tiagogomes/armv8l64Tiago Gomes2015-01-2956-1701/+9203
* Commit gdbm-1.10 tarball to gitSam Thursfield2012-12-2711-361/+1405
* Improve testgdbmSergey Poznyakoff2011-11-162-145/+243
* Update the docs. Improve dump/load utilities.Sergey Poznyakoff2011-11-156-98/+240
* Return a meaningful error code if failed to restore file's metadata.Sergey Poznyakoff2011-11-154-11/+32
* Forgotten to add earlier.Sergey Poznyakoff2011-11-141-0/+66
* Implement new dump format. Add new utilities: gdbm_dump and gdbm_load.Sergey Poznyakoff2011-11-1320-360/+2233
* Minor fixSergey Poznyakoff2011-11-131-0/+1
* Minor fixes.Sergey Poznyakoff2011-11-122-3/+3
* Implement cloexec in gdbm_reorganize. Add test cases.Sergey Poznyakoff2011-11-113-2/+12
* Use SEEK_SET instead of L_SET.Sergey Poznyakoff2011-11-118-15/+12
* Support close-on-exec flag for gdbm_open call.Sergey Poznyakoff2011-11-113-13/+20
* Define GDBM_FILE_EOF.Sergey Poznyakoff2011-10-231-1/+2
* Fix bug #150.Sergey Poznyakoff2011-10-0511-61/+148
* Initialize memory used for file header. This fixes bug #151.Sergey Poznyakoff2011-10-051-2/+3
* Minor fix.Sergey Poznyakoff2011-08-241-8/+6
* Implement multi-character commands in testgdbm.Sergey Poznyakoff2011-08-241-71/+144
* Make sure errno is preserved, if it can contain details about the gdbm error.Sergey Poznyakoff2011-08-173-19/+23
* Introduce new error code.Sergey Poznyakoff2011-08-176-24/+36
* Internationalization.Sergey Poznyakoff2011-08-1612-173/+473
* Verify preprocessor directives. Pass them through cppi toSergey Poznyakoff2011-08-139-138/+138
* Bugfixes (pointed out by Matthew Burgess).Sergey Poznyakoff2011-08-121-1/+1
* New option GDBM_GETDBNAME.Sergey Poznyakoff2011-08-112-9/+27
* Protect invocations of _gdbm_mapped functions with #if HAVE_MMAP.Sergey Poznyakoff2011-08-102-0/+14
* Fix a typo.Sergey Poznyakoff2011-08-101-1/+1
* Improve gdbm_setopt interface.Sergey Poznyakoff2011-08-107-51/+142
* Improve memory mapping support.Sergey Poznyakoff2011-08-108-113/+170
* Docs: "Additional information" section.Sergey Poznyakoff2011-08-101-1/+1
* Change internal command invocation mechanism: the begin handlerSergey Poznyakoff2011-08-071-251/+428
* (gdbm_version_cmp): New function.Sergey Poznyakoff2011-08-061-0/+21
* (error): Bugfix.Sergey Poznyakoff2011-08-051-1/+1
* Shut the gcc warningSergey Poznyakoff2011-08-051-0/+3
* (gdbm_errno): New declaration (from global.c)Sergey Poznyakoff2011-08-051-0/+3
* Don't include extern.hSergey Poznyakoff2011-08-054-4/+0
* Remove extern.h and global.cSergey Poznyakoff2011-08-051-2/+0
* Remove.Sergey Poznyakoff2011-08-052-60/+0
* Somehow forgotten to commit.Sergey Poznyakoff2011-08-031-1/+7
* Include gdbm.h.Sergey Poznyakoff2011-08-031-1/+1
* Include arpa/inet.h and gdbm.h.Sergey Poznyakoff2011-08-031-2/+2
* Remove rules for building gdbm.h. It is now created by configure.Sergey Poznyakoff2011-08-031-15/+4
* New file.Sergey Poznyakoff2011-08-031-0/+144
* Remove.Sergey Poznyakoff2011-08-033-161/+0
* Remove unused variables, fix format specs.Sergey Poznyakoff2011-08-032-24/+19
* (gdbm_version): Update automatically.Sergey Poznyakoff2011-08-031-2/+5
* Update copyright headers.Sergey Poznyakoff2011-08-0331-148/+139
* (gdbm_errlist): New prototype.Sergey Poznyakoff2011-08-031-1/+2
* (gdbm_errlist): Indicate the size ofSergey Poznyakoff2011-08-031-9/+26
* Minor changes.Sergey Poznyakoff2011-08-031-11/+10
* (struct gdbm_file_info) <name>: Remove the static qualifier.Sergey Poznyakoff2011-08-031-1/+1
* (gdbm_setopt): Avoid coredumps on NULL optval.Sergey Poznyakoff2011-08-031-5/+5