8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-25 00:43:03 +01:00
firebird-mirror/src/common
2017-01-15 12:17:27 +02:00
..
classes Backported fix for CORE-5452: Segfault when engine's dynamic library is unloaded right after closing worker threads (GC and/or cache writer) 2017-01-13 14:29:54 +03:00
config Fixed bug CORE-5257 : Enable nested keys in plugin configuration 2016-10-24 23:19:00 +03:00
os Backported fix for open() files for very old kernels 2016-08-12 12:33:33 +03:00
Auth.cpp Fixed CORE-4811: Make user names behave according to SQL identifiers rules 2015-06-03 13:57:18 +00:00
Auth.h Misc. 2015-01-15 01:17:27 +00:00
BigInteger.cpp Divide IStatus information into 3 parts: errors, warnings and completion code. 2014-08-27 09:24:30 +00:00
BigInteger.h Misc 2012-03-16 12:46:32 +00:00
call_service.cpp Backported fix for CORE-5189: Codes of operation of user management plugin are missing in public API 2016-04-07 16:29:18 +03:00
call_service.h Language independent API 2014-09-29 11:03:47 +00:00
cdbtable.h OSRI and new posix build 2010-10-12 08:02:57 +00:00
CharSet.cpp Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL, 2015-10-12 14:26:00 +00:00
CharSet.h Frontport fix for CORE-4244 - Problem with creation procedure which contain adding text in DOS864 charset. 2013-10-15 15:26:34 +00:00
common.h Add platform support for Linux/m68k for the 3.0 branch (#52) 2016-10-14 13:12:21 +03:00
CRC32C.cpp Backport from master: 2016-12-30 02:11:24 +02:00
CsConvert.h Divide IStatus information into 3 parts: errors, warnings and completion code. 2014-08-27 09:24:30 +00:00
cvt.cpp Fixed problems reported by PVS-Studio - http://www.viva64.com/en/b/0396/ 2016-05-12 11:49:44 -03:00
cvt.h Simplify .h-file dependencies 2012-01-25 09:19:10 +00:00
db_alias.cpp Backport from master: 2016-12-30 02:11:24 +02:00
db_alias.h Fixed CORE-4685: Accessing DB in invalid manner when links (hard or symbolic) are used for it 2015-02-09 14:08:31 +00:00
dllinst.cpp Additional means to avoid crash\hangup when application unload fbclient.dll not calling fb_shutdown. 2015-11-03 09:12:12 +00:00
dllinst.h Additional means to avoid crash\hangup when application unload fbclient.dll not calling fb_shutdown. 2015-11-03 09:12:12 +00:00
dsc_proto.h OSRI and new posix build 2010-10-12 08:02:57 +00:00
dsc_pub.h Feature CORE-726 - Boolean data type 2010-12-18 02:17:06 +00:00
dsc.cpp Divide IStatus information into 3 parts: errors, warnings and completion code. 2014-08-27 09:24:30 +00:00
dsc.h Fixed CORE-5341 - User collate doesn't work with blobs. 2016-09-08 15:53:18 -03:00
DynamicStrings.cpp Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL, 2015-10-12 14:26:00 +00:00
DynamicStrings.h Misc 2015-03-23 09:06:10 +00:00
dyntable.h OSRI and new posix build 2010-10-12 08:02:57 +00:00
enc_proto.h OSRI and new posix build 2010-10-12 08:02:57 +00:00
enc.cpp Work in progress (committed due to SF upgrade). Checked only on SS. 2012-12-14 17:59:02 +00:00
fb_exception.cpp Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL, 2015-10-12 14:26:00 +00:00
file_params.h WIP on CORE-3885: Firebird for Android, databases may be created, trivial requests run in embedded mode 2015-02-02 17:14:06 +00:00
gdsassert.h Please MSVC14: 2016-03-17 23:55:20 +02:00
intlobj_new.h OSRI and new posix build 2010-10-12 08:02:57 +00:00
IntlParametersBlock.cpp Bugfix for CORE-5154: Services API don't work with non-ascii database names (ported from aafemt/firebird). Also add some missing tags that might require transliteration. 2016-06-23 23:17:42 +03:00
IntlParametersBlock.h Fixed bug related with IntlParametersBlock noticed by Mark Rotteveel 2015-10-26 15:04:45 +00:00
IntlUtil.cpp Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL, 2015-10-12 14:26:00 +00:00
IntlUtil.h Fixed CORE-4811: Make user names behave according to SQL identifiers rules 2015-06-03 13:57:18 +00:00
isc_f_proto.h Fixed CORE-4811: Make user names behave according to SQL identifiers rules 2015-06-03 13:57:18 +00:00
isc_file.cpp Backported fix of possible buffer overflow when reading /etc/mtab 2016-05-18 11:48:49 +03:00
isc_proto.h Use status interface instead plain status vector when working with exceptions. 2015-03-27 14:36:30 +00:00
isc_s_proto.h Revert back old change that's not actual anymore but causing undesired side-effects in CS under concurrent load. 2016-11-10 12:58:18 +03:00
isc_sync.cpp Fixed Windows build 2017-01-15 12:17:27 +02:00
isc.cpp Corrections 2015-10-13 09:44:44 +00:00
msg_encode.h Replaced macro FB_ALIGN with function fbAlign, minor related cleanup 2014-07-24 06:41:38 +00:00
MsgMetadata.cpp Backported fix for CORE-5359: MessageMetadata's getScale returns int and MetadataBuilder's setScale want unsigned 2016-10-12 17:48:01 +03:00
MsgMetadata.h Backported fix for CORE-5359: MessageMetadata's getScale returns int and MetadataBuilder's setScale want unsigned 2016-10-12 17:48:01 +03:00
prett_proto.h OSRI and new posix build 2010-10-12 08:02:57 +00:00
pretty.cpp Boolean datatype in gpre C++ module 2016-10-14 19:15:18 +03:00
ScanDir.cpp Include platform definitions file common.h in firebird.h. Use OS-specific ThreadId instead artificial FB_THREAD_ID, avoiding unneeded casts in the code. This should fix BSD and MAC ports. 2012-03-01 08:55:43 +00:00
ScanDir.h OSRI and new posix build 2010-10-12 08:02:57 +00:00
sdl_proto.h Use status interface instead plain status vector when working with exceptions. 2015-03-27 14:36:30 +00:00
sdl.cpp Use status interface instead plain status vector when working with exceptions. 2015-03-27 14:36:30 +00:00
sdl.h OSRI and new posix build 2010-10-12 08:02:57 +00:00
sdltable.h OSRI and new posix build 2010-10-12 08:02:57 +00:00
security.cpp Postfix for CORE-5189: use unsigned operation code in User interface 2016-04-10 21:12:14 +03:00
security.h Postfix for CORE-5189: use unsigned operation code in User interface 2016-04-10 21:12:14 +03:00
sha.cpp Page url changed , use archive.org url 2014-12-16 05:02:48 +00:00
sha.h Warnings. 2013-03-18 13:10:36 +00:00
SimpleStatusVector.h Misc. 2015-03-28 00:36:04 +00:00
StatementMetadata.cpp Avoid too frequent VirtualAlloc\VirtualFree calls 2015-10-11 08:59:27 +00:00
StatementMetadata.h Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL, 2015-10-12 14:26:00 +00:00
StatusArg.cpp Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL, 2015-10-12 14:26:00 +00:00
StatusArg.h Be more consistent putting IStatus into fast inline wrapper. Also some syntax sugar as suggested by Dmitry 2015-03-27 17:51:19 +00:00
StatusHolder.cpp Be more consistent putting IStatus into fast inline wrapper. Also some syntax sugar as suggested by Dmitry 2015-03-27 17:51:19 +00:00
StatusHolder.h Backported fix for CORE-5184: Assertion in cloop dispatcher when trying to save exception information in status interface 2016-04-04 19:32:09 +03:00
stuff.h Fix build warnings 2014-07-17 18:48:46 +00:00
TextType.cpp Fixed problems reported by PVS-Studio - http://www.viva64.com/en/b/0396/ 2016-05-12 11:49:44 -03:00
TextType.h Implemented CORE-3861: Make it possible to encrypt database 2012-05-31 16:53:42 +00:00
ThreadData.cpp Moved ThreadData into the namespace + small cleanup. 2013-04-13 15:07:51 +00:00
ThreadData.h Moved ThreadData into the namespace + small cleanup. 2013-04-13 15:07:51 +00:00
ThreadStart.cpp Additional means to avoid crash\hangup when application unload fbclient.dll not calling fb_shutdown. 2015-11-03 09:12:12 +00:00
ThreadStart.h Backported fix for CORE-5452: Segfault when engine's dynamic library is unloaded right after closing worker threads (GC and/or cache writer) 2017-01-13 14:29:54 +03:00
Tokens.cpp Misc. 2015-09-06 18:52:59 +00:00
Tokens.h Fixed CORE-4890: Placing comment (single-lined or multi-lined) between final END of creating SP code and terminal character (^) produces compiling error when tool uses old API 2015-08-21 15:23:22 +00:00
unicode_util.cpp Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL, 2015-10-12 14:26:00 +00:00
unicode_util.h Fixed (again) CORE-3545 - Inconsistent domain's constraint validation in PSQL. Related to CORE-3947. 2015-08-19 02:06:49 +00:00
utils_proto.h Fixed CORE-4811: Make user names behave according to SQL identifiers rules 2015-06-03 13:57:18 +00:00
utils.cpp Enhanced memory leaks search - changed FB_NEW to FB_NEW_POOL, 2015-10-12 14:26:00 +00:00
UtilSvc.cpp CORE-4965: Extend the transaction ID space beyond 2^32 transactions. Initially developed in the v2.5 custom branch, then reworked and now merged into v3.0. 2015-10-19 13:32:02 +00:00
UtilSvc.h CORE-4965: Extend the transaction ID space beyond 2^32 transactions. Initially developed in the v2.5 custom branch, then reworked and now merged into v3.0. 2015-10-19 13:32:02 +00:00
xdr_proto.h Cleanup. 2013-04-11 10:13:47 +00:00
xdr.cpp Backported fix for CORE-5452: Segfault when engine's dynamic library is unloaded right after closing worker threads (GC and/or cache writer) 2017-01-13 14:29:54 +03:00
xdr.h Misc. 2012-03-10 15:37:52 +00:00