common/thrift.git
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
2008-06-18  Kevin ClarkStop range-checking in BinaryProtocol#write_iNN, it...
2008-06-18  Kevin ClarkRename spec wrapper classes to prevent cross-pollinatio...
2008-06-18  Kevin ClarkAdd spec for BinaryProtocolFactory
2008-06-18  Kevin ClarkSpec out the BinaryProtocol read methods
2008-06-18  Kevin ClarkRaise a RangeError if Protocol.write_<numeric> is calle...
2008-06-18  Kevin ClarkSpec out the BinaryProtocol write methods.
2008-06-18  Kevin ClarkRemove dummy initialize method and empty () parens
2008-06-18  Kevin ClarkFinish speccing out Protocol and ProtocolFactory
2008-06-18  Kevin ClarkStop using for _ in _ in Thrift::Protocol
2008-06-18  Kevin ClarkStart speccing Protocol.
2008-06-18  Kevin ClarkSpec out ProtocolException
2008-06-18  Kevin ClarkSpec out Thrift::Processor
2008-06-18  Kevin ClarkAdd pending spec for sequence-ids on Thrift::Client
2008-06-18  Kevin ClarkAdd backwards-compatibility spec
2008-06-18  Kevin ClarkSpec out Thrift::Client
2008-06-18  Kevin ClarkFully spec out Thrift::Exception and Thrift::Applicatio...
2008-06-18  Kevin ClarkStart speccing exceptions and restore the (message...
2008-06-18  Kevin ClarkFix the last of the deprecated names in tests
2008-06-18  Kevin ClarkFix name usage in tests. Remove test for TTransport...
2008-06-18  Kevin ClarkRemove test_remappings because it isn't comprehensive...
2008-06-18  Kevin ClarkUpdate the tutorial files to stop using deprecated...
2008-06-18  Kevin ClarkFix the requires generated by the compiler
2008-06-18  Kevin ClarkFix more deprecated name usages
2008-06-18  Kevin ClarkFix the shebangs for the tutorial thrift files
2008-06-18  Kevin ClarkUse deprecate_module! where appropriate
2008-06-18  Kevin ClarkSolve the information leak problem between deprecations...
2008-06-18  Kevin ClarkAdd (currently failing) spec for information leak betwe...
2008-06-18  Kevin ClarkUse the correct name in deprecation warnings
2008-06-18  Kevin ClarkImplement deprecate_module! and fully spec it
2008-06-18  Kevin Clarkdeprecate_class! now sets up a proxy class that logs...
2008-06-18  Kevin ClarkEnsure the ruby tutorial uses the current library inste...
2008-06-18  Kevin ClarkFinish renaming/deprecating classes. Change a few more...
2008-06-18  Kevin ClarkAdd new spec for deprecate_class!
2008-06-18  Kevin ClarkClean up the last few deprecation warnings in the tests
2008-06-18  Kevin ClarkFinish up the CamelCase -> ruby_style changes
2008-06-18  Kevin ClarkConvert more CamelCase names to ruby_style
2008-06-18  Kevin ClarkAdd comment and convert super(args)->super
2008-06-18  Kevin ClarkStop re-defining deprecated methods in subclasses
2008-06-18  Kevin ClarkStart renaming camelCase methods to ruby_style
2008-06-18  Kevin ClarkAdd another spec for deprecate!
2008-06-18  Kevin ClarkAdd caller info to the deprecation warning
2008-06-18  Kevin ClarkMove thrift/protocol/tprotocol to thrift/protocol and...
2008-06-18  Kevin ClarkMake `rake` run the ruby tests in test/rb as well as...
next