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

22008 Commits

Author SHA1 Message Date
robocop
d0b711f2bc Totally misc. 2006-04-30 06:41:38 +00:00
dimitr
4f861ee63a increment build number 2006-04-30 04:59:10 +00:00
dimitr
43d83fbd64 Prevent SUM from corrupting the impure area. 2006-04-30 04:59:09 +00:00
dimitr
0dcc8e5f2d increment build number 2006-04-30 04:53:00 +00:00
dimitr
7fa319193c increment build number 2006-04-30 04:51:12 +00:00
dimitr
b93f103c49 Fixed SF #1475979: Dropping and recreating a table in the same txn disables PK. 2006-04-30 04:51:10 +00:00
dimitr
331843b213 increment build number 2006-04-30 04:37:00 +00:00
dimitr
594b06bda0 Sync with the 2.0 release branch. 2006-04-30 04:36:58 +00:00
fsg
da8175d5f5 increment build number 2006-04-30 02:19:01 +00:00
fsg
8cc6c7f7bd nightly update 2006-04-30 02:18:59 +00:00
robocop
31feb05947 increment build number 2006-04-30 00:39:39 +00:00
robocop
ec313754f3 increment build number 2006-04-30 00:39:38 +00:00
robocop
92fff3bd1e Trying to solve the directory traversal issue again. The problem would be better solved in the long term if ISC_expand_filename was informed whether we need to verify the path and file is valid (we are loading it) or only the path is valid (we are creating a new file). 2006-04-30 00:39:37 +00:00
robocop
8ddc87f028 increment build number 2006-04-29 08:56:56 +00:00
robocop
64f2d873bf Misc. 2006-04-29 08:56:54 +00:00
robocop
52bfc2fa10 increment build number 2006-04-29 08:39:56 +00:00
robocop
f06b52df50 Misc. 2006-04-29 08:39:54 +00:00
robocop
c9329a0c2d increment build number 2006-04-29 08:08:50 +00:00
robocop
077969398f increment build number 2006-04-29 08:08:49 +00:00
robocop
abc65e7381 Finally I figured out how to update and compile the events printing facility, but I'm still trying to figure out a linker problem. Built with a small trick for now. 2006-04-29 08:08:48 +00:00
robocop
a362b60f63 increment build number 2006-04-29 06:30:59 +00:00
robocop
dd94b6669c It seems that I was able to tame hand-made directory parsing to prevent directory traversal bugs. In the interim, I caused Jim Barry (Nickolay's sources for the function) to revise his code, although he ignores \.\ and \..\ instead of decoding them like us. 2006-04-29 06:30:53 +00:00
robocop
e49082193a Delete redundant cast. 2006-04-29 05:42:43 +00:00
robocop
838a613df5 increment build number 2006-04-29 05:42:42 +00:00
robocop
9715fc817e increment build number 2006-04-29 05:41:33 +00:00
robocop
70f47eb720 I don't get Adriano's observation, but I assume it's true. I restore Dmitry's code without the const: VC6 can't delete const data. 2006-04-29 05:41:31 +00:00
robocop
4602a519e6 increment build number 2006-04-29 03:01:41 +00:00
robocop
d306dc5ef4 Since TCP_NO_DELAY is gone, comments regarding it are obsolete. 2006-04-29 03:01:40 +00:00
robocop
e7ebf3810d increment build number 2006-04-29 03:01:39 +00:00
robocop
06ebd408c2 increment build number 2006-04-29 02:48:08 +00:00
robocop
3eb636a8e6 Misc. 2006-04-29 02:48:04 +00:00
fsg
51193b83f6 increment build number 2006-04-29 02:18:41 +00:00
fsg
d73c2dcce9 nightly update 2006-04-29 02:18:40 +00:00
robocop
75a39b4059 increment build number 2006-04-29 00:57:32 +00:00
robocop
dbea8030f4 MSVC6 says:
error C2664: 'delete' : cannot convert parameter 1 from 'const class VaryingString *' to 'void *'
        Conversion loses qualifiers
So maybe the rules changed for VC7. Anyway, I simplified the logic here to achieve the same in a direct way.
2006-04-29 00:57:26 +00:00
robocop
d77e85077e increment build number 2006-04-29 00:35:34 +00:00
robocop
e3d60e524f increment build number 2006-04-29 00:35:33 +00:00
robocop
4e0176c1d6 Fix this forgotten utility so it syncs with Dmitry's changes, but I didn't verify if it compiles. 2006-04-29 00:35:32 +00:00
robocop
6802be0416 increment build number 2006-04-29 00:34:08 +00:00
robocop
351674ec0c Get rid of another uppercase typedef. The name "owner" caused collisions, so "own" was left. Probably lockOwner is better in the long term. 2006-04-29 00:34:06 +00:00
robocop
98403ce1f9 increment build number 2006-04-29 00:31:22 +00:00
robocop
af96ab3495 Misc change. Hope the class auhtor doesn't take offense.
:-)
2006-04-29 00:31:19 +00:00
robocop
4ad69b430f increment build number 2006-04-29 00:30:21 +00:00
robocop
5f0fde8bfe Fixed the btyacc project so MSVC6 can load it (was reported as corrupt). 2006-04-29 00:30:20 +00:00
robocop
6bf0d51bd5 increment build number 2006-04-29 00:29:48 +00:00
robocop
f76ba5755d Do C programmers think the worse the code they write, the more expert they are? Fix this crap so it looks less like assembler and can compile happily on MSVC6. 2006-04-29 00:29:46 +00:00
aafemt
5c57d5378d increment build number 2006-04-28 04:12:10 +00:00
aafemt
46c3ee5090 Fix for my previous commit. Thanks to Adriano 2006-04-28 04:12:09 +00:00
asfernandes
db1619515b increment build number 2006-04-28 02:35:35 +00:00
asfernandes
66423bfd37 Remove not needed asserts 2006-04-28 02:35:34 +00:00