Tim
43a2df4a13
Make version of serde explicit in release notes
2016-04-24 17:56:41 -07:00
Tim Kuehn
166f1523d6
Update version in README
2016-04-24 17:52:08 -07:00
Tim Kuehn
1cc8cbcdc3
Update pre-push to use rustup in lieu of multirust, because rustup is #thefuture.
2016-04-24 17:48:29 -07:00
Tim Kuehn
9dafc704e9
Update RELEASES.md
2016-04-24 17:19:53 -07:00
shaladdle
32e0b0d7f8
Bump version to 0.4.0
v0.4.0
2016-04-02 16:56:20 -07:00
shaladdle
b87c52758e
Merge pull request #30 from tikue/update-serde
...
Update serde to 0.7
2016-04-02 15:57:18 -07:00
Tim Kuehn
9235e12904
Handle Serde(EndOfStream) error as ConnectionBroken
2016-04-02 15:33:56 -07:00
Tim Kuehn
265fe56fa6
Merge update-serde into master
2016-04-02 15:23:37 -07:00
Tim Kuehn
7b5b29a9c3
Update to serde 0.7
2016-04-02 15:18:24 -07:00
shaladdle
fe978f2c56
Merge pull request #29 from tikue/rm-lazy-static
...
Remove unused dep
2016-03-02 21:36:24 -08:00
Tim Kuehn
44f472c65c
Remove unused dep
2016-02-27 22:32:53 -08:00
Tim Kuehn
e8fcf0e4de
Fix issue with grep exit status
2016-02-27 02:30:39 -08:00
shaladdle
2eb0b2cc83
Merge pull request #28 from tikue/fix-pre-commit
...
Fix formatting pre-commit check
2016-02-25 23:24:18 -08:00
Tim Kuehn
a8766a9200
Use rustfmt --write-mode=diff in lieu of hashes
2016-02-25 00:50:46 -08:00
Tim Kuehn
ef96c87226
Skip children when rustfmting in pre-commit
2016-02-25 00:50:37 -08:00
Tim Kuehn
3543b34f2b
Fix formatting check.
...
* shasum suffixes the checksum with '- filename' so pipe in the text instead.
* rustfmt prefixes the formatting with 'Using rustfmt config file filename' so pipe in the text instead.
2016-02-25 00:50:29 -08:00
Tim
4c1d15f8ea
Merge pull request #26 from Bowbaq/master
...
Fix your typo
2016-02-20 18:50:25 -08:00
Maxime Bury
ece1cc60b9
Fix your typo
2016-02-20 18:43:31 -08:00
shaladdle
7d8a508379
Merge pull request #25 from tikue/fix-readme
...
Fix the README example. It broke again. :(
2016-02-20 01:33:29 -08:00
Tim Kuehn
9193357d60
Fix the README example. It broke again. :(
v0.3.0
2016-02-20 01:29:22 -08:00
shaladdle
b777e0bbf7
Merge pull request #24 from tikue/release-notes
...
Add release notes
2016-02-20 01:15:49 -08:00
Tim Kuehn
04624f054d
Forgot the file
2016-02-20 01:11:02 -08:00
Tim Kuehn
f870f832a9
Rename RELEASE_NOTES.md => RELEASES.md to conform to rust-lang/rust.
2016-02-20 01:07:51 -08:00
Tim Kuehn
dc347021d4
Rework a line
2016-02-20 01:05:43 -08:00
Tim Kuehn
5973e54f62
Fix markdown
2016-02-20 01:04:40 -08:00
Tim Kuehn
e5e5c5975c
Add release notes
2016-02-20 01:02:13 -08:00
shaladdle
6bb3691a30
Merge pull request #23 from tikue/deps
...
Update deps versions
2016-02-20 00:53:27 -08:00
Tim Kuehn
e2f1511fb3
Update deps versions
2016-02-19 23:53:27 -08:00
Tim Kuehn
99ba380825
Update readme version
2016-02-19 23:45:01 -08:00
Tim
39235343d6
Merge pull request #22 from shaladdle/allowunused
...
Allow most things to be unused
2016-02-19 23:40:42 -08:00
Adam Wright
f3afd080f3
Allow most things to be unused
2016-02-19 23:28:34 -08:00
Tim
043d0a1c21
Merge pull request #21 from shaladdle/bashpls
...
Merge shaladdle/bashpls into master.
2016-02-19 23:23:20 -08:00
shaladdle
be4caeebe8
Merge pull request #20 from tikue/config
...
Merge tikue/config into master.
2016-02-19 23:16:15 -08:00
Adam Wright
06a2cab31c
Move /bin/bash to the top so it works
2016-02-19 23:08:50 -08:00
Tim Kuehn
934c51f4ab
Bunch version number
2016-02-19 22:57:47 -08:00
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