8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-27 06:03:02 +01:00
Commit Graph

45 Commits

Author SHA1 Message Date
robocop
86f3ee18ad Trivial change 2003-09-15 11:06:18 +00:00
brodsom
a2715cb8c9 Fix indents 2003-09-13 11:48:09 +00:00
dimitr
efe2cbce0d Added the current XNET implementation.
Let's hope it works not only for me <g>
2003-09-08 14:14:23 +00:00
brodsom
92e8fecff5 -Replace BOOLEAN, TRUE and FALSE 2003-09-02 17:24:34 +00:00
brodsom
0b01be440d -Fix error removing GDS_VAL (Thanks to Claudio) 2003-09-01 13:53:01 +00:00
brodsom
03e528a79b -Remove GDS_VAL and GDS_REF 2003-08-30 01:54:25 +00:00
brodsom
602c201989 -Remove NULL_PTR
-Remove unneeded NULL casts
-Remove (void) function return cast
2003-08-28 13:07:29 +00:00
skidder
1c394c6d4b Fix up server-side database aliases
- expand Windows SS local connection strings on the client side unless they
specify database aliases (return to backward-compatible behavior)
- use aliases for database creation
- do security checks after database file name expansion
- forbid usage of relative paths in aliases
- do not stick to 8.3 filenames on Windows as it causes problems
2003-08-17 19:56:53 +00:00
aafemt
cd128d6ce8 Rollback public API changes by Mike Nordell 2003-08-07 10:37:34 +00:00
brodsom
5829455596 Move win32 specific sources in remote to remote/os/win32 2003-07-14 23:29:45 +00:00
brodsom
bfa55fc25d Bracketing fix 2003-07-06 03:11:47 +00:00
aafemt
e5146fd644 Introduce of ISC_STATUS_ARRAY 2003-04-16 10:18:51 +00:00
aafemt
b3436b5cd7 STATUS -> ISC_STATUS 2003-04-10 06:32:58 +00:00
brodsom
42e17edb1e Ipserver warning fixes 2003-04-07 23:41:04 +00:00
brodsom
c246f9d897 Avoid signed unsigned comparison 2003-04-03 17:19:10 +00:00
brodsom
927e886d81 Correct formats 2003-04-03 01:51:03 +00:00
brodsom
b3cce04f16 Add two braces to make it work on mingw 2003-03-11 19:51:07 +00:00
tamlin
96c5d5e8f3 Close Win32 handles at exit. 2003-03-11 05:53:55 +00:00
dimitr
9113c1ebd5 Fixed exception handling. 2003-02-13 13:02:04 +00:00
brodsom
97ccb5c0db Change define name IP_TRACE to DEBUG_IP_TRACE 2003-02-11 00:48:38 +00:00
eku
a7f18b2e31 Removed "register" variables from the source code. It's up to the compiler
to hold variables in CPU registers.
2003-02-10 13:28:35 +00:00
dimitr
cd6c516b6f A bit changed two config entry names. 2003-02-02 15:20:51 +00:00
alexpeshkoff
99c79e6ba7 Cleanup 2003-01-21 16:58:07 +00:00
dimitr
fba5c08f2f XNET support on win32. Untested. 2003-01-19 12:18:24 +00:00
dimitr
df08d39cd7 Cleanup. 2003-01-19 11:46:04 +00:00
skidder
ba5e11b15c Integrate new memory manager into the engine 2003-01-16 17:47:10 +00:00
dimitr
6bfbf2676b New config values. 2003-01-15 14:10:07 +00:00
dimitr
e342dede3d Added IPC prefix to the autoconf stuff. 2003-01-15 13:42:01 +00:00
dimitr
c0566cdba0 Changed IPC map prefix. This change obviously breaks compatibility via local protocol with IB6/FB1 clients.
Any thoughts whether it's appropriate for us or not?
2003-01-15 12:25:04 +00:00
alexpeshkoff
218b3a39b1 Rename all links to why.cpp handle to struct why_hndl * (or FRBRD *) 2002-12-16 15:59:18 +00:00
eku
59bfa2b950 Undone mistaken replacement of ISC_STATUS_LENGTH. Thanks to Claudio Valderr. 2002-11-25 07:46:01 +00:00
hippoman
207a3dcff2 Uninitialized variable fixed. 2002-11-17 00:20:44 +00:00
dimitr
5f61e44ddc Global names change:
FBOK=>FB_SUCCESS
FAILURE=>FB_FAILURE
xxx_FBOK=>xxx_SUCCESS
2002-11-14 08:33:08 +00:00
kkuznetsov
6887f405ab Renaming all occurences of SUCCESS to FBOK 2002-11-13 15:01:21 +00:00
dimitr
c951416faf Cleanup. 2002-11-10 16:34:42 +00:00
eku
507b9c86c8 Do not redefine MAXPATHLEN. Always use the value supplied by the operating
system (header files).
2002-11-06 07:08:49 +00:00
seanleyne
0b82f4aa07 Removed obsolete "Netware" port 2002-10-30 06:40:58 +00:00
seanleyne
11e4f78a30 Code cleanup, removed obsolete "MPEXL" port 2002-10-29 02:59:57 +00:00
eku
0c1b55dd08 Code cleanup:
Since we already have the define ISC_STATUS_LENGTH for the the length of
the status vector, we should use it! Replaced 'status[20]' with
'status[ISC_STATUS_LENGTH]'.

Replaced the different symbolic names for the maximum length of a path
(MAX_PATH, MAX_PATH_LENGTH, MAXPATHLEN) with one uniq symbol MAXPATHLEN.
2002-10-24 09:01:44 +00:00
dimitr
46432ec922 Finilized Borland's implementation of XNET (win32 only). Seems to work ;-) 2002-08-27 19:26:39 +00:00
dimitr
337b54e923 no message 2002-06-04 12:31:30 +00:00
tamlin
80f7fb6dd4 New C++ memory pool 2001-12-24 02:51:06 +00:00
skywalker
4c4bc9a95c Global changes for new Makefile and firebird2 compile on linux 2001-07-29 23:43:24 +00:00
tamlin
9587c717b3 ongoing cleanup 2001-05-24 14:54:26 +00:00
tamlin
9a776a604e First steps towards a C++ conversion. 2001-05-23 13:26:42 +00:00