/
niceSOFT
/
libmodsecurity
ОбзорДокументацияВойти
/
niceSOFT
/
libmodsecurity
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
libmodsecurity/
.../collection/backend/
..
collection_data.cc

Add expirevar support for lmdb

3 года назад
collection_data.h

Add expirevar support for lmdb

3 года назад
in_memory-per_process.cc

Removed usage of pthreads and replaced with std C++ features - Replaced pthread_mutex_t in modsecurity::operators::Pm with std::mutex - Replaced pthread's thread usage in reading_logs_via_rule_message example with std::thread. - Simplified and modernized C++ code. - Removed unnecessary includes of pthread.h

2 года назад
in_memory-per_process.h

Added missing override keyword as reported by cppcheck 2.14

2 года назад
lmdb.cc

Added const reported by cppcheck 2.14

2 года назад
lmdb.h

Removed usage of pthreads and replaced with std C++ features - Replaced pthread_mutex_t in modsecurity::operators::Pm with std::mutex - Replaced pthread's thread usage in reading_logs_via_rule_message example with std::thread. - Simplified and modernized C++ code. - Removed unnecessary includes of pthread.h

2 года назад