common/thrift.git
2008-06-26  Kevin Clarkrb: Add stubs for rake install/package when Echoe not...
2008-06-26  Kevin Clarkrb: BufferedTransport should flush on close [THRIFT-49]
2008-06-26  Kevin Clarkrb: Use File.dirname(__FILE__) in generated requires...
2008-06-24  Kevin Clarkrb: Make TServer.py Python 2.4 compatible [THRIFT-44]
2008-06-24  Kevin Clarkrb: When passing unknown keys to Thrift::Struct.new...
2008-06-24  Kevin Clarkrb: Delete setup.rb [THRIFT-38]
2008-06-24  Kevin Clarkrb: rewrite the README [THRIFT-38]
2008-06-24  Kevin Clarkrb: Change the license from Thrift Software License...
2008-06-24  Kevin Clarkrb: Use Echoe to manage the gem [THRIFT-38]
2008-06-24  Kevin Clarkrb: Reorganize the Rakefile a bit [THRIFT-38]
2008-06-24  Kevin Clarkrb: Use defined? JRUBY_VERSION to detect JRuby [THRIFT-38]
2008-06-24  Kevin Clarkrb: require 'thrift' first in generated service definit...
2008-06-24  Kevin Clarkrb: Bugfix for deprecation code [kevin@rapleaf.com...
2008-06-20  Doug CuttingTHRIFT-43. Ignore build-generated files.
2008-06-18  Kevin Clarkrb: Switch NonblockingServer spec from Queue to sleep
2008-06-18  Kevin Clarkrb: NonblockingServer: Use a select() loop in the accep...
2008-06-18  Kevin Clarkrb: Set default host for benchmark to 127.0.0.1
2008-06-18  Kevin Clarkrb: Fix the timeout used for joining threads when calli...
2008-06-18  Kevin Clarkrb: Add hooks for THRIFT_HOST and THRIFT_PORT in the...
2008-06-18  Kevin Clarkrb: Add control for the number of client processes...
2008-06-18  Kevin Clarkrb: Add debug logger message for processing frames
2008-06-18  Kevin Clarkrb: Make a few of the NonblockingServer specs pass...
2008-06-18  Kevin Clarkrb: Fix up the deprecation spec for JRuby
2008-06-18  Kevin Clarkrb: Fix the binaryprotocol spec to run under jruby
2008-06-18  Kevin Clarkrb: Increase the benchmark startup time and add more...
2008-06-18  Kevin Clarkrb: Drop the benchmark worker spawn delay to 0.01
2008-06-18  Kevin Clarkrb: Catch TransportException errors during the benchmar...
2008-06-18  Kevin Clarkrb: flush STDOUT after starting the benchmark server...
2008-06-18  Kevin Clarkrb: Give the benchmark server more time to start up
2008-06-18  Kevin Clarkrb: Turn off debug logging in benchmark/thin_server.rb
2008-06-18  Kevin Clarkrb: Fix some incorrect reporting by the benchmark.
2008-06-18  Kevin Clarkrb: Enhance the output of the benchmark
2008-06-18  Kevin Clarkrb: split up benchmark into separate server/client...
2008-06-18  Kevin Clarkrb: Switch from read_nonblock to readpartial to make...
2008-06-18  Kevin Clarkrb: Add spec to ensure UNIXServerSocket deletes the...
2008-06-18  Kevin Clarkrb: Enable logging debug info in benchmark/thin_server.rb
2008-06-18  Kevin Clarkrb: Tweak the benchmark to allow running the server...
2008-06-18  Kevin Clarkrb: Wrap a semaphore around @serverTransport.close...
2008-06-18  Kevin Clarkrb: Implement Thrift::UNIXSocket and Thrift::UNIXServer...
2008-06-18  Kevin Clarkrb: Implement Thrift::Serializer and Thrift::Deserializer
2008-06-18  Kevin Clarkrb: Add the path to gen-rb to $: in spec_helper instead...
2008-06-18  Kevin Clarkrb: Don't type-check when given a nil value.
2008-06-18  Kevin Clarkrb: Implement type-checking in Thrift::Struct.new and...
2008-06-18  Kevin Clarkrb: Fix struct_spec to use a proper description
2008-06-18  Kevin Clarkrb: Add helpers for optional type-checking
2008-06-18  Kevin Clarkrb: Completely rewrite Thrift::NonblockingServer
2008-06-18  Kevin Clarkrb: Add a hack to prevent fastthread from being loaded...
2008-06-18  Kevin Clarkrb: Enhance non-blocking read in Socket
2008-06-18  Kevin Clarkrb: Remove an unnecessary return statement
2008-06-18  Kevin Clarkrb: Stop using fastthread, it seems to give no benefit...
2008-06-18  Kevin Clarkrb: Add benchmarking code for Thrift::NonblockingServer
2008-06-18  Kevin ClarkAdd synchronization around shared resources in Nonblock...
2008-06-18  Kevin Clarkrb: Enhance the backwards compatibility spec to ensure...
2008-06-18  Kevin Clarkrb: Stop calling rspec_clear in specs (which really...
2008-06-18  Kevin Clarkrb: Add thrift/protocol/binaryprotocol to the root...
2008-06-18  Kevin Clarkrb: Add spec for shutting down NonblockingServer in...
2008-06-18  Kevin Clarkrb: Struct#new should properly initialize boolean values
2008-06-18  Kevin Clarkrb: Thrift::Socket should return false from #open?...
2008-06-18  Kevin ClarkImplement NonblockingServer and add specs
2008-06-18  Kevin ClarkSquelch warning about parens and standardize require...
2008-06-18  Kevin ClarkAdd optional host argument to ServerSocket
2008-06-18  Kevin ClarkTeach Socket how to read_nonblock
2008-06-18  Kevin ClarkAdd a few accessors and specs to prepare for the upcomi...
2008-06-18  Kevin ClarkRemove dummy initialize method
2008-06-18  Kevin ClarkRubify Socket and ServerSocket
2008-06-18  Kevin ClarkFinish rubifying MemoryBuffer and FramedTransport
2008-06-18  Kevin ClarkMake a lot of miscellaneous ruby-styling changes
2008-06-18  Kevin ClarkFix default values of non-primitive types being shared...
2008-06-18  Kevin ClarkMark failing tests as pending
2008-06-18  Kevin ClarkFix odd bug in integration tests where it passed the...
2008-06-18  Kevin ClarkAdd failing spec for Socket closing when it has an...
2008-06-18  Kevin ClarkAdd new spec for properly initializing boolean values
2008-06-18  Kevin ClarkAdd new gen-rb task to rebuild the bundled thrift gener...
2008-06-18  Kevin ClarkAdd failing spec for sharing of default values between...
2008-06-18  Kevin ClarkAdd missing test for ServerSocket
2008-06-18  Kevin ClarkAdd two missing tests for FramedTransport
2008-06-18  Kevin ClarkStop using Array#pack and test using the raw bytes...
2008-06-18  Kevin ClarkAdd useless struct test for code coverage
2008-06-18  Kevin ClarkTest BinaryProtocol#read_message_header with bad data
2008-06-18  Kevin ClarkTweak the code to turn on Deprecation to make rcov...
2008-06-18  Kevin ClarkOops, call #skip instead of #read_type when testing...
2008-06-18  Kevin ClarkAdd rcov_spec task
2008-06-18  Kevin ClarkSpec out Socket and ServerSocket
2008-06-18  Kevin ClarkFix exception handling inside Socket#read
2008-06-18  Kevin ClarkStrip the rest of the empty () parens
2008-06-18  Kevin ClarkStop using deprecated name TSocket and fix TCPserver...
2008-06-18  Kevin ClarkSpec out HTTPClient
2008-06-18  Kevin ClarkSpec out MemoryBuffer and IOStreamTransport
2008-06-18  Kevin ClarkStrip more empty parens
2008-06-18  Kevin ClarkRip out MemoryBuffer#get_buffer
2008-06-18  Kevin Clarkopen? should return true, not 1
2008-06-18  Kevin ClarkSpec out TransportException, Transport, ServerTransport...
2008-06-18  Kevin ClarkSpec out SimpleMongrelHTTPServer
2008-06-18  Kevin ClarkStop using deprecated classes in SimpleMongrelHTTPServer
2008-06-18  Kevin ClarkAdd specs for Struct.
2008-06-18  Kevin ClarkImprove compatibility with the old Hash-style set.
2008-06-18  Kevin ClarkConvert fields of type Thrift::Types::SET to use the...
2008-06-18  Kevin ClarkSpec out Server
2008-06-18  Kevin ClarkFix blanket exception rescue in ThreadPoolServer
2008-06-18  Kevin ClarkRemove more empty () parens
next