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

49 Commits

Author SHA1 Message Date
alexpeshkoff
46e6c438e8 replaced platform-dependent SHA1 with in-tree sha.cpp 2004-11-15 07:35:26 +00:00
alexpeshkoff
d25ac4ea32 security fix
added new files to win32 VC6 build
2004-11-07 13:49:42 +00:00
skidder
32666b4661 Update MSVC6 makefiles (untested) 2004-09-28 22:00:09 +00:00
alexpeshkoff
572d12f442 Thread cleanup:
Removed thd_proto.h, all required definitions are in thd.h know.
2004-06-08 13:56:02 +00:00
brodsom
9109ba3a62 Avoid duplicated definition of SERVER_SHUTDOWN (defined in firebird.h) 2004-05-19 15:03:13 +00:00
brodsom
42a695a67f Removing llio* and codes.h 2004-05-10 07:21:09 +00:00
brodsom
3acf7023dc -To solve the dsc.h and ibase.h duplicated definitions
Create new dsc_pub.h and include it into ibase.h and dsc.h
2004-05-07 11:22:23 +00:00
brodsom
5cf9fdfc90 Removing ib_stdio.h 2004-04-28 22:43:34 +00:00
brodsom
acbf2cc904 Remove references to gds.h, gds.hxx and gdsold.h from builds 2004-04-27 12:38:57 +00:00
alexpeshkoff
4a318fff04 renamed header - non-critical change for non-VC6 builds 2004-03-31 17:08:37 +00:00
robocop
4b3e5da421 More cleanup. Get rid of obsolete files, too. 2004-03-30 08:54:12 +00:00
robocop
68c038d132 More cleanup. Get rid of obsolete files, too. 2004-03-30 08:34:14 +00:00
robocop
56f95e9a11 Third step to rename 2004-03-11 05:09:33 +00:00
alexpeshkoff
e8d62c70a7 fixed MSVC6 build with RTTI 2004-03-01 16:37:36 +00:00
robocop
06a4df3708 A requiem for JOURNAL and WAL.
Instructions in the list.
2004-01-06 10:33:18 +00:00
dimitr
01ee50a97d 1) Move db_alias.cpp to common.lib
2) Add common.lib to gstat.exe
2003-12-13 14:42:37 +00:00
arnobrinkman
bafdd44f1b Enhanced Index Structure.
1) NULLs on top when sorting on ASC index, DESC stays the same.
2) Support for larger index lengths, can be up to 1/4 page size.
3) Store record-number on non-leafpages for faster lookup in many duplicates.
4) Jump-nodes for faster key-lookup in index on larger page-sizes.
5) Segment selectivity calculation added.
2003-12-01 02:51:52 +00:00
brodsom
25488398a6 Update msvc6 build after Nickolay changes 2003-09-09 07:49:42 +00:00
brodsom
7d7810850e Patch msvc6 after Nickolay changes 2003-08-07 13:59:15 +00:00
brodsom
49a86dde7d Move physical io to os specific 2003-07-14 10:35:49 +00:00
brodsom
7dfdc04600 Remove not used rdb*.h 2003-07-12 09:42:10 +00:00
brodsom
9bb850b4ac Use temporary compiler dir 'temp' below root 2003-07-05 03:17:39 +00:00
dimitr
f7c3ebe35e Fixed little optimization issue with VC6 (SP < 5) 2003-07-04 10:15:30 +00:00
brodsom
25c9a8aee6 Move generated source from 'generated' to 'gen'. So we don't use a CVS and obsolete directory for build output and it will be easier to do a clean build. 2003-07-03 12:37:37 +00:00
alexpeshkoff
2d59c9cd0f Fixed bug with wrong rpb contents after pre-triggers execution 2003-04-25 14:51:04 +00:00
dimitr
b9ebefef71 Fixed win32 build. 2003-04-09 10:08:36 +00:00
brodsom
b15fac104a Remove WINDOWS_ONLY remains 2003-03-25 02:24:09 +00:00
brodsom
c7f5f1ee5a Blob_filter is not a epp file since 1999, change the name to .cpp and modify the makefiles 2003-03-06 00:43:32 +00:00
alexpeshkoff
bd12d9e732 Fixed EXECUTE STATEMENT to support INTO clause
Now required changes in msvc6 build
2003-03-02 12:51:39 +00:00
dimitr
14f54d6405 Fixed build problem pointed by Arno (caused the server to crash in some cases). 2003-02-27 16:28:49 +00:00
dimitr
96bd820bda Updated project files. 2003-02-27 15:35:17 +00:00
brodsom
f02ef90cdc Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h. 2003-02-25 12:55:20 +00:00
brodsom
66cdfd5a7c Return warning level in msvc6 to 3 until there is a solution to the Q167355 bug. 2003-02-17 13:44:42 +00:00
dimitr
21ccf8d45e /W4 -> /W3 2003-02-17 13:22:45 +00:00
brodsom
8bdf295e25 Change build system to move warning control to only one header for each compiler 2003-02-16 11:39:22 +00:00
brodsom
ff94cad8aa Rename header arg.h to log2.h (included only in log.cpp) and remove atom.h 2003-02-15 16:22:30 +00:00
dimitr
3645cb8586 Updated project files. Fixed issues with exception handling. 2003-02-15 09:25:26 +00:00
dimitr
4bb065bb2c Updated project files. 2003-02-14 09:12:57 +00:00
dimitr
be22042116 Fixed another build issues. 2003-02-11 17:43:30 +00:00
dimitr
94beee422c Fixed build problems related to the service manager and error handling. 2003-02-11 16:19:57 +00:00
dimitr
765b88cc4d Changed options for the release configuration. 2003-02-10 10:36:53 +00:00
alexpeshkoff
e234f46913 Rename all links to why.cpp handle to struct why_hndl * (or FRBRD *) 2002-12-16 17:01:58 +00:00
skidder
db3692790b New changes by Dmitry Emanov. Configuration manager and Windows build environment improvements 2002-11-30 15:08:09 +00:00
dimitr
bf4d9495a8 Updated project files. 2002-11-26 09:00:19 +00:00
dimitr
b2b118e6f4 Updated project files. 2002-11-22 11:20:29 +00:00
dimitr
75f019565f We no longer need NOMSG macro defined. 2002-11-19 13:21:23 +00:00
dimitr
8e8d78435f Synchronized generic and win32-only files. The latter is removed. 2002-11-16 15:54:21 +00:00
dimitr
7133fe2b96 Updated project files. 2002-11-10 14:19:06 +00:00
dimitr
a49092c2f3 1. Reorganized project files.
2. Added fb_lock_print and qli.
3. Implemented classic and embedded servers.
4. Used new configuration manager.
2002-11-06 15:10:15 +00:00