1. ca142b0 THRIFT-1198 C++ TestClient and Server Improvements (add Unix Domain Socket, HTTP, JSON) by Roger Meier · 14 years ago
  2. bb09f44 THRIFT-1166 C++ tests in test/cpp broken Patch: David Nadlinger, Roger Meier by Roger Meier · 14 years ago
  3. cd9aea1 THRIFT-151. cpp: TSSLServerSocket and TSSLSocket implementation by Bryan Duxbury · 14 years ago
  4. 5f9614c THRIFT-916 long long becomes int64_t by Roger Meier · 14 years ago
  5. 2324871 THRIFT-928. cpp: Thrift Server Client Stats by David Reiss · 14 years ago
  6. b7762a0 THRIFT-922. cpp: Update C++ generator to emit templatized code by David Reiss · 14 years ago
  7. e71115b THRIFT-922. cpp: Templatize binary and compact protocol by David Reiss · 14 years ago
  8. ef7200f THRIFT-928. cpp: Include request/response size in processor callbacks by David Reiss · 14 years ago
  9. d719206 THRIFT-928. cpp: Processor-level event callbacks by David Reiss · 14 years ago
  10. 833ae49 THRIFT-920. cpp: C++ Test and Tutorial does not compile anymore due to the change within Enum handling by Bryan Duxbury · 14 years ago
  11. 346a268 THRIFT-456. cpp: Bad IP address string in test/cpp/src/main.cpp by Bryan Duxbury · 14 years ago
  12. cf8c94a THRIFT-426. cpp: Fix include path under test/cpp by David Reiss · 16 years ago
  13. d0251dd cpp: Rename Makefiles under test/cpp by David Reiss · 16 years ago
  14. 356d570 cpp: Fix test server/client under test/cpp by David Reiss · 16 years ago
  15. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  16. 6ce401d THRIFT-136. s/async/oneway/ in misc places by David Reiss · 16 years ago
  17. c51986f THRIFT-136. s/async/oneway/ in comments by David Reiss · 16 years ago
  18. b139f64 THRIFT-325. Remove a bunch of uses of the old command line format by David Reiss · 16 years ago
  19. b5e6221 THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift by T Jake Luciani · 16 years ago
  20. 9813cbe cpp: Make the test server compatible with the Python test client by David Reiss · 16 years ago
  21. af78778 (THRIFT-54) Remove "frameResponses" from TNonblockingServer by David Reiss · 17 years ago
  22. 55ff70f Implement TApplicationException handling in alt_erl client by David Reiss · 17 years ago
  23. 3000b5b Add an experiment to measure the likeliness that realloc will avoid a copy. by David Reiss · 17 years ago
  24. 2845b52 Enhance C++ test client to make sure that async void is implemented properly by David Reiss · 17 years ago
  25. 2ab6fe8 Add testAsync to ThriftTest.thrift which verifies async void works properly. by David Reiss · 17 years ago
  26. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
  27. 4637990 Thrift: Fix a bug in a test program. by David Reiss · 17 years ago
  28. 832b262 Thrift: Revamp build to use a single configure.ac. by David Reiss · 17 years ago
  29. 79b1694 Refactor TNonblockingServer to use event_base construct by Mark Slee · 17 years ago
  30. bc3dddb Thrift: Better handling of strerror_r. by David Reiss · 17 years ago
  31. 3e5d2d7 Whitespace fixes on test code by Mark Slee · 18 years ago
  32. e02385b Add thread pool option to NonblockingServer by Mark Slee · 18 years ago
  33. f4f18ec Need using namespace boost in thrift threads test by Mark Slee · 18 years ago
  34. 0c2dff3 Fix broken C++ Thrift test by Mark Slee · 18 years ago
  35. e129a2d Some thrift test code fixes by Mark Slee · 18 years ago
  36. 79e41b8 Update test code with TPipedTransport by Mark Slee · 18 years ago
  37. 739dbe5 Bring C++ thrift stress test up to date with new constructs by Mark Slee · 18 years ago
  38. 0788a70 Separate thrift into libthrift and libthriftnb by Mark Slee · 18 years ago
  39. 6f5e2cb Fix relative paths in test dirs by Mark Slee · 18 years ago
  40. 9e288d4 Add some smaller test cases and fix new single protocol/transport C++ test by Mark Slee · 18 years ago
  41. 1921d20 Fix C++ Thrift test code to work with new gen'd code interface by Mark Slee · 18 years ago
  42. 25b2936 -- Rename TBufferedFileWriter.h/cpp to TFileTransport.h/cpp by Aditya Agarwal · 18 years ago
  43. e9ef8d7 -- TFileTransport (Thrift Logfile) by Aditya Agarwal · 18 years ago
  44. b9ff32a Thrift: C++ peek() method and TException not Exception by Mark Slee · 18 years ago
  45. d717347 Stresstest onto new Thrift C++ model by Mark Slee · 18 years ago
  46. a330265 Fix broken thrift test code for new model by Mark Slee · 18 years ago
  47. 9a07927 Change thrift stress test to .cpp file extension by Mark Slee · 18 years ago
  48. a6b48ea Rename test files to .cpp instead of .cc by Mark Slee · 18 years ago
  49. 3950f47 -- Thrift testing changes by Aditya Agarwal · 18 years ago
  50. b9acf98 Test code updates by Mark Slee · 18 years ago
  51. 794993d Change run() to serve() in all Thrift server interfaces by Mark Slee · 18 years ago
  52. 018b699 Thrift: generate Processors not Servers by Mark Slee · 18 years ago
  53. d788b2e Thrift TTransportFactory model for servers by Mark Slee · 18 years ago
  54. 450585b -- search per-user lib dir first by Aditya Agarwal · 18 years ago
  55. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
  56. 68db166 -- more thrift Makefile changes by Aditya Agarwal · 18 years ago
  57. 0cc0c0a -- generalize Makefile by Aditya Agarwal · 18 years ago
  58. d265552 Thrift: Change Java/C++ server generation by Mark Slee · 18 years ago
  59. f5f2be4 Thrift: standardize coding style by Mark Slee · 18 years ago
  60. dafa3cf Thrift C++ code generation improvements by Mark Slee · 18 years ago
  61. 78f58e2 Thrift generation for Java by Mark Slee · 18 years ago
  62. d3d733a Thrift test improvements, tests for both inline and normal PHP code gen by Mark Slee · 18 years ago
  63. 632f323 Move Thrift StressTest code into test top-level folder by Mark Slee · 18 years ago
  64. b09f588 Uber configure.ac/Makefile.am and configure.ac/Makefile.am for lib/php and compiler by Marc Slemko · 18 years ago
  65. 71d4e47 Cleaned up test code for thrift exception throwing by Marc Slemko · 18 years ago
  66. bf4fd19 Modified C++ code-gen to create default constructors for all non-string primitives so that auto variable instances of structs aren't populated with by Marc Slemko · 18 years ago
  67. e6889de Fixed a few typos - test client and server samples now working with new code generation by Marc Slemko · 18 years ago
  68. 6be374b More boosification of thrift driver, server, transport and protocol code by Marc Slemko · 18 years ago
  69. 6e53644 Thrift now works in PHP, hot stuff by Mark Slee · 19 years ago
  70. 9577100 Thrift test code by Mark Slee · 19 years ago
  71. e854063 Rev 2 of Thrift, the Pillar successor by Mark Slee · 19 years ago