2008-06-18 |
Kevin Clark | Add another spec for deprecate! |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | Add caller info to the deprecation warning |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | Move thrift/protocol/tprotocol to thrift/protocol and... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | Make `rake` run the ruby tests in test/rb as well as... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | Fix up thrift/thrift to only require the the files... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | Set up the class deprecations |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | Actually turn off deprecation when Thrift::DEPRECATION... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | Remove requires of 'thrift/thrift' from library files |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | Add in hook to only provide the deprecated API when... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | Add simple Rakefile for running specs |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | Re-define the semantics of deprecate! and add deprecate... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | rb: TBinaryProtocol => Thrift::BinaryProtocol |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | rb: Add more classes/modules to the Thrift namespace... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | rb: Move client, processor, struct files for consistant... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | rb: Move exceptions, types, processor, client, struct... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | Split out thrift/thrift.rb, add top level thrift.rb... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | rb: Remove extra return statement |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | rb: Add deprecate! method Rename TTransport#readAll... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | rb: Switch to dyn generator syntax for testing namespaces |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | Exercise namespacing in Ruby tests |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | Swap out 'tests' target for 'check' in Ruby Makefile |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | Style tweaks |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | add simple Ruby HTTP server and client classes |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | Clean up Ruby TTransport defs |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | Add tests for Ruby TTransport. Only require .rb files... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | add additional entrypoint to TThreadPoolServer with... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | Reorganize tests |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Kevin Clark | Tweak Ruby Makefile to use --gen syntax |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Rename ax_thrift_gen.m4, which now contains two macros. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Java/TThreadPoolServer: Shut down more gracefully.... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Add a working RPM .spec file to contrib. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Make "make dist" work with the new Erlang stuff. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Move some top-level files into more sensible directories. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Include <cstring> and use "std::" for memset in T[Serve... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Include <cstring> and use "std::" for memcpy in TBuffer... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Include <limits> in TBinaryProtocol.cpp for numeric_limits. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Declare special mutex initializers unconditionally. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Fix some includes in Thrift.{h,cpp}. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Regenerate reflection_limited to pick up some compiler... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Eliminate some trailing whitespace from the generated... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Include limits.h in the compiler for PATH_MAX |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Rename AM_CONDITIONALs from ENABLE_* to WITH_*. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Allow out-of-source builds. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Allow Thrift to be built without the Python library. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Clean up some bad/missed merges from the alterl merge. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | [erl] Finish fixing test_server to work with binary... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | [erl] fix test_server to expect binary type for strings... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Fix thrift_server to work with newest thrift_processor |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | [erl] fix generator to use unexpanded structs for reply... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Rename "alterl" to "erl". |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Remove all of the old Erlang stuff in preparation for... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Add thrift_http_transport for alterl. |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Another whitespace rampage |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Add lib/alterl/ebin to gitignore (it was lost in the... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | add thrift_client:cast |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | adding +native flag to makefile for compilation fun |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Construct tagged tuples directly in thrift_protocol... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Optimize thrift_protocol a bit - eliminate use of a... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Add thrift_file_transport, useful for reading from... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Make fake install target for alterl |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Add back thrift_server.erl which we still use |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Fix thrift_binary_protocol to be hipe-compatible |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Change thrift_disk_log_transport to not flush when... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Add thrift_base64_transport which writes base64 encoded... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Add thrift_client:send_call which sends a function... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Add thrift_disk_log_transport which writes to the disk_... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Factory-ize generation of thrift_binary_protocol to... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Parse options to thrift_socket_transport:new_protocol_f... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Rename "Connector" to "ProtocolFactory" since that... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Modify thrift_client to take in a "connector" function... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Oops - dont' use server.config anymore for alterl tutorial |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | New tutorial for alterl bindings - include working... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Remove another TODO - no need to set "id" field of... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Remove two TODO notes for cpiro that are no longer... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | testing return of empty binary from 0-length thrrift... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | add a case clause to bubble timeouts |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | adding explicit timeout handling and error_logging |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Make invocation of 'find' in alterl Makefile more compa... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | adding socket options to thrift client |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | erlang: move thrift_client connect logic into a handle_... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | erlang thrift_client: wrap gen_tcp:connect in a catch... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | erlang thrift_client will return {stop, Error} in start... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Erlang: add framed_transport and non-strict binary_protocol |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | replacing an io format with error_logger call |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | make read(string) return a binary rather than a list |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | small buffered_transport and client improvements |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | add optional (connect) Timeout parameter to thrift_clie... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | removing more debug_rlogs |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | ok: good to go |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | don't do an exit(normal) |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | add a close to thrift_client to close the underlying... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | don't need to use gen_server:reply |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | changing thrift_processor shutdown to compy with proc_l... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | allow configurable recv_timeouts |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | removing two more debug messages |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | removed extra debugging statements |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | oops forgot a file |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | mochiweb style avoidance of gen_tcp:controlling_process |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Fix thrift_buffered_transport leak in erl bindings |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | if instead of case for a guard comparison |
commit | commitdiff | tree | snapshot |
next |