Florian Wilkens
|
914f5e3983
|
Fixed struct layout
|
2015-05-04 00:43:44 +02:00 |
|
Ben S
|
8a9d6f90c9
|
Start using uid_t and gid_t
They were i32 and u32 before. Or was that the other way around? Anyway, this changes the interface, so I'm bumping the version.
v0.4.0
|
2015-05-03 12:42:37 +01:00 |
|
Ben S
|
b2454eaf20
|
Add note on beta compatibility (or lack thereof)
|
2015-05-03 12:40:44 +01:00 |
|
Ben S
|
518a02d84f
|
Get rid of un-needed feature flags
|
2015-05-03 12:10:42 +01:00 |
|
Benjamin Sago
|
249436c40a
|
Remove Copy impl on internal types
|
2015-04-03 23:52:15 +02:00 |
|
Ben S
|
e1f159688a
|
Version bump
|
2015-03-25 23:22:49 +00:00 |
|
Ben S
|
982463b7e5
|
Merge pull request #2 from crumblingstatue/master
Update to latest Rust
|
2015-03-25 21:50:37 +00:00 |
|
Mika Attila
|
d734873540
|
Update to latest Rust
|
2015-03-25 21:35:35 +01:00 |
|
Ben S
|
e2d4768da0
|
0.3.0: Version bump
0.3.0
v0.3.0
|
2015-03-11 17:21:55 +00:00 |
|
Ben S
|
f1003399ef
|
Tabs are ew.
|
2015-03-11 17:21:46 +00:00 |
|
Ben S
|
004e1405fc
|
Use to_owned and pass slices to search functions
Getting this in here before the Entry reform hopefully allows the interface to stay the same but the code to improve!
|
2015-03-11 17:21:22 +00:00 |
|
Ben S
|
a1d1f2fa87
|
Upgrade to latest Rust
- c_str_to_bytes -> CStr
|
2015-03-11 17:14:09 +00:00 |
|
Ben S
|
27cd0c9f50
|
Tiny fixes for latest Rust
|
2015-02-04 01:22:02 +00:00 |
|
Ben S
|
6c44bdf0b7
|
Update this README too
|
2015-02-01 09:34:01 +00:00 |
|
Ben S
|
8248a544ef
|
Merge pull request #1 from tshepang/patch-1
doc: typo fix
|
2015-02-01 09:26:48 +00:00 |
|
Tshepang Lekhonkhobe
|
587775d2de
|
doc: typo fix
|
2015-02-01 06:27:51 +02:00 |
|
Ben S
|
4621e12a12
|
Feature flags
|
2015-01-29 16:56:49 +00:00 |
|
Benjamin Sago
|
b6aceb1640
|
Version bump
|
2015-01-12 01:19:20 +01:00 |
|
Benjamin Sago
|
1dadb9066d
|
Better way to display username
|
2015-01-09 23:32:41 +01:00 |
|
Benjamin Sago
|
71c03c5b50
|
Upgrade to latest Rust
- Silence warnings
- C-string changes
|
2015-01-09 23:22:53 +01:00 |
|
Ben S
|
63d2760c52
|
Bump readme
|
2015-01-05 13:16:07 +00:00 |
|
Ben S
|
36b0c2a6c4
|
Upgrade to latest Rust
- set -> insert
- entry takes a reference now
|
2015-01-05 13:10:32 +00:00 |
|
Ben S
|
d9dc1a541a
|
0.2.0: Mockable users
v0.2.0
|
2015-01-05 13:04:21 +00:00 |
|
Ben S
|
e411fc492c
|
Fix example so Travis likes it
|
2015-01-04 23:03:58 +00:00 |
|
Ben S
|
0940bf9171
|
Upgrade to latest Rust
deriving -> derive
is_not_null -> !is_null
|
2015-01-04 14:02:52 +00:00 |
|