- Dec 12, 2017
-
-
Michael Davis authored
-
Michael Davis authored
-
- Dec 08, 2017
-
-
Michael Davis authored
-
- Dec 07, 2017
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
- Dec 06, 2017
-
-
Michael Davis authored
-
- Nov 29, 2017
-
-
Michael Davis authored
-
- Nov 28, 2017
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
- Nov 27, 2017
-
-
Michael Davis authored
-
- Nov 24, 2017
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
- Nov 23, 2017
-
-
Michael Davis authored
-
Michael Davis authored
-
- Nov 09, 2017
-
-
Michael Davis authored
-
Michael Davis authored
In the case of a Stream response, XRootD allocates the memory and manipulates the buffer pointer. In the case of a Data response, we need to allocate the buffer ourselves. In both cases, the buffer is treated in ProcessResponseData(), which does not care how the buffer was filled. This requires a bit of extra logic to make sure the buffer is deallocated for Data responses but not Stream responses. I have done this using a unique pointer to allocate a char[] for Data responses. and char *m_buffer_ptr points to the memory allocated. We never delete m_buffer_ptr as memory allocation is handled either by the unique_ptr or by XRoot and we don't care which.
-
Michael Davis authored
-
Michael Davis authored
-
- Nov 08, 2017
-
-
Michael Davis authored
-
Michael Davis authored
-
- Oct 11, 2017
-
-
Michael Davis authored
-
Michael Davis authored
As EOS is parsing stderr to get the archive ID
-
Michael Davis authored
-
- Oct 06, 2017
-
-
Michael Davis authored
-
Michael Davis authored
-
- Oct 05, 2017
-
-
Michael Davis authored
-
- Oct 03, 2017
-
-
Steven Murray authored
Replaced set_target_properties( .. .. INSTALL_RPATH ..) with set_property (TARGET .. APPEND PROPERTY INSTALL_RPATH ..)
-
- Sep 27, 2017
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
Compile switches now applied to each target separately, cta_admin has instrumentation switched off.
-
Michael Davis authored
-
- Sep 25, 2017
-
-
Michael Davis authored
-
- Sep 19, 2017
-
-
Michael Davis authored
-
- Sep 15, 2017
-
-
Michael Davis authored
-
- Sep 11, 2017
-
-
Michael Davis authored
Zero-length metadata now resolves to a valid metadata messages, with RSP_SUCCESS and no text message.
-
- Sep 08, 2017
-
-
Michael Davis authored
-