Firebird server, client and tools

website: firebirdsql.org

#sql #database #dbms #firebird #rdbms #relational-database #firebirddb #firebirdsql #embedded-database #embedded #dbserver #dbclient #client #server

hvlad 2a887f416a Avoid assert in DEBUG build of CS\SC 8 лет назад
builds 36509e5276 misc 8 лет назад
doc c6703ca396 Update the docs 9 лет назад
examples 2fdb281759 Backported fix for CORE-5472: Problems with dbcrypt key transfer 9 лет назад
extern b6866bc374 Fixed problems reported by PVS-Studio - http://www.viva64.com/en/b/0396/ 9 лет назад
lang_helpers 7a7c6cb95b Some more cases of CORE-5112 as pointed by Dmitry Yemanov 10 лет назад
src 2a887f416a Avoid assert in DEBUG build of CS\SC 8 лет назад
.editorconfig 827c964163 Make github show correct indentations. 9 лет назад
.gitignore be13a31bd7 .gitignore pass 10 лет назад
.travis.yml 772f22e2f0 [ci] Switch to Ubuntu 14.04. 10 лет назад
CMakeLists.txt dc14d2cfed [build][cmake] Fix OS X build with brew. 10 лет назад
ChangeLog a3123550d9 Replaced old ChangeLogs with URL to GitHub. 9 лет назад
Makefile.in 06b5d25ab2 A bit better way to pass target over to sub-makefile 22 лет назад
README.md 1df3370565 Brief readme 8 лет назад
acx_pthread.m4 6c85fc2f27 Use GNU autoconf macros to determine switches required to generate threaded binaries properly 21 лет назад
autogen.sh bddc876b5e Backported fix for CORE-5204: Build the Linux code with --enable-binreloc and create an option in the installer to install in different locations than /opt/firebird 9 лет назад
binreloc.m4 2dc25a44bb OSRI and new posix build 15 лет назад
configure.ac bddc876b5e Backported fix for CORE-5204: Build the Linux code with --enable-binreloc and create an option in the installer to install in different locations than /opt/firebird 9 лет назад
travis.sh c55d3f5033 [ci] Initial travis-ci config. 10 лет назад

README.md

Branch cch-protect. Based on branch B3_0_Release.

Introduced ability to write-protect page buffers memory while it's not changed explicitly. It allows to find a bugs related to the page buffers memory corruption, such as CORE-5415.

For the full readme lookup the master branch.