Commit Graph

52 Commits

Author SHA1 Message Date
Jens Geyer
5767901e79 THRIFT-3867 Specify BinaryProtocol and CompactProtocol
Patch: Jens Geyer

Put ASF license header into HTML comments
2016-09-21 22:21:36 +02:00
Erik van Oosten
3f5fa5fa43 THRIFT-3867 Specify BinaryProtocol and CompactProtocol
Component: Documentation
Patch: Erik van Oosten <e.vanoosten@grons.nl>

This closes #1036
2016-09-21 22:21:34 +02:00
Jens Geyer
fe9222a6ec THRIFT-3756 Improve requiredness documentation
Client: Website
Patch: Jens Geyer

This closes #961
2016-03-30 22:43:56 +02:00
Randy Abernethy
9c50e4aba9 THRIFT-3630: Debian/Ubuntu Install doc update
Client: Docs
Patch: Randy Abernethy
2016-02-14 17:44:07 -08:00
Randy Abernethy
833236fc52 THRIFT-3630:Debian and Ubuntu install docs update
Client: Docs
Patch: Randy Abernethy
2016-02-13 17:30:20 -08:00
Nobuaki Sukegawa
1d8e745035 Update IDL spec
Add i8 to BaseType
2016-01-05 03:02:35 +09:00
Dave Watson
792db4e926 THRIFT-2423 Facebook's THeader protocol and transport for cpp
Client: C++ Library, Compiler
Patch: Dave Watson rebased by Nobuaki Sukegawa

This closes #357 and closes #677
2015-11-04 01:25:22 +09:00
Nobuaki Sukegawa
245c347b73 THRIFT-3334 Markdown notation of protocol spec is malformed
This closes #610
2015-09-21 23:06:18 +02:00
Roger Meier
03f3f55109 THRIFT-3286 Apache Ant is a necessary dependency
adding to apt-get command

Patch: Maurya Talisetti

This closes #513
2015-08-03 22:03:36 +02:00
Jens Geyer
b26c0b8dcc THRIFT-3167 Windows build from source instructions need to be revised
Client: Website
Patch: Jens Geyer

This closes #504

- revised "Windows build from source" instructions
- sync'ed doc/install/README.md with website
2015-05-20 00:46:46 +02:00
Sergei Nikulov
283899bf9a Use Boost C++ >= 1.53.0 2015-02-15 00:04:46 +01:00
Roger Meier
17aa474938 doc: update Smalltalk namespace 2015-02-09 12:09:19 +01:00
Roger Meier
e0ab13f63a doc: idl.md remove meta data 2015-02-09 12:08:07 +01:00
Roger Meier
c5026aaa37 doc: move idl.md doc from www to source tree 2015-02-09 12:03:59 +01:00
Konrad Grochowski
3bc6424c76 THRIFT-2724 - Coding standards template added all over project
Client: All
Patch: Konrad Grochowski

This closes #371
2015-02-05 12:15:19 +01:00
Roger Meier
71067a8090 THRIFT-2855 Move contributing.md to the root of the repository 2014-12-07 14:02:45 +01:00
Roger Meier
81a1f996bc THRIFT-2602 fix missing dist files
- add automake 1.13 dependency to configure.ac and doc
- use serial-tests instead of .NOTPARALLEL (introduced by THRIFT-1829)

Patch: Roger Meier
2014-10-22 14:09:43 +02:00
Konrad Grochowski
23b60b51df Fixed links in contributing.md - CMS style variables seems to be unsupported in .md files 2014-10-02 17:25:47 +02:00
Konrad Grochowski
afec3578d2 Trying to fix links in HowToContribute.md 2014-10-02 17:19:15 +02:00
Randy Abernethy
92a1ed0017 THRIFT-2752: update centos installation doc
Client: Docs
Patch: Randy Abernethy

Updates Centos 6.5 installation docs to work again.
2014-09-30 16:16:10 -07:00
Jens Geyer
a86886e77d THRIFT-2704 - compiler: T_ONEWAY type used for oneway methods instead of T_CALL
Patch: Konrad Grochowski

This closes #216
2014-09-17 22:36:00 +02:00
Roger Meier
9cc7e8696b THRIFT-2655
CPP tests should not use relative path when accessing ssh related files

Update doc/install/debian.md
2014-08-20 14:24:54 +02:00
Roger Meier
8720260e39 THRIFT-2667 create Windows Installer via CPack
Signed-off-by: Roger Meier <roger@apache.org>
2014-08-15 23:07:12 +02:00
henrique
48b189716f THRIFT-2471 requires libboost 1.54
+ additional script clean up
2014-06-10 15:19:55 +02:00
Roger Meier
73464acebf update doc/install 2014-05-30 14:53:22 +02:00
Roger Meier
e9f00cbe64 add doc/install from website, update README.md 2014-05-30 14:40:36 +02:00
jfarrell
bb2d2fbf63 THRIFT-2450:include HowToContribute in the src repo
Client: build
Patch: jfarrell

Renamed doc files.
2014-04-05 12:25:07 -04:00
jfarrell
347a5ebb2d THRIFT-2450 - include HowToContribute in the src repo
Client: build
Patch: jfarrell

Reorganized docs and adds HowToContribute to the code base.
2014-04-05 12:20:07 -04:00
Roger Meier
38f955ef7e THRIFT-1746 provide a SPDX file
cleanup license: THRIFT-1746_remove_obsolete_old_thrift_license.patch
2012-12-21 22:47:40 +01:00
Roger Meier
3f067a86eb THRIFT-1084 Typo fixes
Patch: Bruce Mitchener


git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1077939 13f79535-47bb-0310-9956-ffa450edef68
2011-03-04 13:35:05 +00:00
Todd Lipcon
b1a283f11e THRIFT-912. java: Fix some bugs in SASL implementation, update protocol spec slightly
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1001973 13f79535-47bb-0310-9956-ffa450edef68
2010-09-28 00:11:01 +00:00
Bryan Duxbury
d483712972 THRIFT-876. java: Add SASL support
This patch adds support for a SASL-secured transport to the Java library. In its current form, it only works for the blocking-IO servers.

Patch: Aaron T Meyers

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@993563 13f79535-47bb-0310-9956-ffa450edef68
2010-09-08 00:06:35 +00:00
Todd Lipcon
53ae9f39d5 THRIFT-622. Add appropriate licensing information to get Thrift ready for a release.
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@887812 13f79535-47bb-0310-9956-ffa450edef68
2009-12-07 00:42:38 +00:00
Bryan Duxbury
def30a6072 THRIFT-387. Add appropriate Apache header to all code files
This hits all the documentation and some misc code files that have avoided the license up to this point.



git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@763048 13f79535-47bb-0310-9956-ffa450edef68
2009-04-08 00:19:37 +00:00
David Reiss
54740b2aed THRIFT-387. Fix LICENSE, add NOTICE, and add some third-party licenses
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760217 13f79535-47bb-0310-9956-ffa450edef68
2009-03-30 22:52:35 +00:00
Bryan Duxbury
7003f876ed THRIFT-299. doc: binary type isn't documented nor demonstrated in the tutorial
The existence of the "binary" type is now documented in the relevant places. 

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@739702 13f79535-47bb-0310-9956-ffa450edef68
2009-02-01 06:21:13 +00:00
David Reiss
218c11f701 Move some top-level files into more sensible directories.
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@666499 13f79535-47bb-0310-9956-ffa450edef68
2008-06-11 01:19:02 +00:00
David Reiss
e9aab10d85 Remove sigplanconf.cls and thrift.pdf.
The license for the cls file is unclear, and the formatted pdf file is
a derivative work.  Therefore, it is probably not safe for us to leave
these in the source tree once we go into Apache.

Also put a reference to the source of the cls file in thrift.tex.


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665638 13f79535-47bb-0310-9956-ffa450edef68
2008-04-03 20:16:53 +00:00
David Reiss
0c90f6f8af Thrift: Whitespace cleanup.
Summary:
- Expanded tabs to spaces where spaces were the norm.
- Deleted almost all trailing whitespace.
- Added newlines to the ends of a few files.
- Ran dos2unix on one file or two.

Reviewed By: mcslee

Test Plan: git diff -b

Revert Plan: ok


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665467 13f79535-47bb-0310-9956-ffa450edef68
2008-02-06 22:18:40 +00:00
Aditya Agarwal
2e15e20804 -- check in updated pdf
Reviewed By: slee


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665089 13f79535-47bb-0310-9956-ffa450edef68
2007-04-05 01:20:45 +00:00
Aditya Agarwal
8c5daa4457 - fix typo in thrift whitepaper
Summary:
clases -> classes

Reviewed By: scott m


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665088 13f79535-47bb-0310-9956-ffa450edef68
2007-04-05 01:17:52 +00:00
Mark Slee
09bfd61530 Two more thrift paper typos
Summary: libthread => libpthread and texttt{HashMap} missing slash

Reviewed By: david reiss


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665083 13f79535-47bb-0310-9956-ffa450edef68
2007-04-04 19:56:41 +00:00
Mark Slee
afaf27607d Fixing typos in the Thrift whitepaper
Reviewed By: eugene, yishan


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665082 13f79535-47bb-0310-9956-ffa450edef68
2007-04-03 19:47:04 +00:00
Mark Slee
8142b9d122 Fix whitepaper typo
Reviewed By: ditka


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665080 13f79535-47bb-0310-9956-ffa450edef68
2007-04-03 05:49:12 +00:00
Mark Slee
c11045ade2 Updated Thrift whitepaper with minor formatting cleanup
Reviewed By: marc, aditya


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665077 13f79535-47bb-0310-9956-ffa450edef68
2007-04-01 23:14:38 +00:00
Marc Slemko
10b3bdbb85 Added thread library documentation to thrift whitepaper
Reviewed By: To be reviewed by slee and aditya

Test Plan: N.A.


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665075 13f79535-47bb-0310-9956-ffa450edef68
2007-04-01 09:14:05 +00:00
Aditya Agarwal
adf3e7f0c6 -- added a facebook services section to the thrift paper
Reviewed By: slee


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665072 13f79535-47bb-0310-9956-ffa450edef68
2007-03-31 16:56:14 +00:00
Aditya Agarwal
0871967831 -- checking in pdf copy of thrift paper into doc directory
Reviewed By: tbr-mcslee


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665071 13f79535-47bb-0310-9956-ffa450edef68
2007-03-31 09:18:29 +00:00
Aditya Agarwal
af524ee5a0 -- additions/fixes to thrift paper
Summary:
- fixed some typos and added a subsection on TFileTransport

Reviewed By: tbr-mcslee


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665070 13f79535-47bb-0310-9956-ffa450edef68
2007-03-31 08:28:06 +00:00
Mark Slee
24b49d30bd Thrift whitepaper draft
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665062 13f79535-47bb-0310-9956-ffa450edef68
2007-03-21 01:24:00 +00:00