1. c3375d9 Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0 by James E. King III · 6 years ago
  2. 384647d Version 0.12.0 by jfarrell · 6 years ago 0.12.0 v0.12.0
  3. 0a2d458 Fix comparison of integers of different signs by Kevin Wojniak · 6 years ago
  4. 138da20 fix wrong document @param in TBase.h Client: cocoa by yfchen · 7 years ago
  5. df3223c THRIFT-3859: Add support for Unix Domain Sockets to TSocketServer and TSocketTransport. by Chris Vasselli · 9 years ago
  6. 36c357a THRIFT-3406 Cocoa client should not schedule streams on main runloop by Jens Geyer · 9 years ago
  7. 56e5b9b THRIFT-2905 Cocoa compiler should have option to produce "modern" Objective-C by Jens Geyer · 9 years ago
  8. 113b638 THRIFT-3148 Markdown links to coding_standards are dead by Nobuaki Sukegawa · 10 years ago
  9. dc799ca Compact Protocol in Cocoa Client: Cocoa Patch: creker <sam901@yandex.ru> by Jens Geyer · 10 years ago
  10. 2aa04bf THRIFT-3028 Regression caused by THRIFT-2180 by Jens Geyer · 10 years ago
  11. f332d16 THRIFT-3041 Generate asynchronous clients for Cocoa by Jens Geyer · 10 years ago
  12. 6b61601 THRIFT-2180 Integer types issues in Cocoa lib on ARM64 by Roger Meier · 10 years ago
  13. 3bc6424 THRIFT-2724 - Coding standards template added all over project by Konrad Grochowski · 10 years ago
  14. 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
  15. aa99e0e THRIFT-2144 Client-side support for Multiplexing Services on any Transport and Protocol by Jens Geyer · 10 years ago
  16. b191ecc THRIFT-2686 Another extraneous semicolon - TBinaryProtocol.h by Roger Meier · 10 years ago
  17. 9f15415 THRIFT-2204:SSL client for the cocoa client by jfarrell · 11 years ago
  18. d5cd81f THRIFT-981:cocoa: add version Info to the library Client: cocoa Patch: jfarrell by jfarrell · 11 years ago
  19. 16fcad0 THRIFT-2407 use markdown (rename README => README.md) Patch: Roger Meier by Roger Meier · 11 years ago
  20. 378663a THRIFT-2216 cocoa: Extraneous semicolon in TProtocolUtil.h makes clang mad by Roger Meier · 11 years ago
  21. f029345 THRIFT-2117 Cocoa TBinaryProtocol strictWrite should be set to true by default by Carl Yeksigian · 11 years ago
  22. e491d29 THRIFT-1896 cocoa: Add TBase protocol for Cocoa Patch: Kevin Li by Roger Meier · 12 years ago
  23. ff951bd THRIFT-1863 cocoa: [TBinaryProtocol readMessageBeginReturnName:type:sequenceID] returns incorrect message type by Roger Meier · 12 years ago
  24. 04f8311 Thrift-1264:TSocketClient is queried by run loop after deallocation in Cocoa by Jake Farrell · 12 years ago
  25. 0193149 THRIFT-1801 Sync up TApplicationException codes across languages and thrift implementations by Roger Meier · 12 years ago
  26. 8538edf THRIFT-1792 Added TFramedTransport to the thrift Cocoa library. by Roger Meier · 12 years ago
  27. 6f3a526 Thrift-1662:"removeObject:" should be "removeObserver:" in [-TSocketServer dealloc]? by Jake Farrell · 12 years ago
  28. 9689d89 Thrift-1340: Add support of ARC to Objective-C by Jake Farrell · 13 years ago
  29. 345ecc7 THRIFT-690 add new ApplicationExceptions (INTERNAL_ERROR, PROTOCOL_ERROR) to the following languages: as3, c_glib, cocoa, cpp, erl, hs, js, nodejs, ocaml, perl, py, rb by Roger Meier · 13 years ago
  30. ef6cbfd THRIFT-1011. as3: Error generating package imports when using classes from other packages by Bryan Duxbury · 14 years ago
  31. 472eb3c THRIFT-629. cocoa: Unused Field In TSocketServer Appears To Break iPhone Build by Bryan Duxbury · 14 years ago
  32. c892ac5 THRIFT-821. Add a method to get a copy of the TMemoryBuffer's buffer. by Andrew McGeachie · 14 years ago
  33. da50d55 THRIFT-688. Make TBinaryProtocol obey cocoa memory allocation conventions by Andrew McGeachie · 14 years ago
  34. 7ceba94 THRIFT-733. Don't use scripting bridge extension's className method because it's not available on iPhone. by Andrew McGeachie · 15 years ago
  35. b80024d THRIFT-762. Include CoreServices.h if we are not compiling on the iPhone. by Andrew McGeachie · 15 years ago
  36. ddfe0c9 THRIFT-687. Fix memory leak in TSocketServer. by Andrew McGeachie · 15 years ago
  37. 7acb526 THRIFT-686. Adding TMemoryBuffer implementation to Cocoa by Andrew McGeachie · 15 years ago
  38. 7338009 THRIFT-614. Add some more info to the exception that gets thrown when THTTPClient encounters an unexpected NSURLResponse object. by Andrew McGeachie · 15 years ago
  39. bbd55ad THRIFT-549. Make socket client compatible with iPhone SDK as well as OS X by Andrew McGeachie · 15 years ago
  40. 061722b THRIFT-548. malloc our temporary buffer, rather than creating it on the stack. by Andrew McGeachie · 15 years ago
  41. 0c89571 THRIFT-280. Server-side Cocoa implementation. by Andrew McGeachie · 15 years ago
  42. 59ace01 THRIFT-533. Fix write:offset:length: to ensure all requested data is written. by Andrew McGeachie · 15 years ago
  43. 6db89f2 THRIFT-343. Import <Foundation/Foundation.h> instead of <Cocoa/Cocoa.h> to support iPhone by Andrew McGeachie · 15 years ago
  44. 0a2dc64 THRIFT-478. Release our input and output stream instance variables when we're dealloc to avoid a memory leak. by Andrew McGeachie · 16 years ago
  45. def30a6 THRIFT-387. Add appropriate Apache header to all code files by Bryan Duxbury · 16 years ago
  46. deda141 THRIFT-388. Create a "ONEWAY" message type that is an alias for "CALL" by David Reiss · 16 years ago
  47. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  48. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
  49. b0232b3 Thrift: Allow a custom User-Agent with the Cocoa THttpClient. by David Reiss · 17 years ago
  50. 8440605 Cocoa Thrift binding patches from Andrew McGeachie by Mark Slee · 17 years ago
  51. 5e60901 Thrift: Reorganize Cocoa library. by David Reiss · 17 years ago
  52. 77575e6 Merging more server support and exception fixes for Cocoa by Mark Slee · 17 years ago
  53. aa3c5a8 Merging latest minor Cocoa changes by Mark Slee · 17 years ago
  54. 2ac60ed Whoops forgot to actually svn add Andrew's files by Mark Slee · 17 years ago
  55. 33a7d89 Merge more cocoa changes from Andrew McGeachie by Mark Slee · 17 years ago
  56. 7e9eea4 Adding Cocoa generator to Thrift by Mark Slee · 17 years ago