common/thrift.git
2009-01-05  David Reissjava: Add a helper function to implement nocamel style
2009-01-05  David ReissTHRIFT-191. java: Create a static field id -> name...
2009-01-05  David ReissTHRIFT-138. java: Fix copy constructor for binary fields
2009-01-05  David ReissTHRIFT-241. python: Generate a better implementation...
2008-12-23  T Jake LucianiTHRIFT-193: Patch for proper namespace support in perl...
2008-12-23  T Jake LucianiTHRIFT-2: check for thrift::socket handle being null
2008-12-22  David ReissTHRIFT-208. Fix ax_java.m4 for Ubuntu 8.10
2008-12-22  T Jake LucianiTHRIFT-190. Added dependency check to perl Makefile
2008-12-16  David ReissTHRIFT-220. Add some stuff to svn:ignore
2008-12-16  David ReissTHRIFT-225. java/cpp: Handle non-i32 integer constants...
2008-12-13  Kevin Clarkrb: Thrift.check_type should check struct classes ...
2008-12-10  David ReissTHRIFT-121. Support arbitrary type annotations
2008-12-05  David ReissTHRIFT-203. cpp: Make library headers compile under...
2008-12-02  David ReissTHRIFT-214. cpp: Qualify a cast to fix OSX compilation
2008-12-02  David ReissTHRIFT-215. cpp: Disable an assertion that fails on...
2008-12-02  David ReissTHRIFT-217. Use "--gen py" instead of "-py" in build...
2008-12-02  David ReissTHRIFT-138. java: Create deep-copy constructors for...
2008-11-21  David ReissTHRIFT-81. java: TNonblockingServer: Support a limit...
2008-11-21  David ReissTHRIFT-142. java: Better handling of required fields
2008-11-21  David ReissTHRIFT-194. cpp: Properlyl namespace exception types...
2008-11-21  David ReissTHRIFT-172. java: Improve toString output for binary...
2008-11-21  David ReissTHRIFT-139. java: Fix indentation in beans mode
2008-11-20  David ReissTHRIFT-202: java: Fix "make check"
2008-11-20  David ReissRemove compiler/cpp/version.h in "make clean"
2008-11-20  David ReissFix "make distclean" when Ruby is not in use
2008-11-19  Kevin Clarkrb: Remove extra validate in read [THRIFT-207]
2008-11-14  Kevin ClarkMerge branch 'THRIFT-143'
2008-11-14  Kevin Clarkrb: Validate struct _after_ read. [THRIFT-206]
2008-11-11  Kevin Clarkrb: raise if an object is serialized without required...
2008-11-07  David ReissTHRIFT-67. python: Add TNonblockingServer
2008-10-31  Kevin Clarkrb: Performance tweaks in Struct#initialize [THRIFT...
2008-10-31  Kevin Clarkrb: Add docstrings to generated ruby code [THRIFT-147]
2008-10-30  David ReissTHRIFT-186. erl: Make the Makefile work on OpenSolaris
2008-10-29  David ReissTHRIFT-168. cpp: Clear transport buffers before a flush
2008-10-29  David ReissTHRIFT-179. java: Include per-field docstrings in gener...
2008-10-29  David ReissMake t_field inherit from t_doc instead of reimplementi...
2008-10-27  Mark SleeTHRIFT-183 let non-root issues run fb303 status commands
2008-10-22  David ReissMake a pointer const to fix a warning
2008-10-22  David ReissAdd a missing include to fix compilation on Ubuntu...
2008-10-22  David ReissAdd more files to .gitignore
2008-10-22  David ReissMake .gitignore more specific
2008-10-21  David ReissTHRIFT-173. Commit the html generator
2008-10-20  David ReissTHRIFT-177. cpp: Add a missing "std::"
2008-10-17  David ReissTHRIFT-109. python: Use self.assert* instead of assert...
2008-10-16  Kevin Clarkrb: Create constants for field ids in generated structs...
2008-10-16  Kevin Clarkrb: Update HTTPClientSpec for THRIFT-156
2008-10-15  Kevin Clarkrb: Support SSL and correct Content-Type in HTTPClient...
2008-10-14  Mark SleeTHRIFT-170: Buffered transports leave data in write...
2008-10-14  Mark SleeTHRIFT-169: Fixes framed/buffered transport state on...
2008-10-09  David ReissTHRIFT-139. java: Expose field ids in more useful ways
2008-10-08  David ReissTHRIFT-152. java: Set isset appropriately in structure...
2008-10-07  David ReissFix a compile bug introduced by r702644
2008-10-07  David ReissTHRIFT-145. java: Make TNonblockingServer more robust...
2008-10-07  David ReissTHRIFT-149. cpp: Make TNonblockingServer handle a shut...
2008-10-07  David ReissTHRIFT-108. python: Fix call to PyDict_Next in fastbinary.c
2008-10-01  David ReissTHRIFT-119. java: structs' toString omits unset optiona...
2008-10-01  David ReissTHRIFT-120. java: Make the nocamel option work for...
2008-10-01  David ReissTHRIFT-100. java: Set __isset better in beans style
2008-09-29  Mark SleePython generator exception namespacing, THRIFT-150
2008-09-20  David Reisscontrib/fb303: Some changes to the build for the Scribe...
2008-09-04  David ReissTHRIFT-130. java: Eliminate frame{Read,Write} from...
2008-08-26  Kevin Clarkrb: Add pretty inspect, optional field hint for Thrift...
2008-08-25  Kevin Clarkrb: Add FramedTransport#borrow/consume! [THRIFT-117]
2008-08-25  Kevin Clarkrb: Speed up Struct#initialize for optional fields...
2008-08-04  Kevin ClarkMerge branch 'THRIFT-103'
2008-08-04  David Reissjava: Specify in build.xml that we are using Java 1.5
2008-08-01  Kevin Clarkrb: Check container elements when Thrift.type_checking...
2008-07-31  David ReissTHRIFT-48. python: Make TServerSocket work with Unix...
2008-07-28  Kevin Clarkrb: Support `raise Xception, message` for Structs that...
2008-07-28  Kevin Clarkrb: Add ext/ to loadpath so BinaryProtocolAccelerated...
2008-07-28  Kevin Clarkrb: Ensure the transport is closed if an exception...
2008-07-27  David ReissTHRIFT-99. php: Add scheme (http[s], etc.) support...
2008-07-25  David Reissrb: Teach BinaryProtocolAccelerated to encode strings...
2008-07-25  David Reissrb: Spec out Thrift::BinaryProtocolAccelerated [THRIFT-90]
2008-07-25  David Reissrb: BinaryProtocolAccelerated should use Thrift::Protoc...
2008-07-25  David ReissTHRIFT-91. cpp: Fix compilation on Fedora Core 9
2008-07-24  David ReissTHRIFT-64. java: Allow TServerSocket to bind to a speci...
2008-07-24  David ReissTHRIFT-85. Include an example of an optional field...
2008-07-24  David ReissTHRIFT-95. cpp: Fix write buffer initialization in...
2008-07-22  David ReissTHRIFT-94. erlang: Fix a syntax error
2008-07-21  David ReissTHRIFT-92. Remove the shebang line from reflection_limi...
2008-07-21  David ReissTHRIFT-93. Remove unnecessary shebang lines from Python...
2008-07-18  Kevin Clarkrb: Improve IOStreamTransport to behave more like a...
2008-07-18  Kevin Clarkrb: Display field name in type-checking error [THRIFT-78]
2008-07-18  Kevin Clarkrb: Add TProtocolException to the backwards_compatibili...
2008-07-18  Kevin Clarkrb: Add optional timeout argument to Thrift::Socket...
2008-07-17  David Reissphp: Fix an undefined variasble in an error message
2008-07-16  David ReissTHRIFT-83. erlang: Don't flush an empty buffer in the...
2008-07-14  David Reissjava: Add nocamel option to not CamelCase field accesso...
2008-07-13  David Reissjava: Close broken connections [THRIFT-73]
2008-07-13  David Reisscpp: Eliminate the use of fprintf [THRIFT-77]
2008-07-11  David Reiss(THRIFT-37) Add some missing newlines to fprintfs.
2008-07-11  David Reisss/ENABLE_RUBY/WITH_RUBY/ for consistency.
2008-07-11  David ReissAdd erl back to EXTRA_DIST because it doesn't use Automake.
2008-07-11  David Reiss[THRIFT-70] Allow the Java install prefix to be configured.
2008-07-11  David Reiss(THRIFT-69) Fix Util::currentTime for use in applications.
2008-07-08  Kevin Clarkrb: Check Thrift.type_checking earlier for a performanc...
2008-07-08  Kevin Clarkrb: Buffer the slice!s in MemoryBuffer for a significan...
2008-07-08  Kevin ClarkMerge branch 'fastbinary'
2008-07-03  David Reiss(THRIFT-54) Remove "frameResponses" from TNonblockingServer
next