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

250 Commits

Author SHA1 Message Date
robocop
d02c711694 Style and misc. 2009-05-05 11:45:58 +00:00
asfernandes
38a2912669 Misc 2009-05-03 21:57:13 +00:00
robocop
d285808243 Detecting values that aren't finite quantities (same fix as in isql). 2009-05-03 14:21:50 +00:00
robocop
8edd8a7cd9 Style and misc. 2009-05-03 14:19:35 +00:00
robocop
65c9cb6b1e Use named constants to represent field lengths. In the future it will have to be split between logical length (characters) and physical fields (bytes, for the internal buffers). 2009-05-03 14:08:39 +00:00
robocop
e5b226f7a7 More unused params; style. 2009-05-02 13:00:09 +00:00
robocop
66b1227b22 Unused params, some formatting, cleanup. 2009-05-01 17:21:36 +00:00
alexpeshkoff
8c983fec26 Fixed alignment issues with on-stack vary strings 2009-04-29 14:00:32 +00:00
robocop
4490f77b06 More unused params. 2009-04-28 13:48:18 +00:00
robocop
4df2839ac2 Misc. 2009-04-22 11:47:19 +00:00
alexpeshkoff
77498cac9b Fixed some warnings 2009-04-03 10:49:07 +00:00
robocop
fab6a3a6cf Get rid of superflous parentheses. 2009-02-28 11:57:40 +00:00
robocop
096d8e78e6 Trying to be more consistent in the detection of headers (HAVE_* macros). 2009-02-08 11:38:00 +00:00
robocop
3689f15321 Style. 2009-01-20 08:33:59 +00:00
robocop
3a03e0515c Style: aligning the opening and ending braces in switch() statements and in large blocks of code. 2009-01-18 11:36:08 +00:00
asfernandes
989d851fa3 Misc 2009-01-15 03:46:48 +00:00
robocop
46d7ff6550 Style. 2009-01-14 12:19:43 +00:00
asfernandes
eed6013f7c Misc 2009-01-11 00:40:46 +00:00
robocop
560bb8f5e8 Style. 2009-01-10 10:51:02 +00:00
alexpeshkoff
7757c6b8cb Solaris port 2009-01-04 17:46:16 +00:00
robocop
11e4274b59 Fix logic error in qli message introduced with the conversion to C++ many years ago. 2009-01-02 06:46:37 +00:00
robocop
d11c994960 Style. 2008-12-31 05:06:08 +00:00
asfernandes
650eed1d8a Misc 2008-12-20 23:47:25 +00:00
alexpeshkoff
8d93bfd032 Fixed CORE-2247: Message and descriptor buffers are not aligned properly in QLI 2008-12-18 14:51:48 +00:00
asfernandes
f4071de0a2 Misc 2008-12-11 01:07:15 +00:00
asfernandes
91e33a91df Misc 2008-12-11 01:05:23 +00:00
robocop
b52ffb6815 Misc. 2008-12-09 08:37:48 +00:00
robocop
ed0546aae5 Style and minor cleanup. 2008-12-09 07:24:32 +00:00
asfernandes
8fbf0e8e8c Remove trailing spaces (.cpp files) 2008-12-05 01:20:14 +00:00
asfernandes
ff5f8745fb Remove trailing spaces (.h files) 2008-12-05 00:56:15 +00:00
asfernandes
744e83f240 Misc 2008-12-03 01:05:53 +00:00
robocop
9fd54e45cc Misc. 2008-12-01 09:51:02 +00:00
alexpeshkoff
9431183e42 Implemented CORE-1667: Reading password from file/stdin 2008-11-30 17:11:56 +00:00
alexpeshkoff
2200a681f8 fixed some gcc warning 2008-11-28 18:49:07 +00:00
hvlad
b37e24cf14 Added phase of preliminary confirmation for fb_shutdown process 2008-11-25 10:16:53 +00:00
alexpeshkoff
d8ea120ded AIX port - use FB_ prefix for alignment constants 2008-11-05 11:26:23 +00:00
robocop
3501396254 Get rid of longjmp and setjmp in qli. Due to uninitialized vars, I doubt they were working as expected, anyway. 2008-09-05 10:26:52 +00:00
alexpeshkoff
ff7cfc717e Implemented Adriano's suggestion concerning fb_shutdown_callback() - added new parameter 2008-05-22 08:59:45 +00:00
asfernandes
3d8ad6c414 Correction 2008-05-19 12:10:43 +00:00
asfernandes
a5b53f36ed Correction 2008-05-18 01:59:29 +00:00
alexpeshkoff
86cd8cb6b3 1. Added parameter 'shutdown reason' to fb_shutdown() API call. It's passed to shutdown
callback function, and helps to take correct action in it. This fixes CORE-1827: Win32
Embedded Server should pass control to application before calling exit(3).
2. Removed unneeded any more flag in isql and qli, used earlier to distinguish between
kinds of shutdown.
2008-05-16 11:31:57 +00:00
alexpeshkoff
0ba2ab7ea7 Make fb_cancel_operation() public API call. Related cleanup. 2008-04-29 09:55:41 +00:00
robocop
90394ca9c5 Misc. 2008-04-22 11:32:44 +00:00
dimitr
e50478c6b6 Misc. 2008-03-26 10:03:48 +00:00
alexpeshkoff
ed25245303 Applied shutdown changes, discussed in fb-devel a week ago. 2008-03-17 16:49:47 +00:00
alexpeshkoff
d8d8f6c60a Fixed AV when QLI started. I wonder how could it ever work at all? 2008-03-12 12:33:21 +00:00
robocop
82b4aeb939 Cleanup, minimize casts and a bit better error reporting. 2008-03-10 09:08:12 +00:00
alexpeshkoff
7dacbbbd74 Make fb_disconnect_transaction, fb_shutdown and fb_shutdown_callback public API calls.
Related cleanup.
2008-03-03 17:47:09 +00:00
alexpeshkoff
00c63c1f8d 1. Make signals handling in yValve MT safe.
2. Introduce new private API calls, fb__shutdown() and fb__shutdown_callback().
3. Introduce fb_smp_server - binary to run superclassic on posix.
4. Various cleanups.
2008-02-28 18:42:30 +00:00
robocop
d5a3ea4a2c Style 2008-02-02 17:07:19 +00:00