You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2022/03/06 13:58:43 UTC

[thrift] branch master updated (66ac7b4 -> d88d4f9)

This is an automated email from the ASF dual-hosted git repository.

jensg pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git.


    from 66ac7b4  THRIFT-5494 fix cpu full caused by infinite select() when frameSize < maxReadBufferBytes but readBufferBytesAllocated.get() + frameSize always greater than MAX_READ_BUFFER_BYTES Client: Java Patch: wangfan <wa...@xiaomi.com>
     add d88d4f9  THRIFT-5501 Remove Common Lisp support Client: cl Patch: Jens Geyer

No new revisions were added by this update.

Summary of changes:
 Makefile.am                                        |   2 +-
 build/docker/README.md                             |   1 -
 build/docker/old/ubuntu-artful/Dockerfile          |  11 -
 build/docker/ubuntu-bionic/Dockerfile              |  12 -
 build/docker/ubuntu-disco/Dockerfile               |  12 -
 compiler/cpp/CMakeLists.txt                        |   1 -
 compiler/cpp/Makefile.am                           |   1 -
 compiler/cpp/compiler.vcxproj                      |   1 -
 compiler/cpp/src/thrift/generate/t_cl_generator.cc | 558 ---------------------
 compiler/cpp/src/thrift/generate/t_generator.cc    |   3 -
 compiler/cpp/tests/CMakeLists.txt                  |   1 -
 configure.ac                                       |  23 -
 lib/Makefile.am                                    |   4 -
 lib/cl/Makefile.am                                 |  42 --
 lib/cl/README.md                                   | 253 ----------
 lib/cl/READMES/readme-cassandra.lisp               |  64 ---
 lib/cl/ensure-externals.sh                         |  16 -
 lib/cl/load-locally.lisp                           |  23 -
 lib/cl/test/make-test-binary.lisp                  |  31 --
 test/Makefile.am                                   |   6 -
 test/cl/Makefile.am                                |  44 --
 test/cl/implementation.lisp                        | 136 -----
 test/cl/make-test-client.lisp                      |  93 ----
 test/cl/make-test-server.lisp                      |  80 ---
 test/cl/tests.lisp                                 | 240 ---------
 tutorial/Makefile.am                               |   4 -
 tutorial/cl/Makefile.am                            |  67 ---
 tutorial/cl/load-locally.lisp                      |  22 -
 tutorial/cl/make-tutorial-client.lisp              |  51 --
 tutorial/cl/make-tutorial-server.lisp              |  29 --
 tutorial/cl/shared-implementation.lisp             |  25 -
 tutorial/cl/thrift-tutorial.asd                    |  17 -
 tutorial/cl/tutorial-implementation.lisp           |  41 --
 33 files changed, 1 insertion(+), 1913 deletions(-)
 delete mode 100644 compiler/cpp/src/thrift/generate/t_cl_generator.cc
 delete mode 100644 lib/cl/Makefile.am
 delete mode 100644 lib/cl/README.md
 delete mode 100644 lib/cl/READMES/readme-cassandra.lisp
 delete mode 100755 lib/cl/ensure-externals.sh
 delete mode 100644 lib/cl/load-locally.lisp
 delete mode 100644 lib/cl/test/make-test-binary.lisp
 delete mode 100755 test/cl/Makefile.am
 delete mode 100644 test/cl/implementation.lisp
 delete mode 100644 test/cl/make-test-client.lisp
 delete mode 100644 test/cl/make-test-server.lisp
 delete mode 100644 test/cl/tests.lisp
 delete mode 100755 tutorial/cl/Makefile.am
 delete mode 100644 tutorial/cl/load-locally.lisp
 delete mode 100644 tutorial/cl/make-tutorial-client.lisp
 delete mode 100644 tutorial/cl/make-tutorial-server.lisp
 delete mode 100644 tutorial/cl/shared-implementation.lisp
 delete mode 100644 tutorial/cl/thrift-tutorial.asd
 delete mode 100644 tutorial/cl/tutorial-implementation.lisp