Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
21a374f2
Commit
21a374f2
authored
Feb 12, 2015
by
Quanah Gibson-Mount
Browse files
Happy New Year
parent
6586299f
Changes
19
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/COPYRIGHT
View file @
21a374f2
Copyright 2011-201
4
Howard Chu, Symas Corp.
Copyright 2011-201
5
Howard Chu, Symas Corp.
All rights reserved.
Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/lmdb.h
View file @
21a374f2
...
...
@@ -119,7 +119,7 @@
*
* @author Howard Chu, Symas Corporation.
*
* @copyright Copyright 2011-201
4
Howard Chu, Symas Corp. All rights reserved.
* @copyright Copyright 2011-201
5
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 @
21a374f2
...
...
@@ -5,7 +5,7 @@
* BerkeleyDB API, but much simplified.
*/
/*
* Copyright 2011-201
4
Howard Chu, Symas Corp.
* Copyright 2011-201
5
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 @
21a374f2
.TH MDB_COPY 1 "2014/06/20" "LMDB 0.9.14"
.\" Copyright 2012-201
4
Howard Chu, Symas Corp. All Rights Reserved.
.\" Copyright 2012-201
5
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 @
21a374f2
/* mdb_copy.c - memory-mapped database backup tool */
/*
* Copyright 2012 Howard Chu, Symas Corp.
* Copyright 2012
-2015
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 @
21a374f2
.TH MDB_DUMP 1 "2014/06/20" "LMDB 0.9.14"
.\" Copyright 2014 Howard Chu, Symas Corp. All Rights Reserved.
.\" Copyright 2014
-2015
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 @
21a374f2
/* mdb_dump.c - memory-mapped database dump tool */
/*
* Copyright 2011-201
4
Howard Chu, Symas Corp.
* Copyright 2011-201
5
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 @
21a374f2
.TH MDB_LOAD 1 "2014/06/20" "LMDB 0.9.14"
.\" Copyright 2014 Howard Chu, Symas Corp. All Rights Reserved.
.\" Copyright 2014
-2015
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 @
21a374f2
/* mdb_load.c - memory-mapped database load tool */
/*
* Copyright 2011-201
4
Howard Chu, Symas Corp.
* Copyright 2011-201
5
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 @
21a374f2
.TH MDB_STAT 1 "2014/06/20" "LMDB 0.9.14"
.\" Copyright 2012-201
4
Howard Chu, Symas Corp. All Rights Reserved.
.\" Copyright 2012-201
5
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 @
21a374f2
/* mdb_stat.c - memory-mapped database status tool */
/*
* Copyright 2011-201
3
Howard Chu, Symas Corp.
* Copyright 2011-201
5
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/mtest.c
View file @
21a374f2
/* mtest.c - memory-mapped database tester/toy */
/*
* Copyright 2011-201
4
Howard Chu, Symas Corp.
* Copyright 2011-201
5
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/mtest2.c
View file @
21a374f2
/* mtest2.c - memory-mapped database tester/toy */
/*
* Copyright 2011-201
4
Howard Chu, Symas Corp.
* Copyright 2011-201
5
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/mtest3.c
View file @
21a374f2
/* mtest3.c - memory-mapped database tester/toy */
/*
* Copyright 2011-201
4
Howard Chu, Symas Corp.
* Copyright 2011-201
5
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/mtest4.c
View file @
21a374f2
/* mtest4.c - memory-mapped database tester/toy */
/*
* Copyright 2011-201
4
Howard Chu, Symas Corp.
* Copyright 2011-201
5
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/mtest5.c
View file @
21a374f2
/* mtest5.c - memory-mapped database tester/toy */
/*
* Copyright 2011-201
4
Howard Chu, Symas Corp.
* Copyright 2011-201
5
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/mtest6.c
View file @
21a374f2
/* mtest6.c - memory-mapped database tester/toy */
/*
* Copyright 2011-201
4
Howard Chu, Symas Corp.
* Copyright 2011-201
5
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/sample-bdb.txt
View file @
21a374f2
...
...
@@ -3,7 +3,7 @@
* Do a line-by-line comparison of this and sample-mdb.txt
*/
/*
* Copyright 2012 Howard Chu, Symas Corp.
* Copyright 2012
-2015
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
libraries/liblmdb/sample-mdb.txt
View file @
21a374f2
...
...
@@ -3,7 +3,7 @@
* Do a line-by-line comparison of this and sample-bdb.txt
*/
/*
* Copyright 2012 Howard Chu, Symas Corp.
* Copyright 2012
-2015
Howard Chu, Symas Corp.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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