Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
f5dea4c7f31703cdc0c347eb7ec429fc5864afb4
f5dea4c
THRIFT-637. python: Fix mixing of oneway and regular requests in TNonblockingServer
by Todd Lipcon
· 15 years ago
9af23d9
THRIFT-551. java: Enumeration doesn't generate real enum in Java
by Bryan Duxbury
· 15 years ago
e476480
THRIFT-628. java: Hash code method for _Fields objects does not behave as expected
by Bryan Duxbury
· 15 years ago
559a49f
THRIFT-621. cpp: Fix generated files using "apache" namespaces
by David Reiss
· 15 years ago
aa9fb5d
THRIFT-623. java: Use a Java enum to represent field ids in generated structs
by Bryan Duxbury
· 15 years ago
0c5c234
THRIFT-619: Perl server and example
by T Jake Luciani
· 15 years ago
f2b8f75
THRIFT-626: Increase timeouts for socket requests
by T Jake Luciani
· 15 years ago
93f8219
THRIFT-590: send/recv timeout values interchanged in perl socket lib
by T Jake Luciani
· 15 years ago
e2e4ea1
THRIFT-624. java: compareTo is broken for Unions with binary fields
by Bryan Duxbury
· 15 years ago
7948a66
THRIFT-210. c#: Add support for TFramedTransport
by Esteve Fernandez
· 15 years ago
2845b16
THRIFT-565. java: Structs containing typedefs for incomparable objects will be considered comparable
by Bryan Duxbury
· 15 years ago
6731b57
THRIFT-620. java: Compact Protocol should call readAll, not read
by Bryan Duxbury
· 15 years ago
3533dcb
THRIFT-613. Make generated objects implement the NSCoding protocol.
by Andrew McGeachie
· 15 years ago
034c49f
THRIFT-612. python: Fix exception bug in TFramedTransport.cstringio_refill
by David Reiss
· 15 years ago
7338009
THRIFT-614. Add some more info to the exception that gets thrown when THTTPClient encounters an unexpected NSURLResponse object.
by Andrew McGeachie
· 15 years ago
7275172
THRIFT-521. Change @synthesize property declarations to @dynamic for happy compiling on OS X 10.6 as well as 10.5
by Andrew McGeachie
· 15 years ago
8266e01
pynames
by David Reiss
· 15 years ago
9b90344
THRIFT-606. cpp: Fix build on Solaris Nevada
by David Reiss
· 15 years ago
72fd472
THRIFT-589. java: Add Field Name to Field ID Mapping
by Bryan Duxbury
· 15 years ago
834895d
THRIFT-603. rb: Struct read method does not call validate
by Bryan Duxbury
· 15 years ago
364902e
THRIFT-529. java: Change generated constructors so that application code evolves better
by Bryan Duxbury
· 15 years ago
f18202f
THRIFT-477. java: remove extra methods generated for collections
by Bryan Duxbury
· 15 years ago
51f2880
THRIFT-446. java: PartialDeserialization in Java
by Bryan Duxbury
· 15 years ago
315a5db
THRIFT-588. java: Generated .equals method throws NPE for thrift object
by Bryan Duxbury
· 15 years ago
bff2a35
THRIFT-586. python: TSocket incorrectly sets the exception type when an end of file error occurs
by Esteve Fernandez
· 15 years ago
db40d26
THRIFT-572. java: Union compareTo is broken
by Bryan Duxbury
· 15 years ago
3e7fca4
THRIFT-587. cpp: Properly set addrLen before accept calls
by David Reiss
· 15 years ago
0e8e609
generate Twisted code in a separate directory (gen-py.twisted)
by Esteve Fernandez
· 15 years ago
bb97bef
THRIFT-584. php: Generate a better directory structure
by David Reiss
· 15 years ago
a0bf2c1
THRIFT-583. python: Allow new-style classes for Interfaces
by David Reiss
· 15 years ago
b42361c
THRIFT-574. erlang: Support framed transport for servers
by David Reiss
· 15 years ago
45603e9
THRIFT-575. Allow required fields in function parameters
by David Reiss
· 15 years ago
3647fc6
THRIFT-569. rb: Segmentation Fault when using BinaryProtocolAccelerated in Ruby
by Bryan Duxbury
· 15 years ago
6f6318a
THRIFT-572. rb: fix RSTRING for 1.9 compatibility
by Bryan Duxbury
· 15 years ago
ab3666e
THRIFT-409. java: Add "union" to Thrift
by Bryan Duxbury
· 15 years ago
fd58c55
THRIFT-571. rb: compact_protocol.c:89: warning: format not a string literal and no format arguments
by Bryan Duxbury
· 15 years ago
db5d589
Minor whitespace fixes in the Java generator and gen-code
by David Reiss
· 15 years ago
ffff2b3
THRIFT-214. cpp: Qualify another cast
by David Reiss
· 15 years ago
af81de0
Revert r806014 "THRIFT-562. java: Java is inconsistent ..."
by David Reiss
· 15 years ago
2c8cd94
THRIFT-562. java: Java is inconsistent checking for required fields
by Bryan Duxbury
· 15 years ago
2f45e78
THRIFT-566. java: jar file should contain copies of LICENSE and NOTICE files
by Bryan Duxbury
· 15 years ago
c27cda5
THRIFT-558. java: Replace use of log4j by commons-logging in Java library and generated Java code
by Bryan Duxbury
· 15 years ago
f5a0b3d
THRIFT-561: Add "register" to list of reserved keywords
by Mark Slee
· 15 years ago
3029786
THRIFT-555. cpp: Fix macro defintions for TCompact on non-GNU big endian
by David Reiss
· 15 years ago
3efce23
THRIFT-115. java: Isset structure has a large memory footprint
by Bryan Duxbury
· 15 years ago
82e96f5
THRIFT-144. java: Generated classes should implement Comparable
by Bryan Duxbury
· 15 years ago
293086c
THRIFT-547. rb: Thrift deserializer hangs when deserializing empty string
by Bryan Duxbury
· 15 years ago
ccae884
THRIFT-498. rb: Compact and Binary native protocols, used at the same time, can cause some issues
by Bryan Duxbury
· 15 years ago
4184e2b
THRIFT-554: Perl improper namespace check for exception handling and writeMessageEnd missing on processor calls
by T Jake Luciani
· 15 years ago
684b4f9
THRIFT-144. java: Generated classes should implement Comparable
by Bryan Duxbury
· 15 years ago
0552813
THRIFT-552. rb: gem requires exactly rubygems 1.2.0
by Bryan Duxbury
· 15 years ago
ba71f8c
THRIFT-540. java: Have set methods return reference to self
by Bryan Duxbury
· 15 years ago
3d5db20
THRIFT-479. java: Add javadocs for enum types
by Bryan Duxbury
· 15 years ago
52297d5
THRIFT-477. java: remove extra methods generated for collections
by Bryan Duxbury
· 15 years ago
ad55742
Make ax_lib_event.m4 set a per-version variable on success
by David Reiss
· 15 years ago
e657eb4
THRIFT-523. Make ax_lib_event.m4 work with newer versions of libevent
by David Reiss
· 15 years ago
c8e3005
THRIFT-413. Suppport for annotations on base types
by David Reiss
· 15 years ago
bbd55ad
THRIFT-549. Make socket client compatible with iPhone SDK as well as OS X
by Andrew McGeachie
· 15 years ago
061722b
THRIFT-548. malloc our temporary buffer, rather than creating it on the stack.
by Andrew McGeachie
· 15 years ago
0c89571
THRIFT-280. Server-side Cocoa implementation.
by Andrew McGeachie
· 15 years ago
6efefc0
THRIFT-59. Make sure we don't over-release strings after we deserialize them.
by Andrew McGeachie
· 15 years ago
38e1a10
THRIFT-545. Fix mem leak in generated 'description' method
by Andrew McGeachie
· 15 years ago
f2e03ba
THRIFT-521. Generate objective-c 2.0 propery declarations on iphone and OS X 10.5 and greater.
by Andrew McGeachie
· 15 years ago
7564925
THRIFT-520. Fix generation of cocoa constants when a namespace prefix is set.
by Andrew McGeachie
· 15 years ago
59ace01
THRIFT-533. Fix write:offset:length: to ensure all requested data is written.
by Andrew McGeachie
· 15 years ago
645d7b8
THRIFT-344. Add a 'log_unexpected' option to the cocoa generator. off by default. when supplied, unexpected field IDs and types are logged when reading a struct.
by Andrew McGeachie
· 15 years ago
6db89f2
THRIFT-343. Import <Foundation/Foundation.h> instead of <Cocoa/Cocoa.h> to support iPhone
by Andrew McGeachie
· 15 years ago
330cfc1
THRIFT-59. Fix memory leak by releasing allocated objects after assigning to container.
by Andrew McGeachie
· 15 years ago
d3571c2
THRIFT-535. py: Twisted Thrift protocol max length is too small (fix off-by-one error in MAX_LENGTH)
by Esteve Fernandez
· 15 years ago
c5a7c15
THRIFT-535. py: Twisted Thrift protocol max length is too small
by Esteve Fernandez
· 15 years ago
fdcb710
THRIFT-542: Perl compiler uses invalid method 'method_exists' and subsequent test
by T Jake Luciani
· 15 years ago
f1fd295
THRIFT-542: Perl compiler uses invalid method 'method_exists' and subsequent test
by T Jake Luciani
· 15 years ago
8f58273
THRIFT-543. java: Generate normal style java files should respect the "optional" keyword when serializing
by Bryan Duxbury
· 16 years ago
70c89d4
THRIFT-350. php: Fix the extension build when C++ is not already used
by David Reiss
· 16 years ago
e8f38f4
THRIFT-525. csharp: ThriftTest project will not generate c# from .thrift file or generate ThriftImpl.dll
by Bryan Duxbury
· 16 years ago
f45977f
THRIFT-531. csharp: C# project and solution files reference external source control system
by Bryan Duxbury
· 16 years ago
281d9da
THRIFT-204. csharp: C# Partial Classes
by Bryan Duxbury
· 16 years ago
6fcaf84
THRIFT-526. rb: Generated Ruby enums have no good way to get the names back out once you have a number.
by Bryan Duxbury
· 16 years ago
3d6babc
THRIFT-524. erlang: Decapitalize file names in include directives
by David Reiss
· 16 years ago
ef73b0e
THRIFT-378. java: Java servers do not turn internal errors into thrift exceptions
by Bryan Duxbury
· 16 years ago
56c2c21
THRIFT-462. java: Installed jar shouldn't be executable
by David Reiss
· 16 years ago
fad6065
THRIFT-211. erlang: Modify test_tether to test protocol error handling as well
by David Reiss
· 16 years ago
1e1a697
THRIFT-211. erlang: Support "tethered" clients
by David Reiss
· 16 years ago
bb97fd9
THRIFT-211. erlang: Allow clients to be created without connecting
by David Reiss
· 16 years ago
5e530af
THRIFT-211. erlang: Support unlinked Thrift clients.
by David Reiss
· 16 years ago
52687eb
THRIFT-469. cpp: Fix a bug in TimerManager::add
by David Reiss
· 16 years ago
9fcacc8
THRIFT-466. cpp: Make the concurrency library test more thorough
by David Reiss
· 16 years ago
8584b6f
THRIFT-465. cpp: Fix some STL misuse in the concurrency library test
by David Reiss
· 16 years ago
5fa20da
THRIFT-464. cpp: Fix some STL misuse in the concurrency library
by David Reiss
· 16 years ago
840e752
THRIFT-497. cpp: Fix TSocket::read and peek on Max OS
by David Reiss
· 16 years ago
2fb877a
THRIFT-511. rb: Better performing hash method for generated structs
by Bryan Duxbury
· 16 years ago
9e34741
THRIFT-489. java: Java enum validation only validates explicitly assigned values
by Bryan Duxbury
· 16 years ago
1deddc7
THRIFT-513. rb: spec test files broken, rake searching for misnamed files
by Bryan Duxbury
· 16 years ago
e043a9e
THRIFT-516. rb: If TFramedTransport reads a negative frame size, throw a TTransportException descendant instead of the default NegativeArraySizeException
by Bryan Duxbury
· 16 years ago
4b86e62
THRIFT-373. Get some missing files into the release tarballs
by David Reiss
· 16 years ago
dc0a941
Consolidate lib/hs/.gitignore into the top-level .gitignore
by David Reiss
· 16 years ago
fff84d1
THRIFT-450. java: Propagate CLASSPATH from ./configure to make and ant
by David Reiss
· 16 years ago
089164a
THRIFT-450. java: Respect the global classpath during testing
by David Reiss
· 16 years ago
fdfcebd
THRIFT-450. java: Check for Apache Commons Lang also
by David Reiss
· 16 years ago
08d2f11
cpp: Fix compilation on OpenBSD by including sys/types.h
by David Reiss
· 16 years ago
Next »