index
:
delta/thrift.git
0.1.x
0.10.0
0.11.0
0.11.0-rc0
0.12.0
0.13.0
0.14.0
0.14.1
0.14.2
0.15.0
0.16.0
0.17.0
0.18.0
0.18.1
0.2.x
0.3.x
0.4.x
0.5.x
0.6.x
0.7.x
0.8.x
0.9.1
0.9.2
0.9.3
0.9.3.1
0.9.3.2
0.9.x
Jens-G-enable-GitHub-code-scanning
THRIFT-5288
THRIFT-5292
THRIFT-5345
ci/pypi-automation
dependabot/gradle/lib/java/com.bmuschko-gradle-clover-plugin-3.0.3
dependabot/gradle/lib/kotlin/com.bmuschko-gradle-clover-plugin-3.0.3
dependabot/gradle/lib/kotlin/com.ncorti.ktfmt.gradle-0.12.0
follow-up-python-github-workflow
master
py-compiler
rel/0.10.0
git.apache.org: repos/asf/thrift.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rb: Add deprecate! method Rename TTransport#readAll/isOpen, and deprecate
Kevin Clark
2008-06-18
1
-3
/
+19
*
rb: Switch to dyn generator syntax for testing namespaces
Kevin Clark
2008-06-18
1
-1
/
+1
*
Exercise namespacing in Ruby tests
Kevin Clark
2008-06-18
2
-4
/
+6
*
Swap out 'tests' target for 'check' in Ruby Makefile
Kevin Clark
2008-06-18
1
-2
/
+2
*
Add tests for Ruby TTransport. Only require .rb files in ruby tests.
Kevin Clark
2008-06-18
3
-1
/
+67
*
Reorganize tests
Kevin Clark
2008-06-18
8
-130
/
+42
*
Tweak Ruby Makefile to use --gen syntax
Kevin Clark
2008-06-18
1
-2
/
+2
*
Rename AM_CONDITIONALs from ENABLE_* to WITH_*.
David Reiss
2008-06-11
1
-2
/
+2
*
Allow out-of-source builds.
David Reiss
2008-06-11
1
-4
/
+4
*
Allow Thrift to be built without the Python library.
David Reiss
2008-06-11
1
-1
/
+5
*
Clean up some bad/missed merges from the alterl merge.
David Reiss
2008-06-11
1
-5
/
+0
*
[erl] Finish fixing test_server to work with binary strings
David Reiss
2008-06-11
1
-9
/
+9
*
[erl] fix test_server to expect binary type for strings rather than lists
David Reiss
2008-06-11
1
-3
/
+3
*
Rename "alterl" to "erl".
David Reiss
2008-06-11
1
-3
/
+3
*
Add thrift_base64_transport which writes base64 encoded data
David Reiss
2008-06-11
1
-0
/
+32
*
Add thrift_client:send_call which sends a function call but doesn't read a re...
David Reiss
2008-06-11
1
-0
/
+5
*
Add thrift_disk_log_transport which writes to the disk_log module
David Reiss
2008-06-11
2
-1
/
+26
*
Implement TApplicationException handling in alt_erl client
David Reiss
2008-06-11
1
-1
/
+6
*
Change alterl thrift_server to use non-blocking TCP calls and properly set th...
David Reiss
2008-06-11
2
-21
/
+2
*
Implement async_void in alterl bindings
David Reiss
2008-06-11
1
-1
/
+5
*
Implement testAsync for python tests
David Reiss
2008-06-11
1
-0
/
+5
*
Add mkdir ${TARGET_DIR} to erl test Makefile since the empty ebin/ dir doesn'...
David Reiss
2008-06-11
1
-0
/
+1
*
Add stress test implementation for new Erlang
David Reiss
2008-06-10
2
-3
/
+69
*
Oops - forgot to add the test/erl/Makefile to git
David Reiss
2008-06-10
1
-0
/
+44
*
Test server for erlang
David Reiss
2008-06-10
1
-0
/
+151
*
Avoid a filename collision on case-insensitive filesystems.
David Reiss
2008-06-10
1
-3
/
+3
*
Python forking server should close connection in parent.
David Reiss
2008-06-10
3
-9
/
+29
*
Tweak Java Makefile.ams to fix "make distclean".
David Reiss
2008-05-09
1
-1
/
+3
*
Memory-based transport rewrite.
David Reiss
2008-05-01
9
-7
/
+598
*
Properly handle constants of typedef'ed types.
David Reiss
2008-05-01
1
-0
/
+3
*
Add a missing include to Benchmark.cpp to make it build on Mac OS.
David Reiss
2008-04-28
1
-0
/
+1
*
ocaml and haskell thrift clients now calling readMessageEnd
iproctor
2008-04-10
2
-0
/
+3
*
Fix a bug in TPipedTransport that broke pipelining.
David Reiss
2008-04-08
2
-0
/
+45
*
Add TFDTransport: a dead-simple wrapper around a file-descriptor.
David Reiss
2008-04-08
2
-0
/
+47
*
Clean up the unit tests.
David Reiss
2008-04-07
11
-36
/
+151
*
Add a test client and server for C#.
David Reiss
2008-04-02
2
-0
/
+180
*
Add an experiment to measure the likeliness that realloc will avoid a copy.
David Reiss
2008-03-31
2
-0
/
+109
*
Make the Perl generator use non-hardcoded namespaces.
David Reiss
2008-03-27
1
-1
/
+1
*
Make the Ruby generator use non-hardcoded namespaces.
David Reiss
2008-03-27
1
-1
/
+1
*
Make the Python generator use non-hardcoded namespaces.
David Reiss
2008-03-27
1
-1
/
+1
*
Make the C# generator use non-hardcoded namespaces.
David Reiss
2008-03-27
1
-1
/
+1
*
Add Java JSON protocol implementation.
David Reiss
2008-03-07
2
-3
/
+174
*
Add more complete base64 testing for C++ JSON protocol.
David Reiss
2008-03-07
2
-0
/
+31
*
Generate quality overrides of hashCode for Thrift structs (in Java).
David Reiss
2008-03-02
1
-4
/
+4
*
Add support for .equals() to Java structs.
David Reiss
2008-03-02
5
-7
/
+1990
*
Make limited reflection optional (off by default).
David Reiss
2008-02-27
1
-3
/
+3
*
Update test/Makefile.am to use the new compiler command-line format.
David Reiss
2008-02-27
2
-4
/
+4
*
Make the Java generator use non-hardcoded namespaces.
David Reiss
2008-02-27
2
-2
/
+2
*
Make the C++ generator use non-hardcoded namespaces.
David Reiss
2008-02-27
7
-8
/
+8
*
Make "make clean" rules a bit more standard.
David Reiss
2008-02-24
7
-7
/
+7
[prev]
[next]