Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
94bb7f2
)
Thrift-1607:Incorrect file modes for several source files
author
Jake Farrell
<jfarrell@apache.org>
Thu, 17 May 2012 05:41:09 +0000
(
05:41
+0000)
committer
Jake Farrell
<jfarrell@apache.org>
Thu, 17 May 2012 05:41:09 +0000
(
05:41
+0000)
Client: build
Patch: Andrew Cox
File modes of some non-script text files (e.g. .xml, .java, .cc) in the source tree include execute permissions (because these files have the svn:executable property).
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1339492
13f79535
-47bb-0310-9956-
ffa450edef68
32 files changed:
.gitignore
[changed mode: 0755->0644]
patch
|
blob
|
history
compiler/cpp/src/generate/t_cpp_generator.cc
[changed mode: 0755->0644]
patch
|
blob
|
history
compiler/cpp/src/generate/t_go_generator.cc
[changed mode: 0755->0644]
patch
|
blob
|
history
compiler/cpp/src/generate/t_java_generator.cc
[changed mode: 0755->0644]
patch
|
blob
|
history
contrib/fb303/java/build.xml
[changed mode: 0755->0644]
patch
|
blob
|
history
contrib/zeromq/csharp/AssemblyInfo.cs
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/cpp/src/thrift/async/TEvhttpClientChannel.cpp
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/cpp/src/thrift/async/TEvhttpServer.cpp
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/cpp/src/thrift/concurrency/Thread.h
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/cpp/src/thrift/qt/TQIODeviceTransport.cpp
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/cpp/src/thrift/transport/TSSLSocket.cpp
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/cpp/src/thrift/transport/TSSLSocket.h
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/cpp/src/thrift/transport/TShortReadTransport.h
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/cpp/test/AllProtocolTests.tcc
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/cpp/test/Benchmark.cpp
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/cpp/test/processor/EventLog.cpp
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/cpp/test/processor/EventLog.h
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/cpp/test/processor/Handlers.h
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/cpp/test/processor/ProcessorTest.cpp
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/cpp/test/processor/ServerThread.cpp
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/cpp/test/processor/ServerThread.h
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/csharp/src/Properties/AssemblyInfo.cs
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/java/src/org/apache/thrift/protocol/TCompactProtocol.java
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/java/test/org/apache/thrift/protocol/TestTCompactProtocol.java
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/java/test/org/apache/thrift/server/TestNonblockingServer.java
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/java/test/org/apache/thrift/test/TestClient.java
[changed mode: 0755->0644]
patch
|
blob
|
history
lib/js/test/build.xml
[changed mode: 0755->0644]
patch
|
blob
|
history
test/cpp/src/StressTest.cpp
[changed mode: 0755->0644]
patch
|
blob
|
history
test/cpp/src/StressTestNonBlocking.cpp
[changed mode: 0755->0644]
patch
|
blob
|
history
test/cpp/src/TestClient.cpp
[changed mode: 0755->0644]
patch
|
blob
|
history
test/cpp/src/TestServer.cpp
[changed mode: 0755->0644]
patch
|
blob
|
history
test/csharp/ThriftTest/TestServer.cs
[changed mode: 0755->0644]
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/compiler/cpp/src/generate/t_cpp_generator.cc
b/compiler/cpp/src/generate/t_cpp_generator.cc
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/compiler/cpp/src/generate/t_go_generator.cc
b/compiler/cpp/src/generate/t_go_generator.cc
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/compiler/cpp/src/generate/t_java_generator.cc
b/compiler/cpp/src/generate/t_java_generator.cc
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/contrib/fb303/java/build.xml
b/contrib/fb303/java/build.xml
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/contrib/zeromq/csharp/AssemblyInfo.cs
b/contrib/zeromq/csharp/AssemblyInfo.cs
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/cpp/src/thrift/async/TEvhttpClientChannel.cpp
b/lib/cpp/src/thrift/async/TEvhttpClientChannel.cpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/cpp/src/thrift/async/TEvhttpServer.cpp
b/lib/cpp/src/thrift/async/TEvhttpServer.cpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/cpp/src/thrift/concurrency/Thread.h
b/lib/cpp/src/thrift/concurrency/Thread.h
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/cpp/src/thrift/qt/TQIODeviceTransport.cpp
b/lib/cpp/src/thrift/qt/TQIODeviceTransport.cpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/cpp/src/thrift/transport/TSSLSocket.cpp
b/lib/cpp/src/thrift/transport/TSSLSocket.cpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/cpp/src/thrift/transport/TSSLSocket.h
b/lib/cpp/src/thrift/transport/TSSLSocket.h
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/cpp/src/thrift/transport/TShortReadTransport.h
b/lib/cpp/src/thrift/transport/TShortReadTransport.h
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/cpp/test/AllProtocolTests.tcc
b/lib/cpp/test/AllProtocolTests.tcc
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/cpp/test/Benchmark.cpp
b/lib/cpp/test/Benchmark.cpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/cpp/test/processor/EventLog.cpp
b/lib/cpp/test/processor/EventLog.cpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/cpp/test/processor/EventLog.h
b/lib/cpp/test/processor/EventLog.h
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/cpp/test/processor/Handlers.h
b/lib/cpp/test/processor/Handlers.h
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/cpp/test/processor/ProcessorTest.cpp
b/lib/cpp/test/processor/ProcessorTest.cpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/cpp/test/processor/ServerThread.cpp
b/lib/cpp/test/processor/ServerThread.cpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/cpp/test/processor/ServerThread.h
b/lib/cpp/test/processor/ServerThread.h
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/csharp/src/Properties/AssemblyInfo.cs
b/lib/csharp/src/Properties/AssemblyInfo.cs
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/java/src/org/apache/thrift/protocol/TCompactProtocol.java
b/lib/java/src/org/apache/thrift/protocol/TCompactProtocol.java
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/java/test/org/apache/thrift/protocol/TestTCompactProtocol.java
b/lib/java/test/org/apache/thrift/protocol/TestTCompactProtocol.java
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/java/test/org/apache/thrift/server/TestNonblockingServer.java
b/lib/java/test/org/apache/thrift/server/TestNonblockingServer.java
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/java/test/org/apache/thrift/test/TestClient.java
b/lib/java/test/org/apache/thrift/test/TestClient.java
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/lib/js/test/build.xml
b/lib/js/test/build.xml
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/test/cpp/src/StressTest.cpp
b/test/cpp/src/StressTest.cpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/test/cpp/src/StressTestNonBlocking.cpp
b/test/cpp/src/StressTestNonBlocking.cpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/test/cpp/src/TestClient.cpp
b/test/cpp/src/TestClient.cpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/test/cpp/src/TestServer.cpp
b/test/cpp/src/TestServer.cpp
old mode 100755
(executable)
new mode 100644
(file)
diff --git
a/test/csharp/ThriftTest/TestServer.cs
b/test/csharp/ThriftTest/TestServer.cs
old mode 100755
(executable)
new mode 100644
(file)