8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 21:23:04 +01:00
Commit Graph

1049 Commits

Author SHA1 Message Date
paulbeach
905d02a0f9 Users on Windows are hitting the 1024 FD_SETSIZE socket limit 2014-02-03 08:45:47 +00:00
dimitr
036a3cb3fc Fixed CORE-4300: Server terminates abnormally when iscDatabaseInfo() is called with buffer size = 0. 2013-12-18 08:23:37 +00:00
alexpeshkoff
231089c781 Backported fix for CORE-4283: Resource temporarily unavailable errors while simultaneously registering events 2013-11-27 12:48:10 +00:00
dimitr
5e93b6ba7e Fixed CORE-1604 (Error at database creation by user with non-ascii name) and CORE-3243 (CURRENT_USER and MON$USER don't work properly). 2013-03-24 15:36:18 +00:00
alexpeshkoff
af11f55815 Fixed CORE-4058 2013-03-06 11:33:08 +00:00
alexpeshkoff
4d5faef00b Once I've got NULL object here, could not reproduce, but fix is trivial 2012-12-28 16:16:34 +00:00
alexpeshkoff
74938ad13e Fixed CORE-3935 and CORE-3993 2012-12-14 17:45:38 +00:00
robocop
62dafac5f2 Misc. 2012-09-30 00:23:52 +00:00
alexpeshkoff
6103cb1b2f Backported fix for CORE-3912: segfault in superclassic 2012-08-31 10:27:13 +00:00
alexpeshkoff
74a5fa0552 Fixed posix build 2012-04-27 13:21:44 +00:00
hvlad
f4c4f79d04 Fixed bug CORE-3819 : Wrong service name to port address resolution in database connection string 2012-04-16 15:16:31 +00:00
alexpeshkoff
41e1fc0fba Fixed CORE-3750: Error increasing limits on posix (thanks to Dmitry Starodubov) 2012-02-02 14:10:25 +00:00
dimitr
dc4e08a8b3 Hopefully, this should fix CORE-3730: isc_dsql_exec_immed2() loses input parameter value with RETURNING clause. 2012-01-17 17:25:39 +00:00
dimitr
493c2a7d17 Misc. 2011-12-28 18:12:23 +00:00
alexpeshkoff
1b231f4b03 Backported fix for CORE-3607: Solaris does not define the RLIMIT_NPROC limit 2011-10-11 12:00:18 +00:00
alexpeshkoff
b8433b664a Fixed CORE-3609: Option -t displayed twice by fb_inet_server -h 2011-10-11 11:51:49 +00:00
alexpeshkoff
a18689cb71 Fixed unregistered bug - regression, found in 2.5.1 rc1 2011-09-21 13:51:26 +00:00
dimitr
23241eb2d3 Front ported CORE-3554: Server crashes during prepare or throws incorrect parsing error if the remotely passed SQL query is empty. 2011-07-14 15:54:27 +00:00
dimitr
e04bf21073 Fixed CORE-3387: Client library could hang infinitely waiting for a reply packet on a forcibly disconnected server socket. 2011-05-30 09:55:59 +00:00
robocop
09184c09f0 Misc. 2011-04-17 05:00:56 +00:00
hvlad
9087961c15 Attempt to fix bug CORE-3387 : Server and client are connected, but server not anwser to client and client is waiting indefinitively server answer ! 2011-04-15 12:02:46 +00:00
hvlad
aaf8f901f5 Fixed bug CORE-3328 : Client writes error messages into firebird.log when database is shutted down 2011-03-07 14:30:45 +00:00
robocop
0c3d7f3c5d Misc. 2011-02-18 04:35:36 +00:00
hvlad
0b3cac18ba Fixed bug CORE-3351 : Windows client could put 10054 error messages into firebird.log at connection time 2011-02-15 10:07:18 +00:00
hvlad
6722a282e5 Fixed bug CORE-3327 : Thread pool in network server could create more threads than necessary 2011-02-02 14:55:15 +00:00
alexpeshkoff
d1df5354f6 Fixed deadlock caused by my commit for CORE-3194 2011-02-02 07:54:14 +00:00
alexpeshkoff
8af62682b2 Fixed CORE-3194: Number of connections to linux superclassic has limit equal 508 2011-01-28 16:52:06 +00:00
alexpeshkoff
9a6d19be38 Fixed CORE-3297: nbackup exits without info when firebird.conf is missing. Make all utilities run without firebird.conf - only server requires it's presence. 2011-01-19 12:58:21 +00:00
robocop
36c39d9d72 Misc. 2011-01-15 09:18:40 +00:00
robocop
d9c59b1176 Misc. 2011-01-15 09:09:02 +00:00
robocop
ac3bd4e4f5 Misc. 2011-01-15 09:07:47 +00:00
robocop
b3e6e31fe4 Avoid variable shadowing. 2011-01-15 09:07:02 +00:00
hvlad
b48821ac02 Fixed bug CORE-3119 : 100% CPU USAGE with Unilimited Loop & Index corrupted 2010-12-12 19:17:37 +00:00
hvlad
fe4cae8856 Fixed bug CORE-3266 : Race condition between async service detach request and running user trace service 2010-11-29 15:05:49 +00:00
alexpeshkoff
8815bbb63d Backported improvement CORE-3248: Set unused bytes of varchar values in message buffer to 0 2010-11-19 15:11:52 +00:00
dimitr
5b2c35b3e3 Fixed CORE-3202: execute_immediate API call family may crash the remote server. 2010-10-28 18:09:39 +00:00
hvlad
e9ac9979b1 Disable hard limit on number of worker threads. Something more smart should be implemented instead. 2010-06-23 13:30:18 +00:00
alexpeshkoff
dc4452eb0e Raise NPROC limit on unix to avoid errors when starting many threads 2010-05-20 10:30:43 +00:00
hvlad
75ba8a9767 Fixed bug CORE-2995 : Same error in status vector reported twice 2010-05-07 11:21:37 +00:00
alexpeshkoff
21a55b537f Fixed use of debugging switch in classic mode 2010-04-19 15:33:02 +00:00
alexpeshkoff
c71232d226 Backported fix for CORE-2948: Segfault when server is exiting 2010-03-29 15:24:49 +00:00
hvlad
2cf6410ad8 Fixed bug CORE-2864 : Listener process of Classic Server leak handles.
The code, removed in rev. 1.296, was and is relevant :)
2010-02-14 12:14:00 +00:00
hvlad
dca2ffc2c6 Fixed bug CORE-2851 : problem with fb_cancel_operation 2010-02-08 13:30:07 +00:00
alexpeshkoff
dafa1ee544 Fixed CORE-2836: fb_cancel_operation() incorrectly modifies rdb_status_vector 2010-02-01 14:27:50 +00:00
alexpeshkoff
4c07ec430b Fixed an issue, detected during 2.5.0.RC1 QA - a lot of same messages in the log 2009-12-04 15:15:07 +00:00
hvlad
85531a3b49 Fixed bug CORE-2670 : FB 2.5 freezes during data pump operations 2009-12-04 11:44:01 +00:00
dimitr
a71b515bc9 Fixed CORE-2769: Make XNET_CONNECT_TIMEOUT in xnet.h user configurable. 2009-11-28 12:41:32 +00:00
dimitr
c122909ec6 Fixed CORE-2742: Server may stop responding to a particular client attachment under some conditions.
Credits belong to Vlad ;-)
2009-11-09 09:32:17 +00:00
alexpeshkoff
f90a43acfc Fixed CORE-2725: Server crashes when sending wrong BLR for parameters in op_execute 2009-11-02 11:10:52 +00:00
hvlad
5e4b0eccfc Better fix for bug CORE-2656 : Error reading data from the connection. On disconnect. 2009-10-12 14:52:50 +00:00