📄 changelog.txt
字号:
For BootBuild don't give any diagnostic for missing firebird.conf.
For wrong firebird.conf - standard diagnostic.
2003-05-08 12:30 aafemt
* firebird2/src/remote/srvr_w32.cpp:
Missed parameter -l -- accept win32 IPC local connections
2003-05-08 09:15 dimitr
* firebird2/doc/WhatsNew:
Added RC2 changes.
2003-05-08 08:21 dimitr
* firebird2/src/intl/lc_ascii.c:
Handle special win1251 characters properly.
2003-05-07 21:14 skidder
* firebird2/src/remote/xdr.cpp:
Mark probable problem for non-Intel ports
2003-05-07 15:48 skidder
* firebird2/src/lock/lock.cpp:
Fix invalid assertion failures in DEV_BUILD
2003-05-07 15:46 skidder
* firebird2/src/include/fb_types.h:
Fix a reason of several observed xdr-related crashes. Bug was
introduced during initial C++ porting effort
2003-05-07 13:13 skidder
* firebird2/src/common/classes/alloc.cpp:
No more messages about forbidden usage of global operator new in
DEV_BUILD. C++ library from RH8.0 does that routinely and this
causes crashes because stderr messages go to TCP socket from
fb_inet_server
2003-05-07 12:30 dimitr
* firebird2/builds/win32/fbclient_boot.mak:
Fixed win32 build process.
2003-05-07 09:51 dimitr
* firebird2/src/common/config/config.cpp:
Since CS doesn't lock processes while waiting for incoming aux
connection, it's potentially dangerous to use one definite port for
event processing.
2003-05-07 09:25 dimitr
* firebird2/src/common/config/config.cpp:
Corrected default value, as suggested by Nickolay.
2003-05-07 09:22 dimitr
* firebird2/src/jrd/svc.cpp:
Added comment.
2003-05-07 09:08 dimitr
* firebird2/src/remote/interface.cpp:
Const correctness suggested by Claudio.
2003-05-07 09:06 dimitr
* firebird2/src/jrd/: jrd_pwd.h, pwd.cpp:
It's useless to care about handle leaks when both the engine and
thread scheduler are shutdown. Please also note, that THREAD_*
macros shouldn't be used in atexit()-handlers or static
destructors.
2003-05-07 03:57 arnobrinkman
* firebird2/src/dsql/pass1.cpp:
1) bugfix RC1: Aggregates from a different parent_context where not
allowed in the HAVING clause.
2) Enabled aggregate-functions from different parent_context (with
lower scope_level) to be used inside another aggregate-function
Example: SELECT MAX((SELECT COUNT(*) FROM RDB$RELATIONS)) FROM
RDB$RELATIONS
2003-05-06 17:04 dimitr
* firebird2/src/: common/config/config.cpp,
install/misc/firebird.conf:
Changed default value.
2003-05-06 14:05 dimitr
* firebird2/src/jrd/dfw.epp:
Hide metadata cache diagnostic warnings in the release builds.
2003-05-05 18:11 skidder
* firebird2/builds/win32/common_boot.mak:
Make Win32 build compile
2003-05-05 16:25 dimitr
* firebird2/src/jrd/btr.cpp:
no message
2003-05-05 14:26 alexpeshkoff
* firebird2/src/common/config/: dir_list.cpp, dir_list.h:
Enable spaces & tabs in directory list
2003-05-05 14:11 dimitr
* firebird2/src/remote/window.cpp:
Disabled XNET in the server window.
2003-05-05 14:09 dimitr
* firebird2/src/remote/srvr_w32.cpp:
If a port cannot be reconnected, exit child process instead of
crashing with SEGV.
2003-05-05 13:55 skidder
* firebird2/src/common/classes/array.h:
Fix compiler warnings
2003-05-05 13:48 alexpeshkoff
* firebird2/src/jrd/rpb_chain.cpp:
Don't build rpb chains for external files
2003-05-05 13:47 alexpeshkoff
* firebird2/src/jrd/exe.cpp:
Moved pre-(modify,erase)triggers code to single inline function
2003-05-05 13:44 dimitr
* firebird2/src/remote/server.cpp:
Small fixes for WNET and XNET: 1. Wake up event thread on
disconnect. 2. Shutdown broken port properly.
2003-05-05 13:14 dimitr
* firebird2/src/remote/interface.cpp:
Fixed possible client crashes on disconnect (when events are
registered).
2003-05-05 12:46 alexpeshkoff
* firebird2/src/jrd/tra.h:
Comment added
2003-05-05 12:45 alexpeshkoff
* firebird2/src/common/config/config_file.cpp:
Preprocessor cleanup
2003-05-05 12:39 dimitr
* firebird2/src/remote/cntl.cpp:
Synchronized command-line arguments with srvr_w32.cpp.
2003-05-05 12:36 dimitr
* firebird2/builds/win32/msvc6/fbembed.dsp:
Updated project files
2003-05-05 12:32 dimitr
* firebird2/doc/README.user.embedded:
Added notes for the embedded server
2003-05-05 12:27 dimitr
* firebird2/src/install/misc/firebird.conf:
Updated documentation
2003-05-05 11:18 dimitr
* firebird2/src/: jrd/isc_file.cpp, remote/interface.cpp:
Removed XNET temporary stubs from ISC and REMOTE. It will be
available as native local protocol in v1.6.
2003-05-05 10:48 dimitr
* firebird2/src/jrd/svc.cpp:
Correction.
2003-05-05 10:40 dimitr
* firebird2/src/jrd/svc.cpp:
1. Disabled not working services in win32 CS (until v1.6) 2. Fixed
SEGV in the service manager
2003-05-05 09:55 alexpeshkoff
* firebird2/src/jrd/cmp.cpp:
Comment added
2003-05-05 09:38 alexpeshkoff
* firebird2/builds/posix/make.shared.variables:
Dropped second entry for rpb_chain
2003-05-05 09:06 dimitr
* firebird2/src/jrd/svc.cpp:
Cleanup
2003-05-05 00:02 arnobrinkman
* firebird2/src/dsql/pass1.cpp:
fixed a typo and changed some comments
2003-05-04 17:39 dimitr
* firebird2/src/jrd/: exe.cpp, vio.cpp, vio_proto.h:
1. Cleanup 2. Fixed bug with wrong record statistics when operation
fails after a VIO call (e.g. constraint violation or exception in
post-triggers)
2003-05-04 17:32 dimitr
* firebird2/src/jrd/idx_proto.h:
Corrected VIO interface.
2003-05-02 20:41 dimitr
* firebird2/src/jrd/: jrd_pwd.h, pwd.cpp:
Fixed threading issues in the security database manager.
2003-05-02 19:17 dimitr
* firebird2/src/remote/: protocol.h, server.cpp:
Rolled back asymmetric protocol due to found bugs and lack of time
to fix them in v1.5.
2003-05-02 18:04 alexpeshkoff
* firebird2/src/burp/: burp.cpp, spit.cpp, spit.h, std_desc.h:
Fixed bug with stdin/stdout use in win32 version of gbak
2003-05-02 17:20 alexpeshkoff
* firebird2/src/dsql/pass1.cpp:
Fixed server crash in EXECUTE STATEMENT combined with exceptions
handling block
2003-05-02 17:13 alexpeshkoff
* firebird2/src/jrd/cmp.cpp:
Once I've seen att_requests == 0x00000014, so some debugging code
added to catch it earlier in dev_builds
2003-05-01 15:28 dimitr
* firebird2/: src/common/config/config_file.cpp,
builds/win32/msvc6/fbclient.dsp:
Bugfix
2003-05-01 14:46 dimitr
* firebird2/src/jrd/dls.cpp:
Cleanup
2003-05-01 14:19 dimitr
* firebird2/src/: common/config/dir_list.cpp,
common/config/dir_list.h, jrd/dls.cpp, jrd/dls_proto.h:
Temporary directory management
2003-05-01 13:45 dimitr
* firebird2/src/install/misc/firebird.conf:
Temporary directory management
2003-05-01 13:35 dimitr
* firebird2/src/common/config/: config.cpp, config.h:
Temporary directory management
2003-04-29 20:42 skidder
* firebird2/src/lock/lock.cpp:
Fix broken lock table resizing code in CS builds. This bug
affected all versions of Firebird (and probably Interbase too).
The only reason why CS builds worked was a fact that UNIX usually
maps grown memory mapping to the same address as it were before.
2003-04-29 19:14 skidder
* firebird2/src/intl/: lc_ascii.c, lc_ascii.h:
Make UPPER() work correctly for WIN1251 charset
2003-04-29 17:08 alexpeshkoff
* firebird2/src/remote/srvr_w32.cpp:
Make SS create memory log in debug mode on shutdown
2003-04-29 16:23 alexpeshkoff
* firebird2/builds/posix/make.shared.variables:
added rpb_chain to posix build
2003-04-28 21:48 skidder
* firebird2/src/install/arch-specific/linux/classic/:
makeInstallImage.sh.in, postinstall.sh.in, preinstall.sh.in:
Install firebird.conf to installation root on Linux
2003-04-28 20:57 fsg
* firebird2/builds/posix/make.shared.variables:
Update linux makefiles to reflect rpb_chain changes
2003-04-28 20:24 skidder
* firebird2/builds/win32/msvc7/: engine.vcproj,
engine_classic.vcproj, engine_embed.vcproj:
Update MSVC7 makefiles to reflect rpb_chain changes
2003-04-28 18:44 dimitr
* firebird2/src/jrd/svc.cpp:
Rehabilitation day. Yet another bugfix for my old mistakes.
Arrrgh!!!
2003-04-28 09:41 dimitr
* firebird2/src/dsql/ddl.cpp:
Damn, what I was thinking about that time?
2003-04-26 12:09 alexpeshkoff
* firebird2/src/jrd/exe.cpp:
Use the same pool for array and it's elements
2003-04-26 12:08 alexpeshkoff
* firebird2/src/common/classes/array.h:
Don't execute any constructors / destructors for elements of class
T
2003-04-26 11:36 alexpeshkoff
* firebird2/src/jrd/rpb_chain.h:
Fixed g++ warning
2003-04-25 19:15 alexpeshkoff
* firebird2/src/jrd/exe.cpp:
Fixed 2 bugs, which caused server to crash
2003-04-25 16:49 alexpeshkoff
* firebird2/: src/jrd/exe.cpp, src/jrd/rpb_chain.cpp,
src/jrd/rpb_chain.h, src/jrd/tra.cpp, src/jrd/tra.h,
builds/win32/msvc6/common.dsp,
builds/win32/msvc6/common_classic.dsp,
builds/win32/msvc6/engine.dsp,
builds/win32/msvc6/engine_classic.dsp,
builds/win32/msvc6/engine_embed.dsp:
Fixed bug with wrong rpb contents after pre-triggers execution
2003-04-25 16:47 alexpeshkoff
* firebird2/src/common/classes/array.h:
Added dynamic arrays support
2003-04-25 15:25 alexpeshkoff
* firebird2/src/jrd/ExecuteStatement.cpp:
Minor cleanup
2003-04-24 07:46 dimitr
* firebird2/src/jrd/exe.cpp:
With some luck, this should fix the buggy behaviour of ROW_COUNT.
2003-04-23 18:17 skidder
* firebird2/builds/win32/common_boot.mak:
Fix up makefile a little
2003-04-23 09:29 alexpeshkoff
* firebird2/src/jrd/inf.cpp:
fix buffer overrun in get_counts()
2003-04-23 08:42 eku
* firebird2/src/install/arch-specific/sinixz/prototype.in:
Reduced the number of distributed header files
2003-04-23 08:40 eku
* firebird2/src/jrd/common.h:
SINIX-Z does not provide a prototype for syslog() :-(
2003-04-22 10:45 alexpeshkoff
* firebird2/src/jrd/exe.cpp:
execute statement cleanup
2003-04-20 18:26 skidder
* firebird2/doc/fb2-todo.txt:
Added TODO for Firebird 2
2003-04-20 17:11 skidder
*
firebird2/src/install/arch-specific/linux/misc/firebird.xinetd.in:
Fix problem in firebird.xinetd noted by Andreas Filsinger
2003-04-20 05:30 hippoman
* firebird2/builds/win32/msvc7/: Firebird2.sln, alice.vcproj,
alice_classic.vcproj, burp.vcproj, burp_classic.vcproj,
common.vcproj, common_classic.vcproj, dsql_server.vcproj,
dsql_server_classic.vcproj, engine.vcproj, engine_classic.vcproj,
engine_embed.vcproj, fb_inet_server.vcproj, fb_lock_print.vcproj,
fbclient.vcproj, fbembed.vcproj, fbguard.vcproj, fbserver.vcproj,
fbudf.vcproj, gbak.vcproj, gdef.vcproj, gds32.vcproj, gfix.vcproj,
gpre.vcproj, gpre_boot.vcproj, gsec.vcproj, gsplit.vcproj,
gstat.vcproj, ib_udf.vcproj, ib_util.vcproj, instreg.vcproj,
instsvc.vcproj, intl.vcproj, intlcpp.vcproj, ipserver.vcproj,
isql.vcproj, lock.vcproj, lock_classic.vcproj, qli.vcproj,
remote.vcproj, remote_classic.vcproj, utilities.vcproj,
utilities_classic.vcproj, wal.vcproj, wal_classic.vcproj:
* Sync the msvc7 build
2003-04-19 19:01 alexpeshkoff
* firebird2/builds/win32/msvc6/common_classic.dsp:
Exit on missing / wrong firebird.conf with error report in system
log
2003-04-19 18:44 alexpeshkoff
* firebird2/: src/common/config/config.cpp,
src/common/config/config_file.cpp, src/common/config/config_file.h,
src/jrd/db_alias.cpp, src/jrd/os/posix/fbsyslog.cpp,
src/jrd/os/win32/fbsyslog.cpp, src/jrd/os/fbsyslog.h,
builds/win32/msvc6/common.dsp, builds/posix/make.shared.variables:
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -