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 |
2008-06-11 |
David Reiss | fixing behavior declaration for thrift_transport |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | micro optimization in thrift_processor |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | use type-appropriate methods for size and map for dict... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | adding make dialyzer for fun and profit |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | allow writing binaries in thrift_binary_protocol |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Fix warning in generated source for alterl bindings |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Implement inheritance in the alterl generator |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Implement TApplicationException handling in alt_erl... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Add a README to alterl which shows how to use thrift_client |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Remove extra debugging from thrift_client.erl |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Add a thrift client to alterl bindings |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Change alterl thrift_server to use non-blocking TCP... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Fix thrift_processor so that exceptions thrown in async... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Implement async_void in alterl bindings |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Comment out some noisy output from thrift_processor... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Add build/ dir for alterl bindings and remove them... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Implement testAsync for python tests |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Add mkdir ${TARGET_DIR} to erl test Makefile since... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Fix thrift_server to create transport and protocol... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Fix error logging to actually print error and stack... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Handle crashes/errors in the processor by sending back... |
commit | commitdiff | tree | snapshot |
2008-06-11 |
David Reiss | Add thrift_server:stop/1 to stop a running server |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Add stress test implementation for new Erlang |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Don't actually ignore all makefiles in .gitignore ... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Oops - forgot to add the test/erl/Makefile to git |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Implement buffered transport |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Test server for erlang |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Properly handle exceptions |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Fix reading of empty structs/arg lists |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Fix responses for void functions |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Make strings read as lists, not as binary |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Make signedness of integers explicit, and fix double... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Properly uncapitalize package names when referencing... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Fix generation when multiple services are in the same... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Generator for alternative erl bindings, as well as... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Make processor use a service definition and handler... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Read and write of structs, lists, maps, and sets |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Initial commit of alternative erlang lib |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Avoid a filename collision on case-insensitive filesystems. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Don't generate a constants file if there are no constan... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Fix a bug with initialization in JavaBean-style generat... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Print an error instead of segfaulting with a bad compil... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Add newlines to some warning messages in the compiler. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Fix some warnings caused by treating string literals... |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Fix IPv6 on FreeBSD. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Fix some indentation in the PHP generator. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | PHP Generator: Throw an exception on bad types. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Change Python servers to use the standard logging module. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Python forking server should close connection in parent. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Thrift: Allow for alternative Mutex initializers. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Fix locking bug in ThreadManager. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | FunctionRunner Utility Class. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Forking Python server. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Add ProfilerRegisterThead() to PosixThread. |
commit | commitdiff | tree | snapshot |
2008-06-10 |
David Reiss | Make sure list<byte> is List<Byte> in Java gen'd code. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
David Reiss | Fix a few copy-paste errors in TBufferTransports (not... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
David Reiss | Tweak Java Makefile.ams to fix "make distclean". |
commit | commitdiff | tree | snapshot |
2008-05-09 |
David Reiss | Check for ptrdiff_t and fail if we don't have it. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
David Reiss | C++/TFramedTransport: Don't write an empty frame on... |
commit | commitdiff | tree | snapshot |
2008-05-09 |
David Reiss | Fix a small logic error in TBufferedTransport::borrowSlow. |
commit | commitdiff | tree | snapshot |
2008-05-04 |
David Reiss | Switch md5 implementations. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
David Reiss | Remove an unnecessary include of boost/lexical_cast.hpp |
commit | commitdiff | tree | snapshot |
2008-05-01 |
David Reiss | Throw a transport exception if fstat fails. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
David Reiss | Memory-based transport rewrite. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
David Reiss | Properly handle constants of typedef'ed types. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
David Reiss | Eliminate an unused local variable. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
David Reiss | Remove a few unnecessary includes to speed up compiles. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
David Reiss | C++: Make write{Struct,Field}Begin take "name" as a... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
David Reiss | Java: In toString for generated structs, handle nulls. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
David Reiss | Thrift REST parsing allows null object params |
commit | commitdiff | tree | snapshot |
2008-04-29 |
David Reiss | THRIFT: Nonblcoking bug fix |
commit | commitdiff | tree | snapshot |
2008-04-29 |
David Reiss | Persistent conns in TSocketPool |
commit | commitdiff | tree | snapshot |
2008-04-28 |
David Reiss | Add a missing include to Benchmark.cpp to make it build... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
David Reiss | Silence a valgrind complaint by matching "delete[]... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
David Reiss | Version bump to 20080411. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
David Reiss | Add build.xml, src, and LICENSE to EXTRA_DIST in lib... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
David Reiss | Add TBase64Utils.h and TJSONProto.h to lib/cpp/Makefile.am. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
David Reiss | Add contrib to EXTRA_DIST so it goes into make dist. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
David Reiss | Add a distdir rule to lib/erl/Makefile to make "make... |
commit | commitdiff | tree | snapshot |
next |