Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
brpc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
brpc
Commits
09cc273d
Commit
09cc273d
authored
Nov 03, 2017
by
gejun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace 'Baidu RPC' with 'brpc'
parent
cf89be91
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
23 additions
and
23 deletions
+23
-23
brpc_builtin_service_unittest.cpp
test/brpc_builtin_service_unittest.cpp
+1
-1
brpc_channel_unittest.cpp
test/brpc_channel_unittest.cpp
+1
-1
brpc_controller_unittest.cpp
test/brpc_controller_unittest.cpp
+1
-1
brpc_esp_protocol_unittest.cpp
test/brpc_esp_protocol_unittest.cpp
+1
-1
brpc_event_dispatcher_unittest.cpp
test/brpc_event_dispatcher_unittest.cpp
+1
-1
brpc_extension_unittest.cpp
test/brpc_extension_unittest.cpp
+1
-1
brpc_hpack_unittest.cpp
test/brpc_hpack_unittest.cpp
+1
-1
brpc_http_message_unittest.cpp
test/brpc_http_message_unittest.cpp
+1
-1
brpc_http_rpc_protocol_unittest.cpp
test/brpc_http_rpc_protocol_unittest.cpp
+1
-1
brpc_http_status_code_unittest.cpp
test/brpc_http_status_code_unittest.cpp
+1
-1
brpc_hulu_pbrpc_protocol_unittest.cpp
test/brpc_hulu_pbrpc_protocol_unittest.cpp
+1
-1
brpc_input_messenger_unittest.cpp
test/brpc_input_messenger_unittest.cpp
+1
-1
brpc_load_balancer_unittest.cpp
test/brpc_load_balancer_unittest.cpp
+1
-1
brpc_mongo_protocol_unittest.cpp
test/brpc_mongo_protocol_unittest.cpp
+1
-1
brpc_nova_pbrpc_protocol_unittest.cpp
test/brpc_nova_pbrpc_protocol_unittest.cpp
+1
-1
brpc_public_pbrpc_protocol_unittest.cpp
test/brpc_public_pbrpc_protocol_unittest.cpp
+1
-1
brpc_rtmp_unittest.cpp
test/brpc_rtmp_unittest.cpp
+1
-1
brpc_server_unittest.cpp
test/brpc_server_unittest.cpp
+1
-1
brpc_snappy_compress_unittest.cpp
test/brpc_snappy_compress_unittest.cpp
+1
-1
brpc_socket_map_unittest.cpp
test/brpc_socket_map_unittest.cpp
+1
-1
brpc_socket_unittest.cpp
test/brpc_socket_unittest.cpp
+1
-1
brpc_sofa_pbrpc_protocol_unittest.cpp
test/brpc_sofa_pbrpc_protocol_unittest.cpp
+1
-1
brpc_streaming_rpc_unittest.cpp
test/brpc_streaming_rpc_unittest.cpp
+1
-1
No files found.
test/brpc_builtin_service_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: Sun Jul 13 15:04:18 CST 2014
...
...
test/brpc_channel_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: Sun Jul 13 15:04:18 CST 2014
...
...
test/brpc_controller_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: Sun Jul 13 15:04:18 CST 2014
...
...
test/brpc_esp_protocol_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: Sun Jul 13 15:04:18 CST 2014
...
...
test/brpc_event_dispatcher_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: Sun Jul 13 15:04:18 CST 2014
...
...
test/brpc_extension_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: Sun Jul 13 15:04:18 CST 2014
...
...
test/brpc_hpack_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: 2017/04/25 00:23:12
...
...
test/brpc_http_message_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date 2014/10/24 16:44:30
...
...
test/brpc_http_rpc_protocol_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: Sun Jul 13 15:04:18 CST 2014
...
...
test/brpc_http_status_code_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// File: test_http_status_code.cpp
...
...
test/brpc_hulu_pbrpc_protocol_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: Sun Jul 13 15:04:18 CST 2014
...
...
test/brpc_input_messenger_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: Sun Jul 13 15:04:18 CST 2014
...
...
test/brpc_load_balancer_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: Sun Jul 13 15:04:18 CST 2014
...
...
test/brpc_mongo_protocol_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: Thu Oct 15 21:08:31 CST 2015
...
...
test/brpc_nova_pbrpc_protocol_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: Sun Jul 13 15:04:18 CST 2014
...
...
test/brpc_public_pbrpc_protocol_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: Sun Jul 13 15:04:18 CST 2014
...
...
test/brpc_rtmp_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: Fri May 20 15:52:22 CST 2016
...
...
test/brpc_server_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: Sun Jul 13 15:04:18 CST 2014
...
...
test/brpc_snappy_compress_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: 2015/01/20 19:01:06
...
...
test/brpc_socket_map_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: Sun Jul 13 15:04:18 CST 2014
...
...
test/brpc_socket_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: Sun Jul 13 15:04:18 CST 2014
...
...
test/brpc_sofa_pbrpc_protocol_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: Sun Jul 13 15:04:18 CST 2014
...
...
test/brpc_streaming_rpc_unittest.cpp
View file @
09cc273d
//
Baidu RPC
- A framework to host and access services throughout Baidu.
//
brpc
- A framework to host and access services throughout Baidu.
// Copyright (c) 2014 Baidu, Inc.
// Date: 2015/10/22 16:28:44
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment