summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* THRIFT-215. cpp: Disable an assertion that fails on various platformsDavid Reiss2008-12-021-1/+3
* THRIFT-217. Use "--gen py" instead of "-py" in build scriptsDavid Reiss2008-12-025-7/+7
* THRIFT-138. java: Create deep-copy constructors for Thrift structsDavid Reiss2008-12-023-2/+258
* THRIFT-81. java: TNonblockingServer: Support a limit on read buffer sizeDavid Reiss2008-11-215-14/+140
* THRIFT-142. java: Better handling of required fieldsDavid Reiss2008-11-211-0/+33
* THRIFT-194. cpp: Properlyl namespace exception types in catchDavid Reiss2008-11-211-1/+1
* THRIFT-172. java: Improve toString output for binary fieldsDavid Reiss2008-11-213-1/+92
* THRIFT-139. java: Fix indentation in beans modeDavid Reiss2008-11-211-0/+1
* THRIFT-202: java: Fix "make check"David Reiss2008-11-201-8/+1
* Remove compiler/cpp/version.h in "make clean"David Reiss2008-11-201-1/+1
* Fix "make distclean" when Ruby is not in useDavid Reiss2008-11-201-1/+3
* rb: Remove extra validate in read [THRIFT-207]Kevin Clark2008-11-191-1/+0
* Merge branch 'THRIFT-143'Kevin Clark2008-11-146-13/+28
* rb: Validate struct _after_ read. [THRIFT-206]Kevin Clark2008-11-141-1/+1
* rb: raise if an object is serialized without required fields [THRIFT-143]Kevin Clark2008-11-115-3/+76
* THRIFT-67. python: Add TNonblockingServerDavid Reiss2008-11-075-21/+349
* rb: Performance tweaks in Struct#initialize [THRIFT-188]Kevin Clark2008-10-311-9/+18
* rb: Add docstrings to generated ruby code [THRIFT-147]Kevin Clark2008-10-311-1/+15
* THRIFT-186. erl: Make the Makefile work on OpenSolarisDavid Reiss2008-10-301-2/+2
* THRIFT-168. cpp: Clear transport buffers before a flushDavid Reiss2008-10-291-8/+10
* THRIFT-179. java: Include per-field docstrings in generated codeDavid Reiss2008-10-292-10/+29
* Make t_field inherit from t_doc instead of reimplementing itDavid Reiss2008-10-291-17/+3
* THRIFT-183 let non-root issues run fb303 status commandsMark Slee2008-10-271-14/+25
* Make a pointer const to fix a warningDavid Reiss2008-10-221-1/+1
* Add a missing include to fix compilation on Ubuntu 8.10David Reiss2008-10-221-0/+2
* Add more files to .gitignoreDavid Reiss2008-10-221-0/+11
* Make .gitignore more specificDavid Reiss2008-10-221-64/+64
* THRIFT-173. Commit the html generatorDavid Reiss2008-10-213-0/+614
* THRIFT-177. cpp: Add a missing "std::"David Reiss2008-10-201-1/+1
* THRIFT-109. python: Use self.assert* instead of assert in testsDavid Reiss2008-10-172-6/+6
* rb: Create constants for field ids in generated structs [THRIFT-165]Kevin Clark2008-10-166-34/+91
* rb: Update HTTPClientSpec for THRIFT-156Kevin Clark2008-10-161-1/+2
* rb: Support SSL and correct Content-Type in HTTPClient [THRIFT-156]Kevin Clark2008-10-151-1/+4
* THRIFT-170: Buffered transports leave data in write buffer on failed flushMark Slee2008-10-141-3/+6
* THRIFT-169: Fixes framed/buffered transport state on underlying flush failureMark Slee2008-10-142-2/+11
* THRIFT-139. java: Expose field ids in more useful waysDavid Reiss2008-10-091-3/+101
* THRIFT-152. java: Set isset appropriately in structure constructorsDavid Reiss2008-10-081-1/+7
* Fix a compile bug introduced by r702644David Reiss2008-10-071-1/+1
* THRIFT-145. java: Make TNonblockingServer more robust against errorsDavid Reiss2008-10-071-2/+6
* THRIFT-149. cpp: Make TNonblockingServer handle a shut-down ThreadManagerDavid Reiss2008-10-071-1/+9
* THRIFT-108. python: Fix call to PyDict_Next in fastbinary.cDavid Reiss2008-10-071-1/+1
* THRIFT-119. java: structs' toString omits unset optional fieldsDavid Reiss2008-10-011-6/+13
* THRIFT-120. java: Make the nocamel option work for more methodsDavid Reiss2008-10-011-8/+33
* THRIFT-100. java: Set __isset better in beans styleDavid Reiss2008-10-011-1/+7
* Python generator exception namespacing, THRIFT-150Mark Slee2008-09-291-1/+1
* contrib/fb303: Some changes to the build for the Scribe releaseDavid Reiss2008-09-209-15/+231
* THRIFT-130. java: Eliminate frame{Read,Write} from TFramedTransportDavid Reiss2008-09-041-40/+0
* rb: Add pretty inspect, optional field hint for Thrift::StructKevin Clark2008-08-265-14/+33
* rb: Add FramedTransport#borrow/consume! [THRIFT-117]Kevin Clark2008-08-252-0/+45
* rb: Speed up Struct#initialize for optional fields [THRFIT-112]Kevin Clark2008-08-252-6/+44