Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
5a5e056f
Commit
5a5e056f
authored
Mar 22, 2018
by
Quanah Gibson-Mount
Committed by
Howard Chu
Oct 10, 2020
Browse files
Happy New Year
parent
d52328b7
Changes
24
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/COPYRIGHT
View file @
5a5e056f
Copyright 2011-201
7
Howard Chu, Symas Corp.
Copyright 2011-201
8
Howard Chu, Symas Corp.
All rights reserved.
Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/intro.doc
View file @
5a5e056f
/*
* Copyright 2015-201
7
Howard Chu, Symas Corp.
* Copyright 2015-201
8
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/lmdb.h
View file @
5a5e056f
...
...
@@ -136,7 +136,7 @@
*
* @author Howard Chu, Symas Corporation.
*
* @copyright Copyright 2011-201
7
Howard Chu, Symas Corp. All rights reserved.
* @copyright Copyright 2011-201
8
Howard Chu, Symas Corp. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted only as authorized by the OpenLDAP
...
...
libraries/liblmdb/mdb.c
View file @
5a5e056f
...
...
@@ -5,7 +5,7 @@
* BerkeleyDB API, but much simplified.
*/
/*
* Copyright 2011-201
7
Howard Chu, Symas Corp.
* Copyright 2011-201
8
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/mdb_copy.1
View file @
5a5e056f
.TH MDB_COPY 1 "2017/07/31" "LMDB 0.9.90"
.\" Copyright 2012-201
7
Howard Chu, Symas Corp. All Rights Reserved.
.\" Copyright 2012-201
8
Howard Chu, Symas Corp. All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.SH NAME
mdb_copy \- LMDB environment copy tool
...
...
libraries/liblmdb/mdb_copy.c
View file @
5a5e056f
/* mdb_copy.c - memory-mapped database backup tool */
/*
* Copyright 2012-201
7
Howard Chu, Symas Corp.
* Copyright 2012-201
8
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/mdb_drop.1
View file @
5a5e056f
.TH MDB_DROP 1 "2017/11/19" "LMDB 0.9.
7
0"
.\" Copyright 2014-201
7
Howard Chu, Symas Corp. All Rights Reserved.
.TH MDB_DROP 1 "2017/11/19" "LMDB 0.9.
9
0"
.\" Copyright 2014-201
8
Howard Chu, Symas Corp. All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.SH NAME
mdb_drop \- LMDB database delete tool
...
...
libraries/liblmdb/mdb_drop.c
View file @
5a5e056f
/* mdb_drop.c - memory-mapped database delete tool */
/*
* Copyright 2016-201
7
Howard Chu, Symas Corp.
* Copyright 2016-201
8
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/mdb_dump.1
View file @
5a5e056f
.TH MDB_DUMP 1 "2017/07/31" "LMDB 0.9.90"
.\" Copyright 2014-201
7
Howard Chu, Symas Corp. All Rights Reserved.
.\" Copyright 2014-201
8
Howard Chu, Symas Corp. All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.SH NAME
mdb_dump \- LMDB environment export tool
...
...
libraries/liblmdb/mdb_dump.c
View file @
5a5e056f
/* mdb_dump.c - memory-mapped database dump tool */
/*
* Copyright 2011-201
7
Howard Chu, Symas Corp.
* Copyright 2011-201
8
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/mdb_load.1
View file @
5a5e056f
.TH MDB_LOAD 1 "2015/09/30" "LMDB 0.9.
17
"
.\" Copyright 2014-201
7
Howard Chu, Symas Corp. All Rights Reserved.
.TH MDB_LOAD 1 "2015/09/30" "LMDB 0.9.
90
"
.\" Copyright 2014-201
8
Howard Chu, Symas Corp. All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.SH NAME
mdb_load \- LMDB environment import tool
...
...
libraries/liblmdb/mdb_load.c
View file @
5a5e056f
/* mdb_load.c - memory-mapped database load tool */
/*
* Copyright 2011-201
7
Howard Chu, Symas Corp.
* Copyright 2011-201
8
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/mdb_stat.1
View file @
5a5e056f
.TH MDB_STAT 1 "2017/07/31" "LMDB 0.9.90"
.\" Copyright 2012-201
7
Howard Chu, Symas Corp. All Rights Reserved.
.\" Copyright 2012-201
8
Howard Chu, Symas Corp. All Rights Reserved.
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.SH NAME
mdb_stat \- LMDB environment status tool
...
...
libraries/liblmdb/mdb_stat.c
View file @
5a5e056f
/* mdb_stat.c - memory-mapped database status tool */
/*
* Copyright 2011-201
7
Howard Chu, Symas Corp.
* Copyright 2011-201
8
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/midl.c
View file @
5a5e056f
...
...
@@ -3,8 +3,8 @@
/* $OpenLDAP$ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
* Copyright 2000-201
6
The OpenLDAP Foundation.
* Portions Copyright 2001-201
7
Howard Chu, Symas Corp.
* Copyright 2000-201
8
The OpenLDAP Foundation.
* Portions Copyright 2001-201
8
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/midl.h
View file @
5a5e056f
...
...
@@ -11,8 +11,8 @@
/* $OpenLDAP$ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
* Copyright 2000-201
6
The OpenLDAP Foundation.
* Portions Copyright 2001-201
7
Howard Chu, Symas Corp.
* Copyright 2000-201
8
The OpenLDAP Foundation.
* Portions Copyright 2001-201
8
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/mtest.c
View file @
5a5e056f
/* mtest.c - memory-mapped database tester/toy */
/*
* Copyright 2011-201
7
Howard Chu, Symas Corp.
* Copyright 2011-201
8
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/mtest2.c
View file @
5a5e056f
/* mtest2.c - memory-mapped database tester/toy */
/*
* Copyright 2011-201
7
Howard Chu, Symas Corp.
* Copyright 2011-201
8
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/mtest3.c
View file @
5a5e056f
/* mtest3.c - memory-mapped database tester/toy */
/*
* Copyright 2011-201
7
Howard Chu, Symas Corp.
* Copyright 2011-201
8
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/mtest4.c
View file @
5a5e056f
/* mtest4.c - memory-mapped database tester/toy */
/*
* Copyright 2011-201
7
Howard Chu, Symas Corp.
* Copyright 2011-201
8
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment