Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
938bc38e7dba592a9c69d690c052c7279f59a9f9
938bc38
Fix Makefile to use thrifty.yy and thriftl.ll
by Mark Slee
· 18 years ago
cc11b06
Rename some thrif tcompiler files
by Mark Slee
· 18 years ago
9e288d4
Add some smaller test cases and fix new single protocol/transport C++ test
by Mark Slee
· 18 years ago
68f08ee
-- Error recovery code for thrift logfile
by Aditya Agarwal
· 18 years ago
c425780
Thrift socket should not perror in the TRYAGAIN state
by Mark Slee
· 18 years ago
c42ecd5
No more getInputTransport vs getOutputTransport in protocols
by Mark Slee
· 18 years ago
9abb0d6
-- Change concept of protocol and transport factory
by Aditya Agarwal
· 18 years ago
bf05a60
Generate pargs an presult helpers in C++ to be more efficient in thrift
by Mark Slee
· 18 years ago
1921d20
Fix C++ Thrift test code to work with new gen'd code interface
by Mark Slee
· 18 years ago
f937339
Nonblockingserver constructor that uses binary protocol factory by default
by Mark Slee
· 18 years ago
502ea8a
-- thrift logfile fixes
by Aditya Agarwal
· 18 years ago
8896a54
No need to generate private __construct() function if the class is already final
by Mark Slee
· 18 years ago
f49041c
Use proper name for catching exceptions
by Mark Slee
· 18 years ago
eb08f9e
Thrift XSD generator populates PHP globals with type names for typedeffed stuffs
by Mark Slee
· 18 years ago
36bfa2e
Allow field elements to be optional in thrift with xsd_optional keyword
by Mark Slee
· 18 years ago
b6200d8
Add comma-separated list of type "slist" to thrift
by Mark Slee
· 18 years ago
1ea9052
-- Nonblocking server changes to allow logging
by Aditya Agarwal
· 18 years ago
782abbb
Add xsd_all keyword to Thrift
by Mark Slee
· 18 years ago
0e0ff7e
Thrift now generates XSD files
by Mark Slee
· 18 years ago
ace6e6d
Resolve typedefs in php generation
by Mark Slee
· 18 years ago
06098d7
Remove py compiler from thrift repo
by Mark Slee
· 18 years ago
032606b
Fix changing struct name bug on C++ generation
by Mark Slee
· 18 years ago
794568b
-- additions to ThriftLogfile
by Aditya Agarwal
· 18 years ago
f3763a1
Do not generate write code for null fields in Java
by Mark Slee
· 18 years ago
7628fd7
Add mkdir for bin in thrift compiler
by Mark Slee
· 18 years ago
12f6631
Fix bugs with php_namespace keyword in thrift
by Mark Slee
· 18 years ago
893ef72
Fix identifier typo in Thrift error message.
by Karl Lehenbauer
· 18 years ago
85ca7a1
Added ax_event_base.m4 to find and configure libevent
by Marc Slemko
· 18 years ago
75c2f70
Make boost base default to yes to make sure we don't get through configure without boost
by Marc Slemko
· 18 years ago
5ec1993
Resolve complex typedefs in Thrift
by Mark Slee
· 18 years ago
a340e0d
Thrift should generate C++ enums first before typdefs
by Mark Slee
· 18 years ago
406a40c
Prefix generated _args and _result helper classes with service name
by Mark Slee
· 18 years ago
d95abdd
Added autoconf/automake glue to run lib/py/setup.py as part of make install
by Marc Slemko
· 18 years ago
b0fac3e
Fixed some warnings, changed TSocketPool to inherit debugHandler from TSocket
by robert
· 18 years ago
ebc99e0
-- Allow manual setting of host and port in TSocket
by Aditya Agarwal
· 18 years ago
1c989f2
Added open, close, and isOpen to TFramedTransport reviewed: mcslee revert: yes
by robert
· 18 years ago
a45909b
Thrift C++ code generator returns complex types by reference
by Mark Slee
· 18 years ago
529bfee
Committing code gen changes for const ref args to functions in Thrift
by Mark Slee
· 18 years ago
e888b37
Add PHP namespacing support to Thrift
by Mark Slee
· 18 years ago
f12865a
Disallow keywords in Thrift files
by Mark Slee
· 18 years ago
2f816f2
minor syntax change in thrift php library, reviewed by slee, revertible
by Adam Nichols
· 18 years ago
e7714a6
Fix call_user_func bug on debugHandler_
by Mark Slee
· 18 years ago
a4713ea
Example syntax for constants in Thrift
by Mark Slee
· 18 years ago
ad58f95
Add options to thrift transport classes for custom error handlers
by Mark Slee
· 18 years ago
a09e34e
Fix typo class variable bug in TSocketPool
by Mark Slee
· 18 years ago
fde62cb
Fixed typo in Thrift README
by putnam
· 18 years ago
7951119
fixed a problem with read buffer resizing in TNonblockingServer
by robert
· 18 years ago
3fa9d24
fixed a bug in TFramedTransport where it was checking a size for nonzero after byte swapping it.
by robert
· 18 years ago
2abc9df
message_ in TException can't be const or subclasses break
by Mark Slee
· 18 years ago
706da40
Fix exceptions throw() and virtual destructor
by Mark Slee
· 18 years ago
971fda3
All user-defined thrift exceptions inherit from TException
by Mark Slee
· 18 years ago
0524bce
Another AccessNull bug fix in Thrift
by Mark Slee
· 18 years ago
069d31e
Fix c++ Null inheritance issue
by Mark Slee
· 18 years ago
cbea1c7
Take out timestamps from generated files
by Mark Slee
· 18 years ago
8196a61
Thrift TException Cleanup
by Martin Kraemer
· 18 years ago
25b2936
-- Rename TBufferedFileWriter.h/cpp to TFileTransport.h/cpp
by Aditya Agarwal
· 18 years ago
0c341a1
-- Check all system call return values
by Aditya Agarwal
· 18 years ago
e9ef8d7
-- TFileTransport (Thrift Logfile)
by Aditya Agarwal
· 18 years ago
962a858
Generate a null implementation of thrift C++ class for easy subclassing
by Mark Slee
· 18 years ago
97f9d60
Thrift TException does not properly define virtual what() method.
by Martin Kraemer
· 18 years ago
3860c9a
Fix TSimpleServer exception bug
by Mark Slee
· 18 years ago
807b2c6
Missing file in thrift parser, sorry d00dz!
by Mark Slee
· 18 years ago
7657fa9
Oops take out printf debug
by Mark Slee
· 18 years ago
600cdb3
Thrift supports HEX notation for int consts and proper python/php sets
by Mark Slee
· 18 years ago
67fc634
Strings in JSON style thrift constants do not need quotes
by Mark Slee
· 18 years ago
aa7671d
Thrift supports arbitrarily typed constants across all languages
by Mark Slee
· 18 years ago
3015287
Thrift compiler frontend support for constants
by Mark Slee
· 18 years ago
d3bc1a5
Fix _seqid to seqid_ name change in PHP
by Mark Slee
· 18 years ago
e598d07
Thrift: Fix PHP socket fread return
by Mark Slee
· 18 years ago
216e7d6
Fix thrift compiler typedef support
by Mark Slee
· 18 years ago
b9ff32a
Thrift: C++ peek() method and TException not Exception
by Mark Slee
· 18 years ago
588e452
Fix bad implode call with nonexistant class variable in PHP SocketPool
by Mark Slee
· 18 years ago
04cc605
Comma after ENUM with no explicit value
by Mark Slee
· 18 years ago
6e81b3f
Rest definition should not implement interface, the method signatures are different.
by Mark Slee
· 18 years ago
5ea94d4
Thrift generates a REST handler for PHP code
by Mark Slee
· 18 years ago
19e71c3
All thrift PHP class constructors can take an array as the constructor argument
by Mark Slee
· 18 years ago
52cb223
I lied before, now thrift really supports single or double dashes
by Mark Slee
· 18 years ago
2329a83
Allow single dash or double dash for thrift flags
by Mark Slee
· 18 years ago
32c66e1
Thrift Include Path Specification
by Martin Kraemer
· 18 years ago
ae2bc3c
Do not print ; in thrift parser
by Mark Slee
· 18 years ago
9683f77
Fix TType.php problem
by Mark Slee
· 18 years ago
8d2b238
Fix C++ skeleton code generator
by Mark Slee
· 18 years ago
207cb46
Make commas and/or semicolons both optional in thrift
by Mark Slee
· 18 years ago
b39dbc5
Iterate python dictionaries with for k,v in dict.items()
by Mark Slee
· 18 years ago
bc4bc0f
Py inherited processor must pass handler to parent constructor
by Mark Slee
· 18 years ago
6b4783b
Inherited processors must call parent constructor in python
by Mark Slee
· 18 years ago
e2bd58d
Add python scons rules
by Mark Slee
· 18 years ago
725f9e6
Use AbstractMap instead of HashMap
by Mark Slee
· 18 years ago
0f70d77
Mutex was missing from libthrift build
by Mark Slee
· 18 years ago
d07ce60
Fix Python indentation for async methods
by Mark Slee
· 18 years ago
5ee76f8
Skeletons should use virtual inheritance from the interface base
by Mark Slee
· 18 years ago
63608e8
Include <time.h> not "time.h"
by Mark Slee
· 18 years ago
5f8237d
Thrift PHP update for new Protocol wraps Transport style
by Mark Slee
· 18 years ago
bb31d0a
Let Python server take protocolFactory argument
by Mark Slee
· 18 years ago
1dd819c
Bring Thrift test code up to date
by Mark Slee
· 18 years ago
35ae1c7
-- Change thrift logging macros to have a T_ prefix
by Aditya Agarwal
· 18 years ago
a3f3972
Fix bum Java indentation/scoping for async methods
by Mark Slee
· 18 years ago
4ac459f
Fix python server bugs and go to new protocol wraps transport model
by Mark Slee
· 18 years ago
5946a18
New python operating model code-gen
by Mark Slee
· 18 years ago
575fa9a
Protocol wraps transport code gen for Thrift Java
by Mark Slee
· 18 years ago
Next »