1. da6e6ae THRIFT-1089 JavaScript Quality Assurance with lint by Roger Meier · 14 years ago
  2. 8430d50 THRIFT-1014 JavaScript gjslint compatibility (only line too long warnings) by Roger Meier · 14 years ago
  3. a6d31c5 THRIFT-627. cpp: should c++ have setters for optional fields? by Bryan Duxbury · 14 years ago
  4. a48b7d6 THRIFT-1083. py: Preforking python process pool server by Bryan Duxbury · 14 years ago
  5. 0244e93 THRIFT-983 js: add version Info to the library by Roger Meier · 14 years ago
  6. 6d8219c THRIFT-6 update version info by Roger Meier · 14 years ago
  7. b4bcbe3 THRIFT-1014 JavaScript code should use semicolon-terminated statements by Roger Meier · 14 years ago
  8. 3f067a8 THRIFT-1084 Typo fixes Patch: Bruce Mitchener by Roger Meier · 14 years ago
  9. 062de1b THRIFT-987 ruby does not build on Debian based distro's by Roger Meier · 14 years ago
  10. e7b1864 THRIFT-867. php: PHP accelerator module's output transport is incompatible with TFramedTransport by Bryan Duxbury · 14 years ago
  11. c46f32c THRIFT-638. php: BufferedTransport + C extensions block until recv timeout is reached on last fread call by Bryan Duxbury · 14 years ago
  12. a971fb0 THRIFT-1081. php: PHP tests broken and somewhat incomplete by Bryan Duxbury · 14 years ago
  13. a2cceb4 THRIFT-1076. erl: Erlang Thrift socket server has a bug that causes java thrift client of framed binary client to throw 'out of sequence' exception by Bryan Duxbury · 14 years ago
  14. 1d373bc THRIFT-1078. php: ThriftTest.thrift generates invalid PHP library by Bryan Duxbury · 14 years ago
  15. bdca9f6 THRIFT-1069. general: Add command line option to prevent thrift from inserting gen-* directories by Bryan Duxbury · 14 years ago
  16. ef6cbfd THRIFT-1011. as3: Error generating package imports when using classes from other packages by Bryan Duxbury · 14 years ago
  17. 46d32b4 THRIFT-1030 C++ THttpTransport doesn't support chucked transfer encoding by Roger Meier · 14 years ago
  18. 9db5e50 THRIFT-1070 C++ compiler and runtime have 32/64bit problems Patch: Rich Salz by Roger Meier · 14 years ago
  19. d992498 THRIFT-863 JavaScript fix Map Type Patch: Henrique Mendonca by Roger Meier · 14 years ago
  20. 60cb3ba THRIFT-1073 fix javadoc target Patch: Diwaker Gupta by Roger Meier · 14 years ago
  21. 9d9c4b9 THRIFT-1071 configure.ac checks for openssl by Roger Meier · 14 years ago
  22. 598bf48 THRIFT-1071 invalid cast breaks build Patch: Rowan Kerr by Roger Meier · 14 years ago
  23. 76d55f6 THRIFT-1065 JavaScript read-undefined-exceptions2 Patch: Henrique Mendonca by Roger Meier · 14 years ago
  24. b3b07d6 THRIFT-1065 JavaScript qUnit test cleanup Patch: Henrique Mendonca by Roger Meier · 14 years ago
  25. a8738b5 THRIFT-1065 Unexpected exceptions not proper handled on JS by Roger Meier · 14 years ago
  26. 2b969ad THRIFT-1068. py: Python SSL Socket Support by Bryan Duxbury · 14 years ago
  27. f1ed926 THRIFT-1067. php: Tons of bugs in php implementation by Bryan Duxbury · 14 years ago
  28. 7d1517a THRIFT-1067. php: Tons of bugs in php implementation by Bryan Duxbury · 14 years ago
  29. cd9aea1 THRIFT-151. cpp: TSSLServerSocket and TSSLSocket implementation by Bryan Duxbury · 14 years ago
  30. cd2ee9a Fix small bug in THRIFT-538 commit: use int32s instead of in64s to encode lengths. by Christian Lavoie · 14 years ago
  31. afc6d8f THRIFT-625: Add support for 'Go'; provided by Aalok Shah. by Christian Lavoie · 14 years ago
  32. 282e717 Remove a pair of useless files. by Christian Lavoie · 14 years ago
  33. c59c30e Use standard sh syntax instead of bash extensions. by Christian Lavoie · 14 years ago
  34. 55ea68f THRIFT-1044 Fix JavaScript Inheritance by Roger Meier · 14 years ago
  35. dd0c328 THRIFT-1045 Support "included"ed thrift files by Roger Meier · 14 years ago
  36. f8bf0d6 add a little README by Anthony F. Molinaro · 14 years ago
  37. 10a8743 Fix the erlang tutorial by Anthony F. Molinaro · 14 years ago
  38. b005c1f THRIFT-1054. build: explicit call to PKG_PROG_PKG_CONFIG is missing and first use of PKG_CHECK_MODULES may not happen, causes mono detection to fail by Bryan Duxbury · 14 years ago
  39. d4c67c3 Fix file 'added twice' by accident by previous commit. by Christian Lavoie · 14 years ago
  40. 410253a Commit client support for framed transport in Haskell from Martin Grabmueller. by Christian Lavoie · 14 years ago
  41. 2bbc328 Patch from Chris Morgan, fixing gcc warnings. by Christian Lavoie · 14 years ago
  42. 4ebaa76 THRIFT-1056 python tests invoked by 'make check' appear broken by Roger Meier · 14 years ago
  43. 0fd37f0 THRIFT-447. java: Make an abstract base Client class so we can generate less code by Bryan Duxbury · 14 years ago
  44. 2d9dfdb THRIFT-1055. csharp: csharp TServerSocket and TSocket do not disable Nagle via Socket.NoDelay = true like cpp and java do by Bryan Duxbury · 14 years ago
  45. 56c2d56 THRIFT-1053. Provide a getUnderlyingTransport function for TSaslTransport by Todd Lipcon · 14 years ago
  46. a026b5d THRIFT-1051. Applying @Override to interface method breaks compile on Java 1.5 by Mark Slee · 14 years ago
  47. b547141 Apply THRIFT-993's patch from Rich Salz (reverting the oneway caching): by Christian Lavoie · 14 years ago
  48. 03ec1e4 revert accidental commit by T Jake Luciani · 14 years ago
  49. 7070aaa THRIFT-904: disable nagle and linger by T Jake Luciani · 14 years ago
  50. e61fef3 THRIFT-994. build: Don't try to invoke phpize if we don't have it by Bryan Duxbury · 14 years ago
  51. 9dedce2 THRIFT-1021. ocaml: Framed transport support for OCaml by Bryan Duxbury · 14 years ago
  52. 65ad14c update CHANGES file by Bryan Duxbury · 14 years ago
  53. c8d533b THRIFT-1038. java: Generated Java code for structures containing binary fields (or collections thereof) are not serializable (in the Java sense) even though they implement java.io.Serializable by Bryan Duxbury · 14 years ago
  54. 34c2dbd THRIFT-1041. java: TDeserializer holds onto a reference of the array it reads after it is done deserializing by Bryan Duxbury · 14 years ago
  55. d94cb08 THRIFT-998. java: Using valueOf for base types in getFieldValue by Bryan Duxbury · 14 years ago
  56. c0e2ef5 THRIFT-999. php: Add TForkingServer by Bryan Duxbury · 14 years ago
  57. e0498c9 THRIFT-1049. py: Allow for TServerSocket python library to bind to a specific host by Bryan Duxbury · 14 years ago
  58. 6a084da Fix haskell-related bug in the 0.6.x branch for RC1; make sure trunk receives the same patch. by Christian Lavoie · 14 years ago
  59. 7f979e4 THRIFT-1042 Fix TApplicationException.read Patch: Wade Simmons by Roger Meier · 14 years ago
  60. a99c750 THRIFT-1036 Auto-generated C++ code fails to compile with "-Werror -Wextra -Wall" g++ compiler flags by Roger Meier · 14 years ago
  61. afb0c7f THRIFT-1045 Support "included"ed thrift files Patch: Wade Simmons by Roger Meier · 14 years ago
  62. 90443f4 THRIFT-1044 Fix JavaScript inheritance Patch Wade Simmons by Roger Meier · 14 years ago
  63. 4b3f1c3 THRIFT-1043 Fix how the length of a map is calculated Patch: Wade Simmons by Roger Meier · 14 years ago
  64. c7cd68e commit a CHANGES change by Bryan Duxbury · 14 years ago
  65. 39fbb9a THRIFT-1032. make dist fails due to c_glib problem by Bryan Duxbury · 14 years ago
  66. fad8d6b THRIFT-125. OCaml libraries don't compile with 32-bit ocaml by Bryan Duxbury · 14 years ago
  67. 0c124bb THRIFT-1033: node.js target and lib by T Jake Luciani · 14 years ago
  68. c216556 update version numbers to 0.7.0-dev by Bryan Duxbury · 14 years ago
  69. f54f4cb update changes file for 0.6 by Bryan Duxbury · 14 years ago
  70. cd9bc46 THRIFT-1024 Add Python Twisted example to the Tutorial by Roger Meier · 14 years ago
  71. e0cac98 THRIFT-1022 Typo cleanup patch by Roger Meier · 14 years ago
  72. 08dc7e8 THRIFT-71 Debian packaging for Thrift by Roger Meier · 14 years ago
  73. ed2dc53 THRIFT-1020. ocaml: OCaml compiler generates invalid OCaml by Bryan Duxbury · 14 years ago
  74. 932ce2b THRIFT-1013. java: generated java code may have name clashes with thrift library by Bryan Duxbury · 14 years ago
  75. 22903cb THRIFT-1015. java: TUnion does not handle ByteBuffer in toString by Bryan Duxbury · 14 years ago
  76. c0b5d90 THRIFT-998 Silence g++ -Wswitch-enum warning in header by Roger Meier · 14 years ago
  77. c2cc61a THRIFT-1002 some more cleanup in c_glib part by Roger Meier · 14 years ago
  78. 26f817a THRIFT-1010 Fix typo asigned -> assigned by Roger Meier · 14 years ago
  79. 6eeb21e THRIFT-1002 CodeStyle: t_c_glib_generator.cc by Roger Meier · 14 years ago
  80. 7089713 THRIFT-1009. java: TUnion does not correctly deep copy a ByteBuffer by Bryan Duxbury · 14 years ago
  81. 29208ff ignore Thrift.dll and py.twisted test stuff by Roger Meier · 14 years ago
  82. cbf87cb THRIFT-916: Commit THRIFT-916_fix_no-overflow.patch -- remove overflow coming from a few constants. by Christian Lavoie · 14 years ago
  83. c101092 THRIFT-1003 Polishing c_glib code by Roger Meier · 14 years ago
  84. a5eb848 THRIFT-1008. java: byte[] accessors throw NPE on unset field by Bryan Duxbury · 14 years ago
  85. af65f1b THRIFT-916: Commit a partial fix for flex-generated code infested with warnings on Mac OS X by Christian Lavoie · 14 years ago
  86. fea49cb THRIFT-1008. java: byte[] accessors throw NPE on unset field by Bryan Duxbury · 14 years ago
  87. 1606f25 THRIFT-1006. java: Impossible to correctly qualify an enum constant in an external thrift file by Bryan Duxbury · 14 years ago
  88. 5f9614c THRIFT-916 long long becomes int64_t by Roger Meier · 14 years ago
  89. d3bfe70 THRIFT-916 Wall_Wextra_pedantic_Wno-long-long_Wno-variadic-macros_Wno-overflow_NOWARNINGS_DebianLenny.patch applied by Roger Meier · 14 years ago
  90. cecbe0f THRIFT-347. php: PHP TSocket Timeout Issues by Bryan Duxbury · 14 years ago
  91. c3affb3 THRIFT-979. rb: ruby bindings used to work on jruby by Bryan Duxbury · 14 years ago
  92. 3b771a1 THRIFT-916 compile with -Wall -Wextra without warning on Debian Lenny by Roger Meier · 14 years ago
  93. be87ab2 THRIFT-992 add underline for fields by Roger Meier · 14 years ago
  94. 77215d8 THRIFT-916: Fix warnings in C++ when compiling with -Wall. In this case, in the flex output, in the new c_glib generator and an actual bug in the parser that couldn't actually trigger. by Christian Lavoie · 14 years ago
  95. 600a88c THRIFT-991: Refactor Haskell code and generator. Part 1: clean up code generator style. by Christian Lavoie · 14 years ago
  96. bbe36c5 THRIFT-970. java: Under heavy load, THttpClient may fail with 'too many open files' by Bryan Duxbury · 14 years ago
  97. 01c5ceb THRIFT-916: Fix warnings in C++ when compiling with -Wall. by Christian Lavoie · 14 years ago
  98. 4f42ef7 THRIFT-953: Fix compilation of TransportTest.cpp on Mac (actual tests still fail) and fix boost m4 macros for Mac. by Christian Lavoie · 14 years ago
  99. 5aaa021 change URL's to TLP by Roger Meier · 14 years ago
  100. 4a2bc1b THRIFT-977. cpp: Hex Conversion Bug in C++ TJSONProtocol by Bryan Duxbury · 14 years ago