summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updating CHANGES for 0.8.0 release0.8.xJake Farrell2011-11-261-0/+112
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/branches/0.8.x@1206597 13f79535-47bb-0310-9956-ffa450edef68
* Updating versioning to 0.8.0.Jake Farrell2011-11-2614-14/+21
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/branches/0.8.x@1206566 13f79535-47bb-0310-9956-ffa450edef68
* Initial branch for the 0.8.x releaseJake Farrell2011-11-260-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/branches/0.8.x@1206541 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1330: PHP Namespaces no longer generatedJake Farrell2011-11-261-21/+49
| | | | | | | | | | | Client: php Patch: Mike Riley Fixes namespaces in PHP generator to with with php >= 5.3.x git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1206532 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-386: Make it possible to build the Python library without the extensionJake Farrell2011-11-261-29/+72
| | | | | | | | | | | Client: py Patch: Jake Farrell patch for py lib which will attempt to build the C extension and if it fails falls back to just building the library without any extensions. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1206398 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1434 Node.js Thrift compiler fails to generate server code using ↵Roger Meier2011-11-231-1/+10
| | | | | | | | inheritance Patch: Wade Simmons git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1205592 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1431 Rename 'sys' module to 'util'Roger Meier2011-11-236-17/+17
| | | | | | Patch: David Worms git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1205576 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1435: make TException.Message property conformant to the usual ↵Jake Farrell2011-11-233-12/+24
| | | | | | | | | | | | | expectations Client: delphi Patch: Jens Geyer Make delphi exceptions act like standard TException within other languages git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1205415 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1432: Javascript struct constants declared in the same file as their ↵Jake Farrell2011-11-211-4/+4
| | | | | | | | | | | | | struct definition will cause an error Client: js Patch: Mike Riley Flips print out of constants and structs within the generator to allow for use of constants within the structs. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1204495 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1391: Improved Delphi XE test casesJake Farrell2011-11-171-105/+338
| | | | | | | | | | | | | | Client: delphi Patch: Jens Geyer Improved TestClient: - collects test results and reports errors - added or completed a number of tests, like listTest, mapmapTest, multiExceptionTest and others - exception content test also included git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1202948 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1387 Build MSVC libraries with Boost Threads instead of PthreadsRoger Meier2011-11-162-0/+4
| | | | | | | Minor Fix: add PDB files to vcxproj files Patch: Peace C git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1202843 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1426: Dist package missing files for release 0.8Jake Farrell2011-11-169-59/+54
| | | | | | | | | | | Client: build Patch: Jake Farrell Cleans up dist target and removes extra folders. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1202686 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1428: shared.thrft does not include namespace for php, so thrift ↵Jake Farrell2011-11-161-0/+1
| | | | | | | | | | | | | compiler generate incorrect name Client: test Patch: Ruslan Shevchenko shared.thrft does not include namespace for php, so thrift compiler generate incorrect name git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1202653 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1411. java: java generator does not provide type parameter for ↵Bryan Duxbury2011-11-141-1/+1
| | | | | | | | TBaseProcessor Patch: Jake Douglas git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1201961 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1425:The Node package is incompatible with latest node (0.6) & npm ↵Jake Farrell2011-11-121-1/+1
| | | | | | | | | | | | | (1.0.27) Client: nodejs Patch: David Worms Changes web to url within bug stanza for nodejs packaging git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1201270 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1401: JSON-protocol for Delphi XE LibrariesJake Farrell2011-11-101-50/+50
| | | | | | | | | | | Client: delphi Patch: Jake Farrell Fixing windows newlines removed incorrectly. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1200551 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1401: JSON-protocol for Delphi XE LibrariesJake Farrell2011-11-108-1068/+2437
| | | | | | | | | | | Client: delphi Patch: Jens Geyer Adds support for the JSON protocol to the existing Delphi XE libraries. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1200538 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1424:Ruby specs fail when run with rakeJake Farrell2011-11-1021-27/+26
| | | | | | | | | | | Client: ruby Patch: Peter Sanford Fixes specs failing to load the spec_helper in ruby 1.9.2 git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1200070 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1421: Debian Packages can not be builtJake Farrell2011-11-091-7/+7
| | | | | | | | | | | Client: debian Patch: Jake Farrell Commenting out erlang from debian build until jsx can be fixed. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1199792 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-184: Add OSGi Manifest headers to the libthrift java library to be ↵Jake Farrell2011-11-081-0/+8
| | | | | | | | | | | | | able to use Thrift in the OSGi runtime Client: java Patch: Jake Farrell Updated manifest to add OSGI support. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1199047 13f79535-47bb-0310-9956-ffa450edef68
* Removing trailing quote in java build.properties file.Jake Farrell2011-11-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1198592 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1421: Debian Packages can not be built (ruby build fails)Jake Farrell2011-11-061-14/+4
| | | | | | | | | | | Client: deb Patch: Jake Farrell Removing ruby from deb as it is now available as a gem. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1198549 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1382: Bundle install doesnot work because thrift crashesJake Farrell2011-11-061-1/+2
| | | | | | | | | | Client: ruby Fixing strlcpy header. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1198543 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1382: Bundle install doesnot work because thrift crashesJake Farrell2011-11-063-4/+31
| | | | | | | | | | Client: ruby Adding header for strlcpy. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1198503 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1382: Bundle install doesnot work because thrift crashesJake Farrell2011-11-062-27/+44
| | | | | | | | | | | Client: ruby Patch: Jake Farrell Fixes strlcpy header include issue with ruby 1.9.x. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1198394 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1251: Generated java code should indicate which fields are required ↵Jake Farrell2011-11-061-1/+1
| | | | | | | | | | | | | and which are optional Client: java Patch: Jake Farrell Fixes optional/required comments on fields. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1198386 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1361 revert compiler/cpp/src/thrifty.yy changeRoger Meier2011-11-063-4/+2
| | | | | | | => breaks mingw build => memleak fixes reported by cppcheck git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1198347 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1361 Optional replacement of pthread by boost::threadRoger Meier2011-11-067-41/+35
| | | | | | | Patch: Alexandre Parenteau rev3 git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1198339 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1277 Node.js serializes false booleans as nullRoger Meier2011-11-061-1/+1
| | | | | | revert patch => breaks js git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1198334 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1415: delphi: add version Info to the libraryJake Farrell2011-11-054-1/+6
| | | | | | | | | | | Client: delphi Patch: Jens Geyer Adding versioning to delphi library git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1197957 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1277: Node.js serializes false booleans as nullJake Farrell2011-11-051-1/+1
| | | | | | | | | | | Client: js Patch: Hans Duedal When serializing boolean types, false booleans are serialized as null instead of false switching to using loose compare instead git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1197955 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1335: Add accept timeout to TServerSocketRoger Meier2011-11-041-0/+1
| | | | | | | | | Client: cpp Patch: Dave Watson FIX: add accTimout_ Initialization to DomainSocket Constructor git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1197523 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1420. java: Nonblocking and HsHa server should make sure to close all ↵Bryan Duxbury2011-11-043-4/+54
| | | | | | | | | | their socket connections when the selector exits This patch makes the selector threads close out all of their open sockets before completely exiting. In testing, this appears to alleviate issues with hanging clients. Patch: Thomas Kielbus git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1197370 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1419. java: AbstractNonBlockingServer does not catch errors when ↵Bryan Duxbury2011-11-021-3/+3
| | | | | | | | | | | invoking the processor This patch changes the invoke() method to catch Throwables instead of just Exceptions. Patch: Thomas Kielbus" git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1196848 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1416 Python Unit test is broken on ciRoger Meier2011-11-011-2/+3
| | | | | | remove repr from TestSuite git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1196273 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1409: Name conflict check does not work properly for exception ↵Jake Farrell2011-11-011-1/+1
| | | | | | | | | | | | | object(Delphi). Client: delphi Patch: Kenjiro Fukumitsu Delphi compiler's naming check does not work properly with exception object in the function that generates struct writer. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1195747 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1413: Generated code does not read MapEnd / ListEnd / SetEndJake Farrell2011-10-311-0/+8
| | | | | | | | | | | Client: delphi Patch: Jens Geyer The generated code lacks calls to ReadMapEnd, ReadListEnd and ReadSetEnd. Although actually no problem occurs with the BinaryProtocol, other protocols (like JSON) do some important things there. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1195466 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1408: Delphi Test Server: Exception test case fails due to naming ↵Jake Farrell2011-10-313-2/+16
| | | | | | | | | | | | | conflict with e.message Client: delphi Patch: jens Geyer Fix name comflict with e.message git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1195461 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1407: Typo in Python socket server causes Thrift to fail when we ↵Jake Farrell2011-10-261-2/+2
| | | | | | | | | | | | | enable a global socket timout Client: py Patch: adalc Fixes typo in python socket server timeout git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1189170 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1405: Delphi compiler does not generates container serializer properlyJake Farrell2011-10-261-3/+3
| | | | | | | | | | | Client: delphi Patch: Kenjiro Fukumitsu Fixess a bug in the function that generates serializer of containers git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1189009 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1399: One of the TServerImpl.Create CTORs lacks implementationJake Farrell2011-10-261-7/+10
| | | | | | | | | | | Client: delphi Patch: Jens Geyer Adding delphi test server missing constructor. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1189007 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1406: Build error after applying THRIFT-1395Jake Farrell2011-10-261-20/+4
| | | | | | | | | | | | Client: delphi Patch: Jens Geyer Fixes build failure due to t_delphi_generator.cc:780: error: integer constant is too large for 'long' type git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1189006 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1404: Delphi compiler generates struct reader code with problem.Jake Farrell2011-10-262-12/+2
| | | | | | | | | | | Client: delphi Patch: Kenjiro Fukumitsu After recieved STOP,it calls additional ReadFieldEnd, which is different from the implementation of other language compiler. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1189005 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1395: Patch to prevent warnings for integer types in some casesJake Farrell2011-10-251-1/+23
| | | | | | | | | | | Client: delpi Patch: Jens Geyer Constants such as i32 = 0x80000000 produce a Delphi warning. The current code renders such values as positive integer, which needs an explicit typecast to satisfy the Delphi compiler. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1188494 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1400. rb: Ruby native extension aborts with __stack_chk_fail in OSXBryan Duxbury2011-10-241-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1188248 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1397: CI server fails during build due to unused parameters in delphi ↵Jake Farrell2011-10-201-50/+74
| | | | | | | | | | | | | generator Client: delphi Patch: Kenjiro Fukumitsu Cleans up unused parameters in delphi generator. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1186794 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1396: Dephi generator has dependacy on boost 1.42 later.Jake Farrell2011-10-201-38/+1
| | | | | | | | | | | Client: delphi Patch: Kenjiro Fukumitsu Patch to fully remove boost uuid within the delphi generator. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1186603 13f79535-47bb-0310-9956-ffa450edef68
* Thrift-1390L Debian package build fix for squeezeJake Farrell2011-10-201-4/+5
| | | | | | | | | | | Client: build Patch: Jake Farrell Fix debian build deps for libmomo-system-web2.0-cil. git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1186602 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1361 Optional replacement of pthread by boost::threadRoger Meier2011-10-191-12/+17
| | | | | | revert boost changes git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1186049 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1361 Optional replacement of pthread by boost::threadRoger Meier2011-10-184-25/+21
| | | | | | | | Patch: Alexandre Parenteau Remark: lib/cpp/src/concurrency/BoostMutex.cpp is unmodified git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1185904 13f79535-47bb-0310-9956-ffa450edef68