Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
0ae0542152c1a37b8beb0ae9615ce824cd4241a4
/
lib
0ae0542
THRIFT-1136 C++ SSL implementation cleanup
by Roger Meier
· 14 years ago
d26cb9b
THRIFT-690. php: Update TApplicationException codes
by Bryan Duxbury
· 14 years ago
5c819c0
THRIFT-1129 Add BufferedTransport (non-framed) to Node.js library
by Roger Meier
· 14 years ago
c32e830
THRIFT-1132. csharp: Deserialization error in TApplicationException C#
by Bryan Duxbury
· 14 years ago
08b3099
THRIFT-1087 Nonblocking asynchronous JS services Patch: Henrique Mendonca
by Roger Meier
· 14 years ago
f02d437
THRIFT-1119. csharp: TJSONProtocol fails to UTF8 decode strings
by Bryan Duxbury
· 14 years ago
3460393
THRIFT-1116 Compilation error in file TSSLSocket.cpp on FreeBSD-8.0
by Roger Meier
· 14 years ago
2fdf05c
THRIFT-1117 JavaScript Unit Test does not work anymore because libthrift*.jar where moved by Maven Deployment(THRIFT-363)
by Roger Meier
· 14 years ago
55f7ffe
THRIFT-363. java: Maven deploy
by Bryan Duxbury
· 14 years ago
d081dd6
THRIFT-1106. cpp: C++ code TAsyncProtocolProcessor.h & TAsyncBufferProcessor.h dont have virtual functions but no virtual destructor. Causes warnings on -Wall
by Bryan Duxbury
· 14 years ago
1606659
THRIFT-1103. py: TZlibTransport for python, a zlib compressed transport
by Bryan Duxbury
· 14 years ago
42a6fa4
THRIFT-1091 integrate JavaScript Test into Testsuite via make check
by Roger Meier
· 14 years ago
177b52a
THRIFT-1101. java: bytebuffer length calculation in TBinaryProtocol writeBinary
by Bryan Duxbury
· 14 years ago
d3fceb0
THRIFT-1098. php: Undefined properties in TBinaryProtocolFactory
by Bryan Duxbury
· 14 years ago
5040911
THRIFT-1100. py: python TSSLSocket improvements, including certificate validation
by Bryan Duxbury
· 14 years ago
59d4efd
THRIFT-1094. py: bug in TCompactProto python readMessageEnd method and updated test cases
by Bryan Duxbury
· 14 years ago
f249576
THRIFT-1091 integrate JavaScript Test into Testsuite via make check
by Roger Meier
· 14 years ago
ee7c7bb
THRIFT-1050. java: Declaring an argument named 'manager' to a service method produces code that fails compile due to name conflicts with protected ivars in TAsyncClient
by Bryan Duxbury
· 14 years ago
df4cffd
THRIFT-1093. py: several bugs in python TCompactProtocol
by Bryan Duxbury
· 14 years ago
da6e6ae
THRIFT-1089 JavaScript Quality Assurance with lint
by Roger Meier
· 14 years ago
a48b7d6
THRIFT-1083. py: Preforking python process pool server
by Bryan Duxbury
· 14 years ago
0244e93
THRIFT-983 js: add version Info to the library
by Roger Meier
· 14 years ago
6d8219c
THRIFT-6 update version info
by Roger Meier
· 14 years ago
b4bcbe3
THRIFT-1014 JavaScript code should use semicolon-terminated statements
by Roger Meier
· 14 years ago
3f067a8
THRIFT-1084 Typo fixes Patch: Bruce Mitchener
by Roger Meier
· 14 years ago
062de1b
THRIFT-987 ruby does not build on Debian based distro's
by Roger Meier
· 14 years ago
e7b1864
THRIFT-867. php: PHP accelerator module's output transport is incompatible with TFramedTransport
by Bryan Duxbury
· 14 years ago
c46f32c
THRIFT-638. php: BufferedTransport + C extensions block until recv timeout is reached on last fread call
by Bryan Duxbury
· 14 years ago
a2cceb4
THRIFT-1076. erl: Erlang Thrift socket server has a bug that causes java thrift client of framed binary client to throw 'out of sequence' exception
by Bryan Duxbury
· 14 years ago
ef6cbfd
THRIFT-1011. as3: Error generating package imports when using classes from other packages
by Bryan Duxbury
· 14 years ago
46d32b4
THRIFT-1030 C++ THttpTransport doesn't support chucked transfer encoding
by Roger Meier
· 14 years ago
9db5e50
THRIFT-1070 C++ compiler and runtime have 32/64bit problems Patch: Rich Salz
by Roger Meier
· 14 years ago
d992498
THRIFT-863 JavaScript fix Map Type Patch: Henrique Mendonca
by Roger Meier
· 14 years ago
60cb3ba
THRIFT-1073 fix javadoc target Patch: Diwaker Gupta
by Roger Meier
· 14 years ago
598bf48
THRIFT-1071 invalid cast breaks build Patch: Rowan Kerr
by Roger Meier
· 14 years ago
76d55f6
THRIFT-1065 JavaScript read-undefined-exceptions2 Patch: Henrique Mendonca
by Roger Meier
· 14 years ago
b3b07d6
THRIFT-1065 JavaScript qUnit test cleanup Patch: Henrique Mendonca
by Roger Meier
· 14 years ago
a8738b5
THRIFT-1065 Unexpected exceptions not proper handled on JS
by Roger Meier
· 14 years ago
2b969ad
THRIFT-1068. py: Python SSL Socket Support
by Bryan Duxbury
· 14 years ago
f1ed926
THRIFT-1067. php: Tons of bugs in php implementation
by Bryan Duxbury
· 14 years ago
7d1517a
THRIFT-1067. php: Tons of bugs in php implementation
by Bryan Duxbury
· 14 years ago
cd9aea1
THRIFT-151. cpp: TSSLServerSocket and TSSLSocket implementation
by Bryan Duxbury
· 14 years ago
cd2ee9a
Fix small bug in THRIFT-538 commit: use int32s instead of in64s to encode lengths.
by Christian Lavoie
· 14 years ago
afc6d8f
THRIFT-625: Add support for 'Go'; provided by Aalok Shah.
by Christian Lavoie
· 14 years ago
55ea68f
THRIFT-1044 Fix JavaScript Inheritance
by Roger Meier
· 14 years ago
d4c67c3
Fix file 'added twice' by accident by previous commit.
by Christian Lavoie
· 14 years ago
410253a
Commit client support for framed transport in Haskell from Martin Grabmueller.
by Christian Lavoie
· 14 years ago
2bbc328
Patch from Chris Morgan, fixing gcc warnings.
by Christian Lavoie
· 14 years ago
0fd37f0
THRIFT-447. java: Make an abstract base Client class so we can generate less code
by Bryan Duxbury
· 14 years ago
2d9dfdb
THRIFT-1055. csharp: csharp TServerSocket and TSocket do not disable Nagle via Socket.NoDelay = true like cpp and java do
by Bryan Duxbury
· 14 years ago
56c2d56
THRIFT-1053. Provide a getUnderlyingTransport function for TSaslTransport
by Todd Lipcon
· 14 years ago
a026b5d
THRIFT-1051. Applying @Override to interface method breaks compile on Java 1.5
by Mark Slee
· 14 years ago
7070aaa
THRIFT-904: disable nagle and linger
by T Jake Luciani
· 14 years ago
9dedce2
THRIFT-1021. ocaml: Framed transport support for OCaml
by Bryan Duxbury
· 14 years ago
c8d533b
THRIFT-1038. java: Generated Java code for structures containing binary fields (or collections thereof) are not serializable (in the Java sense) even though they implement java.io.Serializable
by Bryan Duxbury
· 14 years ago
34c2dbd
THRIFT-1041. java: TDeserializer holds onto a reference of the array it reads after it is done deserializing
by Bryan Duxbury
· 14 years ago
c0e2ef5
THRIFT-999. php: Add TForkingServer
by Bryan Duxbury
· 14 years ago
e0498c9
THRIFT-1049. py: Allow for TServerSocket python library to bind to a specific host
by Bryan Duxbury
· 14 years ago
6a084da
Fix haskell-related bug in the 0.6.x branch for RC1; make sure trunk receives the same patch.
by Christian Lavoie
· 14 years ago
7f979e4
THRIFT-1042 Fix TApplicationException.read Patch: Wade Simmons
by Roger Meier
· 14 years ago
90443f4
THRIFT-1044 Fix JavaScript inheritance Patch Wade Simmons
by Roger Meier
· 14 years ago
4b3f1c3
THRIFT-1043 Fix how the length of a map is calculated Patch: Wade Simmons
by Roger Meier
· 14 years ago
39fbb9a
THRIFT-1032. make dist fails due to c_glib problem
by Bryan Duxbury
· 14 years ago
fad8d6b
THRIFT-125. OCaml libraries don't compile with 32-bit ocaml
by Bryan Duxbury
· 14 years ago
0c124bb
THRIFT-1033: node.js target and lib
by T Jake Luciani
· 14 years ago
c216556
update version numbers to 0.7.0-dev
by Bryan Duxbury
· 14 years ago
e0cac98
THRIFT-1022 Typo cleanup patch
by Roger Meier
· 14 years ago
22903cb
THRIFT-1015. java: TUnion does not handle ByteBuffer in toString
by Bryan Duxbury
· 14 years ago
c0b5d90
THRIFT-998 Silence g++ -Wswitch-enum warning in header
by Roger Meier
· 14 years ago
c2cc61a
THRIFT-1002 some more cleanup in c_glib part
by Roger Meier
· 14 years ago
7089713
THRIFT-1009. java: TUnion does not correctly deep copy a ByteBuffer
by Bryan Duxbury
· 14 years ago
cbf87cb
THRIFT-916: Commit THRIFT-916_fix_no-overflow.patch -- remove overflow coming from a few constants.
by Christian Lavoie
· 14 years ago
c101092
THRIFT-1003 Polishing c_glib code
by Roger Meier
· 14 years ago
a5eb848
THRIFT-1008. java: byte[] accessors throw NPE on unset field
by Bryan Duxbury
· 14 years ago
af65f1b
THRIFT-916: Commit a partial fix for flex-generated code infested with warnings on Mac OS X
by Christian Lavoie
· 14 years ago
fea49cb
THRIFT-1008. java: byte[] accessors throw NPE on unset field
by Bryan Duxbury
· 14 years ago
5f9614c
THRIFT-916 long long becomes int64_t
by Roger Meier
· 14 years ago
d3bfe70
THRIFT-916 Wall_Wextra_pedantic_Wno-long-long_Wno-variadic-macros_Wno-overflow_NOWARNINGS_DebianLenny.patch applied
by Roger Meier
· 14 years ago
cecbe0f
THRIFT-347. php: PHP TSocket Timeout Issues
by Bryan Duxbury
· 14 years ago
c3affb3
THRIFT-979. rb: ruby bindings used to work on jruby
by Bryan Duxbury
· 14 years ago
3b771a1
THRIFT-916 compile with -Wall -Wextra without warning on Debian Lenny
by Roger Meier
· 14 years ago
bbe36c5
THRIFT-970. java: Under heavy load, THttpClient may fail with 'too many open files'
by Bryan Duxbury
· 14 years ago
01c5ceb
THRIFT-916: Fix warnings in C++ when compiling with -Wall.
by Christian Lavoie
· 14 years ago
4f42ef7
THRIFT-953: Fix compilation of TransportTest.cpp on Mac (actual tests still fail) and fix boost m4 macros for Mac.
by Christian Lavoie
· 14 years ago
5aaa021
change URL's to TLP
by Roger Meier
· 14 years ago
4a2bc1b
THRIFT-977. cpp: Hex Conversion Bug in C++ TJSONProtocol
by Bryan Duxbury
· 14 years ago
ae7f7fa
THRIFT-950: Haskell bindings treat 'byte' as unsigned 8-bit int (Data.Word.Word8), java/cpp as signed (byte/int8_t). Fix Haskell.
by Christian Lavoie
· 14 years ago
a8b52c7
THRIFT-6 TLP URL's and email's, haskell, more details
by Roger Meier
· 14 years ago
229c4c2
THRIFT-975 minimal README added
by Roger Meier
· 14 years ago
452dc69
improve formatting in TProtocolUtil.skip
by Bryan Duxbury
· 14 years ago
b6722bf
THRIFT-377. java: TFileTransport port in Java
by Bryan Duxbury
· 14 years ago
8c9c8bf
THRIFT-517. java:TExceptions thrown by server result in cryptic error message on client - Tried to read 4 bytes, but only got 0 bytes
by Bryan Duxbury
· 14 years ago
2fde9ee
THRIFT-971 java module can't be compiled without ivy and network connection
by Roger Meier
· 14 years ago
a6ce164
THRIFT-949. java: Modify the TEnum interface so it defines a method similar to findByValue
by Bryan Duxbury
· 14 years ago
213a664
THRIFT-582 C(c_glib) implementation of Thrift
by Roger Meier
· 14 years ago
5013de2
THRIFT-960 Java: remove TestServer, TestNonblockingServer and TestClient from Unittest
by Roger Meier
· 14 years ago
178f8f2
THRIFT-916 partial commit of v3-fix-all-warnings.patch and member initialization in Thrift.h
by Roger Meier
· 14 years ago
37b5bf8
THRIFT-961 JavaScript TestSuite using ant/ivy and Java's ServerTestBase Handler
by Roger Meier
· 14 years ago
2067c1f
THRIFT-960 switch back to TThreadPoolServer with AbstractServerArgs
by Roger Meier
· 14 years ago
5ad70a1
THRIFT-960 update to use AbstractServerArgs
by Roger Meier
· 14 years ago
Next »