Jens Geyer
b080f68d54
THRIFT-2373 warning CS0414 in THttpClient.cs: private field 'Thrift.Transport.THttpClient.connection' assigned but never used
...
Patch: Jens Geyer
2014-02-22 21:11:40 +01:00
Roger Meier
48555c5d1f
THRIFT-2325 SSL-test-certificates.patch
...
Java test suite use keys and certs from test/keys/
Patch: Roger Meier
2014-02-22 20:05:21 +01:00
Jens Geyer
199833807f
THRIFT-1579 PHP Extension - function thrift_protocol_read_binary not working from TBinarySerializer::deserialize
...
Patch: Tobias Heintz
2014-02-22 17:34:29 +01:00
jfarrell
567df43e80
THRIFT-2328: Java eliminate all compiler warnings
...
Client: Java
Patch: jfarrell
removes lint check for unchecked casts.
2014-02-21 20:15:16 -05:00
jfarrell
3fa14a3990
THRIFT-2372:thrift/json_protocol.go:160: function ends without a return statement
...
Client: go
Patch: jfarrell
Removes else block from function and just returns.
2014-02-21 19:37:13 -05:00
jfarrell
8dbff98aea
THRIFT-2371:ruby bundler version fails on ~1.3.1, remove and take latest avail
...
Client: rb
Patch: jfarrell
Fix rb build by grabbing latest avail bundler version.
2014-02-21 19:31:46 -05:00
Roger Meier
57b354b8f7
THRIFT-2369 Add ssl support for nodejs implementation
...
Patch: Pierre Lamot
2014-02-22 01:01:58 +01:00
jfarrell
db536cf6bb
Revert "THRIFT-2258 cpp: Add TLS v1.1/1.2 support to TSSLSocket.cpp"
...
This reverts commit 01386c95a8
.
2014-02-21 13:50:10 -05:00
jfarrell
8b3ca02a2a
THRIFT-1719:SASL client support for Python
...
Client: py
Patch: Tyler Hobbs
Add SASL client transports that will work with the Java lib's TSaslTransport
2014-02-21 12:11:14 -05:00
Roger Meier
01386c95a8
THRIFT-2258 cpp: Add TLS v1.1/1.2 support to TSSLSocket.cpp
...
Patch: Chris Stylianou
2014-02-19 23:07:25 +01:00
Roger Meier
9f4f5157a3
THRIFT-2367 Build failure: stdlib and boost both define uint64_t
...
Fix: remove "using namespace boost;"
Patch: Roger Meier
2014-02-19 16:28:35 +01:00
Jens Geyer
8c1779d671
THRIFT-2359 TBufferedTransport doesn't clear it's buffer on a failed flush call
...
Patch: Chris Trotman
2014-02-18 21:55:43 +01:00
Jens Geyer
06ad7218a9
THRIFT-2365 C# decodes too many binary bytes from JSON
...
Patch: Jens Geyer
2014-02-16 15:49:52 +01:00
Roger Meier
47b89b9584
THRIFT-2351 PHP TCompactProtocol has fails to decode messages
...
Patch: Paul Banks
2014-02-11 21:28:56 +01:00
Roger Meier
22888ce3a8
THRIFT-2352 msvc failed to compile thrift tests
...
Patch: Sergei Nikulov & Roger Meier
2014-02-09 11:31:02 +01:00
henrique
2f51f327e3
THRIFT-2350 Add async calls to normal JavaScript
...
Patch: Randy Abernethy
2014-02-09 11:21:33 +01:00
Jens Geyer
7bb44a33bf
THRIFT-2345 Delphi: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol
...
Patch: Jens Geyer
2014-02-07 22:24:37 +01:00
Jens Geyer
73938622ef
THRIFT-2346 C#: UTF-8 sent by PHP as JSON is not understood by TJsonProtocol
...
Patch: Jens Geyer
2014-02-07 22:22:36 +01:00
henrique
a2de410531
THRIFT-2350 Add async calls to normal JavaScript
...
Patch: Randy Abernethy
2014-02-07 14:12:56 +01:00
Roger Meier
213ea258de
THRIFT-1457 java: Capacity of TframedTransport write buffer is never reset
...
Patch: Arthur Meyer
2014-02-06 23:41:37 +01:00
Roger Meier
0f60bd4f54
THRIFT-2224 cpp: TSSLSocket.h and TSSLServerSocket.h should use the platfromsocket too
...
Patch: soyer
2014-02-03 00:29:23 +01:00
Roger Meier
301dfa94d6
THRIFT-2225 cpp: SSLContext destroy before cleanupOpenSSL
...
Patch: soyer
2014-02-02 23:56:19 +01:00
Jens Geyer
d95fc9b1ee
THRIFT-2341 Enable generation of Delphi XMLDoc comments (a.k.a. "Help Insight")
...
Patch: Jens Geyer
2014-02-02 18:08:31 +01:00
Jens Geyer
b3e784994a
THRIFT-2310 PHP Client-side support for Multiplexing Services (Patch v1 ONLY)
...
Patch: Alexander Elyseev
2014-01-30 23:34:09 +01:00
Jens Geyer
54a6636c42
THRIFT-2337 Golang does not report TIMED_OUT exceptions
...
Patch: Chris Bannister
2014-01-30 20:57:08 +01:00
Roger Meier
0ef1e2eee3
erlang: use https instead of git for dependency URL
2014-01-26 14:57:38 +01:00
Roger Meier
8909cbdf81
THRIFT-2327 nodejs: nodejs test suite should be bundled with the library
...
Patch: Pierre Lamot
further modifications by Roger Meier
- git mv instead of delete and add
- detect node or nodejs with configure.ac
- use exit instead of return within lib/nodejs/test/testAll.sh
2014-01-26 11:44:27 +01:00
Roger Meier
aefd9c4899
cpp: TSSLServerSocket should use THRIFT_SOCKET
2014-01-25 19:59:27 +01:00
Jens Geyer
beb937740a
THRIFT-2331 Missing call to ReadStructBegin() in TApplicationException.Read()
...
Patch: Jens Geyer
2014-01-23 19:16:52 +01:00
jfarrell
507740c93c
Thrift-2184: undefined method rspec_verify for Thrift::MemoryBufferTransport
...
Client: rb
Patch: jfarrell | Nevo Hed
Updates ruby checks to require bundler and uses bundle exec to ensure
the required rake version.
2014-01-22 22:20:21 -05:00
Roger Meier
194f0114c2
THRIFT-2108 java: Fix TAsyncClientManager timeout race
...
Patch: Vadim Spivak
2014-01-22 00:10:31 +01:00
Jens Geyer
77369a0ecd
THRIFT-2322 Correctly show the number of times ExecutorService (java) has rejected the client.
...
Patch: Rohit Agarwal & Jens Geyer
2014-01-16 21:36:08 +01:00
Roger Meier
09cc5e7728
THRIFT-2316 cpp: TFileTransportTest is to restrictive
2014-01-15 10:13:18 +01:00
henrique
216374ec4a
THRIFT-2313 nodejs server crash after processing the first request when using MultiplexedProcessor/FramedBuffer/BinaryProtocol
...
patch: Pierre Lamot
2014-01-14 15:17:04 +01:00
Roger Meier
0240572c44
THRIFT-2182 rb: segfault in regression tests (GC bug in rb_thrift_memory_buffer_write)
...
Patch: Paul Brannan
2014-01-12 23:29:11 +01:00
Roger Meier
a510d6b48b
THRIFT-2183 gem install fails on zsh
...
Patch: Paul Brannan
2014-01-12 22:17:45 +01:00
Roger Meier
d45b7db328
rb: remove CHANGELOG
2014-01-12 22:11:04 +01:00
Roger Meier
090a5e4c69
remove nonsense file lib/rb/CHANGELOG
2014-01-12 20:09:53 +01:00
Roger Meier
623201412a
THRIFT-2130 D library/test: parts of "make check" code do not compile with recent dmd-2.062 through dmd-2.064alpha
...
Patch: David Nadlinger
2014-01-12 20:00:31 +01:00
Roger Meier
38391a7a01
D: add client_pool_test to libevent_dependent_ran_tests
...
fixes build when D event is not available
2014-01-12 19:58:54 +01:00
Roger Meier
b2b4a5ca98
THRIFT-2185 use cabal instead of runhaskell in haskell library
...
Patch: John Chee
2014-01-12 13:10:50 +01:00
Jens Geyer
b9d55220ce
THRIFT-2205 Node.js Test Server to support test.js JavaScript Browser test and sundry fixes
...
Patch: Randy Abernethy, Pierre Lamot
2014-01-10 21:26:25 +01:00
Jake Farrell
5d02b80e9c
Thrift-2029:Port C++ tests to Windows
...
Client: cpp
Patch: Ben Craig
Updates cpp tests to work with windows and c++11
2014-01-07 21:42:01 -05:00
jfarrell
05f37f1917
THRIFT-2219: Thrift gem fails to build on OS X Mavericks
...
Client: ruby
Patch: Jake Farrell
Adds builtin check to strlcpy.h header for ruby lib.
2014-01-06 22:51:22 -05:00
Roger Meier
f161282558
nodejs: add NODE_PATH
2014-01-06 07:19:09 +01:00
Jens Geyer
f6acf44117
THRIFT-2303 TBufferredTransport not properly closing underlying transport
...
Patch: Alex Ausch
2014-01-02 22:58:43 +01:00
Jens Geyer
2136694a20
THRIFT-2297: TJsonProtocol implementation for Delphi does not allow for both possible slash (solidus) encodings, including a test case
...
Patch: Jens Geyer
2013-12-30 22:06:08 +01:00
Jens Geyer
1fb6847473
THRIFT-2299 TJsonProtocol implementation for Ruby does not allow for both possible slash (solidus) encodings
...
Patch: Jens Geyer
2013-12-26 19:01:20 +01:00
Jens Geyer
4d1b0eac7d
THRIFT-2298 TJsonProtocol implementation for C# does not allow for both possible slash (solidus) encodings
...
Patch: Jens Geyer
2013-12-26 19:00:28 +01:00
Jens Geyer
7975950492
THRIFT-2285 TJsonProtocol implementation for Java/JavaMe/PHP doesn't allow a slash (/) to be escaped (\/)
...
Patch: Jens Geyer
2013-12-26 18:59:15 +01:00