Commit Graph

165 Commits

Author SHA1 Message Date
Steven Fackler
e7e9eebaa6 Releave v0.2.1 2014-12-15 12:40:40 -08:00
Steven Fackler
cdfcef8e05 Update for upstream changes 2014-12-15 12:39:49 -08:00
Steven Fackler
db198a5b77 Depend on out of tree liblog 2014-12-13 15:16:03 -08:00
Steven Fackler
82e9d62c0d Release v0.2.0 2014-12-12 18:36:39 -08:00
Steven Fackler
a55c50a22b Release 0.1.3 2014-12-06 08:57:43 -08:00
Steven Fackler
5ca7d8ec2c Bump phf dependency 2014-12-06 08:56:48 -08:00
Steven Fackler
d5998d8f2a Add Notifications::next_block_for method
The setup is a little hairy, but seems correct.

cc #19
2014-12-02 20:36:31 -08:00
Steven Fackler
348195b718 Optimize execute
Avoiding the statment close by using the unnamed statment improves the
lower bound perf by ~1/3:

test bench_execute        ... bench:    425429 ns/iter (+/- 24970)
test bench_naiive_execute ... bench:    607967 ns/iter (+/- 53434)

cc #83
2014-12-01 22:24:31 -08:00
Steven Fackler
e7f66f89ac Use rust-openssl's MaybeSslStream 2014-11-28 15:54:37 -08:00
Steven Fackler
d0a5bd7679 Release 0.1.2
Just fixes for upstream changes
2014-11-28 12:27:32 -08:00
Steven Fackler
d7cec2c7e5 Bump to 0.1.1
A bumped openssl version unbreaks windows builds
2014-11-27 21:39:49 -08:00
Steven Fackler
7b8786c6a2 Upgrade to openssl 0.2 2014-11-27 21:39:16 -08:00
Steven Fackler
f35e3b6e3a Lock to uuid and time 0.1 2014-11-27 15:37:25 -08:00
Steven Fackler
d674b8a4a0 Lock to phf 0.1 2014-11-27 10:18:31 -08:00
Steven Fackler
81da54e04f Minor cleanup 2014-11-26 22:35:06 -08:00
Steven Fackler
bb3b649d6a Fix to url 0.2 2014-11-26 15:06:46 -08:00
Steven Fackler
546967f68c Add a blocking next method to Notifications
cc #19
2014-11-25 18:30:28 -08:00
Steven Fackler
2aefb6c34c Switch to all registry deps 2014-11-23 18:33:59 -08:00
Steven Fackler
cbc74e6ea9 More movement to registry 2014-11-22 15:53:43 -08:00
Steven Fackler
092a7ea9d6 Switch dependencies over to registry, add metadata 2014-11-22 15:52:11 -08:00
Steven Fackler
2eeb142112 Add license and description 2014-11-21 22:06:46 -08:00
Steven Fackler
9a87c6e18a Make time support optional 2014-11-17 19:11:32 -08:00
Steven Fackler
c1e4f6385f Make uuid default on and rename it 2014-11-17 09:43:10 -08:00
Alex Crichton
c0f1132cab Depend on rust-lang/time
The disributed libtime has since been deprecated.
2014-11-13 09:46:52 -08:00
Steven Fackler
4f80c32967 Add optional UUID support
Closes #72
2014-11-06 07:56:00 -08:00
Steven Fackler
eaf61bec7b Use servo rust-url for test encoding 2014-10-26 12:05:43 -07:00
Alex Crichton
c4e2e527d5 Update to rust master 2014-10-21 08:25:03 -07:00
Alex Crichton
35a0a09cd2 Remove locked revisions from the Cargo.toml
Locked revisions inside of a manifest generally indicate that a library is only
compatible with exactly one revision of the dependent library. In general these
locked revisions belong in a Cargo.lock instead of a Cargo.toml.

By including a locked revision, the dependency graph is forked such that
postgres will have its own copy of all of its dependencies, while all other
users of, for example, rust-openssl will get a different copy (the sources are
different).

This package is in general compatible with the current master branch of its
dependencies, and applications will have locked versions of all these
dependencies regardless.
2014-09-03 08:20:39 -07:00
Steven Fackler
bf2497bf48 Bump rust-phf 2014-08-30 10:25:32 +01:00
Steven Fackler
fccbbdc1d0 Bump rust-openssl 2014-08-29 23:23:23 +01:00
Steven Fackler
699a3f1acc Bump dependencies 2014-08-18 22:03:10 -07:00
Steven Fackler
30a3210be0 Revert "Strip prefixes from types"
This reverts commit ccdb02f661.

I'm not sure this is the right way to go just yet
2014-08-18 22:02:16 -07:00
Steven Fackler
ccdb02f661 Strip prefixes from types
They can be prefixed with the crate name
2014-08-18 21:52:56 -07:00
Steven Fackler
3b8ac2cdd7 cargo update 2014-08-16 14:26:04 -07:00
Steven Fackler
e33f2f0fcc Remove some extra whitespace in Cargo.toml 2014-08-13 22:01:53 -07:00
Steven Fackler
a94ced8dd0 Re-disable in-crate tests 2014-08-12 20:14:21 -07:00
Steven Fackler
e85d33206b Change cargo package name 2014-08-10 17:39:06 -07:00
Steven Fackler
ab59eac6fc Derive things for errors 2014-08-10 13:08:44 -07:00
Steven Fackler
c308ced52d Bump rust-phf 2014-08-08 23:36:20 -07:00
Steven Fackler
b93408ded8 Un-ignore lib tests so doctests will run 2014-08-08 19:05:19 -07:00
Steven Fackler
a6f8465614 Bump rust-phf 2014-08-05 23:57:25 -07:00
Steven Fackler
d374641ecb Remove some indirection from files 2014-08-02 19:10:45 -07:00
Steven Fackler
477e06eb72 Bump rust-phf 2014-08-01 23:14:32 -07:00
Steven Fackler
61958fac3f Bump rust-phf 2014-07-23 18:30:50 -07:00
Steven Fackler
37420603a0 Bump PHF version 2014-07-18 09:14:10 -07:00
Steven Fackler
82517b172a Yay Index! 2014-07-17 19:18:37 -07:00
Steven Fackler
2d60edb813 Don't build a test crate for libpostgres 2014-07-12 20:49:34 -07:00
Steven Fackler
e0257e3da1 Add test target to Cargo config 2014-07-12 13:28:23 -07:00
Steven Fackler
10286ea274 Bump dependencies 2014-07-11 14:22:15 -07:00
Alex Crichton
3adddb334d Bump openssl dep for an x86 fix 2014-07-11 13:59:06 -07:00
Steven Fackler
b637ce640e Bump rust-phf version 2014-07-09 20:50:01 -07:00
Steven Fackler
a5298ddaa4 Bump dependency versions 2014-07-07 09:23:22 -07:00
Steven Fackler
37a5fddae7 Bump rust-phf 2014-07-05 10:12:22 -07:00
Steven Fackler
15a776dd56 Bump rust-phf version 2014-07-02 20:28:54 -07:00
Steven Fackler
9876185f6d Add explicit dependency on rust-phf 2014-07-01 19:57:26 -07:00
Steven Fackler
42123f7765 Extract tests to a separate crate
This ensures that we're only testing public API and speeds up the
development process.
2014-06-30 21:30:39 -07:00
Steven Fackler
93d5eaf399 Update for upstream changes 2014-06-30 19:58:11 -07:00
Steven Fackler
a54fdaf834 Switch docs back to rust-ci (again) 2014-06-29 14:11:38 -07:00
Steven Fackler
a9ec2a21e6 Update for * -> *const changes 2014-06-29 13:42:43 -07:00
Steven Fackler
a1761bb8d2 That's not the right rev! 2014-06-25 23:18:58 -07:00
Steven Fackler
c54d23f6ee Fix typo in Cargo.toml 2014-06-25 23:18:25 -07:00
Steven Fackler
80a7af6fa6 Update rust-openssl ref 2014-06-25 23:04:25 -07:00
Steven Fackler
74eebe55e6 Drop version to 0.0.0 2014-06-25 22:13:01 -07:00
Petar Radosevic
d23d72e803 Fix dependencies 2014-06-25 22:12:36 +02:00
Petar Radosevic
7e1561335f Add Cargo.toml 2014-06-25 21:21:01 +02:00