Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
faebedd356985c3b2df5e39e1cf5b152c29fc179
faebedd
Thrift: Re-committing zlib.
by David Reiss
· 17 years ago
f84b360
Thrift: Fix fingerprinting bug.
by David Reiss
· 17 years ago
79ae0f8
Thrift: Compile without libevent.
by David Reiss
· 17 years ago
476b796
Updating TSCons.py to provide capability of passing additional flags to thrift besides the default flag --cpp. EX: scons_env(env,'--py --php')
by mvaradachari
· 17 years ago
fd7c26f
Thrift - typo in comment
by Martin Kraemer
· 17 years ago
df72c01
[thrift] C++: Pass std::exception from server to client
by dweatherford
· 17 years ago
5aea7c8
Thrift: Reverting TZlibTransport
by David Reiss
· 17 years ago
b8c6334
Thrift: Zlib transport.
by David Reiss
· 17 years ago
3d02978
Add missing writeEnd calls
by Mark Slee
· 17 years ago
1ca5129
Update the Thrift CONTRIBUTORS file
by Mark Slee
· 17 years ago
33a7d89
Merge more cocoa changes from Andrew McGeachie
by Mark Slee
· 17 years ago
ae8f1d3
Thrift: Update syntax files for Vim and Emacs.
by David Reiss
· 17 years ago
ce161a9
Thrift: Clean up and test TDenseProtocol
by David Reiss
· 17 years ago
8775c73
Add JavaDoc comments to generated Thrift Java code
by Mark Slee
· 17 years ago
7816572
Modify Thrift parser to disallow optional/required keywords in argument lists
by Mark Slee
· 17 years ago
7e9eea4
Adding Cocoa generator to Thrift
by Mark Slee
· 17 years ago
979ff95
Merge Java get/set Size and Iterator changes from Dave Engberg
by Mark Slee
· 17 years ago
e67c0e6
Thrift: TDenseProtocol using variable-length integers.
by David Reiss
· 17 years ago
d8429fc
Thrift: New methods for C++ transports.
by David Reiss
· 17 years ago
2c2e6d2
Thrift: Python TBufferedTransport improvements.
by David Reiss
· 17 years ago
4529c4b
-- adding hostinfo and time to GlobalOutput
by Aditya Agarwal
· 17 years ago
d683219
Thrift: Python installation.
by David Reiss
· 17 years ago
4e7530d
Thrift: TDenseProtocol.
by David Reiss
· 17 years ago
47557bc
Thrift: Slight tweaks to local reflection.
by David Reiss
· 17 years ago
d3f1a2d
Summary: Checking in fix to TFileTransport to remove redundant behavior of readEvent -- just return NULL or the next event
by James Wang
· 17 years ago
5de75dd
Merge some java gen fixes from Johan Oskarsson
by Mark Slee
· 17 years ago
000b111
-- cleaning up some Makefile issues
by Aditya Agarwal
· 17 years ago
8b6c2eb
-- reset all state when seeking to a chunk
by Aditya Agarwal
· 17 years ago
f150f1a
Add get_true_type call to RB generator
by Mark Slee
· 17 years ago
d779cbe
Thrift: Local Reflection for C++.
by David Reiss
· 17 years ago
01a9f88
Add -javabean option to Thrift
by Mark Slee
· 17 years ago
6ce97e3
Thrift: Forgot to commit these fixes.
by David Reiss
· 17 years ago
9885c68
Thrift: Generate fingerprints for non-structs.
by David Reiss
· 17 years ago
5db3e92
Thrift: Handle absence of fastbinary.so
by David Reiss
· 17 years ago
792df0b
Thrift: Pre-generate reflection_limited for Python.
by David Reiss
· 17 years ago
c6fc329
Thrift: Support for explicit Python module declaration.
by David Reiss
· 17 years ago
aea19c9
Thrift: Python libraries install into /usr, not /usr/local
by David Reiss
· 17 years ago
6868eae
Autoconf fixes
by Mark Slee
· 17 years ago
a0f8bdc
Merge patch from Dan Engeleman for Java utility constructors
by Mark Slee
· 17 years ago
1ac120f
Thrift: Install reflection_limited.thrift
by David Reiss
· 17 years ago
1746e30
Thrift: Fix a compile error.
by David Reiss
· 17 years ago
dd7796f
Thrift: Fix untriggerable bug.
by David Reiss
· 17 years ago
18bf22d
Thrift: Generate structural fingerprints for thrift structs.
by David Reiss
· 17 years ago
2375312
Thrift: Limited Reflection for C++.
by David Reiss
· 17 years ago
5ec8e26
Thrift: Fix fastbinary.c for Python 2.4.
by David Reiss
· 17 years ago
382fc30
Thrift: Native-code Binary Protocol encoder.
by David Reiss
· 17 years ago
40c6ac5
Possible Thrift memory leak
by Mark Slee
· 17 years ago
3f808ab
Thrift: TMemoryBuffer::getAppendBufferToString fix.
by David Reiss
· 17 years ago
cf3c124
Trivial automake fix
by Mark Slee
· 17 years ago
e087a30
Thrift: Make use of get_true_type.
by David Reiss
· 17 years ago
a41c870
Thrift: TMemoryBuffer::getBufferAsString only returns written portion.
by David Reiss
· 17 years ago
d4a269c
Thrift: No using namespace.
by David Reiss
· 17 years ago
402ee28
Fix TNonBlockingServer libevent issue in ThreadPool mode
by Mark Slee
· 17 years ago
25b5ee3
Thrift: TMemoryBuffer now handles NULLs again.
by David Reiss
· 17 years ago
bc3dddb
Thrift: Better handling of strerror_r.
by David Reiss
· 17 years ago
95aaaf1
Thrift: Bugfix.
by David Reiss
· 17 years ago
2dc72c3
Thrift: Move TStringBuffer functionality into TMemoryBuffer.
by David Reiss
· 17 years ago
dd56497
Need sys/types.h includes for FreeBSD
by Mark Slee
· 17 years ago
9843915
Fix thread_t cast again
by Mark Slee
· 17 years ago
04f0b7b
Use reinterpret_cast instead of static_cast for pthread_t => Thread::id_t
by Mark Slee
· 17 years ago
1ec47d4
[adding TStringBuffer for serialization/deserialization from a string]
by yunfang
· 17 years ago
94112d6
Thrift: OCaml TSocket more helpful exceptions
by iproctor
· 17 years ago
937fa62
Perl pass by reference versioning fix
by Mark Slee
· 17 years ago
27ed6ec
Merging Jake Luciani's latest perl code gen fixes
by Mark Slee
· 17 years ago
1b65b72
Generate a -u option for Python Service-remote CLI utility
by Mark Slee
· 17 years ago
5362e70
THRIFT: mutex trylock support
by boz
· 17 years ago
3429b6a
Thrift: Add a useful helper function (in compiler).
by David Reiss
· 17 years ago
8320a92
Thrift: Merging external patch.
by David Reiss
· 17 years ago
cbd4bac
Thrift: docstring revamp step 2.
by David Reiss
· 17 years ago
cdffe26
Thrift: docstring revamp step 1.
by David Reiss
· 17 years ago
fa0c857
[thrift] erlang: log more tTransportExceptions
by Christopher Piro
· 17 years ago
e470aa3
Thrift: OCaml TSocket fix
by iproctor
· 17 years ago
7dafc94
Fix Java test cases
by Mark Slee
· 17 years ago
7e2cda1
Fix C++ enum deserialization
by Mark Slee
· 17 years ago
7897c92
Thrift: OCaml and HS servers more general
by iproctor
· 17 years ago
6148175
Thrift: Fix thrift.vim.
by David Reiss
· 17 years ago
202111d
Thrift: More constant enums.
by David Reiss
· 17 years ago
6f22655
Thrift: Fixed rookie mistake.
by David Reiss
· 17 years ago
8dae994
Thrift: Improved test case.
by David Reiss
· 17 years ago
ee59884
[thrift] handle timeouts and other errors gracefully (Erlang)
by Christopher Piro
· 17 years ago
17496a0
Typo and comment fix
by Mark Slee
· 17 years ago
80cdca7
-- fix memory leak in TThreadedServer
by Aditya Agarwal
· 17 years ago
c3c6c0c
[thrift] make Erlang server noisy when handler has error
by Christopher Piro
· 17 years ago
5b3a8f7
[thrift] improved error logging and handling for Erlang bindings
by Christopher Piro
· 17 years ago
99e2c07
-- allow packaging of thrift as an rpm
by Aditya Agarwal
· 17 years ago
0dd0916
-- Adding TMemoryBuffer.py
by Aditya Agarwal
· 17 years ago
c2532a9
Thrift: Allow whole program doctext.
by David Reiss
· 17 years ago
1ac0580
Thrift: Change docstring syntax.
by David Reiss
· 17 years ago
d0767c5
Fix Thrift compiler to support reuse of enums and constants in later constants
by Mark Slee
· 17 years ago
a46438e
[Thrift] fixing python server socket bind permissions
by pfung
· 17 years ago
2654956
Fix for IPv6 Python sockets binding localhost problem
by Mark Slee
· 17 years ago
5b41819
-- remove default seekToEnd
by Aditya Agarwal
· 17 years ago
877237a
Thrift: Catch what you throw.
by David Reiss
· 17 years ago
96d2388
Thrift: Cleaned up whitespace.
by David Reiss
· 17 years ago
5f5fdf3
[thrift] maps, lists, sets, and service inheritance for Erlang
by Christopher Piro
· 17 years ago
ff8eb92
Thrift: Haskell library and codegen
by iproctor
· 17 years ago
5ced286
Thrift: Ruby cogeden not creating exception fields properly.
by iproctor
· 17 years ago
e168d5e
Summary: TSocket shouldn't let you set the timeout before it's got a valid handle
by James Wang
· 17 years ago
d4de1e9
Thrift: OCaml library binary protocol fix
by iproctor
· 17 years ago
8737260
[thrift] stupid case bug in Erlang codegen
by Christopher Piro
· 17 years ago
Next »