Henrique Mendonça
|
e594dccc85
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
Conflicts:
lib/nodejs/lib/thrift/static_server.js
|
2013-09-20 17:15:55 +02:00 |
|
Henrique Mendonça
|
a9e624811f
|
THRIFT-2164 Add a Get/Post Http Server to Node along with examples
Client: nodejs
Patch: Randy Abernethy
small change to run on 0.6.x
|
2013-09-20 17:09:50 +02:00 |
|
Henrique Mendonça
|
7cf085e6c5
|
THRIFT-2164 Add a Get/Post Http Server to Node along with examples
Client: nodejs
Patch: Randy Abernethy
small change to run on 0.6.x
|
2013-09-20 16:47:02 +02:00 |
|
Henrique Mendonça
|
6b43fa3795
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
|
2013-09-20 13:24:02 +02:00 |
|
Henrique Mendonça
|
f7be519e08
|
THRIFT-1772 Serialization does not check types of embedded structures.
Client: python
Patch: Avi Flamholz
clean up references to php only, no functional changes
|
2013-09-19 12:30:05 +02:00 |
|
Jens Geyer
|
97cc95b24c
|
THRIFT-1755 Comment parsing bug - the missing test case from Brian's patch
Patch: Brian Brooks
|
2013-09-18 23:53:14 +02:00 |
|
Jens Geyer
|
d73aa078d0
|
THRIFT-2191 Fix charp JSONProtocol.ReadJSONDouble (specify InvariantCulture)
Patch: Alexander Makarov
|
2013-09-18 23:30:42 +02:00 |
|
Ben Craig
|
fd7ddef729
|
THRIFT-1944: Binding to zero port
Client: cpp
Patch: Akshat Aranya
|
2013-09-16 15:41:39 -05:00 |
|
Jens Geyer
|
8cd3efe50a
|
THRIFT-1755 Comment parsing bug
Patch: Brian Brooks & Jens Geyer
|
2013-09-16 22:17:52 +02:00 |
|
Ben Craig
|
b2501a71a7
|
THRIFT-2069: TPipeServer creates overlapped pipes, then uses synchronous I/O on them with TPipe
Client: cpp
Patch: Ben Craig
|
2013-09-13 12:29:43 -05:00 |
|
Jens Geyer
|
4ba1160c41
|
THRIFT-2176 TSimpleJSONProtocol.ReadFieldBegin() does not return field type and ID
Patch: Jens Geyer
|
2013-09-10 21:34:45 +02:00 |
|
Jens Geyer
|
901d555296
|
THRIFT-2175 Wrong field type set for binary
Patch: Jens Geyer
|
2013-09-10 21:34:43 +02:00 |
|
Jens Geyer
|
8a0f8d1a20
|
THRIFT-2174 Deserializing JSON fails in specific cases
Patch: Jens Geyer
|
2013-09-10 21:34:42 +02:00 |
|
jfarrell
|
38ddc8f757
|
THRIFT-2142:Minor tweaks to thrift.el for better emacs package compatibility
Client: contrib
Patch: Andrew Pennebaker
Updates thrift.el for better emacs compatibility.
|
2013-09-10 12:12:41 -04:00 |
|
jfarrell
|
4fb2706ecf
|
THRIFT-1349:Remove unnecessary print outs
Client: erl
Patch: Matt Pratt
Removes info_msg log when talking between two versions of generated code.
|
2013-09-10 00:42:39 -04:00 |
|
jfarrell
|
7096942cfa
|
THRIFT-2178:Thrift generator returns error exit code on --version
Client: compiler
Patch: Nate Rosenblum
Changes exit status of --version call.
|
2013-09-09 20:33:38 -04:00 |
|
Jens Geyer
|
b0d3c3f9a8
|
Added missing ASF headers
|
2013-09-09 21:10:45 +02:00 |
|
henrique
|
aff2f78b27
|
THRIFT-2167 nodejs lib throws error if options argument isn't passed
Client: nodejs
Patch: Randy Abernethy and Red Daly
also add examples to test makefile
|
2013-09-09 12:38:25 +02:00 |
|
Jens Geyer
|
7a09483993
|
THRIFT-2159 Serializer/Deserializer for Go
Patch: Justin Judd
|
2013-09-08 00:36:22 +02:00 |
|
Jens Geyer
|
c949514e41
|
THRIFT-2170 Generated Go code should populate all ReadErrors completely
Patch: Jens Geyer
|
2013-09-08 00:31:59 +02:00 |
|
Jens Geyer
|
ec8744c4dd
|
THRIFT-2166 Delphi compiler should generate constant class name prefixed with thrift file name (similar to Java and C#)
Patch: Jens Geyer
|
2013-09-06 21:09:08 +02:00 |
|
Jens Geyer
|
d21fa6e502
|
THRIFT-2163 Incorrect Delphi code generated for typedef'ed constants
Patch: Jens Geyer
|
2013-09-06 21:05:46 +02:00 |
|
Jens Geyer
|
718f6eefb6
|
THRIFT-2162 Missing calls to inherited CTOR at misc. places
Patch: Jens Geyer
|
2013-09-06 21:02:57 +02:00 |
|
jfarrell
|
a6a32a56fb
|
THRIFT-2169: JavaME Library causes "java.io.IOException: No Response Entries Available" after using client for some time
Client: javame
Patch: Omkar Aradhya K S
Ensures the connection is closed. Also added spacing cleanup.
|
2013-09-06 13:07:56 -04:00 |
|
Jens Geyer
|
ba68255834
|
Modified ignores
|
2013-09-05 22:23:28 +02:00 |
|
jfarrell
|
2897d4825c
|
THRIFT-2054:TSimpleFileTransport - Java Lib has no straight forward TTransport based file transport
Client: java
Patch: Randy Abernethy
Adds a file transport to java lib.
|
2013-09-05 09:11:15 -04:00 |
|
Jens Geyer
|
03d4944e85
|
THRIFT-2165: Thrift Compiler fails at input files with UTF-8 BOM
Patch: Jens Geyer
|
2013-09-04 22:34:41 +02:00 |
|
Roger Meier
|
657b933f28
|
THRIFT-1481 cpp: Unix domain sockets in C++ do not support the abstract namespace
Patch: Ben Craig
|
2013-09-02 20:43:57 +02:00 |
|
Roger Meier
|
acf15dc304
|
THRIFT-2160 Warning in thrift.h when compiling with -Wunused and NDEBUG
Patch: Frank Meerkoetter
|
2013-09-02 20:16:49 +02:00 |
|
henrique
|
17d42799eb
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
|
2013-08-30 22:04:52 +02:00 |
|
Ben Craig
|
fb89bb5fca
|
THRIFT-2155: Adding one liner guide to rename the version.h.in and rename
thrifty.cc.h
Client: cpp
Patch: Karthick Selvaraj
|
2013-08-30 13:46:05 -05:00 |
|
Ben Craig
|
d5f617f6a3
|
THRIFT-2020: Thrift library has some empty files that haven't really been
deleted
Client: cpp
Patch: Ben Craig
|
2013-08-30 08:18:06 -05:00 |
|
henrique
|
5d9a72a28c
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
|
2013-08-29 18:06:45 +02:00 |
|
Ben Craig
|
cd54ec6249
|
THRIFT-1999: warning on gcc 4.7 while compiling BoostMutex.cpp
Client: cpp
Patch: Konrad Grochowski
|
2013-08-29 10:45:21 -05:00 |
|
Ben Craig
|
91058ef4ba
|
THRIFT-2037: More general macro THRIFT_UNUSED_VARIABLE
Client: cpp
Patch: Konrad Grochowski
|
2013-08-29 10:38:25 -05:00 |
|
henrique
|
7570b84301
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
|
2013-08-29 09:45:55 +02:00 |
|
Ben Craig
|
9df014012e
|
THRIFT-2023: gettimeofday implementation in Windows errors when no time
zone is passed in
Client: cpp
Patch: Ben Craig
|
2013-08-28 15:08:23 -05:00 |
|
henrique
|
2fdd916b8b
|
THRIFT-2053 NodeJS: Support for Multiplexing Services
Client: nodejs
Patch: Remo Hertig
|
2013-08-28 14:03:34 +02:00 |
|
henrique
|
452dd5b42b
|
THRIFT-1893 HTTP/JSON server/client for node.js
Client: nodejs
Patch: Phillip Campbell
|
2013-08-28 11:10:09 +02:00 |
|
henrique
|
570dcc4089
|
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/thrift
|
2013-08-27 15:13:31 +02:00 |
|
henrique
|
5b8c9a9d4c
|
THRIFT-2058:Add reconnect support to node.js library
Client: nodejs
Patch: Hamed Madani
|
2013-08-27 15:06:42 +02:00 |
|
Carl Yeksigian
|
cf1fe74b13
|
THRIFT-2149:Add an option to disable the generation of default operators
client: cpp
patch: Chris Stylianou
|
2013-08-26 17:29:11 -04:00 |
|
Roger Meier
|
62fb17d308
|
THRIFT-2138 c_glib: pkgconfig file created with wrong include path
Patch: Roger Meier
|
2013-08-26 21:50:16 +02:00 |
|
Roger Meier
|
8ea5e2f258
|
update doap.rdf from 0.9.1 branch
|
2013-08-26 20:37:42 +02:00 |
|
Jens Geyer
|
12c09f44cb
|
THRIFT-667 Period should not be allowed in identifier names
Patch: Jens Geyer
|
2013-08-25 14:17:32 +02:00 |
|
jfarrell
|
d9120c9fbd
|
THRIFT-2148:TNonblockingMultiFetchClient imports log4j
Client: java
Patch: jfarrell
Removes import of log4j and switches over to using slf4j.
|
2013-08-24 09:48:23 -04:00 |
|
jfarrell
|
72498205b0
|
Updating CHANGES from v0.9.1 release.
|
2013-08-24 09:18:30 -04:00 |
|
Carl Yeksigian
|
c9f4a35c30
|
THRIFT-1533:Make TTransport should be Closeable
Client: java
Patch: carl
|
2013-08-21 18:44:48 -04:00 |
|
Jens Geyer
|
d4a0b27ad0
|
THRIFT-1351 Compiler does not care about binary strings
Patch: Wade Simmons & Jens Geyer
|
2013-08-21 23:55:29 +02:00 |
|
jfarrell
|
b5948eb378
|
Thrift-2137:Ruby test lib fails jenkins build #864
Client: ruby test
Patch: jfarrell
Updates test suite to include needed dependencies and run via bundler.
|
2013-08-18 16:36:06 -04:00 |
|