Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.com/gitlab-org/build/omnibus-mirror/curl.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Nov 26, 2020
  2. Nov 25, 2020
    • Emil Engler's avatar
      file: avoid duplicated code sequence · 12cb7a1f
      Emil Engler authored
      file_disconnect() is identical with file_do() except the function header
      but as the arguments are unused anyway so why not just return file_do()
      directly!
      
      Reviewed-by: Daniel Stenberg
      Closes #6249
      12cb7a1f
  3. Nov 24, 2020
  4. Nov 23, 2020
  5. Nov 22, 2020
  6. Nov 21, 2020
  7. Nov 20, 2020
  8. Nov 19, 2020
  9. Nov 18, 2020
  10. Nov 17, 2020
  11. Nov 14, 2020
    • Marc Hoersken's avatar
      tests/*server.py: close log file after each log line · 24f909ce
      Marc Hoersken authored
      Make sure the log file is not locked once a test has
      finished and align with the behavior of our logmsg.
      
      Rename curl_test_data.py to be a general util.py.
      Format and sort Python imports with isort/VSCode.
      
      Bug: #6058
      Closes #6206
      24f909ce
  12. Nov 13, 2020