common/thrift.git
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
2008-06-11  David Reissok: good to go
2008-06-11  David Reissdon't do an exit(normal)
2008-06-11  David Reissadd a close to thrift_client to close the underlying...
2008-06-11  David Reissdon't need to use gen_server:reply
2008-06-11  David Reisschanging thrift_processor shutdown to compy with proc_l...
2008-06-11  David Reissallow configurable recv_timeouts
2008-06-11  David Reissremoving two more debug messages
2008-06-11  David Reissremoved extra debugging statements
2008-06-11  David Reissoops forgot a file
2008-06-11  David Reissmochiweb style avoidance of gen_tcp:controlling_process
2008-06-11  David ReissFix thrift_buffered_transport leak in erl bindings
2008-06-11  David Reissif instead of case for a guard comparison
2008-06-11  David Reissfixing behavior declaration for thrift_transport
2008-06-11  David Reissmicro optimization in thrift_processor
2008-06-11  David Reissuse type-appropriate methods for size and map for dict...
2008-06-11  David Reissadding make dialyzer for fun and profit
2008-06-11  David Reissallow writing binaries in thrift_binary_protocol
2008-06-11  David ReissFix warning in generated source for alterl bindings
2008-06-11  David ReissImplement inheritance in the alterl generator
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
next