1. af65f1b THRIFT-916: Commit a partial fix for flex-generated code infested with warnings on Mac OS X by Christian Lavoie · 14 years ago
  2. 1606f25 THRIFT-1006. java: Impossible to correctly qualify an enum constant in an external thrift file by Bryan Duxbury · 14 years ago
  3. 3b771a1 THRIFT-916 compile with -Wall -Wextra without warning on Debian Lenny by Roger Meier · 14 years ago
  4. be87ab2 THRIFT-992 add underline for fields by Roger Meier · 14 years ago
  5. 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
  6. 600a88c THRIFT-991: Refactor Haskell code and generator. Part 1: clean up code generator style. by Christian Lavoie · 14 years ago
  7. ae7f7fa THRIFT-950: Haskell bindings treat 'byte' as unsigned 8-bit int (Data.Word.Word8), java/cpp as signed (byte/int8_t). Fix Haskell. by Christian Lavoie · 14 years ago
  8. 213a664 THRIFT-582 C(c_glib) implementation of Thrift by Roger Meier · 14 years ago
  9. 5e64d51 THRIFT-916 t_java_generator.cc: remove compiler warnings for enumerations not handled in switch by Roger Meier · 14 years ago
  10. 421dfbe THRIFT-807 JavaScript: Initialization of Base Types with 0 instead of null by Roger Meier · 14 years ago
  11. 3b76fa3 THRIFT-955 remove CharLowerBuff function for mingw based Thrift Compiler by Roger Meier · 14 years ago
  12. 0069cc4 THRIFT-916 no errors on GNU/Linux when compiling with CXXFLAGS="-Wall -Wextra -pedantic" by Roger Meier · 14 years ago
  13. b3d0aa0 THRIFT-946. java: Augment FieldValueMetaData so it differentiates 'string' and 'binary' fields. by Bryan Duxbury · 14 years ago
  14. ef6a176 THRIFT-927. php: Option to support modifying the PHP include path by David Reiss · 14 years ago
  15. 44ff76f THRIFT-925. cpp: Add _VALUES_TO_NAMES enum map by David Reiss · 14 years ago
  16. 6463751 THRIFT-924. php: Fix missing comma in generated PHP struct constants by David Reiss · 14 years ago
  17. c3b3622 THRIFT-922. cpp: Add profiling code to help conversion to C++ templates by David Reiss · 14 years ago
  18. 2324871 THRIFT-928. cpp: Thrift Server Client Stats by David Reiss · 14 years ago
  19. b7762a0 THRIFT-922. cpp: Update C++ generator to emit templatized code by David Reiss · 14 years ago
  20. c6b4cab THRIFT-923. cpp: Add completion notification to async clients by David Reiss · 14 years ago
  21. f62126d THRIFT-928. cpp: Prefix function name with service name by David Reiss · 14 years ago
  22. ef7200f THRIFT-928. cpp: Include request/response size in processor callbacks by David Reiss · 14 years ago
  23. 18cd0f0 THRIFT-928. cpp: Make clients call writeEnd on their transports before flush by David Reiss · 14 years ago
  24. 5ddabb8 THRIFT-923. cpp: Implement a fully nonblocking server and client by David Reiss · 14 years ago
  25. d719206 THRIFT-928. cpp: Processor-level event callbacks by David Reiss · 14 years ago
  26. 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
  27. 41d3058 THRIFT-868. Make const values work properly with typdefs by David Reiss · 14 years ago
  28. 9e7ba8c compiler: Move t_type::generate_fingerprint to a .cc file by David Reiss · 14 years ago
  29. a406b90 THRIFT-787. compiler: Enums are not read correctly by Bryan Duxbury · 14 years ago
  30. 71a58a8 THRIFT-918 : better haskell tests by Anthony F. Molinaro · 14 years ago
  31. daef1c8 THRIFT-743: seems to compile and doesn't break other tests, so seems fine for now by Anthony F. Molinaro · 14 years ago
  32. 6461d56 THRIFT-911: fix for trailing commas in sets, lists, maps, consts by T Jake Luciani · 14 years ago
  33. 75a33e8 THRIFT-906. hs: Improve type mappings by Bryan Duxbury · 14 years ago
  34. 1237dcb THRIFT-880. javame: JavaME code generator and runtime library by Bryan Duxbury · 14 years ago
  35. f38b2f1 THRIFT-901. hs: Allow the bindings to compile without -fglasgow-exts and with -Wall -Werror by Bryan Duxbury · 14 years ago
  36. e59a80f THRIFT-901. hs: Allow the bindings to compile without -fglasgow-exts and with -Wall -Werror by Bryan Duxbury · 14 years ago
  37. d920765 THRIFT-882. java: deep copy of binary fields does not copy ByteBuffer characteristics (arrayOffset, position) by Bryan Duxbury · 14 years ago
  38. bdd6261 Fix enum value lookups in C++ by David Reiss · 14 years ago
  39. 8d7667c Don't segfault if t_enum::get_constant_by_name fails by David Reiss · 14 years ago
  40. d4235e0 THRIFT-870. java: Java constants don't get Javadoc comments by Bryan Duxbury · 14 years ago
  41. 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
  42. 76ecb91 THRIFT-897. compiler: Don't allow unqualified enum constant access by Bryan Duxbury · 14 years ago
  43. cb0218f THRIFT-897. compiler: Don't allow unqualified enum constant references by Bryan Duxbury · 14 years ago
  44. 9f0a786 THRIFT-897. compiler: Don't allow unqualified constant access to enum values by Bryan Duxbury · 14 years ago
  45. b6c50e5 THRIFT-895. cpp: By default, generate enums as class-scoped enums by David Reiss · 14 years ago
  46. 04650af THRIFT-544. erl: multiple enums with the same key generate invalid code by Bryan Duxbury · 14 years ago
  47. bbff4a8 Fix to the catch-all namespace commit by Bryan Duxbury · 14 years ago
  48. fb790d7 Allow "*" as a catch-all namespace. by David Reiss · 14 years ago
  49. c377c32 THRIFT-257. py: Support validation of required fields by Bryan Duxbury · 14 years ago
  50. c43ec62 THRIFT-634. csharp: C# Compiler Generates Incorrect Code For Fields which begin with an uppercase letter by Bryan Duxbury · 14 years ago
  51. 1316ed9 THRIFT-673. py: Generated Python code has whitespace issues by Bryan Duxbury · 14 years ago
  52. 727d67d THRIFT-721. py: THttpClient ignores url parameters by Bryan Duxbury · 14 years ago
  53. 773b8db THRIFT-805. cocoa: Don't generate process_XXXX methods for oneway methods by Bryan Duxbury · 14 years ago
  54. e02d611 THRIFT-838. cocoa: Generated Cocoa classes have useless @dynamic declarations by Bryan Duxbury · 14 years ago
  55. cd9f200 THRIFT-884. html: HTML Generator: add Key attribute to the Data Types Tables by Bryan Duxbury · 14 years ago
  56. 0f4078d THRIFT-860. ocaml: copy method and reset method by Bryan Duxbury · 14 years ago
  57. 5ad1260 THRIFT-874. Include missing time.h in two compiler files by David Reiss · 14 years ago
  58. 4563acd THRIFT-865. Make Thrift buildable without libfl by David Reiss · 14 years ago
  59. ef5e81b THRIFT-507. Only use Boost for building the C++ library by David Reiss · 14 years ago
  60. aca320d THRIFT-507. Stop using boost::lexical_cast in the compiler by David Reiss · 14 years ago
  61. 38f8959 THRIFT-507. ruby: Stop using boost::tokenizer by David Reiss · 14 years ago
  62. bfab32a THRIFT-507. smalltalk: Remove an unnecessary include (boost/tokenizer) by David Reiss · 14 years ago
  63. eb20727 erlang: Make the gen-code return a special value for bogus functions by David Reiss · 14 years ago
  64. f32d0fb Rollback a few recent Erlang changes to fix blame data by David Reiss · 14 years ago
  65. 4d8a9cd THRIFT-877. compiler: smalltalk namespace doesn't work by Bryan Duxbury · 14 years ago
  66. e3ba349 Clean up some style from r987565 by David Reiss · 14 years ago
  67. 66467a7 THRIFT-693. java: Thrift compiler generated java code that throws compiler warnings about deprecated methods. by Bryan Duxbury · 14 years ago
  68. c39817c THRIFT-859. py: Allow py:twisted to be generated in different namespace than py by Bryan Duxbury · 14 years ago
  69. 681f5ea compiler: make a standard way for language generators to accept sub-namespaces by Bryan Duxbury · 14 years ago
  70. d3879f8 THRIFT-599. erl: Don't use unnecessary processes in the Erlang transports and clients by Bryan Duxbury · 14 years ago
  71. 4d0e2b4 THRIFT-852. Missing newline causes many compiler warnings by Bryan Duxbury · 14 years ago
  72. 66c3347 THRIFT-827. ocaml: OCaml generator to take default values into account by Bryan Duxbury · 14 years ago
  73. e235051 THRIFT-676. cpp: Move __isset definition for SWIG-compatibility by David Reiss · 14 years ago
  74. 07b2ed1 THRIFT-832. html: HTML generator shows unspecified struct fields as 'required' by Bryan Duxbury · 14 years ago
  75. 34b530f THRIFT-570. Thrift compiler does not error when duplicate method names are present by Bryan Duxbury · 14 years ago
  76. f5abd26 THRIFT-830. java: Switch binary field implementation from byte[] to ByteBuffer by Bryan Duxbury · 14 years ago
  77. 7f3285e THRIFT-434. ruby compiler should warn when a reserved word is used by Bryan Duxbury · 14 years ago
  78. 8fc413f THRIFT-554. multiple enums with the same key generate invalid code by Bryan Duxbury · 14 years ago
  79. 20dbec7 THRIFT-782. perl: Perl code for writing containers doesn't count length of write*Begin or write*End by Bryan Duxbury · 14 years ago
  80. 5226eea THRIFT-751. java: Add clear() method to TBase by Bryan Duxbury · 14 years ago
  81. c412a2f THRIFT-133. add missing file to makefile.am by Bryan Duxbury · 14 years ago
  82. c687712 THRIFT-133. fix a small bug with smalltalk.prefix and smalltalk.package namespaces. by Bryan Duxbury · 14 years ago
  83. e0ac3ab THRIFT-133. 'namespace ruby' should error out, or be an alias to 'namespace rb' by Bryan Duxbury · 14 years ago
  84. 95c005a THRIFT-395. python: Add option to treat strings as UTF-8 unicode by David Reiss · 15 years ago
  85. 162b3ac THRFIT-804. java: CompareTo is broken for unions set to map, set, or list by Bryan Duxbury · 15 years ago
  86. 656683c THRIFT-808. Segfault when constant declaration references a struct field that doesn't exist by Bryan Duxbury · 15 years ago
  87. 2e1aab5 THRIFT-767. rb: ruby compiler does not keep comments for enum values by Bryan Duxbury · 15 years ago
  88. d58ccec THRIFT-768. java: Async client for Java by Bryan Duxbury · 15 years ago
  89. c8ee358 revert an unintentional commit to the java generator by Bryan Duxbury · 15 years ago
  90. a1e268c THRIFT-770. build: Get 'make dist' to work without first compiling source code by Bryan Duxbury · 15 years ago
  91. 6a68187 THRIFT-647. php: PHP library is missing install target by Bryan Duxbury · 15 years ago
  92. 97d21c8 THRIFT-760. java: Generated client code does not set or check the sequence ID in messages by Bryan Duxbury · 15 years ago
  93. 0137af6 THRIFT-611. Under Windows when compiling using MinGW, includes are incorrectly resolved due to '/' <-> '\' havoc. by Bryan Duxbury · 15 years ago
  94. 321eb7a THRIFT-518. as3: Add the AS3 generator and library by Bryan Duxbury · 15 years ago
  95. 15e2930 THRIFT-761. java: Include the symbolic name of a typedef field in the field metadata by Bryan Duxbury · 15 years ago
  96. 6022978 THRIFT-763. java: Variable capture bug in generated struct compareTo by Bryan Duxbury · 15 years ago
  97. 0fab12e THRIFT-759. java: Make TBase implement Comparable by Bryan Duxbury · 15 years ago
  98. 49b3801 THRIFT-753. java: Don't look up TFieldIdEnum values with a map by Bryan Duxbury · 15 years ago
  99. b1f7f79 THRIFT-746. java: Generated services Iface/Client inner classes do not derive from base classes by Bryan Duxbury · 15 years ago
  100. ea7910f THRIFT-663. java: JavaBean code generator produces incorrect setter methods by Bryan Duxbury · 15 years ago