8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 18:43:02 +01:00
firebird-mirror/src/jrd
2004-09-26 07:38:51 +00:00
..
os Vulnerability reported by Daniel Urban. 2004-09-22 01:59:39 +00:00
acl.h 1.- Try to fix the mess caused by different data types used to represent bifields of SCL_ constants defined in scl.h, second round. 2004-07-06 05:59:40 +00:00
align.h Fix problems with NUMERIC and DECIMAL datatypes in MAKE_desc_from_list() for Dialect 1. 2004-06-19 21:29:50 +00:00
all_proto.h
all.cpp added (and used in sources) template to change and restore default pool 2004-08-30 18:11:08 +00:00
all.h Valgrind support 2004-07-30 22:38:08 +00:00
alt_proto.h Vulnerability reported by Daniel Urban. 2004-09-22 01:59:39 +00:00
alt.cpp When you call va_start, call va_end, don't assume it does nothing because some platforms don't have code for it! 2004-09-25 10:28:09 +00:00
blb_proto.h Misc changes 2004-05-09 05:48:33 +00:00
blb.cpp Got rid of redundant cast 2004-09-15 03:47:43 +00:00
blb.h Implement rudimentary framework to track lifetimes of active BLOBs. 2004-06-22 20:13:10 +00:00
blf_proto.h reverted class bid back to struct - thanks to Claudio 2004-03-31 17:17:04 +00:00
blk.h Cleanup 2004-03-30 04:10:52 +00:00
blob_filter.cpp next step preparing to allocate auto objects memory from appropriate pool 2004-08-16 12:28:43 +00:00
blob_filter.h next step preparing to allocate auto objects memory from appropriate pool 2004-08-16 12:28:43 +00:00
block_cache.h Cleanup 2004-02-02 11:02:12 +00:00
blp.h Rollback one of the last Claudio's changes that breaks gpre is some situations (detected in fbtcs) 2004-04-21 13:24:03 +00:00
blr.h Fix minor flaw in explicit nulls placement design. This change doesn't cause any 2003-12-21 00:07:03 +00:00
bookmark.cpp Thread cleanup: 2004-06-08 13:41:08 +00:00
bookmark.h Cleanup. 2004-03-28 09:10:30 +00:00
btn.cpp 1) Add filename and linenumber to loginformation for ERR_BUGCHECK 2004-09-24 00:11:32 +00:00
btn.h 1) Add filename and linenumber to loginformation for ERR_BUGCHECK 2004-09-24 00:11:32 +00:00
btr_proto.h The EXPRESSION_INDICES code now compiles. 2004-08-19 18:41:19 +00:00
btr.cpp Things that don't change are const 2004-09-25 10:19:50 +00:00
btr.h Bugfix with dates below Julian date and old code removed 2004-08-07 16:44:05 +00:00
build_no.h increment build number 2004-09-26 07:38:51 +00:00
builtin.cpp -Use C++ struct declaration style. 2004-05-24 17:31:47 +00:00
cch_proto.h -Correct parameter type (page_type) 2004-05-14 17:03:20 +00:00
cch.cpp added (and used in sources) template to change and restore default pool 2004-08-30 18:11:08 +00:00
cch.h Removed unused JOURNAL remains and make database statistics working again. 2004-08-29 11:24:19 +00:00
cmp_proto.h 1.- const correctness 2004-06-29 04:37:59 +00:00
cmp.cpp Fixed bug with DELETE against naturally updatable views. 2004-09-23 05:21:32 +00:00
common.h When you call va_start, call va_end, don't assume it does nothing because some platforms don't have code for it! 2004-09-25 10:28:09 +00:00
constants.h -Replace define with const 2004-05-06 18:09:24 +00:00
cvt2_proto.h const correctness 2003-11-05 09:02:33 +00:00
cvt2.cpp next step preparing to allocate auto objects memory from appropriate pool 2004-08-16 12:28:43 +00:00
cvt_proto.h const correctness 2003-11-05 09:02:33 +00:00
cvt.cpp added (and used in sources) template to change and restore default pool 2004-08-30 18:11:08 +00:00
db_alias.cpp 1. POSIX build libraries export only public API. 2. Unify exports for PROD_BUILD and DEV_BUILD. 3. Support for context memory pools. 4. Memory manager has lower memory overhead exceptionally on 64 bit targets 2004-03-25 23:12:50 +00:00
db_alias.h Cleanup. In geeky words: 2004-03-18 05:56:06 +00:00
dbg_proto.h 1. introduced Jrd and Ods namespaces 2004-03-20 14:57:40 +00:00
dbg.cpp Thread cleanup: 2004-06-08 13:41:08 +00:00
dbg.h -Use C++ struct declaration style. 2004-05-24 17:31:47 +00:00
dbt.cpp next step preparing to allocate auto objects memory from appropriate pool 2004-08-16 12:28:43 +00:00
dflt.h Cleanup. 2004-03-28 09:10:30 +00:00
dfw_proto.h 1.- Try to fix the mess caused by different data types used to represent bifields of SCL_ constants defined in scl.h, second round. 2004-07-06 05:59:40 +00:00
dfw.epp If we are using namespace fb_utils, it doesn't make sense to prefix functions in it with fb_ again. Mechanical replacement made one by one (no bulk automatic changes). 2004-09-26 01:49:52 +00:00
divorce.cpp Cleanup 2004-02-02 11:02:12 +00:00
divorce.h extern cleaning 2003-10-03 01:53:34 +00:00
dls_proto.h Finishing the api cleanup 2004-05-29 13:34:54 +00:00
dls.cpp Thread cleanup: 2004-06-08 13:41:08 +00:00
dmp_proto.h 1. introduced Jrd and Ods namespaces 2004-03-20 14:57:40 +00:00
dmp.cpp Introduce concept of ODS type to be able to distinguish between Interbase databases, Firebird databases, databases created by debugging builds of Firebird and private forks 2004-08-23 20:44:49 +00:00
dpm_proto.h USHORT -> bool 2004-07-07 03:47:12 +00:00
dpm.epp Got rid of redundant cast to jrd_req* 2004-08-26 11:07:57 +00:00
drq.h Replace define for constants 2004-04-29 00:50:02 +00:00
dsc2.h -Use C++ struct declaration style. 2004-05-24 17:31:47 +00:00
dsc_proto.h More cleanup. Get rid of obsolete files, too. 2004-03-30 08:34:14 +00:00
dsc_pub.h 1.- Misc changes 2004-05-21 06:16:17 +00:00
dsc.cpp Y-Valve handle translation layer 2004-05-02 23:06:37 +00:00
dsc.h -Rollback 2004-06-09 18:11:27 +00:00
dyn_def.epp If we are using namespace fb_utils, it doesn't make sense to prefix functions in it with fb_ again. Mechanical replacement made one by one (no bulk automatic changes). 2004-09-26 01:49:52 +00:00
dyn_del.epp If we are using namespace fb_utils, it doesn't make sense to prefix functions in it with fb_ again. Mechanical replacement made one by one (no bulk automatic changes). 2004-09-26 01:49:52 +00:00
dyn_df_proto.h renamed gbl to Global with small class cleanup 2004-03-31 17:38:53 +00:00
dyn_dl_proto.h renamed gbl to Global with small class cleanup 2004-03-31 17:38:53 +00:00
dyn_md_proto.h renamed gbl to Global with small class cleanup 2004-03-31 17:38:53 +00:00
dyn_mod.epp If we are using namespace fb_utils, it doesn't make sense to prefix functions in it with fb_ again. Mechanical replacement made one by one (no bulk automatic changes). 2004-09-26 01:49:52 +00:00
dyn_proto.h 1. introduced Jrd and Ods namespaces 2004-03-20 14:57:40 +00:00
dyn_ut_proto.h 1.- Try to fix the mess caused by different data types used to represent bifields of SCL_ constants defined in scl.h, second round. 2004-07-06 05:59:40 +00:00
dyn_util.epp 1.- Try to fix the mess caused by different data types used to represent bifields of SCL_ constants defined in scl.h, second round. 2004-07-06 05:59:40 +00:00
dyn.epp If we are using namespace fb_utils, it doesn't make sense to prefix functions in it with fb_ again. Mechanical replacement made one by one (no bulk automatic changes). 2004-09-26 01:49:52 +00:00
dyn.h Macro cleaning 2004-05-03 21:43:56 +00:00
enc_proto.h Cleanup 2003-12-05 10:35:47 +00:00
enc.cpp -Use C++ struct declaration style. 2004-05-24 17:31:47 +00:00
entry.h Cleanup. In geeky words: 2004-03-18 05:56:06 +00:00
err_proto.h 1) Add filename and linenumber to loginformation for ERR_BUGCHECK 2004-09-24 00:11:32 +00:00
err.cpp When you call va_start, call va_end, don't assume it does nothing because some platforms don't have code for it! 2004-09-25 10:28:09 +00:00
event_proto.h Cleanup. 2004-03-28 09:10:30 +00:00
event.cpp Rollback 2004-06-13 22:31:48 +00:00
event.h Thread cleanup: 2004-06-08 13:41:08 +00:00
evl_like.h 1.- Misc changes 2004-05-21 06:16:17 +00:00
evl_proto.h Cleanup. 2004-03-28 09:10:30 +00:00
evl_string_test.cpp Update pattern matching tests 2004-07-07 16:06:19 +00:00
evl_string.h Fix signed/unsigned comparisons 2004-08-26 21:47:19 +00:00
evl.cpp Reading memory after the end of array is generally bad practice. Avoid it. 2004-09-25 20:29:51 +00:00
exe_proto.h Cleanup. 2004-03-28 09:10:30 +00:00
exe.cpp added (and used in sources) template to change and restore default pool 2004-08-30 18:11:08 +00:00
exe.h 1.- const correctness 2004-06-29 04:37:59 +00:00
execute_statement.cpp Thread cleanup: 2004-06-08 13:41:08 +00:00
execute_statement.h fixed problems with diagnostics 2004-05-06 08:40:00 +00:00
ext_proto.h reverted class bid back to struct - thanks to Claudio 2004-03-31 17:58:04 +00:00
ext.cpp Misc: format 2004-08-21 09:29:46 +00:00
ext.h -Use C++ struct declaration style. 2004-05-24 17:31:47 +00:00
fields.h Replace defines with consts 2004-05-07 07:57:46 +00:00
fil.h Thread cleanup: 2004-06-08 13:41:08 +00:00
file_params.h Totally misc fix (comment) 2004-05-29 04:57:16 +00:00
filte_proto.h -Replace define with const 2004-05-06 18:09:24 +00:00
filters.cpp Thread cleanup: 2004-06-08 13:41:08 +00:00
flags.h -Replace define with const 2004-05-05 21:55:13 +00:00
flu_proto.h const 2004-06-08 05:50:00 +00:00
flu.cpp Vars in context 2004-08-24 05:16:40 +00:00
flu.h -Use C++ struct declaration style. 2004-05-24 17:31:47 +00:00
fun_proto.h string cleanup 2004-03-31 18:03:51 +00:00
fun.epp Cobweb cleaning in UDF handling 2004-09-20 08:41:49 +00:00
functions.cpp Update the ancient example IUDF "test" to use reference with nulls instead of value that can't be declared in DSQL and has compatibility problems 2004-08-27 04:56:22 +00:00
gds_proto.h Vulnerability reported by Daniel Urban. 2004-09-22 01:59:39 +00:00
gds.cpp Close vulnerability #2 in gds__interprete's new version. 2004-09-25 10:23:41 +00:00
gdsassert.h Thread cleanup: 2004-06-08 13:41:08 +00:00
grammar.cpp Removing ib_stdio.h 2004-04-28 22:36:29 +00:00
grammar.y
grant_proto.h use UCHAR instead of char for ACLs again 2004-05-06 08:42:15 +00:00
grant.epp If we are using namespace fb_utils, it doesn't make sense to prefix functions in it with fb_ again. Mechanical replacement made one by one (no bulk automatic changes). 2004-09-26 01:49:52 +00:00
ibase.h Vulnerability reported by Daniel Urban. 2004-09-22 01:59:39 +00:00
iberr_proto.h const correctness 2003-10-29 10:53:47 +00:00
iberr.cpp Removing ib_stdio.h 2004-04-28 22:43:34 +00:00
iberr.h Totally misc 2004-09-24 06:40:13 +00:00
ibsetjmp.h Add BugcheckAbort option to produce coredumps on BUGCHECKs and structured exceptions 2004-04-06 07:25:45 +00:00
idx_proto.h 1.- Misc changes 2004-05-21 06:16:17 +00:00
idx.cpp Delete a comment that I put to signal an ugly cast when calling some VIO functions. Solved by Alex. 2004-09-08 09:38:43 +00:00
idx.h -To solve the inf.h and ibase.h duplicated definitions 2004-05-07 10:48:06 +00:00
inf_proto.h 1. introduced Jrd and Ods namespaces 2004-03-20 14:57:40 +00:00
inf_pub.h Misc changes 2004-05-09 05:48:33 +00:00
inf.cpp Thread cleanup: 2004-06-08 13:41:08 +00:00
ini_proto.h 1. introduced Jrd and Ods namespaces 2004-03-20 14:57:40 +00:00
ini.epp Take repeating code to a small function 2004-08-29 07:37:17 +00:00
ini.h 1.- const correctness 2004-06-29 04:37:59 +00:00
intl_builtin.cpp fixed problem with loop in includes 2004-03-22 11:38:23 +00:00
intl_classes.h Change license for source files which I wrote 2004-06-30 01:45:18 +00:00
intl_proto.h Thread cleanup: 2004-06-08 13:41:08 +00:00
intl.cpp next step preparing to allocate auto objects memory from appropriate pool 2004-08-16 12:28:43 +00:00
intl.h 1.- Misc changes 2004-05-21 06:16:17 +00:00
intlnames.h changed _INTL_COMPONENT_ to INTL_COMPONENT_FB 2003-10-05 07:03:09 +00:00
intlobj_new.h Adjust INTL interface according to new talks with Adriano 2004-09-15 01:36:13 +00:00
intlobj.h Switch back to C-language comments 2004-08-12 03:13:35 +00:00
inuse_proto.h Big cleanup. 2004-02-20 06:43:27 +00:00
inuse.cpp Thread cleanup: 2004-06-08 13:41:08 +00:00
irq.h Replace defines for constants 2004-04-29 11:16:31 +00:00
isc_f_proto.h Cleanup. 2004-03-28 09:10:30 +00:00
isc_file.cpp make bool (isEmpty/hasData) checks for string and stack safe 2004-05-27 16:26:52 +00:00
isc_proto.h Finishing the api cleanup 2004-05-29 13:34:54 +00:00
isc_s_proto.h Cleanup. 2004-03-28 09:10:30 +00:00
isc_signal.h Macro cleaning 2004-05-03 21:43:56 +00:00
isc_sync.cpp Thread cleanup: 2004-06-08 13:41:08 +00:00
isc_version.h Fixed broken version compatibility with IB. 2003-06-07 12:39:12 +00:00
isc_version.rc Fixed broken version compatibility with IB. 2003-06-07 12:39:12 +00:00
isc.cpp Literal strings should be treated as const char* 2004-06-05 09:37:18 +00:00
isc.h Fix GCC build I accedentally broken by my previous commit 2004-08-22 00:29:57 +00:00
jlx.c Corrections suggested by Claudio 2004-05-03 22:42:47 +00:00
jrd_blks.h
jrd_proto.h added (and used in sources) template to change and restore default pool 2004-08-30 18:11:08 +00:00
jrd_pwd.h -Replace define with const 2004-05-05 21:55:13 +00:00
jrd_time.h -Replace define with const 2004-05-05 21:55:13 +00:00
jrd.cpp When you call va_start, call va_end, don't assume it does nothing because some platforms don't have code for it! 2004-09-25 10:28:09 +00:00
jrd.h 1) Add filename and linenumber to loginformation for ERR_BUGCHECK 2004-09-24 00:11:32 +00:00
lck_proto.h 1. introduced Jrd and Ods namespaces 2004-03-20 14:57:40 +00:00
lck.cpp Thread cleanup: 2004-06-08 13:41:08 +00:00
lck.h Misc changes 2004-05-09 05:48:33 +00:00
license.h extern cleaning 2003-10-03 01:53:34 +00:00
lls.h 1. removed any mentions of blk_pool() from engine (and method itself) 2004-04-18 14:22:27 +00:00
log2.h -Replace define with const 2004-05-06 18:09:24 +00:00
log_proto.h Cleanup 2004-03-11 05:04:26 +00:00
log.cpp Thread cleanup: 2004-06-08 13:41:08 +00:00
log.h -Replace define with const 2004-05-06 18:09:24 +00:00
mem.cpp
met_proto.h 1.- Try to fix the mess caused by different data types used to represent bifields of SCL_ constants defined in scl.h, second round. 2004-07-06 05:59:40 +00:00
met.epp Use exact_name instead of name_length with custom code 2004-09-26 07:24:04 +00:00
met.h -Use C++ struct declaration style. 2004-05-24 17:31:47 +00:00
misc_func_ids.h extern cleaning 2003-10-03 01:53:34 +00:00
mov_proto.h More cleanup. Get rid of obsolete files, too. 2004-03-30 08:37:07 +00:00
mov.cpp small strings cleanup 2004-05-26 16:12:05 +00:00
msg_encode.h -Replace define with const 2004-05-06 18:09:24 +00:00
msg.h -Use C++ struct declaration style. 2004-05-24 17:31:47 +00:00
names.h Implementation of fast physical incremental backup 2003-08-06 16:30:49 +00:00
nav_proto.h Cleanup. 2004-03-28 09:10:30 +00:00
nav.cpp added (and used in sources) template to change and restore default pool 2004-08-30 18:11:08 +00:00
nbak.cpp Recent changes in the engine somehow made NBAK problem to surface. Cure it. 2004-09-15 05:29:04 +00:00
nbak.h Change license for source files which I wrote 2004-06-30 01:45:18 +00:00
nod.h Small optimization of multiple OR booleans (or a constant IN predicate). 2004-08-17 17:52:19 +00:00
nodebug.cpp Extern "C" cleaning 2003-11-06 03:03:36 +00:00
ntrace.h Change license for source files which I wrote 2004-06-30 01:45:18 +00:00
obj.h 1.- const correctness 2004-06-29 04:37:59 +00:00
ods.h Introduce concept of ODS type to be able to distinguish between Interbase databases, Firebird databases, databases created by debugging builds of Firebird and private forks 2004-08-23 20:44:49 +00:00
opt_proto.h 1. removed any mentions of blk_pool() from engine (and method itself) 2004-04-18 14:22:27 +00:00
opt.cpp A number of little corrections. 2004-09-13 21:06:41 +00:00
pag_proto.h 1. introduced Jrd and Ods namespaces 2004-03-20 14:57:40 +00:00
pag.cpp Add notion of ODS type to wrong_ods error message 2004-09-01 01:08:35 +00:00
pag.h 1. introduced Jrd and Ods namespaces 2004-03-20 14:57:40 +00:00
par_proto.h 1. removed any mentions of blk_pool() from engine (and method itself) 2004-04-18 14:22:27 +00:00
par.cpp If we are using namespace fb_utils, it doesn't make sense to prefix functions in it with fb_ again. Mechanical replacement made one by one (no bulk automatic changes). 2004-09-26 01:49:52 +00:00
pcmet_proto.h The EXPRESSION_INDICES code now compiles. 2004-08-19 18:41:19 +00:00
pcmet.epp Fixed the context pool management. 2004-09-03 06:10:23 +00:00
perf_proto.h Y-Valve handle translation layer 2004-05-02 23:06:37 +00:00
perf.cpp Y-Valve handle translation layer 2004-05-02 23:06:37 +00:00
perf.h NOTIME meant that the function times() is not available. Renamed into 2002-11-14 08:20:50 +00:00
plugin_manager.cpp size_t is more correct type for container sizes and indices 2004-07-16 23:06:31 +00:00
plugin_manager.h -Avoid shadow warning 2004-05-12 19:39:17 +00:00
pwd.cpp Thread cleanup: 2004-06-08 13:41:08 +00:00
qatest.cpp Thread cleanup: 2004-06-08 13:41:08 +00:00
quad_proto.h Extern "C" cleaning 2003-11-06 03:03:36 +00:00
quad.cpp Move triplicated macros to common header 2004-05-02 22:40:22 +00:00
quad.h Move triplicated macros to common header 2004-05-02 22:40:22 +00:00
que.h -Use C++ struct declaration style. 2004-05-24 17:31:47 +00:00
relations.h Add RDB$DESCRIPTION and RDB$SYSTEM_FLAG to RDB$ROLES 2004-06-29 04:33:13 +00:00
req.h Implement rudimentary framework to track lifetimes of active BLOBs. 2004-06-22 20:13:10 +00:00
rlck_proto.h Thread cleanup: 2004-06-08 13:41:08 +00:00
rlck.cpp Thread cleanup: 2004-06-08 13:41:08 +00:00
rng_proto.h Cleanup. 2004-03-28 09:10:30 +00:00
rng.cpp next step preparing to allocate auto objects memory from appropriate pool 2004-08-16 12:28:43 +00:00
rng.h -Replace define with const 2004-05-06 18:09:24 +00:00
rpb_chain.cpp size_t is more correct type for container sizes and indices 2004-07-16 23:06:31 +00:00
rpb_chain.h Switch to Firebird container templates for request resource tracking. This significantly reduces CPU time any memory consumption for databases with complex metadata 2004-04-18 02:50:38 +00:00
rse_proto.h Cleanup. 2004-03-28 09:10:30 +00:00
rse.cpp added (and used in sources) template to change and restore default pool 2004-08-30 18:11:08 +00:00
rse.h Bugfix with OUTER JOINS 2004-08-07 16:49:00 +00:00
sbm_proto.h Removing ib_stdio.h 2004-04-28 22:43:34 +00:00
sbm.cpp next step preparing to allocate auto objects memory from appropriate pool 2004-08-16 12:28:43 +00:00
sbm.h -Replace define with const 2004-05-06 18:09:24 +00:00
sch_proto.h Fix GCC build I accedentally broken by my previous commit 2004-08-22 00:29:57 +00:00
sch.cpp added (and used in sources) template to change and restore default pool 2004-08-30 18:11:08 +00:00
scl_proto.h 1.- const correctness 2004-06-29 04:37:59 +00:00
scl.epp If we are using namespace fb_utils, it doesn't make sense to prefix functions in it with fb_ again. Mechanical replacement made one by one (no bulk automatic changes). 2004-09-26 01:49:52 +00:00
scl.h 1.- const correctness 2004-06-29 04:37:59 +00:00
scroll_cursors.h Macro cleaning 2004-05-03 21:43:56 +00:00
sdl_proto.h Finishing the api cleanup 2004-05-29 13:34:54 +00:00
sdl.cpp When you call va_start, call va_end, don't assume it does nothing because some platforms don't have code for it! 2004-09-25 10:28:09 +00:00
sdl.h More cleanup. Get rid of obsolete files, too. 2004-03-30 08:37:07 +00:00
sdw_proto.h Cleanup. 2004-03-28 09:10:30 +00:00
sdw.cpp next step preparing to allocate auto objects memory from appropriate pool 2004-08-16 12:28:43 +00:00
sdw.h Corrections suggested by Claudio 2004-05-03 22:42:47 +00:00
shut_proto.h 1. introduced Jrd and Ods namespaces 2004-03-20 14:57:40 +00:00
shut.cpp Thread cleanup: 2004-06-08 13:41:08 +00:00
smp_impl.h Big cleanup. 2004-02-20 06:43:27 +00:00
smp.h Big cleanup. 2004-02-20 06:43:27 +00:00
sort_mem.cpp 1. introduced Jrd and Ods namespaces 2004-03-20 14:57:40 +00:00
sort_mem.h 1. introduced Jrd and Ods namespaces 2004-03-20 14:57:40 +00:00
sort_proto.h 1. introduced Jrd and Ods namespaces 2004-03-20 14:57:40 +00:00
sort.cpp Move THREAD_ functions from thd.h to thread_proto.h (and fix unix build) 2004-05-17 22:30:09 +00:00
sort.h -Rollback 2004-06-09 18:11:27 +00:00
sqz_proto.h Cleanup. 2004-03-28 09:10:30 +00:00
sqz.cpp next step preparing to allocate auto objects memory from appropriate pool 2004-08-16 12:28:43 +00:00
sqz.h Cleanup. 2004-03-28 09:10:30 +00:00
status.cpp -Replace define with const 2004-05-06 18:09:24 +00:00
status.h -Replace define with const 2004-05-06 18:09:24 +00:00
svc_proto.h Thread cleanup: 2004-06-08 13:41:08 +00:00
svc_undoc.h -Replace define with const 2004-05-05 21:55:13 +00:00
svc.cpp Hack to fix mingw build (due to a mingw bug). 2004-07-02 10:47:03 +00:00
svc.h Change style of comment to avoid multi-line comment warning 2004-08-28 02:55:45 +00:00
sym.cpp Thread cleanup: 2004-06-08 13:41:08 +00:00
sym.h -Use C++ struct declaration style. 2004-05-24 17:31:47 +00:00
thd.cpp added (and used in sources) template to change and restore default pool 2004-08-30 18:11:08 +00:00
thd.h Remove extra comma to shut up compiler 2004-09-21 06:18:40 +00:00
thread_proto.h Fix very hard-to-track Windows CS stability problem introduced by Blas on 15-May-2004 2004-08-21 07:55:35 +00:00
tpc_proto.h 1. introduced Jrd and Ods namespaces 2004-03-20 14:57:40 +00:00
tpc.cpp Thread cleanup: 2004-06-08 13:41:08 +00:00
tpc.h 1. introduced Jrd and Ods namespaces 2004-03-20 14:57:40 +00:00
tra_proto.h Switch to Firebird container templates for request resource tracking. This significantly reduces CPU time any memory consumption for databases with complex metadata 2004-04-18 02:50:38 +00:00
tra.cpp A number of little corrections. 2004-09-13 21:06:41 +00:00
tra.h 1.- Try to fix the mess caused by different data types used to represent bifields of SCL_ constants defined in scl.h, second round. 2004-07-06 05:59:40 +00:00
trig.h 1. introduced Jrd and Ods namespaces 2004-03-20 14:57:40 +00:00
types.h Introduce sub_type BINARY as a synonym for sub_type 0 2004-08-27 04:54:48 +00:00
utl_proto.h Make events API consistent after Claudio changes 2004-08-04 06:27:54 +00:00
utl.cpp When you call va_start, call va_end, don't assume it does nothing because some platforms don't have code for it! 2004-09-25 10:28:09 +00:00
val_proto.h 1. introduced Jrd and Ods namespaces 2004-03-20 14:57:40 +00:00
val.cpp When you call va_start, call va_end, don't assume it does nothing because some platforms don't have code for it! 2004-09-25 10:28:09 +00:00
val.h Fix error in my code spotted by Claudio 2004-09-13 05:13:05 +00:00
version.rc
vio_debug.h Replace define for constants 2004-04-29 00:50:02 +00:00
vio_proto.h added (and used in sources) template to change and restore default pool 2004-08-30 18:11:08 +00:00
vio.cpp added (and used in sources) template to change and restore default pool 2004-08-30 18:11:08 +00:00
why_proto.h Y-Valve handle translation layer 2004-05-02 23:06:37 +00:00
why.cpp When you call va_start, call va_end, don't assume it does nothing because some platforms don't have code for it! 2004-09-25 10:28:09 +00:00
y_handle.h -Use C++ struct declaration style. 2004-05-24 17:31:47 +00:00