1. 03 Aug, 2013 6 commits
  2. 02 Aug, 2013 2 commits
  3. 01 Aug, 2013 3 commits
    • Yang Tse's avatar
    • John Malmberg's avatar
      Add in the files needed to build libcurl shared images on VMS. · 2ad688ed
      John Malmberg authored
      Update the packages/vms/readme file to be current.
      
      Also some files for the GNV based build were either missing or needed an
      update.
      
      curl_crtl_init.c is a special file that is run before main() to
      set up the proper C runtime behavior.
      
      generate_vax_transfer.com generates the VAX transfer vector modules from
      the gnv_libcurl_symbols.opt file.
      
      gnv_conftest.c_first is a helper file needed for configure scripts to
      come up with the expected answers on VMS.
      
      gnv_libcurl_symbols.opt is the public symbols for the libcurl shared
      image.
      
      gnv_link_curl.com builds the shared libcurl image and rebuilds other
      programs to use it.
      
      macro32_exactcase.patch is a hack to make a local copy of the VMS Macro32
      assembler case sensitive, which is needed to build the VAX transfer modules.
      
      report_openssl_version.c is a tool for help verify that the libcurl
      shared image is being built for a minium version of openssl.
      2ad688ed
    • Yang Tse's avatar
      curl: second follow-up for commit 5af2bfb9 · ca786233
      Yang Tse authored
      Display progress-bar unconditionally on first call
      ca786233
  4. 31 Jul, 2013 6 commits
  5. 29 Jul, 2013 6 commits
  6. 26 Jul, 2013 1 commit
  7. 25 Jul, 2013 2 commits
  8. 24 Jul, 2013 6 commits
  9. 23 Jul, 2013 5 commits
  10. 22 Jul, 2013 3 commits
    • John E. Malmberg's avatar
      build_vms.com: fix debug and float options · a77ac42e
      John E. Malmberg authored
      In the reorganization of the build_vms.com the debug and float options
      were not fixed up correctly.
      a77ac42e
    • John E. Malmberg's avatar
      curl: fix upload of a zip file in OpenVMS · 5880db8a
      John E. Malmberg authored
      Two fixes:
      
      1. Force output file format to be stream-lf so that partial downloads
      can be continued.
      
      This should have minor impact as if the file does not exist, it was
      created with stream-lf format.  The only time this was an issue is if
      there was already an existing file with a different format.
      
      2. Fix file uploads are now fixed.
      
         a. VMS binary files such as ZIP archives are now uploaded
            correctly.
      
         b. VMS text files are read once to get the correct size
            and then converted to line-feed terminated records as
            they are read into curl.
      
      The default VMS text formats do not contain either line-feed or
      carriage-return terminated records.  Those delimiters are added by the
      operating system file read calls if the application requests them.
      
      Bug: http://curl.haxx.se/bug/view.cgi?id=496
      5880db8a
    • Yang Tse's avatar
      0f4ba89f