Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
c416a2730da7979933133c825dd576fee075436a
/
lib
4e441e2
Do not check error code if select returns 0
by Mark Slee
· 18 years ago
a5a783f
Server robustness fixes in Thrift C++ libs
by Mark Slee
· 18 years ago
6e3f637
Proper shutdown functionality for Thrift servers
by Mark Slee
· 18 years ago
7c10eaf
Add join to the ThreadManager
by Mark Slee
· 18 years ago
adde968
Giving Marc K props for crazy bitshifting in PHP binary protocol
by Mark Slee
· 18 years ago
fb40c19
Oops missed license on one python file
by Mark Slee
· 18 years ago
43df5c5
Applying Thrift license to ruby source
by Mark Slee
· 18 years ago
4902c05
Apply Thrift license to PHP source code
by Mark Slee
· 18 years ago
89e2bb8
Applying Thrift software license to Python source
by Mark Slee
· 18 years ago
7eb0d63
Apply Thrift license to Java sources
by Mark Slee
· 18 years ago
9f0c651
Thrift license applied to all the C++ files
by Mark Slee
· 18 years ago
57cc25e
Some Thrift documentation cleanups
by Mark Slee
· 18 years ago
0af62d1
Bogus $this->type in TApplicationException in PHP
by Mark Slee
· 18 years ago
bd8b991
Python HttpClient for Thrift
by Mark Slee
· 18 years ago
2a22a88
Thrift HTTP client optimizations
by Mark Slee
· 18 years ago
4401814
Various bug fixes with the THttpClient
by Mark Slee
· 18 years ago
a2c760b
Whoops there were 2 extra spaces in this code
by Mark Slee
· 18 years ago
8a98e1b
Thrift HTTP client in C++
by Mark Slee
· 18 years ago
d395d57
Same fix to thrift codebase
by Mark Slee
· 18 years ago
49aea10
-- fix overflow error in seekToChunk()
by Aditya Agarwal
· 18 years ago
1ecb1b0
Fix thrift includes
by Mark Slee
· 18 years ago
dac7856
Proper exception types in PHP thrift
by Mark Slee
· 18 years ago
44e5f01
Remove nonexistent TBuf ref
by Mark Slee
· 18 years ago
e74306a
Move constant defs into Thrift.py to avoid cirulcar includes
by Mark Slee
· 18 years ago
92195ae
Starting python exception handling cleanup
by Mark Slee
· 18 years ago
e534119
protocol exceptions in java
by Mark Slee
· 18 years ago
b46c041
More java error codes in thrift
by Mark Slee
· 18 years ago
a9848d7
New thrift c++ error code
by Mark Slee
· 18 years ago
3d42440
Thrift application exceptions in Java
by Mark Slee
· 18 years ago
f3d3363
Application exception types for Thrift
by Mark Slee
· 18 years ago
f983108
Thrift Binary protocol improvements and application exceptions
by Mark Slee
· 18 years ago
3cd75f5
Include debug symbols in thrift builds by default
by Mark Slee
· 18 years ago
0e52839
Take out debug print in TServer constructor
by Mark Slee
· 18 years ago
04342d8
another typo i missed
by Mark Slee
· 18 years ago
fb84b2b
Adityaslop typos in thrift py server
by Mark Slee
· 18 years ago
a0c9241
Thrift: Changing TFileTransport to use the same buffer-swap mechanism that pillar does
by James Wang
· 18 years ago
907e3d6
Fix handling of accept() exceptions in threadedserver
by Mark Slee
· 18 years ago
0b64e77
Thrift: PHP Socket instrumentation for connect/read/write issues
by Martin Kraemer
· 18 years ago
e1165d4
Implement TSimpleServer in Ruby
by Mark Slee
· 18 years ago
fdef47e
-- Servers should not crash on accept.
by Aditya Agarwal
· 18 years ago
af602f5
-- Remove reference to TBufferedRouter.h/cpp in Makefile
by Aditya Agarwal
· 18 years ago
9bae5e7
-- typo in TSocket
by Aditya Agarwal
· 18 years ago
43b6c63
Protocol should hang onto shared pointer for protection but always use underlying raw pointer
by Mark Slee
· 18 years ago
e12d485
-- TBufferedRouterTransport being renamed to TPipedTransport
by Aditya Agarwal
· 18 years ago
5a42958
-- Protocol and transport factories now wrap around a single protocol/transport
by Aditya Agarwal
· 18 years ago
6a5bcaa
-- Protocol and transport factories now wrap around a single protocol/transport
by Aditya Agarwal
· 18 years ago
f954f97
-- Allow specification of socket timeouts in thrift python socket code
by Aditya Agarwal
· 18 years ago
5c46819
-- Protocol and transport factories now wrap around a single protocol/transport
by Aditya Agarwal
· 18 years ago
ee341cb
Thrift: Supported for file descriptor == 0 and cleanup error output
by Martin Kraemer
· 18 years ago
92a2eac
Thrift: Exception message is protected and accessible to derived classes.
by Martin Kraemer
· 18 years ago
10640d8
Thrift fixes for Exceptions and TServerSocket
by Martin Kraemer
· 18 years ago
f23cfd8
TFileTransport %lu => %u
by Mark Slee
· 18 years ago
8cbda85
Prevent direct instantation of ThreadManager
by Mark Slee
· 18 years ago
b3cb629
Adding threaded server to Thrift
by Mark Slee
· 18 years ago
7a20a14
Fix bufferedroutertransport overflow bugs
by Mark Slee
· 18 years ago
cb126a0
Fix for TBufferedTransport double-buffer-size strings
by Mark Slee
· 18 years ago
aaa23ed
Move var declarations out of switch blocks in Thrift
by Mark Slee
· 18 years ago
6d7d595
Ruby support for Thrift
by Mark Slee
· 18 years ago
5091917
Thrift: indentation
by Martin Kraemer
· 18 years ago
0788a70
Separate thrift into libthrift and libthriftnb
by Mark Slee
· 18 years ago
eb0d024
Full automake/autoconf compliance for thrift
by Mark Slee
· 18 years ago
2c9f2fb
-- ThriftLogfile is finally done.
by Aditya Agarwal
· 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
9abb0d6
-- Change concept of protocol and transport factory
by Aditya Agarwal
· 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
1ea9052
-- Nonblocking server changes to allow logging
by Aditya Agarwal
· 18 years ago
794568b
-- additions to ThriftLogfile
by Aditya Agarwal
· 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
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
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
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
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
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
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
e598d07
Thrift: Fix PHP socket fread return
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
9683f77
Fix TType.php problem
by Mark Slee
· 18 years ago
e2bd58d
Add python scons rules
by Mark Slee
· 18 years ago
0f70d77
Mutex was missing from libthrift build
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
35ae1c7
-- Change thrift logging macros to have a T_ prefix
by Aditya Agarwal
· 18 years ago
4ac459f
Fix python server bugs and go to new protocol wraps transport model
by Mark Slee
· 18 years ago
Next »