Code Review
/
common
/
thrift.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
review
|
tree
first ⋅ prev ⋅
next
common/thrift.git
2008-06-30
David Reiss
(THRIFT-45) TNonblockingServer (C++): only do one write...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
David Reiss
Partial handlling of 64-bit integer constants.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
David Reiss
(THRIFT-40) Add -version switch to the compiler to...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
David Reiss
(THRIFT-61) Fix "make check" for the C++ library by...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-30
David Reiss
(THRIFT-12) Make the Java library use java.util.logging...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-26
Kevin Clark
rb: Ensure the specs that expect deprecation warnings...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-26
Kevin Clark
rb: The deprecation stuff should skip thrift library...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-26
Kevin Clark
rb: Add some additional error handling to Thrift::Socke...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-26
Kevin Clark
rb: Add stubs for rake install/package when Echoe not...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-26
Kevin Clark
rb: BufferedTransport should flush on close [THRIFT-49]
commit
|
commitdiff
|
tree
|
snapshot
2008-06-26
Kevin Clark
rb: Use File.dirname(__FILE__) in generated requires...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-24
Kevin Clark
rb: Make TServer.py Python 2.4 compatible [THRIFT-44]
commit
|
commitdiff
|
tree
|
snapshot
2008-06-24
Kevin Clark
rb: When passing unknown keys to Thrift::Struct.new...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-24
Kevin Clark
rb: Delete setup.rb [THRIFT-38]
commit
|
commitdiff
|
tree
|
snapshot
2008-06-24
Kevin Clark
rb: rewrite the README [THRIFT-38]
commit
|
commitdiff
|
tree
|
snapshot
2008-06-24
Kevin Clark
rb: Change the license from Thrift Software License...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-24
Kevin Clark
rb: Use Echoe to manage the gem [THRIFT-38]
commit
|
commitdiff
|
tree
|
snapshot
2008-06-24
Kevin Clark
rb: Reorganize the Rakefile a bit [THRIFT-38]
commit
|
commitdiff
|
tree
|
snapshot
2008-06-24
Kevin Clark
rb: Use defined? JRUBY_VERSION to detect JRuby [THRIFT-38]
commit
|
commitdiff
|
tree
|
snapshot
2008-06-24
Kevin Clark
rb: require 'thrift' first in generated service definit...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-24
Kevin Clark
rb: Bugfix for deprecation code [kevin@rapleaf.com...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-20
Doug Cutting
THRIFT-43. Ignore build-generated files.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Switch NonblockingServer spec from Queue to sleep
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: NonblockingServer: Use a select() loop in the accep...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Set default host for benchmark to 127.0.0.1
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Fix the timeout used for joining threads when calli...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Add hooks for THRIFT_HOST and THRIFT_PORT in the...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Add control for the number of client processes...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Add debug logger message for processing frames
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Make a few of the NonblockingServer specs pass...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Fix up the deprecation spec for JRuby
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Fix the binaryprotocol spec to run under jruby
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Increase the benchmark startup time and add more...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Drop the benchmark worker spawn delay to 0.01
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Catch TransportException errors during the benchmar...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: flush STDOUT after starting the benchmark server...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Give the benchmark server more time to start up
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Turn off debug logging in benchmark/thin_server.rb
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Fix some incorrect reporting by the benchmark.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Enhance the output of the benchmark
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: split up benchmark into separate server/client...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Switch from read_nonblock to readpartial to make...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Add spec to ensure UNIXServerSocket deletes the...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Enable logging debug info in benchmark/thin_server.rb
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Tweak the benchmark to allow running the server...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Wrap a semaphore around @serverTransport.close...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Implement Thrift::UNIXSocket and Thrift::UNIXServer...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Implement Thrift::Serializer and Thrift::Deserializer
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Add the path to gen-rb to $: in spec_helper instead...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Don't type-check when given a nil value.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Implement type-checking in Thrift::Struct.new and...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Fix struct_spec to use a proper description
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Add helpers for optional type-checking
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Completely rewrite Thrift::NonblockingServer
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Add a hack to prevent fastthread from being loaded...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Enhance non-blocking read in Socket
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Remove an unnecessary return statement
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Stop using fastthread, it seems to give no benefit...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Add benchmarking code for Thrift::NonblockingServer
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Add synchronization around shared resources in Nonblock...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Enhance the backwards compatibility spec to ensure...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Stop calling rspec_clear in specs (which really...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Add thrift/protocol/binaryprotocol to the root...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Add spec for shutting down NonblockingServer in...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Struct#new should properly initialize boolean values
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
rb: Thrift::Socket should return false from #open?...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Implement NonblockingServer and add specs
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Squelch warning about parens and standardize require...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Add optional host argument to ServerSocket
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Teach Socket how to read_nonblock
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Add a few accessors and specs to prepare for the upcomi...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Remove dummy initialize method
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Rubify Socket and ServerSocket
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Finish rubifying MemoryBuffer and FramedTransport
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Make a lot of miscellaneous ruby-styling changes
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Fix default values of non-primitive types being shared...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Mark failing tests as pending
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Fix odd bug in integration tests where it passed the...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Add failing spec for Socket closing when it has an...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Add new spec for properly initializing boolean values
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Add new gen-rb task to rebuild the bundled thrift gener...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Add failing spec for sharing of default values between...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Add missing test for ServerSocket
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Add two missing tests for FramedTransport
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Stop using Array#pack and test using the raw bytes...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Add useless struct test for code coverage
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Test BinaryProtocol#read_message_header with bad data
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Tweak the code to turn on Deprecation to make rcov...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Oops, call #skip instead of #read_type when testing...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Add rcov_spec task
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Spec out Socket and ServerSocket
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Fix exception handling inside Socket#read
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Strip the rest of the empty () parens
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Stop using deprecated name TSocket and fix TCPserver...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Spec out HTTPClient
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Spec out MemoryBuffer and IOStreamTransport
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Strip more empty parens
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Rip out MemoryBuffer#get_buffer
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
open? should return true, not 1
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Spec out TransportException, Transport, ServerTransport...
commit
|
commitdiff
|
tree
|
snapshot
next