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

53056 Commits

Author SHA1 Message Date
firebirds
786a7e3e8a increment build number 2017-09-05 00:04:33 +00:00
Ilya Eremin
a4ccbd2d95 Fixed conversion of parameters to UTF8 in trace: reading string length depending on descriptor type (#106) 2017-09-04 17:33:06 +03:00
hvlad
a5c4a29a32 Fixed regression CORE-5062 : slow changes on domain 2017-09-04 15:51:21 +03:00
firebirds
bffc93ac7e increment build number 2017-09-02 00:04:51 +00:00
Paul Reeves
9fbb7fcb07 Tidy up packaging for windows.
Improve detection of missing components and halt packaging on error.
2017-09-01 15:34:13 +02:00
firebirds
145f97dacb increment build number 2017-08-31 00:04:30 +00:00
ca6e9dc7fc Simplify code as suggested by Dmitry 2017-08-30 13:55:58 +03:00
firebirds
e3d06a6b3e increment build number 2017-08-30 00:04:30 +00:00
Paul Reeves
e8323305bf Port misc windows packaging features from B3_0_Release 2017-08-29 12:23:47 +02:00
Paul Reeves
865176380f misc 2017-08-29 12:20:31 +02:00
Paul Reeves
8e58be5b80 port cz install readme from B3_0_Release 2017-08-29 12:20:00 +02:00
Paul Reeves
837ee4b5f8 port i18n installer messages from B3_0_Release 2017-08-29 12:18:32 +02:00
Paul Reeves
84dd61e41b port i18n installer messages from B3_0_Release 2017-08-29 12:17:30 +02:00
Paul Reeves
0225dfbb35 Tidy up readme for alpha/beta test releases 2017-08-29 12:16:50 +02:00
Paul Reeves
3d12fc329e port i18n installer messages from B3_0_Release 2017-08-29 12:14:32 +02:00
Paul Reeves
954d40e87a Include the include/firebird directory in the kits 2017-08-28 12:45:43 +02:00
firebirds
8e0286d87d increment build number 2017-08-27 00:04:43 +00:00
Adriano dos Santos Fernandes
d9ecea01f1 Misc. 2017-08-26 18:57:41 -03:00
firebirds
30b225ca69 increment build number 2017-08-24 00:04:20 +00:00
Paul Reeves
6c58449aaf Make necessary installer changes for Fb 4.0 Alpha 1 release 2017-08-23 16:44:58 +02:00
Paul Reeves
d62a074050 Make actual deployed windows readme file dependant upon DEV or PROD status. 2017-08-23 16:44:18 +02:00
Paul Reeves
96c1bb84bd Add wix config files to build msvc runtimes for Fb4.0 2017-08-23 16:38:21 +02:00
Paul Reeves
53e9f73c57 Merge branch 'master' of https://github.com/FirebirdSQL/firebird 2017-08-23 16:30:54 +02:00
firebirds
76943472cf increment build number 2017-08-17 00:04:41 +00:00
2ac2aa8a71 Postfix for CORE-5536: services were broken due to incorrect remote info processing 2017-08-16 14:29:59 +03:00
24465a1e09 Info codes should better be explicit from backporting POV 2017-08-16 14:29:59 +03:00
firebirds
34b8ae06f6 increment build number 2017-08-16 00:04:46 +00:00
ec9e4ac4e4 Postfix for CORE-5536 2017-08-15 15:57:24 +03:00
firebirds
405bac331f increment build number 2017-08-15 00:04:42 +00:00
4e4be00b7d Implemented CORE-5536: Connections compressed and encrypted in MON$ATTACHMENTS table. Also added fb_info_conn_flags item to getInfo() call to return connection flags. 2017-08-14 20:16:59 +03:00
firebirds
5627033ceb increment build number 2017-08-14 00:04:44 +00:00
Adriano dos Santos Fernandes
15be92d1b1 Example for window frames. 2017-08-12 22:56:33 -03:00
firebirds
dbd6ec8fbf increment build number 2017-08-10 00:04:54 +00:00
Dmitry Yemanov
025c66c8f9 Misc version adjustments 2017-08-09 12:44:30 +03:00
firebirds
97c97fe0c1 increment build number 2017-08-09 00:04:47 +00:00
Dmitry Yemanov
731a758c21 Addition to the docs 2017-08-08 18:23:24 +03:00
firebirds
b4ffa0b11e increment build number 2017-08-05 00:05:08 +00:00
e131cb3eda Implemented CORE-5238: Replace xinetd support with the native listener 2017-08-04 18:08:00 +03:00
firebirds
ca24b62555 increment build number 2017-08-03 00:04:35 +00:00
bc00115038 Fixed CORE-5591: Engine hangs soon after some errors during transaction start 2017-08-02 15:03:58 +03:00
firebirds
aefff61117 increment build number 2017-07-28 00:04:56 +00:00
hvlad
a6633a01e6 Fixed typo 2017-07-27 14:24:42 +03:00
firebirds
6b6a17a08f increment build number 2017-07-26 00:04:33 +00:00
Adriano dos Santos Fernandes
55c35b77c6 Merge pull request #102 from FirebirdSQL/work/core-4436-hash
Improvement CORE-4436 - Support for different hash algorithms in HASH system function.
2017-07-25 13:06:06 -03:00
Adriano dos Santos Fernandes
5ba4754077 Rework on HashAlgorithmDescriptor initialization. 2017-07-25 15:48:56 +00:00
Ilya Eremin
ee9085ac39 Excess conversion of sql statement to UTF8 is removed from fbtrace (#103) 2017-07-25 12:35:39 +03:00
firebirds
dd49fa6213 increment build number 2017-07-25 00:04:29 +00:00
hvlad
3b14537956 Adjust Windows build 2017-07-24 18:52:57 +03:00
Adriano dos Santos Fernandes
3a1a9b9d48 Support for different hashes algorithms in HASH system function. 2017-07-24 13:38:28 +00:00
Adriano dos Santos Fernandes
987e85f676 Added wrapper classes for libtomcrypt's hash algorithms. 2017-07-24 13:38:27 +00:00