Commit Graph

  • d8679fbf5e travis: Update pinned dependancies Joe Richey 2020-09-08 00:50:05 -07:00
  • 0a5017eadb Update MSRV to 1.34 Joe Richey 2020-09-08 03:11:13 -07:00
  • 2723e7f1d7 travis: Apply #157 to 0.2 branch Joe Richey 2020-09-08 01:28:11 -07:00
  • 24e588619e bsd_arandom: Read only 256 bytes at a time Joe Richey 2020-08-14 03:32:19 -07:00
  • fc83790262 rustfmt: Run cargo fmt Joe Richey 2020-07-21 20:42:45 -07:00
  • 2b03b0e0b8 Remove workaround for older Linux kernels Artyom Pavlov 2020-07-19 18:28:21 +00:00
  • f6af828725 ci: Remove old reference to wasm-bindgen-getrandom Joe Richey 2020-07-21 13:15:55 -07:00
  • 706a4298fc stdweb: Remove CI runs with cargo-web Joe Richey 2020-07-21 12:21:43 -07:00
  • 11b4f9e406 wasm: Update testing framework Joe Richey 2020-05-28 02:03:15 -07:00
  • eacffd578a wasm: Move JS-based Custom RNGs back into the main crate Joe Richey 2020-05-28 02:01:12 -07:00
  • 6aba12ccdb Rename "cpu" feature to "rdrand" Joe Richey 2020-05-28 17:10:06 -07:00
  • 618593ca03 cpu: Have "cpu" feature take precedence over "custom" Joe Richey 2020-05-27 22:08:00 -07:00
  • a29180afcd wasm32: Unify error codes an implementations Joe Richey 2020-05-22 16:31:11 -07:00
  • 10df5588c2 AppVeyor: Run CI on 0.2 branch Joe Richey 2020-05-25 03:05:01 -07:00
  • 7631f75292 ci: Pin the Cross binary to avoid breaking the CI Joe Richey 2020-05-22 17:25:27 -07:00
  • 8191d7f26b Merge pull request #143 from josephlr/fixing-webpack-warning Diggory Hardy 2020-04-28 08:45:26 +01:00
  • ec4a3e1f03 Fixing Webpack require warning Pauan 2020-03-30 21:41:26 +02:00
  • 7bfdabf358 wasm-bindgen: Added support for Internet Explorer 11 zer0x64 2020-04-24 16:22:05 -04:00
  • 0ad1c77214 wasm-bindgen: Added support for Internet Explorer 11 zer0x64 2020-04-24 16:22:05 -04:00
  • f1c264d476 Fixing Webpack require warning Pauan 2020-03-30 21:41:26 +02:00
  • 54b4c8d1b6 travis: Allow nightly builds to fail Joe Richey 2020-04-27 00:51:12 -07:00
  • b44da72a01 travis: Fix wasm32 CI Joe Richey 2020-04-25 02:16:09 -07:00
  • 717b5cc654 Merge pull request #145 from josephlr/nightly Diggory Hardy 2020-04-27 09:38:01 +01:00
  • c7862af490 travis: Allow nightly builds to fail Joe Richey 2020-04-27 00:51:12 -07:00
  • 74eca5e871 fmt: Use consistent include style Joe Richey 2020-02-26 12:23:21 -08:00
  • 138d903318 ios: Don't use SecRandom type Joe Richey 2020-02-26 12:08:12 -08:00
  • afcfcd1525 build: Remove getrandom_uwp cfg Joe Richey 2020-02-26 11:54:58 -08:00
  • b3d3fbcb10 assert: Make use of asserts consistent Joe Richey 2020-02-26 11:46:58 -08:00
  • d1a84dbd0d error: Make internal_error! a function Joe Richey 2020-02-25 15:12:06 -08:00
  • 3d17318c59 Merge pull request #141 from josephlr/travis Diggory Hardy 2020-04-26 14:47:36 +01:00
  • c25d0a81eb travis: Fix wasm32 CI Joe Richey 2020-04-25 02:16:09 -07:00
  • 2e39004c4b rdrand: Add 32-bit x86 support Joe Richey 2020-02-19 00:26:57 -08:00
  • 52e7e9fe23 tests: Test CPU-based RNG on all x86 targets Joe Richey 2020-02-18 22:45:51 -08:00
  • 1375181832 tests: Improve testing infrastructure Joe Richey 2020-02-18 22:36:58 -08:00
  • ff6299dd77 cpu: Add support for CPU-based randomness Joe Richey 2020-02-18 22:45:02 -08:00
  • cd84484205 target: Drop support for some x86_64 targets Joe Richey 2020-02-18 22:43:42 -08:00
  • 4263ac6bc4 custom: Allow no_std custom RNG handlers Joe Richey 2020-02-18 22:42:51 -08:00
  • 8365277450 custom: Add Custom RNG for wasm-bindgen Joe Richey 2019-10-26 02:45:56 -07:00
  • 7d558f1cc3 custom: Add custom RNG for stdweb Joe Richey 2019-10-26 02:44:03 -07:00
  • 3d7a7b5f06 Remove built-in support for wasm32-unknown-unknown Joe Richey 2019-10-26 02:37:53 -07:00
  • 448bcac6b1 custom: Add support for Custom RNGs Joe Richey 2019-10-26 02:32:16 -07:00
  • d6b75d1c05 log: Remove optional log dependancy (#131) Joseph Richey 2020-01-09 13:27:09 -08:00
  • 0f14f2a186 Merge branch 'master' into 0.2 Joe Richey 2020-01-08 11:11:08 -08:00
  • 33b859bae1 Prepare release v0.1.14 (#128) Artyom Pavlov 2020-01-07 12:05:23 +00:00
  • c5e2025d2c util: Remove unused spin-lock interfaces Joe Richey 2020-01-06 11:48:46 -08:00
  • 46963aac74 use_file: Remove use of spin-locks Joe Richey 2020-01-06 11:47:24 -08:00
  • 245b5b2121 util_libc: open_readonly shoud return a Result Joe Richey 2020-01-06 11:44:55 -08:00
  • a913c9c673 dragonfly: Don't try to read errno value (#129) Joseph Richey 2020-01-06 19:54:43 -08:00
  • 48781cd9ec wasi: Update and Fix Travis failures (#126) Joseph Richey 2020-01-05 12:59:50 -08:00
  • 8096bac100 0.2: Error and Testing improvements (#120) Joseph Richey 2019-10-28 01:06:05 -07:00
  • cf2d81bfff Improve src/lib.rs cfgs (#119) Joseph Richey 2019-10-25 05:55:12 -07:00
  • d661aa7e1b Prepare release v0.1.13 (#118) Artyom Pavlov 2019-10-25 12:25:33 +00:00
  • 1f1f964e4a Merge branch 'master' into 0.2 Joe Richey 2019-10-24 02:10:00 -07:00
  • 81bd43e5d6 Fix typos and bad doc links. (#117) Joseph Richey 2019-10-24 02:06:53 -07:00
  • 9a385f1923 Add VxWorks support (#86) Artyom Pavlov 2019-10-23 09:35:50 +00:00
  • 2fa1bbac80 Switch to using the arandom sysctl on NetBSD (same as FreeBSD). (#115) nia 2019-10-23 09:03:44 +00:00
  • add45a3899 Remove dummy implementation (#107) Joseph Richey 2019-09-21 17:39:04 -07:00
  • 605736748a Only impl std traits if feature is specified (#106) Joseph Richey 2019-09-19 18:52:41 -07:00
  • 6b4925a76d Merge pull request #112 from dekellum/min-cfg-if Diggory Hardy 2019-10-01 08:43:28 +01:00
  • 7f013b15d8 Merge pull request #114 from josephlr/ci Diggory Hardy 2019-10-01 08:39:45 +01:00
  • 04f65172f5 Remove jq dep Joe Richey 2019-09-30 16:20:13 -07:00
  • 93312bdca7 Fix CI Joe Richey 2019-09-30 15:45:23 -07:00
  • 2052159fd1 cfg-if 0.1.2 needed as minimal version of dep David Kellum 2019-09-30 14:06:16 -07:00
  • 6bd6e048ca Merge pull request #111 from josephlr/fmt Diggory Hardy 2019-09-23 20:48:10 +01:00
  • 3b6c90ca24 Run Rustfmt and make formatting error fail the CI Joe Richey 2019-09-21 19:32:47 -07:00
  • fa6f929aed Improve CI for web targets (#108) Joseph Richey 2019-09-21 01:46:26 -07:00
  • ccc47748d0 Handle zero-length slices (#104) Elichai Turkel 2019-09-20 02:41:20 +03:00
  • 5cfa668403 Prepare release v0.1.12 (#103) Artyom Pavlov 2019-09-06 12:01:01 +00:00
  • 31e5b2fdd6 Update wasi dependency (#100) Artyom Pavlov 2019-08-31 14:32:18 +00:00
  • 208b318ace Prepare release v0.1.11 (#97) Artyom Pavlov 2019-08-25 02:28:06 +00:00
  • 4db1b14074 Fix Redox CI (#85) Joseph Richey 2019-08-24 19:23:36 -07:00
  • 8197a1824b Add back in std-only trait definitions (#96) Joseph Richey 2019-08-24 16:00:44 -07:00
  • a9b7f92965 Prepare release v0.1.10 (#93) Artyom Pavlov 2019-08-17 23:27:45 +00:00
  • f073a9575a Fix CSP error for wasm bindgen (#92) eV (㋎) 2019-08-17 23:23:07 +00:00
  • 73bbbdcf64 Always build on wasm32-unknown-unknown (#90) Joseph Richey 2019-08-17 12:24:02 -07:00
  • 3d1d2ff313 Wasi does not need libc (#88) Joseph Richey 2019-08-14 17:10:22 -07:00
  • e266249f61 Prepare release v0.1.9 (#83) Artyom Pavlov 2019-08-14 13:55:27 +00:00
  • bf54eaa557 Deny warnings in CI tests (#82) Artyom Pavlov 2019-08-13 13:52:50 +00:00
  • f94b44aa86 Add warning checks (#80) Joseph Richey 2019-08-12 06:10:21 -07:00
  • 7449a087f2 Add dummy feature (#71) Artyom Pavlov 2019-08-08 14:31:41 +00:00
  • 283f9f8bad Add Windows UWP support (#69) Artyom Pavlov 2019-08-08 14:31:21 +00:00
  • 86c2cd6265 Use wasi isntead of libc (#64) Artyom Pavlov 2019-08-08 08:02:19 +00:00
  • 10e41b22d6 Updating link to Fuchsia documentation (#81) Clayton Wilkinson 2019-08-07 09:15:37 -07:00
  • 98934cb4ab Add rustc-dep-of-std feature (#78) Joseph Richey 2019-08-06 03:08:16 -07:00
  • b69f832210 Remove libstd dependancy for Opening and Reading files (#58) Joseph Richey 2019-08-06 03:07:23 -07:00
  • 199b11576e prepare release v0.1.8 (#76) Artyom Pavlov 2019-08-05 09:02:19 +00:00
  • 6716ad06a5 Explicitly specify types to arguments of 'libc::syscall' (#74) Aaron Hill 2019-08-04 13:03:20 -04:00
  • ab44edf3c7 fix readme example Artyom Pavlov 2019-08-03 18:27:11 +00:00
  • d93954a138 Prepare v0.1.7 release (#67) Artyom Pavlov 2019-07-29 10:07:23 +00:00
  • dadef458ba Fix stdweb extern issue (#66) Joseph Richey 2019-07-28 01:07:07 -07:00
  • 00c3cff101 Improve Error handling (#54) Joseph Richey 2019-07-26 18:51:54 -07:00
  • b3e609f8b5 Add support for hermit and l4re (#61) Joseph Richey 2019-07-12 09:22:07 -07:00
  • 9e0d7c7c68 Incorperate feedback on Lazy helpers (#60) Joseph Richey 2019-07-11 13:21:45 -07:00
  • 65660e00be Try getrandom() first on FreeBSD, add sys_fill_exact helper (#57) Joseph Richey 2019-07-09 12:26:49 -07:00
  • 1705b40655 replace mem::uninitialized with mem::zeroed Artyom Pavlov 2019-07-09 18:28:51 +00:00
  • 0ada41a53a Updated link to the official WASI repo (#59) Syrus Akbary 2019-07-08 01:25:20 -07:00
  • ca33db9df2 Remove Bitrig support (#56) Joseph Richey 2019-07-07 13:48:54 -07:00
  • 479d036949 Use cfg-if to simplify lib.rs (#55) Joseph Richey 2019-07-05 08:47:51 -07:00
  • 0c72017424 Remove lazy_static dependancy (#52) Joseph Richey 2019-07-04 08:29:48 -07:00
  • b1e81542f8 Add Structures for lock-free initialization (#51) Joseph Richey 2019-07-02 05:27:19 -07:00