- Jul 21, 2016
-
-
Kipp Cannon authored
- the 2 byte class number has been split into a 1 byte checksum type and a 1 byte class number
-
Kipp Cannon authored
- increase minimum required version to 0.99.6 in other packages
-
Kipp Cannon authored
- and also wait until the units are known before setting the PSD
-
Kipp Cannon authored
- force work space reset when units change - in gstreamer < 1.x, stream format information arrived with the first data buffer, after the stream tag event, so we knew the sample units before we learned the sample rate (and thus nyquist frequency) - now in 1.x the stream format arrives in a caps event before anything else, so we learn the PSD frequency resolution and Nyquist before learning the stream sample units, which causes some use cases of this element to configure it with a dimensionless PSD - by adding the psd-units property, we can inform applications when the units become known, and allow them to defer installing a fixed PSD until that time.
-
Kipp Cannon authored
- the gsl packages have been renamed in newer Debians
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
- still no CRC checks, though.
-
- Jul 20, 2016
-
-
Madeline Wade authored
-
Sarah Caudill authored
-
Kipp Cannon authored
- in generate_template() we used to have to convert the swig fseries object to a pylal fseries object. we don't have to do that anymore but the conversion code was still there. remove
-
Kipp Cannon authored
-
Kipp Cannon authored
- add the LL job ID to the title displayed on the index.html page
-
- Jul 19, 2016
-
-
Sarah Caudill authored
-
- Jul 18, 2016
-
-
Sarah Caudill authored
-
- Jul 17, 2016
-
-
Cody Messick authored
-
- Jul 15, 2016
-
-
Kipp Cannon authored
- not allowed in C, gcc used to allow, now it doesn't
-
heather.fong@ligo.org authored
-
Kipp Cannon authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
- Jul 11, 2016
-
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Chad Hanna authored
-
Kipp Cannon authored
- instead of relying on gethostname() to return a resolvable name, grab the IP address from the incoming request so that the address we put in the links in index.html is certain to allow the client to retrieve those documents
-
- Jul 10, 2016
-
-
Kipp Cannon authored
- more alphabetization of dependency lists - add missing gir1.2-glib-2.0 - add other missing deps to gstlal-calibration - remove libxml2 dependency (why was this added?)
-
- Jul 09, 2016
-
-
Kipp Cannon authored
- http server should be started on 0.0.0.0 (= all interfaces), and avahi should advertise it on all attached networks for us, so there's no sense in which any server address other than 0.0.0.0 is correct
-
Kipp Cannon authored
- rely on it retrieving the default bottle app instead of passing it
-
Kipp Cannon authored
-
Kipp Cannon authored
- remove job tag from advertised service name - use default port number (= randomly assigned) - add line breaks to organize code
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
- helpful in identifying a jammed server start-up sequence
-
Kipp Cannon authored
- let avahi figure out the host to advertise for us - use the module default protocol and domain as the default arguments for .add_service()
-
Kipp Cannon authored
- need to get port number if randomly assigned
-
Kipp Cannon authored
- expose the contents of the GSTLAL_LL_JOB environment variable as one of the advertised service's attributes.
-
Kipp Cannon authored
- code-drop to latest stable version from upstream
-