1. 0cf802a THRIFT-2552 eliminate warning from configure.ac by Jens Geyer · 11 years ago
  2. 8fcc82b Updated makefile for THRIFT-2544 Add support for socket transport for c# library when using Windows Phone projects by Jens Geyer · 11 years ago
  3. f64d7e0 THRIFT-2544 Add support for socket transport for c# library when using Windows Phone projects by Jens Geyer · 11 years ago
  4. d9b331d make cross: add nodejs-nodejs test and nodejs compact protocol by Roger Meier · 11 years ago
  5. c62798b THRIFT-2534 Cross language test results should recorded to a status.md or status.html file automatically by Roger Meier · 11 years ago
  6. ad4df16 THRIFT-2534 Cross language test results should recorded to a status.md or status.html file automatically by henrique · 11 years ago
  7. 4f073d8 THRIFT-2505 fix apache license header by henrique · 11 years ago
  8. d0265c7 THRIFT-2522 TypeScript extension for Thrift Compiler by henrique · 11 years ago
  9. ada1016 THRIFT-2522 TypeScript extension for Thrift Compiler by Pascal Schweizer · 11 years ago
  10. a47cf90 Fixed broken build: "thrift -out <dir>" expects that <dir> already exists by Jens Geyer · 11 years ago
  11. 6ff1dfb Fixed broken build (superfluous EXTRA_DIST section) by Jens Geyer · 11 years ago
  12. 91cfb99 THRIFT-2500 sending random data crashes thrift(golang) service by Jens Geyer · 11 years ago
  13. b7cb945 THRIFT-2537 Path for "go get" does not work Client: Go Patch: Jens Geyer by Jens Geyer · 11 years ago
  14. cc0fe27 THRIFT-2534 Cross language test results should recorded to a status.md or status.html file automatically by Roger Meier · 11 years ago
  15. 816790b Thrift-2535:TJSONProtocol when serialized yields TField ids rather than names by jfarrell · 11 years ago
  16. 303eb1b THRIFT-2401 Haskell tutorial compiles by Roger Meier · 11 years ago
  17. 73b58a2 THRIFT-1771 "make check" fails on x64 for libboost_unit_test_framework.a by Roger Meier · 11 years ago
  18. 20aeba3 THRIFT-2511 Node.js compact protocol Client: Node Patch: Randy Abernethy by ra · 11 years ago
  19. facc8dc THRIFT-2505 go struct should always be a pointer to avoid copying of potentially size-unbounded structs by Jens Geyer · 11 years ago
  20. 958581d THRIFT-2491 unable to import generated ThriftTest service by Jens Geyer · 11 years ago
  21. f459868 THRIFT-2497 server and client for test/go, also several fixes and improvements by Jens Geyer · 11 years ago
  22. c0ad368 THRIFT-2455 Allow client certificates to be used with THttpClient by Jens Geyer · 11 years ago
  23. 3704227 THRIFT-2512 lib/${language}/README.md by Roger Meier · 11 years ago
  24. 2c60625 THRIFT-2512 lib/${language}/README.md by Roger Meier · 11 years ago
  25. 4fba9d2 THRIFT-2512 lib/${language}/README.md by Roger Meier · 11 years ago
  26. 6370cfd THRIFT-2512 lib/${language}/README.md by Roger Meier · 11 years ago
  27. 5c80b56 THRIFT-2475 c_glib: buffered_transport_write function return always TRUE. by Roger Meier · 11 years ago
  28. 1953e21 THRIFT-2471: Make cpp.ref annotation language agnostic by Roger Meier · 11 years ago
  29. cf0edd3 THRIFT-2490 c_glib: if fail to read a exception from server, client may be occurred double free by Roger Meier · 11 years ago
  30. 40f8ce2 THRIFT-2494: Add enum toString helper function in c_glib by Roger Meier · 11 years ago
  31. 879cab2 THRIFT-1914 Python: Support for Multiplexing Services on any by Roger Meier · 11 years ago
  32. 6d1a83a THRIFT-2506 Update TProtocolException error codes to be used consistently throughout the library by Jens Geyer · 11 years ago
  33. 72e9c37 test/README.md: fix link by Roger Meier · 11 years ago
  34. 89847df THRIFT-2499 Compiler: allow annotations without "= value" by Jens Geyer · 11 years ago
  35. e52c046 THRIFT-2491 unable to import generated ThriftTest service by Jens Geyer · 11 years ago
  36. 2a9e6a4 THRIFT-2501: C# The test parameters from the TestServer and TestClient are different from the http://thrift.apache.org/test/ by Jens Geyer · 11 years ago
  37. 885c679 THRIFT-2471 Make cpp.ref annotation language agnostic by Jens Geyer · 11 years ago
  38. 0a7c69c THRIFT-2492 use tcxx instead of tr1 in test/cpp by Roger Meier · 11 years ago
  39. 4edac7f THRIFT-847 Test Framework harmonization across all languages by Roger Meier · 11 years ago
  40. 0997250 THRIFT-2502 Optimize go implementations of binary and compact protocols for speed by Jens Geyer · 11 years ago
  41. 731975a THRIFT-2451: Do not use pointers for optional fields with defaults. Do not write such fields if its value set to default. Also, do not use pointers for any optional fields mapped to go map or slice. generate Get accessors by Jens Geyer · 11 years ago
  42. ce79d59 add missing bc on travis by henrique · 11 years ago
  43. 4920a65 exec permissions for sh files by henrique · 11 years ago
  44. d5aba4c more consistent timing on test.sh by henrique · 11 years ago
  45. d17f1c9 THRIFT-847 Test Framework harmonization across all languages by henrique · 11 years ago
  46. 2bc4b13 THRIFT-2132 Go: Support for Multiplexing Services on any Transport, Protocol and Server by henrique · 11 years ago
  47. 3290336 THRIFT-2495 JavaScript/Node string constants lack proper escaping by Jens Geyer · 11 years ago
  48. 779b9ac THRIFT-2493:Node.js lib needs HTTP client Client: node Patch: Randy Abernethy by ra · 11 years ago
  49. 8f697cb THRIFT-2493:Node.js lib needs HTTP client Client: node Patch: Randy Abernethy by ra · 11 years ago
  50. 751c97c THRIFT-2132 Go: Support for Multiplexing Services on any Transport, Protocol and Server by Jens Geyer · 11 years ago
  51. c1d7943 THRIFT-2347 C# TLS Transport based on THRIFT-181 Client: C# Patch: Beat Käslin by Jens Geyer · 11 years ago
  52. 7201c0d THRIFT-2405:Node.js Multiplexer tests fail (silently) by ra · 11 years ago
  53. 9b32853 THRIFT-2463 test/py/RunClientServer.py fails sometimes by Roger Meier · 11 years ago
  54. ab2793a THRIFT-2466: Improper error handling for SSL/TLS connections that don't complete a handshake by Roger Meier · 11 years ago
  55. a131b8f THRIFT-2456 THttpClient fails when using async support outside Silverlight by Jens Geyer · 11 years ago
  56. e8c51ed THRIFT-2477 thrift --help text with misplaced comma by Jens Geyer · 11 years ago
  57. 188024e THRIFT-847 Test Framework harmonization across all languages by Roger Meier · 11 years ago
  58. 0608c63 THRIFT-2190:Add the JavaScript thrift.js lib to the Bower registry by jfarrell · 11 years ago
  59. 057be5a THRIFT-2470 THttpHandler swallows exceptions from processor by Jens Geyer · 11 years ago
  60. 20bcf38 Added some more missing ASF headers, fixed go/test makefile structure by Jens Geyer · 11 years ago
  61. 703200c Added missing ASF headers by Jens Geyer · 11 years ago
  62. 2f75e2d THRIFT-2460 unopened socket fd must be less than zero. by Jens Geyer · 11 years ago
  63. 2335b96 Added missing ASF header by Jens Geyer · 11 years ago
  64. a6c63de THRIFT-2458 Generated golang server code for "oneway" methods is incorrect by Jens Geyer · 11 years ago
  65. c2ccca8 THRIFT-2458 Generated golang server code for "oneway" methods is incorrect by Jens Geyer · 11 years ago
  66. d000b24 THRIFT-2449 Enhance typedef structure to distinguish between forwards and real typedefs by Jens Geyer · 11 years ago
  67. 645c420 THRIFT-1743: Add composer.json for new Symfony 2.1 Dependency Manager by Roger Meier · 11 years ago
  68. 26c68ea THRIFT-1908: Using php thrift_protocol accelerated transfer causes core dump by jfarrell · 11 years ago
  69. 8b1799f THRIFT-2459: --version should not exit 1 Client: compiler Patch: jfarrell by jfarrell · 11 years ago
  70. c02618c FIX: it's now readme.MD by Jens Geyer · 11 years ago
  71. bcc0f1a THRIFT-2421: Tree/Recursive struct support in thrift Client: cpp by henrique · 11 years ago
  72. 524b924 Thrift-2421:Tree/Recursive struct support in thrift by jfarrell · 11 years ago
  73. e0e8316 THRIFT-2421: Tree/Recursive struct support in thrift by jfarrell · 11 years ago
  74. bea3144 THRIFT-2454: c_glib: There is no gethostbyname_r() in some OS by Roger Meier · 11 years ago
  75. 5829a2c THRIFT-847: Test Framework harmonization across all languages by Roger Meier · 11 years ago
  76. a6415bc THRIFT-2325: SSL test certificates by Roger Meier · 11 years ago
  77. 4568792 THRIFT-2445 (code generation for go maps with binary keys) should be tested by Jens Geyer · 11 years ago
  78. bb2d2fb THRIFT-2450:include HowToContribute in the src repo by jfarrell · 11 years ago
  79. 347a5eb THRIFT-2450 - include HowToContribute in the src repo by jfarrell · 11 years ago
  80. 6cf0ffc THRIFT-1681: Add Lua Support Patch: Dave Watson by Roger Meier · 11 years ago
  81. bdbf428 THRIFT-2402: byte count of FrameBuffer in AWAITING_CLOSE state is not subtracted from readBufferBytesAllocated by jfarrell · 11 years ago
  82. 607355e THRIFT-2268:Modify TSaslTransport to ignore TCP health checks from loadbalancers by jfarrell · 11 years ago
  83. 9f15415 THRIFT-2204:SSL client for the cocoa client by jfarrell · 11 years ago
  84. 6b10271 THRIFT-1868:Make the TPC backlog configurable in the Java servers by jfarrell · 11 years ago
  85. 161ffe7 THRIFT-2448: test.sh has incorrect node path by ra · 11 years ago
  86. 1be80dc THRIFT-2446: cause servers to emit stream errors Client: node Patch: alexey by ra · 11 years ago
  87. d06957b THRIFT-2435 Java compiler doesn't like struct member names that are identical to an existing enum or struct type by Jens Geyer · 11 years ago
  88. 7f76e1d THRIFT-2443: node fails cross lang tests Client: node Patch: Randy Abernethy by ra · 11 years ago
  89. a139c91 THRIFT-2312 travis.yml: build everything Patch: Henrique Mendonça by henrique · 11 years ago
  90. 5d15212 THRIFT-2009 Go redeclaration error by Jens Geyer · 11 years ago
  91. 8001421 THRIFT-2434 Missing namespace import for php TMultiplexedProcessor implementation by Jens Geyer · 11 years ago
  92. 02c95c1 THRIFT-2258:Add TLS v1.1/1.2 support to TSSLSocket.cpp by jfarrell · 11 years ago
  93. 7b021bb THRIFT-2095:Use print function for Python 3 compatiblity by jfarrell · 11 years ago
  94. d5cd81f THRIFT-981:cocoa: add version Info to the library Client: cocoa Patch: jfarrell by jfarrell · 11 years ago
  95. 86653cc THRIFT-2437 Author fields in Python setup.py must be strings not lists by Roger Meier · 11 years ago
  96. d21032a THRIFT-2439 Bug in TProtocolDecorator Class causes parsing errors by Jens Geyer · 11 years ago
  97. d7902bf THRIFT-2368 New option: reuse-objects for Java generator Patch: adam-aph by henrique · 11 years ago
  98. 8384351 THRIFT-2432 Flaky parallel build Patch: Benoit Sigoure by Roger Meier · 11 years ago
  99. a2e4e56 THRIFT-2398:Improve Node Server Library CLIENT: node Patch: Randy Abernethy by ra · 11 years ago
  100. ea6076f THRIFT-2430 Crash during TThreadPoolServer shutdown by Jens Geyer · 11 years ago