common/thrift.git
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...
2008-06-18  Kevin ClarkFix up thrift/thrift to only require the the files...
2008-06-18  Kevin ClarkSet up the class deprecations
2008-06-18  Kevin ClarkActually turn off deprecation when Thrift::DEPRECATION...
2008-06-18  Kevin ClarkRemove requires of 'thrift/thrift' from library files
2008-06-18  Kevin ClarkAdd in hook to only provide the deprecated API when...
2008-06-18  Kevin ClarkAdd simple Rakefile for running specs
2008-06-18  Kevin ClarkRe-define the semantics of deprecate! and add deprecate...
2008-06-18  Kevin Clarkrb: TBinaryProtocol => Thrift::BinaryProtocol
2008-06-18  Kevin Clarkrb: Add more classes/modules to the Thrift namespace...
2008-06-18  Kevin Clarkrb: Move client, processor, struct files for consistant...
2008-06-18  Kevin Clarkrb: Move exceptions, types, processor, client, struct...
2008-06-18  Kevin ClarkSplit out thrift/thrift.rb, add top level thrift.rb...
2008-06-18  Kevin Clarkrb: Remove extra return statement
2008-06-18  Kevin Clarkrb: Add deprecate! method Rename TTransport#readAll...
2008-06-18  Kevin Clarkrb: Switch to dyn generator syntax for testing namespaces
2008-06-18  Kevin ClarkExercise namespacing in Ruby tests
2008-06-18  Kevin ClarkSwap out 'tests' target for 'check' in Ruby Makefile
2008-06-18  Kevin ClarkStyle tweaks
2008-06-18  Kevin Clarkadd simple Ruby HTTP server and client classes
2008-06-18  Kevin ClarkClean up Ruby TTransport defs
2008-06-18  Kevin ClarkAdd tests for Ruby TTransport. Only require .rb files...
2008-06-18  Kevin Clarkadd additional entrypoint to TThreadPoolServer with...
2008-06-18  Kevin ClarkReorganize tests
2008-06-18  Kevin ClarkTweak Ruby Makefile to use --gen syntax
2008-06-11  David ReissRename ax_thrift_gen.m4, which now contains two macros.
2008-06-11  David ReissJava/TThreadPoolServer: Shut down more gracefully....
2008-06-11  David ReissAdd a working RPM .spec file to contrib.
2008-06-11  David ReissMake "make dist" work with the new Erlang stuff.
2008-06-11  David ReissMove some top-level files into more sensible directories.
2008-06-11  David ReissInclude <cstring> and use "std::" for memset in T[Serve...
2008-06-11  David ReissInclude <cstring> and use "std::" for memcpy in TBuffer...
2008-06-11  David ReissInclude <limits> in TBinaryProtocol.cpp for numeric_limits.
2008-06-11  David ReissDeclare special mutex initializers unconditionally.
2008-06-11  David ReissFix some includes in Thrift.{h,cpp}.
2008-06-11  David ReissRegenerate reflection_limited to pick up some compiler...
2008-06-11  David ReissEliminate some trailing whitespace from the generated...
2008-06-11  David ReissInclude limits.h in the compiler for PATH_MAX
2008-06-11  David ReissRename AM_CONDITIONALs from ENABLE_* to WITH_*.
2008-06-11  David ReissAllow out-of-source builds.
2008-06-11  David ReissAllow Thrift to be built without the Python library.
2008-06-11  David ReissClean up some bad/missed merges from the alterl merge.
2008-06-11  David Reiss[erl] Finish fixing test_server to work with binary...
2008-06-11  David Reiss[erl] fix test_server to expect binary type for strings...
2008-06-11  David ReissFix thrift_server to work with newest thrift_processor
2008-06-11  David Reiss[erl] fix generator to use unexpanded structs for reply...
2008-06-11  David ReissRename "alterl" to "erl".
2008-06-11  David ReissRemove all of the old Erlang stuff in preparation for...
2008-06-11  David ReissAdd thrift_http_transport for alterl.
2008-06-11  David ReissAnother whitespace rampage
2008-06-11  David ReissAdd lib/alterl/ebin to gitignore (it was lost in the...
2008-06-11  David Reissadd thrift_client:cast
2008-06-11  David Reissadding +native flag to makefile for compilation fun
2008-06-11  David ReissConstruct tagged tuples directly in thrift_protocol...
2008-06-11  David ReissOptimize thrift_protocol a bit - eliminate use of a...
2008-06-11  David ReissAdd thrift_file_transport, useful for reading from...
2008-06-11  David ReissMake fake install target for alterl
2008-06-11  David ReissAdd back thrift_server.erl which we still use
2008-06-11  David ReissFix thrift_binary_protocol to be hipe-compatible
2008-06-11  David ReissChange thrift_disk_log_transport to not flush when...
2008-06-11  David ReissAdd thrift_base64_transport which writes base64 encoded...
2008-06-11  David ReissAdd thrift_client:send_call which sends a function...
2008-06-11  David ReissAdd thrift_disk_log_transport which writes to the disk_...
2008-06-11  David ReissFactory-ize generation of thrift_binary_protocol to...
2008-06-11  David ReissParse options to thrift_socket_transport:new_protocol_f...
2008-06-11  David ReissRename "Connector" to "ProtocolFactory" since that...
2008-06-11  David ReissModify thrift_client to take in a "connector" function...
2008-06-11  David ReissOops - dont' use server.config anymore for alterl tutorial
2008-06-11  David ReissNew tutorial for alterl bindings - include working...
2008-06-11  David ReissRemove another TODO - no need to set "id" field of...
2008-06-11  David ReissRemove two TODO notes for cpiro that are no longer...
2008-06-11  David Reisstesting return of empty binary from 0-length thrrift...
2008-06-11  David Reissadd a case clause to bubble timeouts
2008-06-11  David Reissadding explicit timeout handling and error_logging
2008-06-11  David ReissMake invocation of 'find' in alterl Makefile more compa...
2008-06-11  David Reissadding socket options to thrift client
2008-06-11  David Reisserlang: move thrift_client connect logic into a handle_...
2008-06-11  David Reisserlang thrift_client: wrap gen_tcp:connect in a catch...
2008-06-11  David Reisserlang thrift_client will return {stop, Error} in start...
2008-06-11  David ReissErlang: add framed_transport and non-strict binary_protocol
2008-06-11  David Reissreplacing an io format with error_logger call
2008-06-11  David Reissmake read(string) return a binary rather than a list
2008-06-11  David Reisssmall buffered_transport and client improvements
2008-06-11  David Reissadd optional (connect) Timeout parameter to thrift_clie...
2008-06-11  David Reissremoving more debug_rlogs
next