Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
0b36a2d9c0a40ca51014e723dddd74e4bbb5d291
0b36a2d
THRIFT-292. Restore fb303/FacebookBase.py
by David Reiss
· 16 years ago
0b7d6fa
THRIFT-314. Purge reflection.limited
by David Reiss
· 16 years ago
d20a1d3
THRIFT-303. java: Changes to __isset interface
by Bryan Duxbury
· 16 years ago
d73774f
java: Added SerializationBenchmark.java, helper class for performing tests on protocols.
by Bryan Duxbury
· 16 years ago
ead3382
THRIFT-254. rb: Add optional strict version support to binary protocols
by Kevin Clark
· 16 years ago
80a44e7
THRIFT-258. csharp: Include all lib source files in Makefile.am
by David Reiss
· 16 years ago
670cb0f
THRIFT-264. csharp: Include TBufferedTransport in the build on Linux
by David Reiss
· 16 years ago
2cdfd37
THRIFT-264. csharp: Use /langversion:linq to fix the Linux build
by David Reiss
· 16 years ago
3d0abc3
THRIFT-132. ruby: Ruby generator should use ::Thrift::Foo namespace form
by Bryan Duxbury
· 16 years ago
1e80d44
THRIFT-302. ruby: Native extension fails to build
by Bryan Duxbury
· 16 years ago
f5383b6
THRIFT-297. java: getFieldValue and setFieldValue should be abstract TBase methods
by Bryan Duxbury
· 16 years ago
dc9092a
THRIFT-298. ruby: Exception propagation seems broken for Ruby clients
by Bryan Duxbury
· 16 years ago
c016628
THRIFT-248. ruby: Factor BinaryProtocolAccelerated into separate protocol and struct components
by Bryan Duxbury
· 16 years ago
056bcb6
THRIFT-178. java, csharp, cpp: Final Keyword
by Bryan Duxbury
· 16 years ago
7003f87
THRIFT-299. doc: binary type isn't documented nor demonstrated in the tutorial
by Bryan Duxbury
· 16 years ago
df20bb9
add a lot of things to svn:ignore. there are many autogenerated build products that are best ignored, and this gets all of them, I think.
by Bryan Duxbury
· 16 years ago
c2c8ad8
THRIFT-259. html: Generate "extends" link for extended services
by David Reiss
· 16 years ago
1952e54
THRIFT-199: integrate perl into automake
by T Jake Luciani
· 16 years ago
4704d43
THRIFT-285. python: Don't generate _result structs for async functions
by David Reiss
· 16 years ago
b5e6221
THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift
by T Jake Luciani
· 16 years ago
3fa89e3
THRIFT-209. csharp: Make TTransportFactory.GetTransport virtual
by David Reiss
· 16 years ago
f78ec2b
THRIFT-195. python: Add a simple THttpServer
by David Reiss
· 16 years ago
1fe1777
python: Add TFileObjectTransport
by David Reiss
· 16 years ago
4c591c9
THRIFT-212. python: Make TFramedTransport implement CReadableTransport
by David Reiss
· 16 years ago
647d30d
python: Make TFramedTransport use a cStringIO for reading
by David Reiss
· 16 years ago
fb695b7
python: Eliminate the option of TFramedTransport to not frame
by David Reiss
· 16 years ago
9813cbe
cpp: Make the test server compatible with the Python test client
by David Reiss
· 16 years ago
3166141
python: Make the unit tests run faster and more reliably
by David Reiss
· 16 years ago
ca82329
THRIFT-295: remove empty directories.
by Greg Stein
· 16 years ago
c1eb2a7
THRIFT-292
by Greg Stein
· 16 years ago
f0d35d2
THRIFT-291
by Greg Stein
· 16 years ago
8341344
Add a few new generated directories to .gitignore
by David Reiss
· 16 years ago
b96d528
Accidentally svn:ignored Makefile*, getting rid of Makefile.am changes
by Bryan Duxbury
· 16 years ago
c04452e
THRIFT-289. cpp: Fix "make check" by defining a comparator for "Instanity"
by David Reiss
· 16 years ago
796381d
THRIFT-290. java: Metadata map doesn't properly reference external thrift file's types
by Bryan Duxbury
· 16 years ago
50119f1
THRIFT-289. test: "make check" no longer runs the Java tests
by Bryan Duxbury
· 16 years ago
9f427ee
THRIFT-288. java: Generated code iterates maps during write inefficiently
by Bryan Duxbury
· 16 years ago
1f6302f
THRIFT-218. java: When validation fails on serialization/deserialization, print out the invalid object
by Bryan Duxbury
· 16 years ago
986d705
THRIFT-253. java: Enhance FieldMetaData
by Bryan Duxbury
· 16 years ago
9a75aa5
undoing an unintentional commit to ax_java.m4
by Bryan Duxbury
· 16 years ago
249d7cb
THRIFT-166. java: Java tests should be in lib/java/test/
by Bryan Duxbury
· 16 years ago
369417a
THRIFT-239. java: Generate @Override annotations for all overrided methods
by Bryan Duxbury
· 16 years ago
8bb593e
THRIFT-284. python: Update tutorial files to use repr
by David Reiss
· 16 years ago
4371038
THRIFT-240. java: TBase should implement Cloneable
by Bryan Duxbury
· 16 years ago
8bbd844
THRIFT-223 Validate method should check that enum types are assigned valid values
by Bryan Duxbury
· 16 years ago
46b77c4
THRIFT-224 Validate method should check that enum types are assigned valid values
by Bryan Duxbury
· 16 years ago
9c983c2
THRIFT-271: allows build to locate libevent on osx
by T Jake Luciani
· 16 years ago
4c266cc
THRIFT-244. cpp: Make TJSONProtocolFactor inherit from TProtocolFactory
by David Reiss
· 16 years ago
6713e1b
THRIFT-244. cpp: Fix TJSONProtocol::writeMessageBegin
by David Reiss
· 16 years ago
afa80ea
THRIFT-34 Java libraries should be namespaced under org.apache.thrift, not com.facebook.thrift
by Bryan Duxbury
· 16 years ago
c85fd50
THRIFT-216. Add validate method to fixtures so tests pass
by Kevin Clark
· 16 years ago
46bb4ae
THRIFT-242. python: Used named arguments in __init__ instead of a dict
by David Reiss
· 16 years ago
7bcf866
THRIFT-249. java: Add @param lines to function docstrings
by David Reiss
· 16 years ago
c654416
THRIFT-129. csharp: Make all Thrift structures extend TBase
by David Reiss
· 16 years ago
b0f31ef
THRIFT-46. csharp: Throw the correct exception for an unknown method
by David Reiss
· 16 years ago
6319133
THRIFT-25. csharp: Various compiler and library improvements
by David Reiss
· 16 years ago
d6b7182
THRIFT-246. rb: Generate #struct_fields rather than reflect.
by Kevin Clark
· 16 years ago
41baeab
THRIFT-157. rb: Quote strings and qualify class names properly
by Kevin Clark
· 16 years ago
bcb4cf8
THRFIT-231. rb: Make Thrift::Structs hashable
by Kevin Clark
· 16 years ago
8eaebfe
THRIFT-235. java: Explicitly cast integer constants to double
by David Reiss
· 16 years ago
25be92b
THRIFT-222. java: Better exposure if __isset in beans style
by David Reiss
· 16 years ago
2db737d
java: Add a helper function to implement nocamel style
by David Reiss
· 16 years ago
b936ffd
THRIFT-191. java: Create a static field id -> name map for each struct
by David Reiss
· 16 years ago
5455f00
THRIFT-138. java: Fix copy constructor for binary fields
by David Reiss
· 16 years ago
888f88b
THRIFT-241. python: Generate a better implementation of __repr__
by David Reiss
· 16 years ago
41687fc
THRIFT-193: Patch for proper namespace support in perl compiler
by T Jake Luciani
· 16 years ago
0d73889
THRIFT-2: check for thrift::socket handle being null
by T Jake Luciani
· 16 years ago
0a136c8
THRIFT-208. Fix ax_java.m4 for Ubuntu 8.10
by David Reiss
· 16 years ago
a60df1f
THRIFT-190. Added dependency check to perl Makefile
by T Jake Luciani
· 16 years ago
681e04e
THRIFT-220. Add some stuff to svn:ignore
by David Reiss
· 16 years ago
a8efac8
THRIFT-225. java/cpp: Handle non-i32 integer constants properly
by David Reiss
· 16 years ago
083c07a
rb: Thrift.check_type should check struct classes [THRIFT-185]
by Kevin Clark
· 16 years ago
a230999
THRIFT-121. Support arbitrary type annotations
by David Reiss
· 16 years ago
322e595
THRIFT-203. cpp: Make library headers compile under g++ -pedantic
by David Reiss
· 16 years ago
fbb14ef
THRIFT-214. cpp: Qualify a cast to fix OSX compilation
by David Reiss
· 16 years ago
428d569
THRIFT-215. cpp: Disable an assertion that fails on various platforms
by David Reiss
· 16 years ago
0c87ad4
THRIFT-217. Use "--gen py" instead of "-py" in build scripts
by David Reiss
· 16 years ago
603d504
THRIFT-138. java: Create deep-copy constructors for Thrift structs
by David Reiss
· 16 years ago
04c3159
THRIFT-81. java: TNonblockingServer: Support a limit on read buffer size
by David Reiss
· 16 years ago
fd71808
THRIFT-142. java: Better handling of required fields
by David Reiss
· 16 years ago
e31b77e
THRIFT-194. cpp: Properlyl namespace exception types in catch
by David Reiss
· 16 years ago
30a9360
THRIFT-172. java: Improve toString output for binary fields
by David Reiss
· 16 years ago
7f5e184
THRIFT-139. java: Fix indentation in beans mode
by David Reiss
· 16 years ago
c26da0a
THRIFT-202: java: Fix "make check"
by David Reiss
· 16 years ago
466b3fa
Remove compiler/cpp/version.h in "make clean"
by David Reiss
· 16 years ago
8c28df2
Fix "make distclean" when Ruby is not in use
by David Reiss
· 16 years ago
1d5a1f6
rb: Remove extra validate in read [THRIFT-207]
by Kevin Clark
· 16 years ago
031baf7
Merge branch 'THRIFT-143'
by Kevin Clark
· 16 years ago
713623b
rb: Validate struct _after_ read. [THRIFT-206]
by Kevin Clark
· 16 years ago
159383f
rb: raise if an object is serialized without required fields [THRIFT-143]
by Kevin Clark
· 16 years ago
7442127
THRIFT-67. python: Add TNonblockingServer
by David Reiss
· 16 years ago
762e9bd
rb: Performance tweaks in Struct#initialize [THRIFT-188]
by Kevin Clark
· 16 years ago
cfca336
rb: Add docstrings to generated ruby code [THRIFT-147]
by Kevin Clark
· 16 years ago
080991b
THRIFT-186. erl: Make the Makefile work on OpenSolaris
by David Reiss
· 16 years ago
d90cd1f
THRIFT-168. cpp: Clear transport buffers before a flush
by David Reiss
· 16 years ago
f33e03c
THRIFT-179. java: Include per-field docstrings in generated code
by David Reiss
· 16 years ago
f011bd4
Make t_field inherit from t_doc instead of reimplementing it
by David Reiss
· 16 years ago
babaea2
THRIFT-183 let non-root issues run fb303 status commands
by Mark Slee
· 16 years ago
66f5e9b
Make a pointer const to fix a warning
by David Reiss
· 16 years ago
80096e2
Add a missing include to fix compilation on Ubuntu 8.10
by David Reiss
· 16 years ago
Next »