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
Roger Meier
7e10329f79
THRIFT-847 Test Framework harmonization across all languages
...
add a *make cross* build target
Patch: Roger Meier
2014-02-22 18:13:03 +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
58bbb709a4
THRIFT-2325 SSL test certificates
...
Fix: use common test cert within Python unit tests
Patch: Roger Meier
2014-02-19 19:59:25 +01:00
Roger Meier
161cf42b09
THRIFT-2325 SSL test certificates
...
Patch: Roger Meier
2014-02-19 16:45:56 +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
023192f7e1
THRIFT-2358 C++: add compact protocol to cross language test suite
...
Patch: Roger Meier
2014-02-12 09:35:12 +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
3bf62d1d89
THRIFT-2344 configure.ac: compiler-only option
...
Patch: Roger Meier
2014-02-09 22:43:40 +01:00
Roger Meier
c92cda0d99
THRIFT-2344 configure.ac: compiler-only option
...
Patch: Roger Meier
2014-02-09 21:13:53 +01:00
henrique
7fff60ff79
ignore node_modules and simplify ignore rules a bit
2014-02-09 11:36:44 +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
2a816c28ae
THRIFT-2348 PHP Generator: add array typehint to functions
...
Patch: Maurus Cuelenaere
2014-02-07 01:15:23 +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
Jens Geyer
56d41eb4a7
THRIFT-2349: Golang - improve tutorial
...
Patch: Chris Bannister
2014-02-05 21:10:59 +01:00
Jens Geyer
38b1a04b60
THRIFT-2343 Fix tutotial code and codegen for methods without exceptions
...
Patch: Jens Geyer
2014-02-04 23:56:39 +01:00
Jens Geyer
4904ab81ff
THRIFT-2343 Golang - Return a single error for all exceptions instead of multiple return values
...
Patch: Chris Bannister
2014-02-04 23:03:30 +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
483d791f64
THRIFT-2340 Generated server implementation does not send response type EXCEPTION on the Thrift.TApplicationExceptionType.UNKNOWN_METHOD exception
...
Patch: Tomasz A. Biczel
2014-02-01 03:58:40 +01:00
Jens Geyer
813749dc50
THRIFT-2338 First doctext wrongly interpreted as program doctext in some cases
...
Patch: Jens Geyer
2014-01-31 23:42:57 +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
ee78e31c88
.gitignore update
2014-01-27 21:19:02 +01:00
Roger Meier
64998e2ac4
THRIFT-2334 nodejs: add a tutorial for node JS
...
Patch: Pierre Lamot
2014-01-27 21:15:56 +01:00
Roger Meier
0ef1e2eee3
erlang: use https instead of git for dependency URL
2014-01-26 14:57:38 +01:00
Roger Meier
c88d581952
THRIFT-2317 add disable option to exclude tutorial from build
2014-01-26 11:51:26 +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
d0024544bc
doap.rdf: validated rdf - add rdf:parseType="Collection" to release
2014-01-26 10:46:10 +01:00
Roger Meier
f9d16b1c3e
THRIFT-2332 RPMBUILD: run bootstrap (if needed)
...
Patch: Nevo Hed
2014-01-26 00:26:16 +01:00
Roger Meier
aefd9c4899
cpp: TSSLServerSocket should use THRIFT_SOCKET
2014-01-25 19:59:27 +01:00
Jens Geyer
e8379b538a
THRIFT-2320 Program level doctext does not get attached by parser
...
Patch: Craig Peterson & Jens Geyer
2014-01-25 00:59:45 +01:00
Roger Meier
ad7f788824
THRIFT-2330 Generate PHPDoc comments
...
Patch: Maurus Cuelenaere
2014-01-23 20:44:36 +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
Jens Geyer
026d7fc0e1
THRIFT-2323 Uncompileable Delphi code generated for typedef'd structs
...
Patch: Jens Geyer
2014-01-23 19:03:37 +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