Skip to content
Snippets Groups Projects
  1. Apr 08, 2021
    • Sergey Linev's avatar
      [webgui] let force longpoll engine for RWebWindow connection · afed1a2e
      Sergey Linev authored
      In normal situation websockets tried first and only if fails,
      fallback to longpoll. WebGui.WSLongpoll: yes in rootrc file
      force longpoll from the beginning.
      Handle all RWebWindow parameters in one place.
      Provide WSKind and WSPlatform methods for THttpCallArg
      Harmonize boolean flags handling in RWebWindowsManager
      afed1a2e
  2. Mar 19, 2021
  3. Mar 16, 2021
  4. Mar 12, 2021
  5. Feb 12, 2021
  6. Feb 03, 2021
  7. Feb 02, 2021
  8. Feb 01, 2021
  9. Jan 29, 2021
  10. Jan 06, 2021
  11. Dec 08, 2020
  12. Dec 07, 2020
  13. Dec 03, 2020
  14. Oct 22, 2020
  15. Sep 11, 2020
    • Sergey Linev's avatar
      [fastcgi] Adjust code for Apache 2.4 · de48dee8
      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
      de48dee8
  16. Aug 05, 2020
    • Mattias Ellert's avatar
      Doxygen fixes (#6029) · f605e1b5
      Mattias Ellert authored
      
      * Fix \file references in doxygen markup
      
      * Fix various "end of ..." warnings from doxygen.
      
      This addresses warnings like:
      
      - end of comment block while expecting command </b>
      - end of comment block while expecting command </em>
      - end of comment block while expecting command </pre>
      - end of comment block while expecting command </s>
      - end of comment block while expecting command </sup>
      - end of comment block while expecting command </tt>
      - end of comment block while expecting command </u>
      - end of list marker found without any preceding list items
      - found </em> tag without matching <em>
      - found </li> tag without matching <li>
      - found </pre> tag without matching <pre>
      - found </sub> tag while expecting </sup>
      - found </sup> tag without matching <sup>
      - found </tt> tag without matching <tt>
      - found </ul> tag without matching <ul>
      - illegal </br> tag found
      - reached end of file while inside a 'code' block!
      - reached end of file while still inside a (nested) comment.
      - unexpected end of comment while inside <a href=...> tag
      - unexpected end of comment while inside <ul> block
      - unexpected html tag <blockquote> found within <h1> context
      - unexpected tag </h2> found
      - unexpected tag </h3> found
      - unsupported xml/html tag <it> found
      - unsupported xml/html tag </it> found
      
      * Adjust parameter names in doxygen markup so they match the code
      
      Addresses warnings:
      
      argument '<name>' of command @param is not found in the argument list
      of <function>.
      
      * Add missing underscore
      
      * Make the name of macro match the filename
      
      Fixes:
      
      warning: Failed to call `rs302_JeffreysPriorDemo()` to execute the macro.
      Add this function or rename the macro. Falling back to `.L`.
      
      * Remove random control character in documentation file
      
      * Remove /** comments */ from md files
      
      * Fix a shadow warning.
      
      Co-authored-by: default avatarStephan Hageboeck <stephan.hageboeck@cern.ch>
      f605e1b5
  17. Aug 04, 2020
    • Mattias Ellert's avatar
      Compatibility with xrootd 5. · 7a920be7
      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.
      7a920be7
  18. Jul 20, 2020
  19. Jun 09, 2020
  20. Jun 07, 2020
    • Sergey Linev's avatar
      Include standard includes where required · f1872663
      Sergey Linev authored
      Includes like "strlcpy.h" and "snprintf.h" are provided via Rtypes.h,
      but really used only in part of the sources. Before removing them
      from Rtypes.h (in dev builds) provide them all in required places
      f1872663
  21. Jun 01, 2020
  22. May 28, 2020
  23. May 04, 2020
  24. Apr 22, 2020
  25. Apr 20, 2020
  26. Apr 06, 2020
  27. Mar 27, 2020
  28. Feb 28, 2020
Loading