Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
1ee2001d03b83384f073ff744fb23be653a67c5b
/
test
d3879f8
THRIFT-599. erl: Don't use unnecessary processes in the Erlang transports and clients
by Bryan Duxbury
· 14 years ago
346a268
THRIFT-456. cpp: Bad IP address string in test/cpp/src/main.cpp
by Bryan Duxbury
· 14 years ago
23f2348
add ASL to a handful of files
by Bryan Duxbury
· 14 years ago
6235947
THRIFT-160. csharp: Created THttpTransport for the C# library based on WebHttpRequest
by Bryan Duxbury
· 15 years ago
162b3ac
THRFIT-804. java: CompareTo is broken for unions set to map, set, or list
by Bryan Duxbury
· 15 years ago
d58ccec
THRIFT-768. java: Async client for Java
by Bryan Duxbury
· 15 years ago
a1e268c
THRIFT-770. build: Get 'make dist' to work without first compiling source code
by Bryan Duxbury
· 15 years ago
f7d9f8e
THRIFT-650. build: Make Check fails on Centos/OSX with 0.2.0 tarball
by Bryan Duxbury
· 15 years ago
3f4ca0e
THRIFT-734. java: Can't use primitive types in service definitions for bean generated code
by Bryan Duxbury
· 15 years ago
53c10e0
THRIFT-564. Support arbitrary annotations on struct fields
by David Reiss
· 15 years ago
6acc269
THRIFT-695. python: [de]serialize convenience functions
by David Reiss
· 15 years ago
322caa2
THRIFT-550: Added javascript support
by T Jake Luciani
· 15 years ago
35565a4
THRIFT-671. rb: Ruby compact protocol implementation gets mixed up when there are fields that don't fit in the delta space
by Bryan Duxbury
· 15 years ago
c2ec7ca
THRIFT-670. java: Unions don't skip unrecognizable fields correctly
by Bryan Duxbury
· 15 years ago
986d50f
THRIFT-668. java: Using a map in an exception type will generate a class that does not implement Comperable-> that will generate a stub that does not compile
by Bryan Duxbury
· 15 years ago
2d80470
THRIFT-632. java: Constants of enum types don't behave well
by Bryan Duxbury
· 15 years ago
eb03222
THRIFT-592. php: Make the test client work properly after r815878
by David Reiss
· 15 years ago
53ae9f3
THRIFT-622. Add appropriate licensing information to get Thrift ready for a release.
by Todd Lipcon
· 15 years ago
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
e2e4ea1
THRIFT-624. java: compareTo is broken for Unions with binary fields
by Bryan Duxbury
· 15 years ago
2845b16
THRIFT-565. java: Structs containing typedefs for incomparable objects will be considered comparable
by Bryan Duxbury
· 15 years ago
51f2880
THRIFT-446. java: PartialDeserialization in Java
by Bryan Duxbury
· 15 years ago
ab3666e
THRIFT-409. java: Add "union" to Thrift
by Bryan Duxbury
· 15 years ago
3d5db20
THRIFT-479. java: Add javadocs for enum types
by Bryan Duxbury
· 15 years ago
c8e3005
THRIFT-413. Suppport for annotations on base types
by David Reiss
· 15 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
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
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
4b86e62
THRIFT-373. Get some missing files into the release tarballs
by David Reiss
· 16 years ago
e5eef13
cpp: Resolve an ambiguous overload in some tests
by David Reiss
· 16 years ago
ff219ac
THRIFT-236. Structs should be serialized in a consistent order
by Bryan Duxbury
· 16 years ago
0781f2b
THRIFT-407. hs: Refactor and improve Haskell-related code
by Bryan Duxbury
· 16 years ago
fe5b77d
THRIFT-356. Improve CompactProtocolTestStruct
by David Reiss
· 16 years ago
b53471c
THRIFT-421. rb: Fix tests broken by original patch
by Kevin Clark
· 16 years ago
07f38ff
THRIFT-430. rb: ruby tutorials and ruby tests require deprecated files and class names
by Bryan Duxbury
· 16 years ago
cf8c94a
THRIFT-426. cpp: Fix include path under test/cpp
by David Reiss
· 16 years ago
d0251dd
cpp: Rename Makefiles under test/cpp
by David Reiss
· 16 years ago
356d570
cpp: Fix test server/client under test/cpp
by David Reiss
· 16 years ago
e4d4ea0
THRIFT-333. cpp: Initial TCompactProtocol implementation
by David Reiss
· 16 years ago
689c9ad
THRIFT-420. Remove all negative structure field ids from the code
by David Reiss
· 16 years ago
5b8b484
THRIFT-417. rb: BufferedTransport can enter an infinite loop
by Bryan Duxbury
· 16 years ago
ea2cba8
THRIFT-387. Add license headers to a bunch of files
by David Reiss
· 16 years ago
06a9312
csharp: Remove a BOM and CRLF line endings from some test code
by David Reiss
· 16 years ago
b3c5f6e
THRIFT-192. erlang: Commit test code missed in r757870
by David Reiss
· 16 years ago
233ace5
THRIFT-127. erlang: Skip fields that have the wrong type
by David Reiss
· 16 years ago
bfc57a0
THRIFT-126. erlang: TMemoryBuffer for Erlang
by David Reiss
· 16 years ago
a528f54
THRIFT-360. python: Make fastbinary skip struct fields with the wrong type
by David Reiss
· 16 years ago
cecbed8
THRIFT-136. s/async/oneway/ in the Thrift IDL
by David Reiss
· 16 years ago
6ce401d
THRIFT-136. s/async/oneway/ in misc places
by David Reiss
· 16 years ago
c51986f
THRIFT-136. s/async/oneway/ in comments
by David Reiss
· 16 years ago
9a863ee
THRIFT-192. erl: Fix handling of booleans
by Kevin Clark
· 16 years ago
e8ae5d3
THRIFT-275. rb: Remove deprecated classes from Ruby library
by Bryan Duxbury
· 16 years ago
3fb4f1e
THRIFT-392. hs: Make test scripts easier to use
by Bryan Duxbury
· 16 years ago
f2422b6
Fix a parallel build bug under test
by David Reiss
· 16 years ago
ade070f
Get a few more generated files into release tarballs
by David Reiss
· 16 years ago
48141bf
THRIFT-373. Update lists of files to include in release tarballs
by David Reiss
· 16 years ago
e0a11c4
Make .thrift files non-executable since we removed the shebangs
by David Reiss
· 16 years ago
586f0a0
Remove now defunct tests (they've been moved to specs in lib/rb)
by Kevin Clark
· 16 years ago
af99b5c
THRIFT-352. rb: Implicit enums should be valid values
by Kevin Clark
· 16 years ago
b139f64
THRIFT-325. Remove a bunch of uses of the old command line format
by David Reiss
· 16 years ago
d831a21
THRIFT-309. Make Thrift's C# mapping .NET 2.0 (Mono 1.2.4) compatible
by David Reiss
· 16 years ago
7d3df42
cpp: Fix "make check" by defining a comparator for "Empty"
by David Reiss
· 16 years ago
538e344
THRIFT-110. java: A more compact format
by Bryan Duxbury
· 16 years ago
a7fc092
THRIFT-256. python: Fix inheritance of services in the same IDL file
by David Reiss
· 16 years ago
8cee47c
THRIFT-310. python: Generate valid code for empty services
by David Reiss
· 16 years ago
0b7d6fa
THRIFT-314. Purge reflection.limited
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
f78ec2b
THRIFT-195. python: Add a simple THttpServer
by David Reiss
· 16 years ago
4c591c9
THRIFT-212. python: Make TFramedTransport implement CReadableTransport
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
c04452e
THRIFT-289. cpp: Fix "make check" by defining a comparator for "Instanity"
by David Reiss
· 16 years ago
50119f1
THRIFT-289. test: "make check" no longer runs the Java tests
by Bryan Duxbury
· 16 years ago
986d705
THRIFT-253. java: Enhance FieldMetaData
by Bryan Duxbury
· 16 years ago
249d7cb
THRIFT-166. java: Java tests should be in lib/java/test/
by Bryan Duxbury
· 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
6319133
THRIFT-25. csharp: Various compiler and library improvements
by David Reiss
· 16 years ago
25be92b
THRIFT-222. java: Better exposure if __isset in beans style
by David Reiss
· 16 years ago
5455f00
THRIFT-138. java: Fix copy constructor for binary fields
by David Reiss
· 16 years ago
41687fc
THRIFT-193: Patch for proper namespace support in perl compiler
by T Jake Luciani
· 16 years ago
a8efac8
THRIFT-225. java/cpp: Handle non-i32 integer constants properly
by David Reiss
· 16 years ago
a230999
THRIFT-121. Support arbitrary type annotations
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
30a9360
THRIFT-172. java: Improve toString output for binary fields
by David Reiss
· 16 years ago
c26da0a
THRIFT-202: java: Fix "make check"
by David Reiss
· 16 years ago
7442127
THRIFT-67. python: Add TNonblockingServer
by David Reiss
· 16 years ago
1cc0c5e
THRIFT-109. python: Use self.assert* instead of assert in tests
by David Reiss
· 16 years ago
8d07e1d
s/ENABLE_RUBY/WITH_RUBY/ for consistency.
by David Reiss
· 17 years ago
4bd8916
Merge branch 'fastbinary'
by Kevin Clark
· 17 years ago
af78778
(THRIFT-54) Remove "frameResponses" from TNonblockingServer
by David Reiss
· 17 years ago
03b574f
(THRIFT-5) A TNonblockingServers (single-threaded and thread-pool) for Java
by David Reiss
· 17 years ago
Next »