brodsom
c5253ae8a5
-Replace gds__ constants with isc_ contants
...
-Replace codes.h with iberror.h (or remove)
-Move gds__vax_integer and gds__event_block* to alt.cpp and isc_ to gds.cpp
-Use ISC_QUAD internally
-Use isc_vax_integer internally
2003-11-11 12:19:20 +00:00
brodsom
89e8f89f86
Extern "C" cleaning
2003-11-06 03:03:36 +00:00
brodsom
ff070a16a8
Replacing assert with fb_assert
2003-11-03 23:59:24 +00:00
robocop
cda707bd36
const correctness and other related changes
2003-11-01 10:26:43 +00:00
eku
da0d0f068f
Cleanup usage of gettimeofday.
2003-10-31 11:33:45 +00:00
robocop
9ead7a37b4
const correctness
...
placed some variables in context
fixed some function signatures
closed a few possible buffer overruns
sorry to the platform maintainers, I can't verify what I did for non-Win32 builds
2003-10-29 10:53:47 +00:00
brodsom
2aeb693d06
extern cleaning
...
removing underscores in macros
DLL_EXPORT cleaning
2003-10-03 01:53:34 +00:00
robocop
484c6ec372
Cleanup, const correctness, variables in scope, etc.
...
Having done my best to merge everyone else's changes, I hope the tree can be build with whatever other tools != MSVC6.
2003-09-25 11:49:12 +00:00
brodsom
9d5721473a
Removing SHLIB_DEFS
2003-09-22 17:56:35 +00:00
brodsom
7944736211
Correction
2003-09-19 03:37:24 +00:00
brodsom
73ec1bf3ea
Correction
2003-09-19 00:36:12 +00:00
brodsom
9bda9d0e2a
Macro cleaning
...
Variable type change (Thanks to Claudio)
2003-09-18 21:58:58 +00:00
brodsom
bdac17190c
Clean a bit services interface
...
- Include service entrypoint in each proto file and remove from it the private function common to service and standalone. (burp, alice and gsec)
- Replace functions output_svc/output_thread/output_netware with SVC_output callback common for all. (burp, alice and gsec)
- Create typedef pfn_svc_output common for all svc, and correct SVC_read_ib_log and thread_test to be compatible with pfn_svc_output typedef. (svc.cpp)
- Put inside an ifdef code for '-svc_re' switch (in all sources).
2003-09-15 13:13:45 +00:00
skidder
77b17de987
NBACKUP-related changes and some clean-up
2003-09-08 20:23:46 +00:00
brodsom
8624a7c209
-Use NULL instead 0 for null pointers
...
-Remove unneeded casts
2003-09-01 07:58:04 +00:00
robocop
c82062a50a
Kill warning
2003-08-31 12:55:33 +00:00
brodsom
6a2ef35fda
-Remove NULL_PTR
...
-Remove unneeded NULL casts
-Remove (void) function return cast
2003-08-28 13:16:03 +00:00
dimitr
699e00204f
Added support for "-r" and "-t" GSTAT switches to the Services API. Thanks to Vlad Horsun.
2003-08-26 07:23:58 +00:00
brodsom
2267a21d45
-Fix format warning
...
-Fix unused warning
-Fix signed unsigned comparison warning
2003-08-10 11:41:23 +00:00
brodsom
499337fda5
Split utilities dir
2003-07-15 02:43:36 +00:00
dimitr
6451c99825
Removed old config stuff remains.
...
Temporary disallowed config management via Services API.
2003-07-04 12:12:54 +00:00
dimitr
5c13dbe98d
Explicitly assign normal priority to the service tasks.
...
Avoid lockups between GC thread, cache writer and the service manager.
2003-06-05 17:15:00 +00:00
dimitr
8c89b7a941
Fixed synchronization issues in the service manager.
2003-05-24 07:46:27 +00:00
dimitr
df79570795
Added comment.
2003-05-07 07:22:42 +00:00
dimitr
953c2d7ab7
Correction.
2003-05-05 08:48:35 +00:00
dimitr
f4a921cc64
1. Disabled not working services in win32 CS (until v1.6)
...
2. Fixed SEGV in the service manager
2003-05-05 08:40:35 +00:00
dimitr
7255be3a74
Cleanup
2003-05-05 07:06:06 +00:00
dimitr
4fcf82f147
Rehabilitation day. Yet another bugfix for my old mistakes. Arrrgh!!!
2003-04-28 16:44:38 +00:00
skidder
228ee3e98f
Make database stats Service work for Posix CS builds
2003-04-13 19:52:38 +00:00
aafemt
19bb54f2a8
STATUS -> ISC_STATUS
2003-04-10 06:49:16 +00:00
alexpeshkoff
86e6b77b50
1. Fixed potential buffer overflow in gds__prefix* family of functions.
...
2. Changed second parameter declaration to be const.
2003-04-06 11:40:29 +00:00
brodsom
82baa67399
- Ifdef unused or conditioned code
...
- Remove intermediate macro
2003-04-03 10:09:59 +00:00
brodsom
5dd9c54ae1
- Avoid some not defined/not used warnings.
2003-04-02 14:31:37 +00:00
arnobrinkman
2f62030d2f
bugfix: A good bugfix with the database statistics problem which also exists in FB1.0. Thanks to Claudio Valderrama which pointed to problems in the previous commited fix.
2003-03-30 16:55:59 +00:00
dimitr
c18c6f17bd
Allowed Services API for win32 CS (gbak/gfix only). gstat/gsec are not supported yet.
2003-03-29 15:49:38 +00:00
arnobrinkman
530bf9060b
bugfix on service API, reported by Martijn Tonies in fb-devel.
...
This bug exists already since FB1.0.
Due bad validate-checking on returned value this even causes a server-crash !!!!
2003-03-20 22:43:40 +00:00
skidder
5813d31b89
Enable Services API on all platforms
2003-03-09 21:13:24 +00:00
skidder
4489b3013d
Enable Services API on all platforms
2003-03-09 21:08:33 +00:00
brodsom
4ae3719544
Remove gcc warning partially bracketed initializer.
2003-03-02 01:03:34 +00:00
alexpeshkoff
a12435f701
Fixed macro redefinition warnings - changed order of include files
2003-03-01 16:10:43 +00:00
brodsom
01681a01dc
Move function definition from header to cpp and remove inline.
2003-02-16 00:20:30 +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
67749f906b
Fixed exception handling.
2003-02-13 13:33:57 +00:00
dimitr
b096a2593d
CONST -> const
2003-02-13 10:11:35 +00:00
dimitr
32ef458dcf
Damn, my own typo caused another one. The extension should be "fdb".
2003-02-10 11:48:25 +00:00
eku
1a9a258234
Renamed isc4.gdb to security.gdb (POSIX builds)
2003-02-10 11:01:23 +00:00
dimitr
e7289b02b2
1. Re-designed PWD interface.
...
2. Implemented cached isc4 connection.
3. Cleanup.
2003-02-03 13:34:16 +00:00
dimitr
f91445e207
Cleanup by Dimitry Sibiryakov.
2003-01-20 13:51:35 +00:00
skidder
ba5e11b15c
Integrate new memory manager into the engine
2003-01-16 17:47:10 +00:00
alexpeshkoff
80f2592983
1. Don't include internals of struct why_hndl where it is nit required.
...
2. CONST fixup in why.cpp & flu.cpp.
2003-01-03 12:49:59 +00:00