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-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
2008-06-18
Kevin Clark
Spec out SimpleMongrelHTTPServer
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Stop using deprecated classes in SimpleMongrelHTTPServer
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Add specs for Struct.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Improve compatibility with the old Hash-style set.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Convert fields of type Thrift::Types::SET to use the...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Spec out Server
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Fix blanket exception rescue in ThreadPoolServer
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Remove more empty () parens
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Stop range-checking in BinaryProtocol#write_iNN, it...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Rename spec wrapper classes to prevent cross-pollinatio...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Add spec for BinaryProtocolFactory
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Spec out the BinaryProtocol read methods
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Raise a RangeError if Protocol.write_<numeric> is calle...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Spec out the BinaryProtocol write methods.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Remove dummy initialize method and empty () parens
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Finish speccing out Protocol and ProtocolFactory
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Stop using for _ in _ in Thrift::Protocol
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Start speccing Protocol.
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Spec out ProtocolException
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Spec out Thrift::Processor
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Add pending spec for sequence-ids on Thrift::Client
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Add backwards-compatibility spec
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Spec out Thrift::Client
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Fully spec out Thrift::Exception and Thrift::Applicatio...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Start speccing exceptions and restore the (message...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Fix the last of the deprecated names in tests
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Fix name usage in tests. Remove test for TTransport...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Remove test_remappings because it isn't comprehensive...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Update the tutorial files to stop using deprecated...
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Fix the requires generated by the compiler
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Fix more deprecated name usages
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Fix the shebangs for the tutorial thrift files
commit
|
commitdiff
|
tree
|
snapshot
2008-06-18
Kevin Clark
Use deprecate_module! where appropriate
commit
|
commitdiff
|
tree
|
snapshot
next