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

33242 Commits

Author SHA1 Message Date
robocop
47191cb329 increment build number 2008-04-19 09:40:30 +00:00
robocop
5d12ca3dca Constness. 2008-04-19 09:40:19 +00:00
fsg
49d4ce12d8 increment build number 2008-04-18 19:16:26 +00:00
fsg
6167f8d70a nightly update 2008-04-18 19:16:08 +00:00
dimitr
3993d1c826 increment build number 2008-04-18 18:34:48 +00:00
dimitr
ae4ad27667 Cleanup. 2008-04-18 18:34:43 +00:00
alexpeshkoff
cf5729f9be increment build number 2008-04-18 16:15:20 +00:00
alexpeshkoff
3334cf7fe1 Fixed a problem detected by valgrind - uninitialized data in temp file 2008-04-18 16:15:04 +00:00
robocop
b49efee01c increment build number 2008-04-18 14:30:55 +00:00
robocop
37ca104c1a Misc. 2008-04-18 14:30:45 +00:00
alexpeshkoff
08c98b0a1b increment build number 2008-04-18 10:52:41 +00:00
alexpeshkoff
742c1dce93 Linger should better be initialized 2008-04-18 10:52:29 +00:00
dimitr
987f2ed5b8 increment build number 2008-04-18 10:33:41 +00:00
dimitr
b198d3b09f DSQL now belongs to the engine, so its pools will be released automagically upon disconnect.
There's no need in such crappy anti-memory-leak hacks anymore.
2008-04-18 10:33:35 +00:00
robocop
b266f49d88 increment build number 2008-04-18 10:03:09 +00:00
robocop
5b0a5ded86 Style. 2008-04-18 10:03:04 +00:00
robocop
f7b3f4ec13 increment build number 2008-04-18 09:57:05 +00:00
robocop
6243bee9a1 increment build number 2008-04-18 09:50:29 +00:00
robocop
2f7d411479 Misc. 2008-04-18 09:50:26 +00:00
robocop
ba9e8481d0 increment build number 2008-04-18 09:48:57 +00:00
robocop
97543c6cb9 Generated iberor.h has slightly different layout. 2008-04-18 09:48:52 +00:00
alexpeshkoff
1f23119802 increment build number 2008-04-18 09:44:39 +00:00
alexpeshkoff
f0cb8afa8b cleanup 2008-04-18 09:44:36 +00:00
robocop
ed91de9083 increment build number 2008-04-18 06:00:53 +00:00
robocop
5896e1caec Tring to fix chaotic indentation (spaces v/s tabs). 2008-04-18 06:00:48 +00:00
asfernandes
92a15bdafc increment build number 2008-04-18 01:37:48 +00:00
asfernandes
d75951e8e5 Misc 2008-04-18 01:37:44 +00:00
asfernandes
ce60949c7a increment build number 2008-04-18 01:37:39 +00:00
asfernandes
3daaf92135 increment build number 2008-04-18 01:37:35 +00:00
fsg
cb850bb5c8 increment build number 2008-04-17 19:40:15 +00:00
fsg
b64cc6d00e nightly update 2008-04-17 19:39:58 +00:00
alexpeshkoff
a2ab7d3dc1 increment build number 2008-04-17 17:09:13 +00:00
alexpeshkoff
d6d002143d comment 2008-04-17 17:09:10 +00:00
alexpeshkoff
1e7a2dd592 increment build number 2008-04-17 17:05:45 +00:00
alexpeshkoff
6c6fdd44fa Fixed memory leak in rem_port::asyncReceive() and optimized it's performance.
Get it ready for non-IP protocols.
2008-04-17 17:05:40 +00:00
alexpeshkoff
a5bb5a6517 increment build number 2008-04-17 16:25:27 +00:00
alexpeshkoff
3c35984950 fixed gcc compilation 2008-04-17 16:25:23 +00:00
dimitr
47873096a3 increment build number 2008-04-17 16:02:52 +00:00
dimitr
8a07d31e5f 1) Simplified the internal provider API a little.
2) Passed the original filename (possibly an alias) via DPB. This way it can be transmitted through the remote subsystem.

Hopefully, this should fix CORE-1105, CORE-1390 and CORE-1566 at once.
Although a better hope would be that it won't break anything else :-)
2008-04-17 16:02:46 +00:00
dimitr
a082f9fc3c increment build number 2008-04-17 14:54:59 +00:00
dimitr
98e46ee75f increment build number 2008-04-17 14:54:58 +00:00
dimitr
f85d5f64fd increment build number 2008-04-17 14:52:35 +00:00
dimitr
fbe69967f3 increment build number 2008-04-17 14:50:15 +00:00
alexpeshkoff
fd974fa2c7 increment build number 2008-04-17 14:32:26 +00:00
alexpeshkoff
fae184f617 Cleaned up support of 10-15 years old OSs without async IO 2008-04-17 14:32:22 +00:00
dimitr
47952895da increment build number 2008-04-17 14:31:46 +00:00
dimitr
d6572e59f7 increment build number 2008-04-17 14:22:10 +00:00
dimitr
e1d3bbcb61 1) Simplified the internal provider API a little.
2) Passed the original filename (possibly an alias) via DPB. This way it can be transmitted through the remote subsystem.

Hopefully, this should fix CORE-1105, CORE-1390 and CORE-1566 at once.
Although a better hope would be that it won't break anything else :-)
2008-04-17 14:22:04 +00:00
dimitr
0ab091dce4 increment build number 2008-04-17 14:05:47 +00:00
dimitr
c255169fe9 1) Simplified the internal provider API a little.
2) Passed the original filename (possibly an alias) via DPB. This way it can be transmitted through the remote subsystem.

Hopefully, this should fix CORE-1105, CORE-1390 and CORE-1566 at once.
Although a better hope would be that it won't break anything else :-)
2008-04-17 14:05:44 +00:00