8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-30 19:23:03 +01:00
firebird-mirror/src/common
2015-05-31 13:06:04 +00:00
..
classes Postfix for CORE-4789 - Prohibit ability to cast timestamps that out of valid range to varchar. 2015-05-17 02:22:09 +00:00
config Fixed CORE-4767: CREATE USER ... TAGS ( attr = "prefix #suffix" ): "suffix" will be removed from storage because of character # in the value of attribute 2015-04-22 17:02:19 +00:00
os Misc. 2015-05-02 03:54:03 +00:00
Auth.cpp Make the API usable with different type of IStatus classes, throwing (what class?) or not throwing. Builtin are CheckStatusWrapper (no throw) and ThrowStatusWrapper (throws FbException). 2015-01-12 00:21:38 +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 Better constant names: avoid FB, enclosing class (double prefix) or wrong prefixes. 2015-02-18 15:01:17 +00: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 Implemented CORE-3594: Include expected and actual string length into error message 2012-06-06 11:06:31 +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 Comments cleanup 2015-03-31 09:57:22 +00:00
CsConvert.h Divide IStatus information into 3 parts: errors, warnings and completion code. 2014-08-27 09:24:30 +00:00
cvt.cpp Misc. 2015-02-18 12:54:41 +00:00
cvt.h Simplify .h-file dependencies 2012-01-25 09:19:10 +00:00
db_alias.cpp Better constant names: avoid FB, enclosing class (double prefix) or wrong prefixes. 2015-02-18 15:01:17 +00: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 Attempt to implement thread cleanup for Windows (using DLL entry point). 2015-02-18 12:44:32 +00:00
dllinst.h Attempt to implement thread cleanup for Windows (using DLL entry point). 2015-02-18 12:44:32 +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-4809: HASH/MERGE JOIN is not used for more than two streams if they are joined via USING/NATURAL clauses and join is based on DBKEY concatenations. 2015-05-31 13:06:04 +00:00
DynamicStrings.cpp Misc. 2015-03-28 00:36:04 +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 Fixed segfault caused when compiler used default copy ctor of status_exception 2015-04-14 17:00:45 +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 Fixed typo, thanks to Claudio. 2013-04-13 13:20:46 +00:00
intlobj_new.h OSRI and new posix build 2010-10-12 08:02:57 +00:00
IntlParametersBlock.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
IntlParametersBlock.h Fixed CORE-4610: Add a tag name to diagnostics when trasliteration errors in Parameter Block values occur 2014-12-30 15:18:46 +00:00
IntlUtil.cpp Fixed CORE-4743: Granted role does not work with non-ascii username 2015-04-17 18:35:39 +00:00
IntlUtil.h Fixed CORE-4743: Granted role does not work with non-ascii username 2015-04-17 18:35:39 +00:00
isc_f_proto.h Fixed CORE-4760: Can not create user with non-ascii (multi-byte) characters in the name 2015-04-30 13:44:43 +00:00
isc_file.cpp Misc. 2015-05-10 03:03:03 +00: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 Fixed compilation on Mac 2015-03-30 12:03:50 +00:00
isc_sync.cpp Misc. 2015-05-02 03:54:03 +00:00
isc.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
msg_encode.h Replaced macro FB_ALIGN with function fbAlign, minor related cleanup 2014-07-24 06:41:38 +00:00
MsgMetadata.cpp Avoid limits on size of status vector in engine. Ensure that status is always clean on entry to interface methods. 2015-03-20 18:02:30 +00:00
MsgMetadata.h Misc. 2015-01-15 01:17:27 +00:00
prett_proto.h OSRI and new posix build 2010-10-12 08:02:57 +00:00
pretty.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.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 Better constant names: avoid FB, enclosing class (double prefix) or wrong prefixes. 2015-02-18 15:01:17 +00:00
security.h Misc. 2015-01-15 01:17:27 +00: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 limits on size of status vector in engine. Ensure that status is always clean on entry to interface methods. 2015-03-20 18:02:30 +00:00
StatementMetadata.h Language independent API 2014-09-29 11:03:47 +00:00
StatusArg.cpp Use status interface instead plain status vector when working with exceptions. 2015-03-27 14:36:30 +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 Misc. 2015-03-31 02:10:38 +00:00
stuff.h Fix build warnings 2014-07-17 18:48:46 +00:00
TextType.cpp Frontport fix for CORE-4244 - Problem with creation procedure which contain adding text in DOS864 charset. 2013-10-15 15:26:34 +00: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 Work in progress on CORE-3885: Firebird for Android, build is complete 2015-01-27 10:46:48 +00:00
ThreadStart.h Work in progress on CORE-3885: Firebird for Android, build is complete 2015-01-27 10:46:48 +00:00
unicode_util.cpp Misc. 2015-03-31 02:10:38 +00:00
unicode_util.h Make firebird use as default ICU present on the host 2013-07-29 13:00:23 +00:00
unicodeUpper.cpp Misc. 2015-05-02 03:54:03 +00:00
unicodeUpper.h Misc. 2015-05-02 03:54:03 +00:00
utils_proto.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
utils.cpp Misc. 2015-03-28 00:36:04 +00:00
UtilSvc.cpp Avoid limits on size of status vector in engine. Ensure that status is always clean on entry to interface methods. 2015-03-20 18:02:30 +00:00
UtilSvc.h Avoid limits on size of status vector in engine. Ensure that status is always clean on entry to interface methods. 2015-03-20 18:02:30 +00:00
xdr_proto.h Cleanup. 2013-04-11 10:13:47 +00:00
xdr.cpp Misc. 2014-07-18 01:52:24 +00:00
xdr.h Misc. 2012-03-10 15:37:52 +00:00