Tim Kuehn
|
cc8a8e76b0
|
Remove a bunch of derived traits from Config for backwards compatibility reasons.
|
2016-02-19 22:51:18 -08:00 |
|
Tim Kuehn
|
b9ba10b8a4
|
Fix tarpc_examples
|
2016-02-19 22:42:36 -08:00 |
|
Tim Kuehn
|
1ee1f9274a
|
Fix some log statements
|
2016-02-19 22:33:13 -08:00 |
|
Tim Kuehn
|
7f354be850
|
Merge branch 'master' of github.com:google/tarpc into config
|
2016-02-19 22:32:16 -08:00 |
|
Tim Kuehn
|
c9a63c2a5a
|
Don't derive Hash for Config because Duration is only Hashable on nightly
|
2016-02-19 22:06:29 -08:00 |
|
Tim
|
ee1143c709
|
Merge pull request #14 from shaladdle/hooks
Merge shaladdle/hooks into master.
|
2016-02-19 21:46:00 -08:00 |
|
Adam Wright
|
4ed127b39e
|
NOT FOUND instead of FAILED
|
2016-02-19 21:31:11 -08:00 |
|
Tim Kuehn
|
66cd136c6a
|
Add a note about serde in the readme
|
2016-02-18 21:27:22 -08:00 |
|
Tim Kuehn
|
58cbe6f4ea
|
Update README and service macro doc comment
|
2016-02-18 21:23:42 -08:00 |
|
Tim Kuehn
|
250a7fd7b9
|
Move 'static bound from trait to spawn fns
|
2016-02-18 20:48:25 -08:00 |
|
Tim Kuehn
|
a44fd808d9
|
Merge branch 'master' of github.com:google/tarpc into config
|
2016-02-18 20:42:33 -08:00 |
|
Tim Kuehn
|
65c4d83c88
|
[breaking] Renamings and refactorings.
* Add a Config struct. `Client::new(addr, duration)` => `Client::new(addr, config)`
* `serve(addr, server, config)` => `server.spawn_with_config(addr, config)`
* Also added `server.spawn(addr)`
|
2016-02-18 20:40:08 -08:00 |
|
shaladdle
|
00692fe9a3
|
Merge pull request #19 from tikue/readme
Make a note of AsyncClient and `cargo doc` in the readme
|
2016-02-18 15:35:56 -08:00 |
|
Tim Kuehn
|
0968760ef7
|
Make a note of AsyncClient and cargo doc in the readme
|
2016-02-18 15:28:41 -08:00 |
|
shaladdle
|
75b2c00b54
|
Merge pull request #17 from tikue/readme
Define RPC in readme
|
2016-02-18 14:59:43 -08:00 |
|
Tim Kuehn
|
ffee124526
|
List dependency info in readme
|
2016-02-18 08:49:20 -08:00 |
|
Tim Kuehn
|
06a03697c4
|
Merge branch 'master' of github.com:google/tarpc into readme
|
2016-02-18 08:43:35 -08:00 |
|
Tim Kuehn
|
a675551a31
|
Define RPC in README
|
2016-02-18 08:43:31 -08:00 |
|
Adam Wright
|
d0e9693263
|
Be consistent with function declarations
|
2016-02-18 01:40:44 -08:00 |
|
Adam Wright
|
6d23174219
|
Build on nightly too, as per review comment
|
2016-02-18 01:36:39 -08:00 |
|
Adam Wright
|
a06b583334
|
Also check existence of shasum
|
2016-02-18 01:27:07 -08:00 |
|
shaladdle
|
937e9c2c43
|
Merge pull request #15 from tikue/readme
Make a line in the readme a bit cleaner
|
2016-02-18 01:24:11 -08:00 |
|
Tim Kuehn
|
54883d6354
|
Make a line in the readme a bit cleaner
|
2016-02-18 01:20:20 -08:00 |
|
Tim
|
86b1470832
|
Merge pull request #13 from gsquire/readme-fix
Fix README code example
|
2016-02-18 01:17:52 -08:00 |
|
Adam Wright
|
82762583be
|
Change colors a bit, only exit when check_toolchain fails..
|
2016-02-18 01:06:31 -08:00 |
|
Adam Wright
|
3462451256
|
Check for multirust, rustfmt, clean up some things
|
2016-02-18 01:06:31 -08:00 |
|
Adam Wright
|
17d800b8a8
|
Update comments
|
2016-02-18 01:06:31 -08:00 |
|
Adam Wright
|
403eba201b
|
Group builds/tests by toolchain for speed
|
2016-02-18 01:06:31 -08:00 |
|
Adam Wright
|
f2328d200e
|
pre-commit doesn't modify files, just checks foramtting
|
2016-02-18 01:06:31 -08:00 |
|
Garrett Squire
|
51e6bac2dc
|
fix the example in the README
|
2016-02-17 23:25:33 -08:00 |
|
shaladdle
|
f3fcbbb8d2
|
Merge pull request #12 from tikue/second-test
Add a second rpc to test service.
|
2016-02-17 18:08:23 -08:00 |
|
Tim Kuehn
|
05acb97f04
|
Add a second rpc to test service.
To better exercise the serialization parts -- namely, the enum tags.
|
2016-02-16 22:17:06 -08:00 |
|
Adam Wright
|
07c052a1c1
|
Individually format crates, use -q
|
2016-02-15 18:54:15 -08:00 |
|
Adam Wright
|
34cf0c8172
|
Updated hook to print messages like prepush
|
2016-02-15 18:30:26 -08:00 |
|
Adam Wright
|
7b196400b8
|
Revamp push hook
1. Create environment variables for options
3. Use multirust to test different toolchains. If multirust isn't
installed, use current toolchain.
|
2016-02-15 17:28:16 -08:00 |
|
Adam Wright
|
1f30bb9ba6
|
Remove the install hooks script
|
2016-02-15 13:58:42 -08:00 |
|
Adam Wright
|
e2756edd72
|
Test all crates and format on pre-commit
|
2016-02-15 13:58:04 -08:00 |
|
shaladdle
|
8957d2dac3
|
Merge pull request #11 from tikue/rustfmt
rustfmt the things
|
2016-02-15 13:36:16 -08:00 |
|
shaladdle
|
21e5734ef7
|
Merge pull request #10 from tikue/inlines
Add some missing #[inline]s.
|
2016-02-15 13:33:11 -08:00 |
|
Tim Kuehn
|
dddeca19a1
|
.travis.yml: don't set unstable feature when building on nightly
|
2016-02-15 12:29:13 -08:00 |
|
Tim Kuehn
|
a9b86280b5
|
Add coveralls deps
|
2016-02-15 12:17:21 -08:00 |
|
Tim Kuehn
|
7dae99d7b5
|
rustfmt the things
|
2016-02-15 02:34:20 -08:00 |
|
Tim Kuehn
|
9dd3d55744
|
Add some missing #[inline]s.
And add the optional fn len method to Packet's MapVisitor. Also add a link to documentation in the readme.
|
2016-02-15 02:20:27 -08:00 |
|
Tim Kuehn
|
104196a90e
|
Bump version number
v0.2.0
|
2016-02-14 21:04:52 -08:00 |
|
Tim Kuehn
|
ed3cdbf3b4
|
Add stable and beta to .travis.yml
|
2016-02-14 20:51:22 -08:00 |
|
shaladdle
|
1946eaf439
|
Merge pull request #9 from tikue/stabilize
Move benchmark into tarpc_examples, allowing tarpc to test on stable
|
2016-02-14 20:41:29 -08:00 |
|
Tim Kuehn
|
02add8aa92
|
Update readme
|
2016-02-14 20:38:40 -08:00 |
|
Tim Kuehn
|
1a0054a00f
|
Move benchmark into tarpc_examples, allowing tarpc to test on stable
|
2016-02-14 20:33:42 -08:00 |
|
shaladdle
|
09e8cd9af8
|
Merge pull request #8 from tikue/stabilize
Manually implement serialization code...
|
2016-02-14 20:19:29 -08:00 |
|
Tim
|
4b3e715313
|
Merge pull request #7 from shaladdle/macro_try_clone
Add TryClone to Client/AsyncClient
|
2016-02-14 20:19:23 -08:00 |
|