alexpeshkoff
c0b4e085df
Fixed CORE-4610: Add a tag name to diagnostics when trasliteration errors in Parameter Block values occur
2014-12-30 15:18:46 +00:00
alexpeshkoff
df0ecdac9a
Implemented CORE-4607: Add support for having >1 UserManager in firebird.conf and use them from SQL
2014-12-24 14:50:03 +00:00
hvlad
2c809f06ec
Fixed Windows build
2014-12-22 09:47:17 +00:00
asfernandes
dc0d56ed6d
Misc.
2014-12-21 01:54:28 +00:00
alexpeshkoff
f641886ba3
Fixed CORE-3632: Crash after calling fork in a process, using embedded firebird library
2014-12-19 15:43:20 +00:00
asfernandes
d8a0ff5f4b
Generate interfaces with I-prefix.
2014-12-19 15:24:44 +00:00
alexpeshkoff
8522a1aef4
getCount() in FB classes never throws exceptions
2014-12-18 16:23:03 +00:00
hvlad
0f0959ccf6
Patch for mingw by Alexey Pavlov : Mingw also have posix threads library so to resolve conflict we need guard using posix threads for Windows.
2014-12-18 10:56:53 +00:00
hvlad
b5d5e5a2b5
Patch for mingw by Alexey Pavlov : Mingw compilers don't support Win98
2014-12-18 10:48:16 +00:00
hvlad
ffbfa99690
Patch for mingw by Alexey Pavlov : Fix using function pointer.
...
See also CORE-4619
2014-12-18 10:38:54 +00:00
hvlad
581b757b4b
Fix Windows build
2014-12-18 07:24:09 +00:00
alexpeshkoff
c14a1210b0
Work in progress on CORE-3632: make all file descriptors, opened by firebird, close on exec()
2014-12-17 14:31:02 +00:00
mapopa
f5ebc5873b
Page url changed , use archive.org url
2014-12-16 05:02:48 +00:00
dimitr
3cdbfeaad2
Forgotten commit.
2014-12-02 20:37:16 +00:00
asfernandes
cebc7c36b3
Misc.
2014-11-30 21:09:39 +00:00
alexpeshkoff
6cb0fdb082
Load zlib dynamically to make it possible for the client to run without it
...
Added configure switch to turn off build with compression
Cleanup zlib streams to avoid memory leak
Use SHRLIB_EXT instead explicit "so"
2014-11-26 17:43:45 +00:00
hvlad
d5c08a9fd0
Move ConfigRoot from common to the yvalve. Add its methods to the public interface ConfigManager.
...
Now all plug-ins have the same root\install folders.
It should fix CORE-4581 and related issues.
MSVC10 and MSVC12 builds are updated, Posix and Darwin builds will follow.
2014-11-26 09:45:42 +00:00
alexpeshkoff
e65a5e3b3b
Implemented CORE-733: Compress Data over the Network
2014-11-25 13:24:10 +00:00
hvlad
c057dd971f
Add check if IPv6 is supported by OS.
...
Windows implementation is complete, while POSIX implementation should be reviewed and fixed if necessary.
2014-11-22 10:42:54 +00:00
mapopa
8f223d7b15
fix idpl license url
2014-11-17 20:26:01 +00:00
alexpeshkoff
23ef7257df
Avoid pool from being initialized second time during cleanup
2014-11-16 17:00:56 +00:00
asfernandes
0973e76135
Misc.
2014-11-16 02:41:47 +00:00
hvlad
a70f97c2eb
Support for MSVC12 (VS 2013)
2014-11-14 11:04:48 +00:00
mkubecek
ae4f286c1a
Improvement CORE-3226: IPv6 support (8/9) add config directive for IPV6_V6ONLY socket option
2014-11-12 17:31:01 +00:00
mkubecek
39b8553530
Improvement CORE-3226: IPv6 support (1/9) allow square brackets around host in connection string
2014-11-12 17:24:09 +00:00
mapopa
02cec62864
add PowerPc64 big endian
2014-11-12 17:00:44 +00:00
mapopa
baae1690e2
Reserve implementation id for big endian ppc64
2014-11-12 16:55:37 +00:00
mapopa
c2ad0aa900
add PowerPc64el
2014-11-11 16:17:54 +00:00
mapopa
f2f2e66be6
add PowerPC64el implementation
2014-11-11 16:05:11 +00:00
mapopa
81e50a006d
Spell fix in comment
2014-11-11 15:08:23 +00:00
asfernandes
49d1a73994
Get rid of upgradeInterface API method and some adjustments. To be continued.
2014-11-10 14:45:40 +00:00
alexpeshkoff
66a6cdd71e
Fixed Mac port
2014-10-14 13:36:37 +00:00
hvlad
5ffbad8173
Fixed wrong item "unknown ISC error 0" in error messages
2014-10-14 07:31:48 +00:00
asfernandes
c642ddca82
Misc.
2014-10-12 02:25:02 +00:00
asfernandes
fcaeb05db1
Correction.
2014-10-12 02:24:08 +00:00
alexpeshkoff
84b8bf20de
Fixed CORE-4573: Avoid need in fake -pas switch when using gsec in embedded mode
2014-10-08 12:19:23 +00:00
alexpeshkoff
153de0f271
Language independent API
2014-09-29 11:03:47 +00:00
hvlad
8ba9d33798
Implement improvement CORE-4556 : Allocate data pages in group of sequential ordered pages (extents)
...
Validation code will follow
2014-09-18 22:31:53 +00:00
mapopa
2760ce3d1f
Apply patch from 2.5 branch related to #CORE-3400 http://sourceforge.net/p/firebird/mailman/message/27734396/
2014-09-14 16:25:52 +00:00
alexpeshkoff
38fd4dba26
Fixed merge of IStatus into old status vector format - thanks to Pavel
2014-08-28 09:02:24 +00:00
dimitr
663e3a93b2
Misc.
2014-08-27 13:32:42 +00:00
alexpeshkoff
d513daa574
Divide IStatus information into 3 parts: errors, warnings and completion code.
...
Errors and warnings are processed in IStatus independently. Completion code
is moved away from IStatus and returned directly by appropriate functions.
Replaced isSuccess() with more generic function getStatus(), which sets
appropriate bits in returned value when errors/warnings are present.
Also use same style when returning bytes' array and it's length in different
interfaces.
2014-08-27 09:24:30 +00:00
dimitr
02e6c00da4
Quick fix for the Windows build.
2014-08-26 14:16:09 +00:00
alexpeshkoff
5714853583
Fixed non-linux posix builds
2014-08-20 10:07:19 +00:00
robocop
a623b39950
Misc.
2014-08-17 04:17:48 +00:00
dimitr
0fa3945f6a
Corrections for the prior commit:Explicitly distinguish between thread handle and thread id. Return LWP as thread id on Linux.
2014-08-15 14:59:38 +00:00
dimitr
36af3d8cb2
Cleanup and small refactoring to avoid redundancy.
2014-08-15 14:19:02 +00:00
alexpeshkoff
5bb75f4fb1
Fixed parameters when using ITimer interface for SYSV-semaphores build
2014-07-30 13:14:31 +00:00
alexpeshkoff
532181a7f9
Renamed as suggested by Nickolay and Dmitry
2014-07-28 13:01:10 +00:00
asfernandes
5851f7e8d3
Warnings.
2014-07-27 23:33:50 +00:00