diff --git a/Makefile b/Makefile index b3039973..e2c9be86 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # GNU Makefile for libmdbx (reliable lightning memory-mapped DB library for Linux). -# https://github.com/ReOpen/libmdbx +# https://github.com/leo-yuriev/libmdbx ######################################################################## # Configuration. The compiler options must enable threaded compilation. diff --git a/README.md b/README.md index ee625c97..cedd4a52 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ libmdbx Extended LMDB, aka "Расширенная LMDB". *The Future will Positive. Всё будет хорошо.* -[![Build Status](https://travis-ci.org/ReOpen/libmdbx.svg?branch=stable%2F0.0)](https://travis-ci.org/ReOpen/libmdbx) +[![Build Status](https://travis-ci.org/leo-yuriev/libmdbx.svg?branch=stable%2F0.0)](https://travis-ci.org/leo-yuriev/libmdbx) -English version by Google [is here](https://translate.googleusercontent.com/translate_c?act=url&ie=UTF8&sl=ru&tl=en&u=https://github.com/ReOpen/libmdbx/tree/stable%2F0.0). +English version by Google [is here](https://translate.googleusercontent.com/translate_c?act=url&ie=UTF8&sl=ru&tl=en&u=https://github.com/leo-yuriev/libmdbx/tree/stable%2F0.0). ## Кратко @@ -28,7 +28,7 @@ _libmdbx_ является потомком "Lightning Memory-Mapped Database", известной под аббревиатурой [LMDB](https://en.wikipedia.org/wiki/Lightning_Memory-Mapped_Database). Изначально доработка производилась в составе проекта -[ReOpenLDAP](https://github.com/ReOpen/ReOpenLDAP). Примерно за год +[ReOpenLDAP](https://github.com/leo-yuriev/ReOpenLDAP). Примерно за год работы внесенные изменения приобрели самостоятельную ценность. Осенью 2015 доработанный движок был выделен в отдельный проект, который был [представлен на конференции Highload++ diff --git a/lmdb.h b/lmdb.h index a1c086d3..4d7d658e 100644 --- a/lmdb.h +++ b/lmdb.h @@ -212,7 +212,7 @@ typedef int mdb_filehandle_t; #define MDB_VERSION_DATE "2017-02-17" /** A stringifier for the version info */ -#define MDB_VERSTR(a,b,c,d) "MDBX " #a "." #b "." #c ": (" d ", https://github.com/ReOpen/libmdbx)" +#define MDB_VERSTR(a,b,c,d) "MDBX " #a "." #b "." #c ": (" d ", https://github.com/leo-yuriev/libmdbx)" /** A helper for the stringifier macro */ #define MDB_VERFOO(a,b,c,d) MDB_VERSTR(a,b,c,d) diff --git a/mdb.c b/mdb.c index 8aea98b8..394c3010 100644 --- a/mdb.c +++ b/mdb.c @@ -1048,7 +1048,7 @@ typedef struct MDB_pgstate { } MDB_pgstate; /** Context for deferred cleanup of reader's threads. - * to avoid https://github.com/ReOpen/ReOpenLDAP/issues/48 */ + * to avoid https://github.com/leo-yuriev/ReOpenLDAP/issues/48 */ typedef struct MDBX_rthc { struct MDBX_rthc *rc_next; pthread_t rc_thread; @@ -4624,7 +4624,7 @@ void mdbx_rthc_dtor(void) * TSD-деструкторах и поэтому может выгрузить lib.so до того как * отработали все деструкторы. * - Исходное проявление проблемы было зафиксировано - * в https://github.com/ReOpen/ReOpenLDAP/issues/48 + * в https://github.com/leo-yuriev/ReOpenLDAP/issues/48 * * Предыдущее решение посредством выделяемого динамически MDB_rthc * было не удачным, так как порождало либо утечку памяти,