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

21820 Commits

Author SHA1 Message Date
dimitr
26f3a50694 increment build number 2006-04-30 15:11:56 +00:00
dimitr
b8342226e6 Const'ness. 2006-04-30 15:11:50 +00:00
dimitr
1269a5196b increment build number 2006-04-30 10:03:24 +00:00
dimitr
a278cd4348 increment build number 2006-04-30 10:02:30 +00:00
dimitr
7ebf234bed increment build number 2006-04-30 09:53:06 +00:00
robocop
f00840f742 increment build number 2006-04-30 06:44:01 +00:00
robocop
257646a10e increment build number 2006-04-30 06:44:00 +00:00
robocop
cf537a437a Integrate fb_event_print into the VC6 build. Time will say if it's useful or not. 2006-04-30 06:43:59 +00:00
robocop
a9e71e43dd increment build number 2006-04-30 06:43:58 +00:00
robocop
34d9772351 increment build number 2006-04-30 06:42:41 +00:00
robocop
403f5e5c57 Tweak to be able to link after compiling print_event.cpp. 2006-04-30 06:42:40 +00:00
robocop
085fe68cf2 increment build number 2006-04-30 06:41:40 +00:00
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