robocop
|
2e9353d7e7
|
Delete dead code after checking with Dmitry.
The B.O. are still there when copying the result of GetCommandLine().
|
2006-04-11 07:18:53 +00:00 |
|
robocop
|
192832199f
|
Solve a possible truncation problem due to USHORT<->ULONG issues.
Tweak for embedded so it doesn't crash when handling an error.
|
2006-04-11 07:16:37 +00:00 |
|
robocop
|
00c9d548a6
|
Handle zero-length strings even if we have our buffer full.
|
2006-04-09 06:53:38 +00:00 |
|
robocop
|
eb727adf2f
|
We can't handle more than 255 bytes for some items when merging information. Let's be consistent between the length indicator and the bytes we put in the buffer.
|
2006-04-09 06:50:46 +00:00 |
|
robocop
|
4243e7bcc4
|
Style.
|
2006-04-09 06:46:28 +00:00 |
|
robocop
|
b8636c120b
|
Refactor this damn unreadable code and take into account the problem Adriano found with zero length file names in my previous commit.
|
2006-04-09 00:53:55 +00:00 |
|
robocop
|
1f22045df1
|
I think I'm fixing a potential buffer overrun here.
|
2006-04-07 04:51:13 +00:00 |
|
asfernandes
|
2b5eef3103
|
Correction
|
2006-04-07 02:55:34 +00:00 |
|
alexpeshkoff
|
f59a457b5d
|
validate port_context before use to avoid AV in remote
|
2006-04-06 13:34:09 +00:00 |
|
robocop
|
c5f2284b15
|
Style.
|
2006-04-06 08:18:53 +00:00 |
|
dimitr
|
442ff93a3b
|
Nagle algorithm is now disabled by default, so there's no need to print an appropriate message in the server log.
|
2006-04-05 07:08:32 +00:00 |
|
dimitr
|
d123ead3a5
|
1) Set NoNagle depending on config only.
2) Set socket options for Win32 CS.
|
2006-04-05 05:04:52 +00:00 |
|
alexpeshkoff
|
1b6df6110a
|
fixed server hang in case of broken client
|
2006-03-20 16:29:04 +00:00 |
|
dimitr
|
5699faf1b5
|
Let's not duplicate things.
|
2006-03-17 16:08:04 +00:00 |
|
alexpeshkoff
|
74b7418943
|
we should not loose status vector held in status_exception
|
2006-03-15 17:25:49 +00:00 |
|
robocop
|
7250b931cf
|
Commit Alex' fix for a buffer overrun.
|
2006-03-15 04:22:38 +00:00 |
|
robocop
|
8f1cf8f2cb
|
Commit correct signature for events-related calls.
|
2006-03-10 08:23:40 +00:00 |
|
dimitr
|
eba22db548
|
Fixed an exception during events shutdown, reported in fb-devel.
|
2006-03-09 17:52:17 +00:00 |
|
robocop
|
179a4b7cfb
|
Style.
|
2006-03-07 05:44:13 +00:00 |
|
asfernandes
|
22eca372ab
|
Formatting
|
2006-03-07 03:12:48 +00:00 |
|
alexpeshkoff
|
402d918e74
|
Use named constant for buffer size
|
2006-03-06 13:51:58 +00:00 |
|
alexpeshkoff
|
318533fea5
|
no need to check '<0' for unsigned variables - thanks to Adriano
|
2006-03-06 13:36:55 +00:00 |
|
alexpeshkoff
|
b4ed43ddf8
|
1. Fixed win32 classic build.
2. Attempt to fix SF#1260310.
|
2006-03-06 11:03:19 +00:00 |
|
alexpeshkoff
|
9e21527396
|
fixed debugging code - thanks to Claudio
|
2006-03-05 10:26:45 +00:00 |
|
alexpeshkoff
|
a6151c44c9
|
Fixed SF bug 1385092
|
2006-03-03 16:20:42 +00:00 |
|
robocop
|
10cb928ddc
|
More cleanup.
|
2006-02-23 06:52:25 +00:00 |
|
robocop
|
1f84bac700
|
Mark unused data members, discover more code associated to conditional compilation, clean some places, replace custom loops by memcpy and memset when possible, etc.
|
2006-02-23 05:08:26 +00:00 |
|
dimitr
|
7c8f6e2717
|
Fixed broken XNET logic. In fact, this affects all types of connections as the security database is accessed locally.
|
2006-02-07 18:41:06 +00:00 |
|
dimitr
|
9ec3909c08
|
Fixed XNET to follow the common call architecture for the remote subsystem. Just hope I didn't break the logic.
|
2006-02-05 18:03:00 +00:00 |
|
dimitr
|
1483c3abd0
|
Implemented SRVR_debug for XNet connections on win32.
|
2006-02-04 16:10:14 +00:00 |
|
dimitr
|
0ef2f98b75
|
Fixed SRVR_debug for INet connections on win32.
|
2006-02-04 11:32:14 +00:00 |
|
dimitr
|
7ca955e43a
|
Minor cleanup.
|
2006-02-04 10:37:15 +00:00 |
|
hvlad
|
73dcebc962
|
Replace "../jrd/jrd_time.h" with "../common/classes/timestamp.h"
|
2006-02-03 13:13:27 +00:00 |
|
dimitr
|
878ef6a583
|
Reduced dependencies upon window messages + cleanup.
|
2006-01-26 12:23:48 +00:00 |
|
alexpeshkoff
|
d1ee840d60
|
fixed gcc warning(s)
|
2006-01-16 16:49:15 +00:00 |
|
alexpeshkoff
|
4b40679a8d
|
fixed posix build
|
2006-01-16 08:47:20 +00:00 |
|
robocop
|
3b64ed4102
|
Detect if some undocumented startup option failed (Windows).
|
2006-01-14 04:56:13 +00:00 |
|
robocop
|
b67b0219ab
|
Change from getenv to readenv. This is still getenv in Linux/UNIX but GetEnvironmentVariable in Windows.
|
2006-01-14 04:48:59 +00:00 |
|
dimitr
|
ed9eb5c9cd
|
Fixed the wrong local connection.
|
2006-01-12 13:21:25 +00:00 |
|
alexpeshkoff
|
e76972ef21
|
rollback temporary fix after fixing status_exception
|
2006-01-07 16:53:35 +00:00 |
|
robocop
|
1e6d89ebfc
|
Comment excessive dependencies on license.h.
|
2006-01-07 00:31:37 +00:00 |
|
robocop
|
6da2dcf373
|
Remove leftover from Apollo.
|
2006-01-06 22:42:09 +00:00 |
|
alexpeshkoff
|
dccce62333
|
simpler way to detect redirection attempt
|
2006-01-06 12:29:12 +00:00 |
|
alexpeshkoff
|
1ecaaa049e
|
fixed "invalid database handle" error
|
2006-01-06 11:21:57 +00:00 |
|
alexpeshkoff
|
4447d705c8
|
fixed bugs in server version reporting
|
2005-12-29 08:06:11 +00:00 |
|
robocop
|
5608b9be1f
|
- Handle gracefully the exceptions that happen at startup in Windows.
- Show the version string if asked explicitly.
- Some minor cleanup.
|
2005-12-25 07:40:16 +00:00 |
|
robocop
|
75ddccb613
|
Misc.
|
2005-12-25 04:01:49 +00:00 |
|
alexpeshkoff
|
688cfd53eb
|
Misc
|
2005-12-23 08:52:31 +00:00 |
|
robocop
|
b5210ff5fd
|
Fix for crash in Alex' disable multi-hop config param.
|
2005-12-22 06:02:02 +00:00 |
|
alexpeshkoff
|
8de8ef96ce
|
added Redirection parameter to firebird.conf
|
2005-12-21 10:10:37 +00:00 |
|