1. c991270 THRIFT-913 Test Case for Url encoded strings + simple enhancement to lib/js/test/RunTestServer.sh by Roger Meier · 14 years ago
  2. 0069cc4 THRIFT-916 no errors on GNU/Linux when compiling with CXXFLAGS="-Wall -Wextra -pedantic" by Roger Meier · 14 years ago
  3. 4c56892 THRIFT-951. java: Add a new isServing() method to TServer by Bryan Duxbury · 14 years ago
  4. 21cd318 spacing cleanup by Bryan Duxbury · 14 years ago
  5. 8684df9 clear a bunch of java warnings, unused code and imports, etc by Bryan Duxbury · 14 years ago
  6. 052bbef THRIFT-952. TBinarySerializer utility class for converting between byte strings and PHP objects by Mark Slee · 14 years ago
  7. 085a3e7 THRIFT-926 Miscellaneous C++ improvements by Roger Meier · 14 years ago
  8. f969bcb THRIFT-862. java: Async client issues / improvements by Bryan Duxbury · 14 years ago
  9. b3d0aa0 THRIFT-946. java: Augment FieldValueMetaData so it differentiates 'string' and 'binary' fields. by Bryan Duxbury · 14 years ago
  10. 25df8e7 THRIFT-926. cpp: Better exception handling in TSimpleServer by David Reiss · 14 years ago
  11. 46e4f25 THRIFT-926. cpp: remove auto-stringification in TLogging.h by David Reiss · 14 years ago
  12. 89a1294 THRIFT-926. cpp: Better buffer management for TNonblockingServer by David Reiss · 14 years ago
  13. 7e729d2 THRIFT-926. cpp: Let TMemoryBuffer::resetBuffer() set size of self-allocated buffer by David Reiss · 14 years ago
  14. f673509 THRIFT-926. cpp: Thrift: throw bad_alloc when malloc fails, not something else by David Reiss · 14 years ago
  15. 2991a0f THRIFT-926. cpp: TFramedTransport: Uphold the strong exception safety guarantee by David Reiss · 14 years ago
  16. ece1a08 THRIFT-926. cpp: TMemoryBuffer: Uphold the strong exception safety guarantee by David Reiss · 14 years ago
  17. 54bec5d THRIFT-926. cpp: Add configurable buffer recycling for TNonblockingServer by David Reiss · 14 years ago
  18. 7197efb THRIFT-926. cpp: Revert r750153 to make way for more flexible version by David Reiss · 14 years ago
  19. 109693c THRIFT-929. cpp: Convert tests to use boost 1.37 by David Reiss · 14 years ago
  20. 0a2d81e THRIFT-926. cpp: Fix inconsistencies in transport read() behavior by David Reiss · 14 years ago
  21. e5c435c THRIFT-929. cpp: Add tests to verify blocking read behavior by David Reiss · 14 years ago
  22. d4788df THRIFT-929. cpp: Test wrapper transports more thoroughly by David Reiss · 14 years ago
  23. 0c025e8 THRIFT-929. cpp: Update TransportTest to test TSocket by David Reiss · 14 years ago
  24. 65e62d3 THRIFT-929. cpp: Reduce default buffer sizes for TransportTest by David Reiss · 14 years ago
  25. 4f9efdb THRIFT-926. cpp: Fix bugs in TFileTransport::flush() by David Reiss · 14 years ago
  26. 4199377 THRIFT-926. cpp: TFileTransportTest timing slightly more lenient by David Reiss · 14 years ago
  27. 709b69f THRIFT-926. cpp: Fix destructor behavior of TFileTransport by David Reiss · 14 years ago
  28. 0e0eb35 THRIFT-926. cpp: Don't sleep in TFileTransport if we have data to write by David Reiss · 14 years ago
  29. a0e1159 THRIFT-926. cpp: remove "standalone" distinction in TZlibTransport by David Reiss · 14 years ago
  30. e94fa33 THRIFT-926. cpp: Make TZlibTransport::flush() behave like other transports by David Reiss · 14 years ago
  31. f2abcf9 THRIFT-929. cpp: Use boost::lognormal_distribution in ZlibTest by David Reiss · 14 years ago
  32. 9a961e7 THRIFT-929. cpp: Convert ZlibTest to use the boost unit test framework by David Reiss · 14 years ago
  33. 3cc9dab THRIFT-929. cpp: Remove TZlibTest dependency on filesystem data by David Reiss · 14 years ago
  34. 56cb796 THRIFT-929. cpp: Fix a couple minor issues in ZlibTest by David Reiss · 14 years ago
  35. 35dc769 THRIFT-929. cpp: Add unit test for transport functionality by David Reiss · 14 years ago
  36. 105961d THRIFT-928. cpp: TNonblockingServer: use TSocket and support TClientInfo by David Reiss · 14 years ago
  37. 67f56ec THRIFT-926. cpp: Remove TServerSocket as a friend class of TSocket by David Reiss · 14 years ago
  38. 44ff76f THRIFT-925. cpp: Add _VALUES_TO_NAMES enum map by David Reiss · 14 years ago
  39. a8af11d THRIFT-926. cpp: Fix an errant argument to a debug statement by David Reiss · 14 years ago
  40. c3b3622 THRIFT-922. cpp: Add profiling code to help conversion to C++ templates by David Reiss · 14 years ago
  41. 2324871 THRIFT-928. cpp: Thrift Server Client Stats by David Reiss · 14 years ago
  42. b7762a0 THRIFT-922. cpp: Update C++ generator to emit templatized code by David Reiss · 14 years ago
  43. 8dfc732 THRIFT-922. cpp: Fix C++ compilation when using list<bool> by David Reiss · 14 years ago
  44. e71115b THRIFT-922. cpp: Templatize binary and compact protocol by David Reiss · 14 years ago
  45. 6806fb8 THRIFT-922. cpp: Convert protocol classes to use non-virtual functions by David Reiss · 14 years ago
  46. e879c2f THRIFT-922. cpp: Convert transport classes to use non-virtual calls by David Reiss · 14 years ago
  47. 72fd0b4 THRIFT-922. cpp: Add shortcutted version of readAll() in TBufferBase by David Reiss · 14 years ago
  48. ea051ca THRIFT-922. cpp: When reading strings, borrow first by David Reiss · 14 years ago
  49. ef7200f THRIFT-928. cpp: Include request/response size in processor callbacks by David Reiss · 14 years ago
  50. 18cd0f0 THRIFT-928. cpp: Make clients call writeEnd on their transports before flush by David Reiss · 14 years ago
  51. 5ddabb8 THRIFT-923. cpp: Implement a fully nonblocking server and client by David Reiss · 14 years ago
  52. d719206 THRIFT-928. cpp: Processor-level event callbacks by David Reiss · 14 years ago
  53. 8c535ab THRIFT-922. cpp: Revert the BufferBase part of r750585 by David Reiss · 14 years ago
  54. 1df96ce THRIFT-945. java: TAsyncClient class's currentMethod is never set, hence a second call on the same client will fail if a previous call is ongoing. by Bryan Duxbury · 14 years ago
  55. ded25bb THRIFT-941. php: Make PHP C Extension use the defined Protocol writeMessageBegin function by Bryan Duxbury · 14 years ago
  56. c657447 THRIFT-932. hs: Haskell tests need to be run through 'make check' (and probably 'cabal check') too by Bryan Duxbury · 14 years ago
  57. ffca7e1 THRIFT-944. hs: Support all version-4s of base by Bryan Duxbury · 14 years ago
  58. 371372e THRIFT-933 : looks fine, and cabal check looks good as well by Anthony F. Molinaro · 14 years ago
  59. 687c412 THRIFT-943: fix typo by Anthony F. Molinaro · 14 years ago
  60. 3e07a8f erlang: Use Automake SUBDIRS instead of a manual forwarding rule by David Reiss · 14 years ago
  61. 653eada THRIFT-841. Exclude generated php and erlang Makefiles from "make dist" by David Reiss · 14 years ago
  62. 8a441a4 THRIFT-940 use BOOST_LDFLAGS for unit tests, required to build on Mac OS X by Roger Meier · 14 years ago
  63. 5bb525c THRIFT-939. java: optional binary fields throw NPE on default byte[] getters by Bryan Duxbury · 14 years ago
  64. e1ae6b4 bump versions to 0.6.0 by Bryan Duxbury · 14 years ago
  65. a18364a THRIFT-900. cpp: Unix domain socket by Bryan Duxbury · 14 years ago
  66. b1a283f THRIFT-912. java: Fix some bugs in SASL implementation, update protocol spec slightly by Todd Lipcon · 14 years ago
  67. 84a7c2a THRIFT-931. java: Add log4j.properties missing from previous commit by Todd Lipcon · 14 years ago
  68. fcaa8f5 THRIFT-931. java: Use log4j for Java tests by Todd Lipcon · 14 years ago
  69. fa6eaca THRIFT-919 : updated haskell README by Anthony F. Molinaro · 14 years ago
  70. abafd79 THRIFT-335. python: Initial implementation of TCompactProtocol by David Reiss · 14 years ago
  71. a5df7c7 THRIFT-905: hook haskell into autoconf by Anthony F. Molinaro · 14 years ago
  72. 3a3686f THRIFT-917. java: THsHaServer should not accept an ExecutorService without catching RejectedExecutionException by Bryan Duxbury · 14 years ago
  73. daef1c8 THRIFT-743: seems to compile and doesn't break other tests, so seems fine for now by Anthony F. Molinaro · 14 years ago
  74. 7466bcd THRIFT-914 : haskell bindings compile easier by Anthony F. Molinaro · 14 years ago
  75. 75a33e8 THRIFT-906. hs: Improve type mappings by Bryan Duxbury · 14 years ago
  76. 6a1fb17 THRIFT-909. rb: allow block argument to struct constructor by Bryan Duxbury · 14 years ago
  77. 1237dcb THRIFT-880. javame: JavaME code generator and runtime library by Bryan Duxbury · 14 years ago
  78. e59a80f THRIFT-901. hs: Allow the bindings to compile without -fglasgow-exts and with -Wall -Werror by Bryan Duxbury · 14 years ago
  79. fd32d79 THRIFT-323. csharp: TJSONProtocol by Bryan Duxbury · 14 years ago
  80. 416eea9 THRIFT-885: fix string encoding by T Jake Luciani · 14 years ago
  81. 83c4795 THRIFT-899. rb: Ruby read timeouts can sometimes be 2x what they should be by Bryan Duxbury · 14 years ago
  82. d920765 THRIFT-882. java: deep copy of binary fields does not copy ByteBuffer characteristics (arrayOffset, position) by Bryan Duxbury · 14 years ago
  83. a7420b6 THRIFT-894. java: Make default accessors for binary fields return byte[]; provide new accessors to get ByteBuffer version by Bryan Duxbury · 14 years ago
  84. a4c6d64 java: tiny improvement to async client manager test, for real this time by Bryan Duxbury · 14 years ago
  85. a974146 java: tiny improvement to async client manager test by Bryan Duxbury · 14 years ago
  86. 13ad873 THRIFT-896. java: TNonblockingSocket.isOpen() returns true even after close() by Bryan Duxbury · 14 years ago
  87. 34628f3 THRIFT-250. java: ExecutorService as a constructor parameter for TServer by Bryan Duxbury · 14 years ago
  88. 855294b THRIFT-888. java: async client should also have nonblocking connect by Bryan Duxbury · 14 years ago
  89. d483712 THRIFT-876. java: Add SASL support by Bryan Duxbury · 14 years ago
  90. ef16420 THRIFT-698 - fix .app file, remove unused parts of build system, updated LICENSE to reflect changes by Anthony F. Molinaro · 14 years ago
  91. 7a0825c THRIFT-856. cpp: Building cpp library fails on OS X with malloc and free not being declared in scope by Bryan Duxbury · 14 years ago
  92. a9ca25a THRIFT-666. python: Allow THttpServer's responses to be overridden by David Reiss · 14 years ago
  93. c564fa5 THRIFT-596. python: Make the TBufferedTransport read buffer size configurable by David Reiss · 14 years ago
  94. 8ede818 THRIFT-798. cpp: Reduce resource leakage by TNonblockingServer destructor by David Reiss · 14 years ago
  95. 383e949 THRIFT-567. cpp: Can't immediately stop a TSimpleServer thread that is idle by Bryan Duxbury · 14 years ago
  96. d6a02ff THRIFT-597. py: Python THttpServer performance improvements by Bryan Duxbury · 14 years ago
  97. f2ef59f THRIFT-598. py: Allow Python's threading servers to use daemon threads by Bryan Duxbury · 14 years ago
  98. 472eb3c THRIFT-629. cocoa: Unused Field In TSocketServer Appears To Break iPhone Build by Bryan Duxbury · 14 years ago
  99. 7112c07 THRIFT-875 : missing dist file by Anthony F. Molinaro · 14 years ago
  100. 727d67d THRIFT-721. py: THttpClient ignores url parameters by Bryan Duxbury · 14 years ago