alexpeshkoff
11c452251d
Make zlib allocate memory from our pool
...
Add Z flag in protocol version for compressed connections
Documentation
2014-11-27 13:51:59 +00:00
hvlad
e487537ad2
Fix build errors when WIRE_COMPRESS_SUPPORT not defined
2014-11-27 08:15:16 +00:00
firebirds
d607456af7
nightly update
2014-11-27 06:51:32 +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
alexpeshkoff
647971f162
Remove unneeded any more assert, causing problems for a build w/o compression
2014-11-26 10:20:45 +00:00
alexpeshkoff
30f28252cb
Fixed posix build
2014-11-26 10:01:51 +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
firebirds
24ea802fbd
nightly update
2014-11-26 06:22:19 +00:00
asfernandes
2ba057cedd
Fixed CORE-4623 - SP "Domain" and "Type Of" based variables referring BLOB with sub_type < 0 no longer work.
2014-11-25 15:02:45 +00:00
alexpeshkoff
e65a5e3b3b
Implemented CORE-733: Compress Data over the Network
2014-11-25 13:24:10 +00:00
firebirds
686e9e1e58
nightly update
2014-11-25 06:27:08 +00:00
mkubecek
94d19e2808
Fix libdir on s390x (S/390-64) Linux
2014-11-24 16:01:32 +00:00
firebirds
6f13fd38e7
nightly update
2014-11-23 07:14:41 +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
firebirds
b74395118f
nightly update
2014-11-22 07:35:23 +00:00
mapopa
9893aedd58
Pthread cflags already set
2014-11-21 14:22:32 +00:00
hvlad
f5e1502b63
Small optimization by Dimitry Sibiryakov:
...
set ppg_min_space to the next really non-full slot when current ppg_min_space slot is marked as full.
2014-11-21 12:23:19 +00:00
firebirds
e8658272ee
nightly update
2014-11-21 06:47:19 +00:00
mkubecek
7d2568566f
Fix MSVC build (it does not define EAI_ADDRFAMILY)
2014-11-20 21:16:15 +00:00
mkubecek
81f68710d1
Fix server address resolution on systems with IPv6 support missing or disabled
2014-11-20 09:41:44 +00:00
firebirds
e29c055913
nightly update
2014-11-18 06:44:37 +00:00
hvlad
07d1cc3194
MSVC12 project files
2014-11-17 22:32:54 +00:00
mapopa
8f223d7b15
fix idpl license url
2014-11-17 20:26:01 +00:00
mkubecek
7f6ddabd3c
Fix IPv6V6Only comment in firebird.conf
2014-11-17 12:02:38 +00:00
mkubecek
922b040dab
Fix bashism/typo in utility scripts.
2014-11-17 11:55:57 +00:00
alexpeshkoff
ca4ac0718a
Avoid segfault in a case when port_context is reset for broken port
2014-11-16 17:33:09 +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
c1ec7896b6
Fixed compilation errors on Windows after IPv6 patches
2014-11-14 14:54:09 +00:00
hvlad
a70f97c2eb
Support for MSVC12 (VS 2013)
2014-11-14 11:04:48 +00:00
mkubecek
a095a06243
fix libdir on 64-bit linux platforms (powerpc64(le), aarch64)
2014-11-14 08:48:55 +00:00
alexpeshkoff
c0f587457b
Added doc
2014-11-14 08:24:43 +00:00
mkubecek
795acd3c5f
minor fixes of SUSE init script
2014-11-14 07:58:56 +00:00
mkubecek
65e11146e4
look for sem_open also in libpthread
2014-11-14 07:57:17 +00:00
asfernandes
18b06702a7
Add new keywords to keyword_or_column as seem by Dmitry.
2014-11-13 14:43:30 +00:00
alexpeshkoff
4778665a44
Reflected API changes in beta1
2014-11-13 10:30:41 +00:00
mapopa
e055cea86d
add isc_info_db_impl_linux_ppc64 in inf_pub.h
2014-11-12 17:49:41 +00:00
mapopa
5a2751edf9
add prefix file linux_powerpc64
2014-11-12 17:39:41 +00:00
mkubecek
9fb1a27800
Improvement CORE-3226: IPv6 support (9/9) add README.IPv6 describing IPv6 related changes
2014-11-12 17:32:42 +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
983627a2d7
Improvement CORE-3226: IPv6 support (7/9) remove unused functions
2014-11-12 17:30:07 +00:00
mkubecek
6988b9901b
Improvement CORE-3226: IPv6 support (6/9) implement IPv6 support for aux connection
2014-11-12 17:29:15 +00:00
mkubecek
263f12a1f4
Improvement CORE-3226: IPv6 support (5/9) implement IPv6 support for main connection
2014-11-12 17:28:37 +00:00
mkubecek
2caf1a6b49
Improvement CORE-3226: IPv6 support (4/9) handle IPv6 addresses in utility functions
2014-11-12 17:27:46 +00:00
mkubecek
d3c1d72515
Improvement CORE-3226: IPv6 support (3/9) socket address abstraction class
2014-11-12 17:27:02 +00:00
mkubecek
5efd039202
Improvement CORE-3226: IPv6 support (2/9) do not pass pointer to peer address to accept()
2014-11-12 17:24:44 +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
ba3eb1a44b
add powerpc64 big endian configure check
2014-11-12 17:13:29 +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