Commit graph

230 commits

Author SHA1 Message Date
Matt McCoy
148356273c Adding some comments for documentation 2016-06-15 19:38:37 -04:00
Matt McCoy
fde5d39fb3 Removing unused security key for travis ci 2016-06-15 19:21:09 -04:00
Matt McCoy
e8e2dcd2d8 Adding encryption for GH_TOKEN for travis ci build 2016-06-15 19:05:43 -04:00
Matt McCoy
7eee407b25 Fixing to use stable version of rust 2016-06-15 18:50:04 -04:00
Matt McCoy
d73f1c7c33 Fixing indentation of .travis.yml 2016-06-15 18:48:01 -04:00
Matt McCoy
a124b9c157 chaning before_script to before_install 2016-06-15 18:43:24 -04:00
Matt McCoy
3e2aacf35d Adding travis-cargo to build for docs 2016-06-15 18:22:49 -04:00
Matt McCoy
a3ee094a50 Fixing test 2016-06-15 12:16:10 -04:00
Matt McCoy
eee1ad355a Simplify login using ToSocketAddrs 2016-06-05 19:41:36 -04:00
Matt McCoy
8477a858f2 Merge pull request #13 from miquelruiz/master
Try connection instead of unwrapping
2016-06-05 19:20:39 -04:00
Miquel Ruiz
6816b922f0 Try connection instead of unwrapping
Return an error instead of panicking on connection errors, which allows to
handle the problem from the caller.

fixes #12
2016-06-05 13:05:26 +01:00
Matt McCoy
0cbe8dbd10 Merge pull request #10 from bon-chi/fix-typo-on-example
fix typo
2016-04-05 23:04:57 -04:00
Koji Ota
d4ad115d93 fix typo
paramanent_flag => permanent_flag
2016-03-16 00:40:46 +09:00
Matt McCoy
1e52fa8325 Incrementing version number 2016-01-11 10:39:42 -05:00
Matt McCoy
b6426c0b9d Merge pull request #8 from frewsxcv/relicense
Relicense as Apache 2.0 / MIT
2016-01-10 18:52:15 -05:00
Corey Farwell
fca5be62a7 Relicense as Apache 2.0 / MIT
Closes #7
2016-01-10 17:34:19 -05:00
Matt McCoy
e9c6577ffa Updating to version 0.0.4 2015-12-14 17:36:54 -05:00
Matt McCoy
2f81089562 Merge pull request #5 from xunien/master
SslStream::new is deprecated
2015-11-28 19:29:08 -05:00
Julien Rolland
a3cb1c22d9 SslStream::new is deprecated 2015-11-23 21:59:54 +00:00
Matt McCoy
4a85c99a48 Merge pull request #4 from ArtemGr/master
Expose run_command
2015-11-06 18:57:18 -05:00
Artem
fbb4b23f75 Expose run_command 2015-11-05 13:43:52 +03:00
Matt McCoy
2fd5a4224a Merge pull request #2 from frewsxcv/patch-1
Fix syntax highlighting in README
2015-08-26 14:42:11 -04:00
Corey Farwell
f2f0f46a0c Fix syntax highlighting in README 2015-08-23 19:47:36 -04:00
Matt McCoy
4d6fce59ab Bumping to version 0.0.3 2015-06-15 15:14:10 -04:00
Matt McCoy
9fb61353af Merge pull request #1 from arges/master
Allow connect to take both &str and String
2015-06-15 15:05:27 -04:00
Chris J Arges
ceb4ae6993 Allow connect to take both &str and String
It would be useful to allow a String to be passed to connect instead of just
a &'static str. This code makes 'host' a String type, but allows the function
to take either type.
2015-06-14 23:25:30 -05:00
Matt McCoy
298eac6598 Updating to compile for the most recent version of rust 2015-06-07 00:59:53 -04:00
Matt McCoy
aee89113a6 Uncommenting printing in main 2015-04-15 16:34:22 -04:00
Matt McCoy
a25bf47d1c Triggering a build 2015-04-15 16:26:09 -04:00
Matt McCoy
95e6676055 Initial Commit 2015-04-15 16:23:58 -04:00