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

184 Commits

Author SHA1 Message Date
brodsom
ae6b144f3b - Remove unneeded define
- Correct format
- Use 0 instead of NULL in comparison
2003-04-02 10:58:35 +00:00
alexpeshkoff
5846f9a8fa Fixed parameters names & some preprocessing cleanup 2003-04-01 15:36:12 +00:00
brodsom
e9528848f9 Correct formats 2003-04-01 11:35:44 +00:00
aafemt
8d050f3502 Fix DS_3DLOOK override warning 2003-03-28 11:31:13 +00:00
paul_reeves
f5d55453a7 Fix for an SS event handler bug (code courtesy of Jim Starkey) 2003-03-27 10:39:56 +00:00
dimitr
3916a58953 Cleanup. 2003-03-23 17:16:55 +00:00
alexpeshkoff
8bd94e7ef7 Implemented a bit more informative memory leaks debugging in remote 2003-03-23 12:06:23 +00:00
dimitr
e23d6227ec Reworked my previous changes in INET. 2003-03-19 13:14:09 +00:00
brodsom
167940027c Remove win16 remains 2003-03-13 12:36:14 +00:00
brodsom
4e0799f990 Remove LOC_DOUBLE macro (mips || next remains) 2003-03-13 00:49:47 +00:00
eku
71f98a7163 Some systems do not define INADDR_NONE. 2003-03-12 13:55:45 +00:00
dimitr
d7eff3d67a Fixed posix builds. 2003-03-12 11:22:24 +00:00
dimitr
15fe1fb209 1. Cleanup
2. Fixed known issues with event processing
3. Used new config options
Although these changes seem to be unix-sockets compliant, I'm only 99% sure in it, so please let me know if it breaks any platform build.
2003-03-12 10:13:58 +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
brodsom
a808195f28 Avoid undefined function warning 2003-03-07 00:36:44 +00:00
brodsom
e5c2840b87 Remove wrong comment (/*...../*....*/) 2003-03-06 01:13:24 +00:00
brodsom
3468459299 Return fb_assert to assert (rollback) 2003-03-04 03:42:23 +00:00
brodsom
5b6fc078a3 Put declarations and definitions inside correct macros(when the function is not used NOT_USED_OR_DEFINED). 2003-03-03 08:42:07 +00:00
brodsom
94e8f58ece Put alarm_handler inside HAVE_SETITIMER, is only used when this macro is defined. 2003-03-03 08:37:54 +00:00
brodsom
4ae3719544 Remove gcc warning partially bracketed initializer. 2003-03-02 01:03:34 +00:00
brodsom
c7e4ee4ab4 -Comment declared but undefined functions. (found with gcc never defined warnings) 2003-03-01 19:11:57 +00:00
alexpeshkoff
3c5789c69e Fixed bug with service shutdown - rolled back Dmitry's commit 2003-03-01 19:10:20 +00:00
brodsom
40df76418a -Add IPSERVER define to window.cpp, now it is possible to do a server build without ipserver.
-Add SERVER_SHUTDOWN define to window.cpp.
-Move the setting of SERVER_SHUTDOWN when SUPERSERVER to firebird.h, previously a SUPERSERVER build fail if SERVER_SHUTDOWN is not defined in the command line.
2003-03-01 18:15:43 +00:00
brodsom
7a3b56ef46 Use the same ifdef for function declarations and definitions. (found with gcc never defined warnings) 2003-03-01 17:51:59 +00:00
dimitr
1f3e4b22cd Some changes for the embedded server. 2003-03-01 16:30:55 +00:00
brodsom
1d8a030e41 Change assert to fb_assert when gdsassert.h is included. Separate the standard macro from the FB one. 2003-02-28 15:07:36 +00:00
brodsom
207c0a2f89 Remove unneeded include 2003-02-19 15:33:16 +00:00
brodsom
46b759d9d2 Move old borland make files to builds directory 2003-02-19 13:12:38 +00:00
brodsom
3b486dfb95 Move def files to builds directory 2003-02-19 13:07:13 +00:00
bellardo
337a77b914 More cleanup after renaming header files with name conflicts. 2003-02-18 16:06:01 +00:00
eku
6776adb23e Added a test for <sys/socket.h> needed in remote/inet.cpp. 2003-02-18 12:38:27 +00:00
brodsom
6dcac4ac01 Remove W4 warnings (initialized but unused var) 2003-02-17 23:45:29 +00:00
brodsom
e9326fea12 Remove old vax mars files 2003-02-17 19:54:18 +00:00
brodsom
73c77466b1 Remove multinet and wollongong vms protocols 2003-02-17 19:33:53 +00:00
dimitr
e9121bbaa2 1. Priority level of the server (SS only)
2. Multi-instancing (without local protocols)
3. Remote shutdown of instances
2003-02-16 19:04:54 +00:00
dimitr
cb21ccaac2 Removed obsolete and unused files. 2003-02-15 10:49:29 +00:00
brodsom
729b59b069 Patch wrong include 2003-02-15 03:08:58 +00:00
brodsom
53de6ee7fa remove unused headers 2003-02-15 02:27:12 +00:00
brodsom
697b987459 Remove MPE/XL remains 2003-02-15 01:12:10 +00:00
eku
6bdeb9ef9d Fixed "argument to non-pointer type `int' from NULL" and
"NULL used in arithmetic".
2003-02-14 14:26:05 +00:00
brodsom
3cb91fce80 Remove PIPE and STACK defines (PIPE_SERVER, PIPE_CLIENT, PIPE_LIBRARY, PIPE_SERVER_YVALUE, PIPE_BRIDGE_TO_V3, V3, V3_PATH, ALTPIPE)(STACK_EFFICIENT, STACK_REDUCTION) 2003-02-14 02:24:44 +00:00
brodsom
7b502a00cc Change jrd/pwd.h to jrd/jrd_pwd.h 2003-02-14 02:23:18 +00:00
bellardo
08a1d7447f Renamed two header files that conflicted with Darwin (and presumably other *nix ) system headers: pwd.h and math.h 2003-02-13 22:38:04 +00:00
dimitr
9113c1ebd5 Fixed exception handling. 2003-02-13 13:02:04 +00:00
dimitr
f833079b2f CONST -> const 2003-02-13 09:33:26 +00:00
brodsom
9a71ae7987 Change #if 0 and #if 1 to NOT_USED_OR_REPLACED 2003-02-12 12:51:07 +00:00
brodsom
5e63f2cecc Remove GUI_TOOLS define 2003-02-11 20:17:56 +00:00
brodsom
7f835d377c Change define name REMOTE_DEBUG_MEMORY to DEBUG_REMOTE_MEMORY 2003-02-11 00:54:58 +00:00
brodsom
fc77fee95f Remove NEW, CHECK_THIS, blank define. 2003-02-10 23:47:19 +00:00