summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Thrift-2600: 0.9.2 release0.9.20.9.2jfarrell2014-11-0434-350/+528
| | | | | | | client: release patch: jfarrell Versioning for 0.9.2 release rc1.
* fix some license headersRoger Meier2014-11-023-4/+23
|
* c_glib: remove -WerrorRoger Meier2014-11-021-1/+1
|
* THRIFT-2793 Go compiler produces uncompilable codeJens Geyer2014-11-011-5/+5
| | | | | Client: Go Pacth: Frank Schroeder
* cpp: fix automake dependenciesRoger Meier2014-11-012-2/+2
|
* THRIFT-2538: Apache Thrift needs an official NuGet packagejfarrell2014-10-291-1/+1
| | | | | | | Client: .net Patch: jfarrell Updating build to be able to support releases publishing to NuGet
* THRIFT-2046:The worktask can be timed out in TThreadPoolServer (Java) when ↵jfarrell2014-10-291-21/+70
| | | | | | | | | the max# thrift thread is reached Client: java Patch: Brock Noland Introduces a task timeout for unexecuted tasks
* THRIFT-2791 Allowing use of buffered sockets in go serverJens Geyer2014-10-291-2/+11
| | | | | | | Client: Go Patch: Craig Peterson This closes #249
* THRIFT-2792 Wrong option level for setsockopt(...TCP_DEFER_ACCEPT)Jens Geyer2014-10-291-1/+1
| | | | | Client: C++ Patch: Sven-Ola <sven-ola.tuecke@numberfour.eu>
* THRIFT-2654 reduce number of server exceptionsJens Geyer2014-10-231-3/+11
| | | | | Client: C# Patch: Jens Geyer
* c_glib: fix automake dependenciesRoger Meier2014-10-221-1/+1
|
* .gitignore: add *.dirstamp and test/go/bin/Roger Meier2014-10-221-0/+2
|
* cpp: fix automake dependencies and make ProcessorTest.cpp compilable againRoger Meier2014-10-224-88/+89
|
* THRIFT-2602 fix missing dist filesRoger Meier2014-10-2214-17/+27
| | | | | | | - add automake 1.13 dependency to configure.ac and doc - use serial-tests instead of .NOTPARALLEL (introduced by THRIFT-1829) Patch: Roger Meier
* THRIFT-2788: enable TCP keep alive for sockets in java lib.Lei Feiwei2014-10-212-0/+3
| | | | | | This closes #248 Signed-off-by: Roger Meier <roger@apache.org>
* THRIFT-2784 Eliminate compiler warnings in generated C++ codeRoger Meier2014-10-2111-24/+60
| | | | Patch: Roger Meier
* format: spaces instead of tabsRoger Meier2014-10-211-348/+348
|
* THRIFT-2784 Eliminate compiler warnings in generated C++ codeRoger Meier2014-10-212-7/+1
| | | | remove unused MyEnum5 and add -pedantic to lib/cpp/test/Makefile.am
* THRIFT-2787 Delphi Lib README missingJens Geyer2014-10-171-0/+30
| | | | | Client: Delphi Patch: Jens Geyer
* THRIFT-2786 Cpp Tutorial: Make TThreadPoolServer / TThreadedServer a bit ↵Jens Geyer2014-10-141-0/+3
| | | | | | | easier to use Client: C++ Patch: Brian Brooks
* THRIFT-2785 Wrap errors in iostream_transport.goJens Geyer2014-10-131-7/+38
| | | | | | | | | | | Client: Go Patch: GitHub user cvlchinet <cvl@chinet.info> This closes #246 Wrap errors in iostream_transport.go using NewTTransportExceptionFromError When I used the StreamTransport to do unit tests I noticed that the EOF TTransportException is not correctly thrown. I quickly found out that the errors in iostream_transport.go where not wrapped with NewTTransportExceptionFromError.
* THRIFT-2784 Eliminate compiler warnings in generated C++ codeRoger Meier2014-10-131-12/+33
| | | | Patch: John Campbell
* THRIFT-1462 add more strict compiler flagsRoger Meier2014-10-138-10/+15
| | | | Patch: Roger Meier
* THRIFT-2360 Json GeneratorRoger Meier2014-10-131-4/+4
| | | | remove C++11 dependency
* THRIFT-2360 Json GeneratorRoger Meier2014-10-123-0/+475
| | | | | | Patch: Craig Peterson, Peter Neumark & Roger Meier Github Pull Request: This closes #247
* THRIFT-2783:Prop bin encoding in nodeRandy Abernethy2014-10-111-3/+3
| | | | | | | Client: Node Lib Patch: John Campbell Fixes node web socket lib bin encoding propagation.
* THRIFT-2782: D: Timing-insensitive unit tests for thrift.internal.resource_pool.Jens Geyer2014-10-111-25/+35
| | | | | | | Client: D Patch: David Nadlinger This closes #245
* THRIFT-2776 D tests failingJens Geyer2014-10-101-0/+2
| | | | | | | Client: D Patch: Jens Geyer Temporarily disabled unittest, fails on some systems due to race conditions
* THRIFT-2781: D compiler stuck at idlgen due to compiler bugJens Geyer2014-10-101-1/+4
| | | | | | | Client: D Patch: Jens Geyer Temporarily disabled idlgen (experimental feature, not required), to be fixed later.
* THRIFT-2775 static assert fails in src/thrift/internal/ctfe.dJens Geyer2014-10-091-1/+3
| | | | | Client: D Patch: Konrad Grochowski
* THRIFT-2777: move erlang test files into .eunit scratch diralisdair sullivan2014-10-091-8/+8
| | | | | | | | client: erlang patch: alisdair sullivan tests could fail with eaccess error if run as an account with innapropriate permissions
* THRIFT-2757: py - fixed checkIntegerLimits in TProtocol.pyKonrad Grochowski2014-10-091-4/+4
| | | | | | | | Client: Python Patch: Bret Curtis I was applying patch, refactoring method names and profiling method, all at once and in that commotion code in commit was half refactored. This commit fixes it.
* THRIFT-2778 - nodejs build cleanupjfarrell2014-10-081-2/+2
| | | | | | | Client: nodejs Patch: jfarrell nodejs test file cleanup
* THRIFT-2127: Autoconf scripting does not properly account for cross-compilejfarrell2014-10-082-3/+3
| | | | | | | Client: build Patch: Frank Earl Updated patch to add lt_sysroot to help with cross-compiling
* THRIFT-2269: Can deploy libthrift-source.jar to maven center repositoryjfarrell2014-10-081-3/+7
| | | | | | | Client: build Patch: jfarrell Fix java src package
* THRIFT-2764: Haskell does not build/test when using the Trusty Vagrantfilejfarrell2014-10-083-30/+9
| | | | | | | Client: build Patch: jfarrell Fix hs to compile and run all tests
* THRIFT-2759: Trusty Vagrantfile does not make cleanjfarrell2014-10-081-6/+13
| | | | | | | Client: build Patch: jfarrell Fixing vagrant file to build all libraries correctly
* THRIFT-1536: Maven thrift pluginjfarrell2014-10-088-0/+1228
| | | | | | | Client: build Patch: David Trott Maven thrift plugin
* THRIFT-2720 nodejs - Error with enum generationRoger Meier2014-10-091-1/+4
|
* THRIFT-809 Javascript client: Please make required fields actually required.Roger Meier2014-10-093-28/+34
| | | | | | Patch: noazark Github Pull Request: This closes #232
* Revert "Revert "THRIFT-2722: js: Fix javascript service inheritance ↵Roger Meier2014-10-091-0/+1
| | | | | | namespacing"" This reverts commit 371358ce4e58ed45e86c87cc79d3b67ac95cfc98.
* lib/js/test/test.html: fix thrift.js includeRoger Meier2014-10-091-1/+1
|
* Revert "THRIFT-2722: js: Fix javascript service inheritance namespacing"Roger Meier2014-10-091-1/+0
| | | | This reverts commit 9a7cb9f6c8e6cab5970075e2faf40944ce331ad2.
* THRIFT-2705 make a package out of the haskell libraries for thriftRoger Meier2014-10-091-10/+0
| | | | | Patch: Kasper Janssens Github Pull Request: This closes #222
* THRIFT-2712 PHP: add "json" option to create JsonSerializable codeRoger Meier2014-10-084-18/+184
| | | | | | | | | | | | | | This patch adds a "json" option to PHP code generation that will make generated classes implement JsonSerializable, so thrift objects may be converted to json using json_encode() easily. If the "validate" option is enabled, the object's write validator will be called, beyond that the jsonSerialize() method only outputs non-null fields in the JSON object (JSON parsers get grumpy if you send them null where they expect to see a number). Patch: Stig Bakken Github Pull Request: This closes #219
* THRIFT-2757: py - checkIntegerLimits optimizedKonrad Grochowski2014-10-082-4/+21
| | | | Client: Python
* THRIFT-2757: py - Added integer limits checks in compact and JSON protocolsKonrad Grochowski2014-10-084-13/+40
| | | | | | | Client: Python Patch: Bret Curtis This closes: #234
* THRIFT-2722: js: Fix javascript service inheritance namespacingRoger Meier2014-10-081-0/+1
| | | | | | Patch: Stig Bakken This closes: #227
* THRIFT-2767 hs: Transport.Empty is not externally availableRoger Meier2014-10-081-0/+1
| | | | | | Patch: Koen De Keyser This Closes: #223
* THRIFT-2774: Add documentation for new erlang case feature flagjfarrell2014-10-081-10/+11
| | | | | | | client: erlang patch: alisdair sullivan document the `legacynames` compiler option