- Jul 20, 2016
-
-
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
-
Kipp Cannon authored
-
Kipp Cannon authored
- add gtk-doc to build requirements - add .gir file to file list
-
- Jul 08, 2016
-
-
Sarah Caudill authored
-
Sarah Caudill authored
-
Sarah Caudill authored
-
Kipp Cannon authored
(well try to, we'll see)
-
Kipp Cannon authored
- seem to not be needed, the internal queueing of the adders seems to be sufficient
-
Kipp Cannon authored
-
Kipp Cannon authored
- the modern incarnation of the adder appears to propagate format constraints up- and downstream properly so these capsfilter elements are no longer required for pipeline format negotiation
-
Kipp Cannon authored
- a FIXME says to do so when a problem in the collect pads class has been addressed. that problem has been addressed, but we have also altered our use of the GstBaseTransform class so that every input buffer always produces an output buffer (just, sometimes, with 0 size), which removes the need to have fixed the collect pads class - this causes the firbank and matrixmixer to run in the same thread when the otho-gate-fap feature is turned off, but we generally have so many more of these elements than there are CPU cores there's no way the additional parallelism could have been used anyway.
-
Kipp Cannon authored
- from after every audioresample element
-
Kipp Cannon authored
- the audioresampler in gstreamer 1.x no longer produces bad discont flags. we can remove all use of lal_nofakedisconts element, but before we do this patch adds a test to make sure the bug doesn't reappear
-