summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Swap out 'tests' target for 'check' in Ruby MakefileKevin Clark2008-06-181-2/+2
* Style tweaksKevin Clark2008-06-183-8/+8
* add simple Ruby HTTP server and client classesKevin Clark2008-06-183-0/+83
* Clean up Ruby TTransport defsKevin Clark2008-06-181-7/+7
* Add tests for Ruby TTransport. Only require .rb files in ruby tests.Kevin Clark2008-06-184-1/+69
* add additional entrypoint to TThreadPoolServer with easy exception handlingKevin Clark2008-06-181-4/+18
* Reorganize testsKevin Clark2008-06-188-130/+42
* Tweak Ruby Makefile to use --gen syntaxKevin Clark2008-06-181-2/+2
* Rename ax_thrift_gen.m4, which now contains two macros.David Reiss2008-06-111-0/+0
* Java/TThreadPoolServer: Shut down more gracefully. (THRIFT-11)David Reiss2008-06-111-6/+19
* Add a working RPM .spec file to contrib.David Reiss2008-06-111-0/+188
* Make "make dist" work with the new Erlang stuff.David Reiss2008-06-111-0/+1
* Move some top-level files into more sensible directories.David Reiss2008-06-113-0/+0
* Include <cstring> and use "std::" for memset in T[Server]Socket.cpp.David Reiss2008-06-112-5/+7
* Include <cstring> and use "std::" for memcpy in TBufferTransports.h.David Reiss2008-06-111-2/+3
* Include <limits> in TBinaryProtocol.cpp for numeric_limits.David Reiss2008-06-111-0/+1
* Declare special mutex initializers unconditionally.David Reiss2008-06-111-4/+0
* Fix some includes in Thrift.{h,cpp}.David Reiss2008-06-112-1/+1
* Regenerate reflection_limited to pick up some compiler improvements.David Reiss2008-06-112-41/+51
* Eliminate some trailing whitespace from the generated Python code.David Reiss2008-06-111-2/+2
* Include limits.h in the compiler for PATH_MAXDavid Reiss2008-06-111-1/+1
* Rename AM_CONDITIONALs from ENABLE_* to WITH_*.David Reiss2008-06-113-10/+10
* Allow out-of-source builds.David Reiss2008-06-112-18/+9
* Allow Thrift to be built without the Python library.David Reiss2008-06-113-5/+16
* Clean up some bad/missed merges from the alterl merge.David Reiss2008-06-113-6/+13
* [erl] Finish fixing test_server to work with binary stringsDavid Reiss2008-06-111-9/+9
* [erl] fix test_server to expect binary type for strings rather than listsDavid Reiss2008-06-111-3/+3
* Fix thrift_server to work with newest thrift_processorDavid Reiss2008-06-111-1/+1
* [erl] fix generator to use unexpanded structs for reply_types on functionsDavid Reiss2008-06-111-1/+2
* Rename "alterl" to "erl".David Reiss2008-06-1146-56/+56
* Remove all of the old Erlang stuff in preparation for renaming alterl.David Reiss2008-06-1181-5926/+2
* Add thrift_http_transport for alterl.David Reiss2008-06-111-0/+163
* Another whitespace rampageDavid Reiss2008-06-118-72/+72
* Add lib/alterl/ebin to gitignore (it was lost in the rebase).David Reiss2008-06-111-0/+1
* add thrift_client:castDavid Reiss2008-06-111-1/+18
* adding +native flag to makefile for compilation funDavid Reiss2008-06-111-1/+1
* Construct tagged tuples directly in thrift_protocol rather than making untagg...David Reiss2008-06-111-11/+18
* Optimize thrift_protocol a bit - eliminate use of a dict. gadget on a dump fi...David Reiss2008-06-111-11/+8
* Add thrift_file_transport, useful for reading from files dumped by thrift_dis...David Reiss2008-06-111-0/+69
* Make fake install target for alterlDavid Reiss2008-06-111-0/+3
* Add back thrift_server.erl which we still useDavid Reiss2008-06-111-0/+171
* Fix thrift_binary_protocol to be hipe-compatibleDavid Reiss2008-06-111-1/+10
* Change thrift_disk_log_transport to not flush when flush/1 is called if sync_...David Reiss2008-06-111-9/+27
* Add thrift_base64_transport which writes base64 encoded dataDavid Reiss2008-06-113-1/+87
* Add thrift_client:send_call which sends a function call but doesn't read a re...David Reiss2008-06-112-20/+49
* Add thrift_disk_log_transport which writes to the disk_log moduleDavid Reiss2008-06-113-1/+114
* Factory-ize generation of thrift_binary_protocol to clean things up a bit and...David Reiss2008-06-113-19/+73
* Parse options to thrift_socket_transport:new_protocol_factory/3 "manually" - ...David Reiss2008-06-111-11/+33
* Rename "Connector" to "ProtocolFactory" since that's what it is (response to ...David Reiss2008-06-112-12/+12
* Modify thrift_client to take in a "connector" function as a parameter, enabli...David Reiss2008-06-112-52/+61