common/thrift.git
2008-06-11  David ReissImplement TApplicationException handling in alt_erl...
2008-06-11  David ReissAdd a README to alterl which shows how to use thrift_client
2008-06-11  David ReissRemove extra debugging from thrift_client.erl
2008-06-11  David ReissAdd a thrift client to alterl bindings
2008-06-11  David ReissChange alterl thrift_server to use non-blocking TCP...
2008-06-11  David ReissFix thrift_processor so that exceptions thrown in async...
2008-06-11  David ReissImplement async_void in alterl bindings
2008-06-11  David ReissComment out some noisy output from thrift_processor...
2008-06-11  David ReissAdd build/ dir for alterl bindings and remove them...
2008-06-11  David ReissImplement testAsync for python tests
2008-06-11  David ReissAdd mkdir ${TARGET_DIR} to erl test Makefile since...
2008-06-11  David ReissFix thrift_server to create transport and protocol...
2008-06-11  David ReissFix error logging to actually print error and stack...
2008-06-11  David ReissHandle crashes/errors in the processor by sending back...
2008-06-11  David ReissAdd thrift_server:stop/1 to stop a running server
2008-06-10  David ReissAdd stress test implementation for new Erlang
2008-06-10  David ReissDon't actually ignore all makefiles in .gitignore ...
2008-06-10  David ReissOops - forgot to add the test/erl/Makefile to git
2008-06-10  David ReissImplement buffered transport
2008-06-10  David ReissTest server for erlang
2008-06-10  David ReissProperly handle exceptions
2008-06-10  David ReissFix reading of empty structs/arg lists
2008-06-10  David ReissFix responses for void functions
2008-06-10  David ReissMake strings read as lists, not as binary
2008-06-10  David ReissMake signedness of integers explicit, and fix double...
2008-06-10  David ReissProperly uncapitalize package names when referencing...
2008-06-10  David ReissFix generation when multiple services are in the same...
2008-06-10  David ReissGenerator for alternative erl bindings, as well as...
2008-06-10  David ReissMake processor use a service definition and handler...
2008-06-10  David ReissRead and write of structs, lists, maps, and sets
2008-06-10  David ReissInitial commit of alternative erlang lib
2008-06-10  David ReissAvoid a filename collision on case-insensitive filesystems.
2008-06-10  David ReissDon't generate a constants file if there are no constan...
2008-06-10  David ReissFix a bug with initialization in JavaBean-style generat...
2008-06-10  David ReissPrint an error instead of segfaulting with a bad compil...
2008-06-10  David ReissAdd newlines to some warning messages in the compiler.
2008-06-10  David ReissFix some warnings caused by treating string literals...
2008-06-10  David ReissFix IPv6 on FreeBSD.
2008-06-10  David ReissFix some indentation in the PHP generator.
2008-06-10  David ReissPHP Generator: Throw an exception on bad types.
2008-06-10  David ReissChange Python servers to use the standard logging module.
2008-06-10  David ReissPython forking server should close connection in parent.
2008-06-10  David ReissThrift: Allow for alternative Mutex initializers.
2008-06-10  David ReissFix locking bug in ThreadManager.
2008-06-10  David ReissFunctionRunner Utility Class.
2008-06-10  David ReissForking Python server.
2008-06-10  David ReissAdd ProfilerRegisterThead() to PosixThread.
2008-06-10  David ReissMake sure list<byte> is List<Byte> in Java gen'd code.
2008-05-09  David ReissFix a few copy-paste errors in TBufferTransports (not...
2008-05-09  David ReissTweak Java Makefile.ams to fix "make distclean".
2008-05-09  David ReissCheck for ptrdiff_t and fail if we don't have it.
2008-05-09  David ReissC++/TFramedTransport: Don't write an empty frame on...
2008-05-09  David ReissFix a small logic error in TBufferedTransport::borrowSlow.
2008-05-04  David ReissSwitch md5 implementations.
2008-05-01  David ReissRemove an unnecessary include of boost/lexical_cast.hpp
2008-05-01  David ReissThrow a transport exception if fstat fails.
2008-05-01  David ReissMemory-based transport rewrite.
2008-05-01  David ReissProperly handle constants of typedef'ed types.
2008-05-01  David ReissEliminate an unused local variable.
2008-05-01  David ReissRemove a few unnecessary includes to speed up compiles.
2008-04-29  David ReissC++: Make write{Struct,Field}Begin take "name" as a...
2008-04-29  David ReissJava: In toString for generated structs, handle nulls.
2008-04-29  David ReissThrift REST parsing allows null object params
2008-04-29  David ReissTHRIFT: Nonblcoking bug fix
2008-04-29  David ReissPersistent conns in TSocketPool
2008-04-28  David ReissAdd a missing include to Benchmark.cpp to make it build...
2008-04-28  David ReissSilence a valgrind complaint by matching "delete[]...
2008-04-21  David ReissVersion bump to 20080411.
2008-04-21  David ReissAdd build.xml, src, and LICENSE to EXTRA_DIST in lib...
2008-04-21  David ReissAdd TBase64Utils.h and TJSONProto.h to lib/cpp/Makefile.am.
2008-04-21  David ReissAdd contrib to EXTRA_DIST so it goes into make dist.
2008-04-21  David ReissAdd a distdir rule to lib/erl/Makefile to make "make...
2008-04-21  David ReissCheck for ssize_t in configure.ac.
2008-04-20  David ReissDelete a crazy line from fb303's build.xml.
2008-04-18  David ReissThrift: bug fix for interrupting server socket
2008-04-15  David ReissAdd a few missing includes.
2008-04-11  David ReissFix Thrift.cpp for non-Linux systems.
2008-04-11  David ReissAdd simple "check" and "distclean" targets to lib/erl...
2008-04-11  David ReissRemove some .pyc files from fb303.
2008-04-11  David ReissWhitespace change for consistency.
2008-04-11  dweatherford[thrift] Propogate exceptions from transports in thrift...
2008-04-10  iproctorocaml and haskell thrift clients now calling readMessageEnd
2008-04-08  David ReissFix a minor bug in TDebugProtocol and remove dead code.
2008-04-08  David ReissUse poll instead of select in TServerSocket
2008-04-08  David ReissThrift error logging improvements
2008-04-08  David Reissuse poll instead of select in TSocket
2008-04-08  David ReissFix a bug in TPipedTransport that broke pipelining.
2008-04-08  David ReissAdd thrift_dump.cpp to contrib.
2008-04-08  David ReissAdd TFDTransport: a dead-simple wrapper around a file...
2008-04-08  David ReissAdd TProtocolTap: a meta-protocol for "wiretapping".
2008-04-08  David ReissTDebugProtocol: Add support for messages.
2008-04-08  David ReissTDebugProtocol: Support a limit on string length.
2008-04-07  David ReissClean up the unit tests.
2008-04-03  David ReissFix some indentation.
2008-04-03  David ReissRemove sigplanconf.cls and thrift.pdf.
2008-04-03  David ReissUpdate OCamlMakefile to the latest version and include...
2008-04-03  David ReissSquelch most Java 1.6 warnings.
2008-04-03  David ReissMoved the java libraries from src to src/com/facebook...
2008-04-03  pwyckoffadd fb303 to thrift contrib
2008-04-02  David ReissAdd a test client and server for C#.
next