alexpeshkoff
881fd7fff8
Use FB type where acceptable
2008-07-08 07:02:10 +00:00
alexpeshkoff
5ac5869661
CORE-1964 - stop vararg mess when reporting errors. Use special class for it. More (ERR_post cleanup) to come.
2008-07-03 12:02:54 +00:00
alexpeshkoff
44511acf29
Avoid duplicate Service::finish() call - thanks to Roman Simakov
2008-06-26 10:58:35 +00:00
alexpeshkoff
a2e416210b
Fixed CORE-1964: Use of 0 instead of isc_arg_end to terminate list of ERR_post's (and cousines) arguments is invalid.
...
Also cleaned up use of gds__log() in a few places.
2008-06-26 09:47:59 +00:00
robocop
255f413540
Gstat doesn't need to alter its switches table (thanks Vlad for confirmation).
2008-06-12 09:03:55 +00:00
robocop
46df47034c
Misc.
2008-06-10 12:28:26 +00:00
asfernandes
4822c30c70
Misc
2008-06-06 22:40:15 +00:00
alexpeshkoff
b021758834
Fixed SS build
2008-06-05 07:36:40 +00:00
asfernandes
84603f1169
Misc
2008-05-25 01:39:16 +00:00
robocop
a84cc0ec05
Cleanup.
2008-05-23 13:27:47 +00:00
alexpeshkoff
796e02d2a5
1. Cleanup - use constants ISC_USER/ISC_PASSWORD instead of always repeated string constants.
...
2. Let services uses environment and OS auth when run embedded.
2008-05-19 13:58:37 +00:00
alexpeshkoff
0552035ce5
Added transaction support in user management commands
2008-05-15 15:15:02 +00:00
robocop
5777ff76fa
More VC6 cleanup.
2008-05-14 13:11:41 +00:00
robocop
1cdd4e4126
Clean the sources from VC6 hacks.
2008-05-14 05:17:53 +00:00
asfernandes
8b4a83f201
Misc
2008-05-11 03:00:46 +00:00
robocop
a8b9f4cdd0
Misc.
2008-05-08 08:24:57 +00:00
alexpeshkoff
e40105fe12
Make fbguard work with superclassic too
2008-05-05 09:27:49 +00:00
alexpeshkoff
7ff8e4d2be
Fixed CORE-1879: Server uses wrong authentication method
2008-05-04 13:38:02 +00:00
robocop
7d4533725b
Misc.
2008-04-26 10:31:03 +00:00
alexpeshkoff
7f3c43032a
Deprecated fbmgr utility.
...
To be removed in 3.0.
2008-04-25 16:36:23 +00:00
alexpeshkoff
81e856251c
Added switch "-daemon" to guardian.
...
Thios seems a good replacement of used since 2.0 fbmgr functionality.
2008-04-25 16:33:30 +00:00
asfernandes
e18ac3cb53
Misc
2008-04-24 01:53:40 +00:00
robocop
888c5d539f
Cleanup.
2008-04-22 13:01:18 +00:00
robocop
05271261e1
Style.
2008-04-19 11:11:10 +00:00
dimitr
d4fc5aef4f
Adjustment for the new superclassic switch.
2008-04-10 18:05:07 +00:00
alexpeshkoff
7384d7129b
cleanup
2008-04-08 11:28:05 +00:00
alexpeshkoff
2ade43d5d7
make sure status vector is initialized
2008-04-07 16:30:13 +00:00
alexpeshkoff
e3d7732078
Fix for CORE-1805: do not let svc_status blink during utility operation, instead copy it at service exit time
2008-04-07 10:52:34 +00:00
asfernandes
29fbfbb8ff
Misc
2008-04-06 14:45:51 +00:00
robocop
5e282b9f7e
Misc.
2008-04-06 10:31:58 +00:00
alexpeshkoff
4a919885e1
Fixed CORE-1810: Usernames with '.' character
2008-04-04 15:46:04 +00:00
dimitr
1c343cbadc
Server-side fix for CORE-1820.
2008-04-04 09:17:17 +00:00
asfernandes
f0299cfb29
Misc
2008-04-03 01:11:26 +00:00
alexpeshkoff
aafed20fe1
Fixed problems with shutting down actively running engine - related with CORE-1805.
2008-04-02 14:26:17 +00:00
hvlad
ccc38677a9
Make pip_header.reserved works in ODS 11.2 too
2008-04-02 08:46:56 +00:00
dimitr
13f5cc92e1
Major cleanup of the old-style blk and allocator-based blk_type.
2008-03-19 16:09:00 +00:00
skidder
6ef7cd1e30
Allow running engine in superclassic mode on Windows as the service.
...
This also changes the behavior of -d switch. To run superclassic
engine as application please now invoke fb_inet_server with both -d and -a switches.
2008-03-15 19:12:20 +00:00
robocop
2912e6a5be
Cleanup and misc.
2008-03-10 08:44:07 +00:00
robocop
b223804d6d
Don't know if this thing compiles.
2008-03-05 08:40:20 +00:00
robocop
c6d8b0f46f
Style.
2008-03-05 08:39:26 +00:00
alexpeshkoff
7137e2327c
one more fix for CORE-1680
2008-03-03 13:52:08 +00:00
robocop
4c3381ef6b
Style, constness and macro cleanup.
2008-02-03 10:41:44 +00:00
alexpeshkoff
8901a0e003
Services cleanup - make class Service traditional C++ class
2008-02-02 18:33:37 +00:00
alexpeshkoff
c424f3bc3f
added 2 functions, later placed in services
2008-02-02 18:21:39 +00:00
robocop
83dc6bde8f
Constness
2008-02-02 17:07:37 +00:00
alexpeshkoff
b29ab501ba
cleanup
2008-01-29 07:43:31 +00:00
alexpeshkoff
39896cb955
Fixed CORE-1671: atexit() calls in client libraries cause segfaults
...
and CORE-1079: Every attach of fbclient/fbembed library leaks 64KB of memory
To do it:
- created new template GlobalPtr, controlling access to destructors of global objects.
- applied it to global objects.
Also some related cleanup.
2008-01-23 15:52:40 +00:00
dimitr
042472b132
The merge is being fixed.
2008-01-16 13:20:24 +00:00
alexpeshkoff
0b1bb80670
Merge continued
2008-01-16 10:29:54 +00:00
dimitr
ae692fc319
The merge continued.
2008-01-16 10:17:51 +00:00