pollen 4.7-0ubuntu1 source package in Ubuntu

Changelog

pollen (4.7-0ubuntu1) trusty; urgency=low

  [ John Arbash Meinel ]
  * .gitignore, pollen.go, pollen_test.go:
    - This changes the 'handler' from being just a func() using global
      state to being a struct with local state.
    - It then moves the things like dev and log to being members of the
      struct, with interfaces that let us override them in the test suite.
    - It then adds a bunch of tests about how we handle failures, errors,
      logging, the size flag, etc.
    - The interfaces also mean that we won't try to spam syslog while running
      the test suite.
    - Another small change is that if you do:
         pollen -https-port=""
      Then it won't try to bind to the HTTP port with a cert.
    - Since I'm not the official source for pollen, it helped for testing at
      least the HTTP requests manually.
    - This also fixes the help text for "-size" since it doesn't actually
      change how much content we send on the wire, but how much content we
      read from /dev/urandom (but it adds tests for that fact).
    - go fmt, and some formatting tweaks
    - actually do the right formatting
    - use microsecond timing (ms was always 0)
    - capture the length of time serving requests takes

  [ Dustin Kirkland ]
  * pollen.go:
    - put brackets around request length of time value
 -- Dustin Kirkland <email address hidden>   Tue, 18 Feb 2014 23:18:59 -0600

Upload details

Uploaded by:
Dustin Kirkland 
Uploaded to:
Trusty
Original maintainer:
Dustin Kirkland 
Architectures:
amd64 i386
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FAILEDTOBUILD] amd64 [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pollen_4.7.orig.tar.gz 119.0 KiB 577e4880959d814278c03ad8b30d6bb7c31bd655a4fe1dfc6fdf155355f76586
pollen_4.7-0ubuntu1.debian.tar.gz 12.0 KiB a836b0ddf2444d0d1286602019ac8099125c6734b6464e1934b2af4085a42a4a
pollen_4.7-0ubuntu1.dsc 1.7 KiB c46d8ddc8f63867a003f57bf93c7b2f955d64de98061a4b242a71b1ae2a0b1c3

Available diffs

View changes file

Binary packages built by this source

pollen: Entropy-as-a-Service web server

 Pollen is an Entropy-as-a-Service web server, providing random seeds.
 This can be performed over both cleartext http and encrypted
 https TLS connections.