- Jan 06, 2021
-
-
Sergey Linev authored
While it enabled by default, it makes problem when http request includes full URL. Causes problem described in https://root-forum.cern.ch/t/serving-files-with-thttpserver/42850
-
- Oct 22, 2020
-
-
Sergey Linev authored
If exe.json?method=MethodName was requested without any extra arguments, such request was ignored. But one can call obj->MethodName(""); in this case. Now fixed
-
- Sep 11, 2020
-
-
Sergey Linev authored
Since Apache 2.4 FastCGI is built-in module, but has different parameter name for URL - SCRIPT_FILENAME. Old parameter PATH_INFO is used by other FastCGI implementations
-
- Aug 20, 2020
-
-
Mattias Ellert authored
The old client library libXrdClient is removed. Also XrdSysDNS is removed. Do not build the legacy XProofD file server and client (already disabled by default - give error if someone enables it while building with xrootd 5). Do not build the old libNetx. Build the new libNetNG without XrdSysDNS, use XrdNetAddr instead.
-
- May 04, 2020
-
-
Sergey Linev authored
-
- Apr 22, 2020
-
-
Sergey Linev authored
Try to exclude as much as possible ${CMAKE_BUILD_DIR)/include from includes paths. By this one much better control library dependencies - includes from other ROOT libraries not "visible" during the build. Several generated files placed first to ${CMAKE_BUILD_DIR)/ginclude and then copied to include. Dictionary generation still uses only ${CMAKE_BUILD_DIR)/include Co-authored-by:
Axel Naumann <Axel.Naumann@cern.ch>
-
- Apr 20, 2020
-
-
Sergey Linev authored
-
- Apr 06, 2020
-
-
Sergey Linev authored
In many places incldues are not required for the dictionary generation, therefore target_include_directories can be used
-
- Mar 27, 2020
-
-
Sergey Linev authored
-
- Feb 28, 2020
-
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
- Feb 21, 2020
-
-
Sergey Linev authored
-
- Feb 20, 2020
-
-
Nikola Hardi authored
-
- Feb 18, 2020
-
-
Sergey Linev authored
Created list was not always deleted correctly
-
Sergey Linev authored
-
Sergey Linev authored
-
- Feb 17, 2020
-
-
Jakob Blomer authored
-
Jakob Blomer authored
-
Jakob Blomer authored
-
- Feb 05, 2020
-
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
It is provided in all sub-classes, but was not defined in TSQLStatement class. Strange
-
- Jan 30, 2020
-
-
Sergey Linev authored
-
- Jan 29, 2020
-
-
Sergey Linev authored
-
Oksana Shadura authored
-
- Jan 28, 2020
-
-
Jakob Blomer authored
-
Jakob Blomer authored
-
Jakob Blomer authored
-
Jakob Blomer authored
-
- Jan 09, 2020
-
-
Sergey Linev authored
-
- Jan 07, 2020
-
-
Sergey Linev authored
civetweb mg_send_file function does not support symbolic links on Windows, but in some situations it is required. Advantage of mg_send_file() that it supports partial reading, therefore keep functionality for ROOT files
-
Sergey Linev authored
-
Sergey Linev authored
One has to use binary mode to be able read file content, otherwise Windows may change lines ending and result will not fit into the preallocated string
-
- Dec 21, 2019
-
-
Attila Krasznahorkay authored
Whichever library was missing a link against libatomic in my Raspberry Pi test build, received a link against ROOT_ATOMIC_LIBS in this update.
-
- Oct 24, 2019
-
-
Sergey Linev authored
-
- Oct 15, 2019
-
-
Sergey Linev authored
When wrong-formatted TMessage is received, length of buffer may be 0. As result, buffer may not be allocated at all. One should avoid that in such case memory is accessed
-
- Oct 11, 2019
-
-
Sergey Linev authored
-
- Sep 02, 2019
-
-
Sergey Linev authored
-