Jens Geyer
716454e36e
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
2012-12-16 19:04:52 +01:00
Jens Geyer
65d83ecf3e
THRIFT-1783 C# doesn't handle required fields correctly
...
Patch: Carl Yeksigian
2012-12-16 19:00:27 +01:00
Roger Meier
8538edfee7
THRIFT-1792 Added TFramedTransport to the thrift Cocoa library.
...
Patch: Frank Kuehnel
2012-12-16 15:55:45 +01:00
Roger Meier
e7b0b69246
THRIFT-1630 Equivalent objects that contain sets and maps can serialize differently
...
Patch: Kamil Salas
2012-12-16 15:44:48 +01:00
Jens Geyer
b030392080
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
2012-12-15 03:18:26 +01:00
Jens Geyer
aa4d3aea4e
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
2012-12-15 03:16:46 +01:00
Jens Geyer
ce52ae7f8e
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
2012-12-15 03:16:34 +01:00
Jens Geyer
0ab273abdf
THRIFT-1782 async only defined in silverlight
...
Patch: Carl Yeksigian
2012-12-14 00:09:15 +01:00
Jens Geyer
ad4467e9db
THRIFT-1780 Add option to generate nullable values
...
Patch: Carl Yeksigian
2012-12-14 00:08:24 +01:00
Jens Geyer
a9e33bf0f6
THRIFT-1699 Native Union#read has extra read_field_end call
...
Patch: Kevin Radloff
2012-12-12 23:11:04 +01:00
Jens Geyer
7740739b79
THRIFT-1765 Incorrect error message printed for null or negative keys
2012-12-11 23:38:12 +01:00
Roger Meier
741e715e81
THRIFT-1763 jquery ajax code should send application/json content-type
...
Patch: Kevin Radloff
rogerr: my first git commit on Apache Thrift!
;-r
2012-12-11 21:21:00 +01:00
Todd Lipcon
2b2560e836
THRIFT-1773. Revert "Thrift-1604:Python exxception handeling for changes from PEP3110"
...
This reverts commit 6c5ee6ad20
.
This commit is being reverted since it broke compatibility with
Python 2.4, which is the latest version included in RHEL5 releases.
2012-12-10 14:29:59 -08:00
jfarrell
0d866d7de2
Testing new git repo permissions for r/w.
2012-12-10 15:46:04 -05:00
Roger Meier
a212369383
THRIFT-1422 async_server.skeleton.cpp include TEventServer.h, but there isn't corresponding file in deed
...
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1410139 13f79535-47bb-0310-9956-ffa450edef68
2012-11-16 01:22:47 +00:00
Roger Meier
3e5e9d0901
THRIFT-1494 Python generated "Service-remote" script doesn't honor service inheritance
...
Patch: Nathaniel Cook
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1410130 13f79535-47bb-0310-9956-ffa450edef68
2012-11-16 00:51:59 +00:00
Roger Meier
8252577ec9
THRIFT-1740 Make C++ library build on OS X and iOS
...
Patch: Ben Craig
minor modification by Roger Meier
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1410127 13f79535-47bb-0310-9956-ffa450edef68
2012-11-16 00:38:27 +00:00
Roger Meier
e242a96ae3
add -Xlint:unchecked to improve quality
...
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1410065 13f79535-47bb-0310-9956-ffa450edef68
2012-11-15 22:23:27 +00:00
Roger Meier
32104d71bd
THRIFT-1752 structs do not implement Comparable and have a redundant cast
...
Patch: Andrew Gaul
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1410061 13f79535-47bb-0310-9956-ffa450edef68
2012-11-15 22:20:44 +00:00
Roger Meier
3806a743c8
THRIFT-1747 Generated Python code incorrect when declaring constants of a struct type declared in an included thrift file
...
Patch: Justin Judd
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1410038 13f79535-47bb-0310-9956-ffa450edef68
2012-11-15 21:46:01 +00:00
Roger Meier
52820d0919
THRIFT-1749 Python TSSLSocket error handling obscures actual error
...
Patch: Tyler Hobbs
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1407311 13f79535-47bb-0310-9956-ffa450edef68
2012-11-08 23:11:14 +00:00
Roger Meier
0069a44640
THRIFT-1748 Guard and RWGuard macros defined in global namespace
...
Patch: Bud Bundy
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1406793 13f79535-47bb-0310-9956-ffa450edef68
2012-11-07 20:26:03 +00:00
Roger Meier
05ab89a128
THRIFT-1745 Python JSON protocol
...
fix typo detected by cross language test suite
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1404914 13f79535-47bb-0310-9956-ffa450edef68
2012-11-02 10:36:59 +00:00
Roger Meier
691ec00213
THRIFT-847 Test Framework harmonization across all languages
...
add NODE_PATH
remove Unix Domain Socket used by tests
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1404889 13f79535-47bb-0310-9956-ffa450edef68
2012-11-02 07:50:24 +00:00
Roger Meier
85fb6de7f4
THRIFT-1745 Python JSON protocol
...
TJSONProtocol.py: Frederic Delbos
THRIFT-847 Test Framework harmonization across all languages
Integration into py lib and test suite
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1404838 13f79535-47bb-0310-9956-ffa450edef68
2012-11-02 00:05:42 +00:00
Roger Meier
c9ce87fb02
THRIFT-1735 remove generated files with make clean
...
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1404820 13f79535-47bb-0310-9956-ffa450edef68
2012-11-01 23:02:07 +00:00
Roger Meier
f4cd5ba434
THRIFT-1735 remove generated files with make clean
...
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1404816 13f79535-47bb-0310-9956-ffa450edef68
2012-11-01 22:59:09 +00:00
Henrique Mendonca
36ae65cf2e
THRIFT-1744: Compilation failure under Android NDK toolchain
...
Client: C++ and Android NDK
Patch: Vlad Troyanker
include config.h
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1403549 13f79535-47bb-0310-9956-ffa450edef68
2012-10-29 21:55:46 +00:00
Roger Meier
1d66d061b7
THRIFT-1735 integrate tutorial into regular build
...
python and python twisted
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1402680 13f79535-47bb-0310-9956-ffa450edef68
2012-10-26 21:46:18 +00:00
Roger Meier
ccfedcb643
change AUTHOR to Apache Thrift <dev@thrift.apache.org>
...
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1402647 13f79535-47bb-0310-9956-ffa450edef68
2012-10-26 20:19:44 +00:00
Henrique Mendonca
50fb50176f
Thrift-1353: Switch to performance branch, get rid of BinaryParser
...
Client: Node.js
Patch: Wade Simmons
add missing files and licenses
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1402414 13f79535-47bb-0310-9956-ffa450edef68
2012-10-26 07:29:47 +00:00
Roger Meier
995976bef3
ignore thrift.exe
...
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1401898 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 21:39:54 +00:00
Roger Meier
f168e0ad46
THRIFT-1735 do nothing when building with MINGW
...
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1401897 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 21:38:21 +00:00
Roger Meier
585b7b8044
remove unused variable
...
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1401884 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 21:12:47 +00:00
Roger Meier
d836afcb94
add missing svn:ignore for Makefile
...
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1401824 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 18:59:43 +00:00
Roger Meier
18a90d1625
THRIFT-1735 integrate tutorial into regular build
...
- cpp support
- cleanup stuff
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1401818 13f79535-47bb-0310-9956-ffa450edef68
2012-10-24 18:40:06 +00:00
Jake Farrell
ee4aaaee62
THRIFT-1739: missing license header in node.js files
...
Client: node.js
Patch: Jake Farrell
Adding license headers to node.js files.
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1401134 13f79535-47bb-0310-9956-ffa450edef68
2012-10-23 00:48:17 +00:00
Henrique Mendonca
d407b2d1ca
Thrift-1353: Switch to performance branch, get rid of BinaryParser
...
Client: Node.js
Patch: Wade Simmons
"binary" fields will be returned as Buffers instead of Strings
"int64" fields will be returned as http://github.com/broofa/node-int64 objects
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1401081 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 21:06:14 +00:00
Roger Meier
4268dad23d
remove whitespace and add some svn:ignore
...
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1401056 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 19:52:40 +00:00
Roger Meier
fa89932a49
THRIFT-1735 integrate tutorial into regular build
...
Patch: Roger Meier
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1401032 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 19:27:38 +00:00
Henrique Mendonca
8d410de0a0
Thrift-1738: node.js: export transport and protocol so they can be used outside the cassandra/server context
...
Client: Node.js
Patch: Barbara Raitz
exports and parse example.
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1400991 13f79535-47bb-0310-9956-ffa450edef68
2012-10-22 18:35:30 +00:00
Roger Meier
708f64d4de
add 0.9.0 relase to doap.rdf
...
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1400520 13f79535-47bb-0310-9956-ffa450edef68
2012-10-20 21:33:49 +00:00
Roger Meier
e854206180
THRIFT-1724 HTML generator doesn't identify unions in output
...
Patch: Kevin Radloff
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1400519 13f79535-47bb-0310-9956-ffa450edef68
2012-10-20 21:29:02 +00:00
Roger Meier
cc6ea425b7
THRIFT-1731 error: expected identifier before ';' token
...
Patch: Martin Vogt
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1400518 13f79535-47bb-0310-9956-ffa450edef68
2012-10-20 21:18:43 +00:00
Roger Meier
79655fbe0b
THRIFT-1713 Named and Anonymous Pipe transport (Delphi)
...
Patch: Jens Geyer
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1400514 13f79535-47bb-0310-9956-ffa450edef68
2012-10-20 20:59:41 +00:00
Jake Farrell
98f93778e1
Thrift-1709:Warning "Bitwise-or operator used on a sign-extended operand;..."
...
Client: csharp
Patch: Jake Farrell
Reverts initial patch submitted with ticket and changes to using unchecked {} due to reported memory issues with the previous patch.
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1400487 13f79535-47bb-0310-9956-ffa450edef68
2012-10-20 16:47:51 +00:00
Roger Meier
771ca3cdf1
THRIFT-1414 bufferoverflow in c_glib buffered transport/socket client
...
Patch: Christian Zimnick
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1399452 13f79535-47bb-0310-9956-ffa450edef68
2012-10-17 22:05:44 +00:00
Roger Meier
9bb65ae29d
THRIFT-1730 error: numeric_limits is not a member of std
...
Patch: Martin Vogt
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1399451 13f79535-47bb-0310-9956-ffa450edef68
2012-10-17 22:02:01 +00:00
Jake Farrell
4cc119c954
Thrift-1729:C glib refactor left empty folders in svn
...
Client: c_glib
Patch: Jake Farrell
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1397598 13f79535-47bb-0310-9956-ffa450edef68
2012-10-12 14:55:57 +00:00
Jake Farrell
a0bd523670
Thrift-1728:Upgradation of httpcomponents
...
Client: java
Patch: Karthik K
Upgrade java version dependencies and moves versioning into build.properties
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1397588 13f79535-47bb-0310-9956-ffa450edef68
2012-10-12 14:44:14 +00:00