1. 06 Dec, 1999 1 commit
    • Martin Kraemer's avatar
      EBCDIC: Fixed binary upload capability (plain and chunked) for · 5b983ed2
      Martin Kraemer authored
      all methods using the ap_*_client_block() functions, most notably
      POST and PUT. The functionality to switch input between protocol
      parts (chunks) and (possibly binary) data had been missing all
      the time, making chunked PUT impossible until now.
      
      Hello TPF developers: I think these five lines in os/tpf/os.c
      ought to be removed:
          else{
                 if (r->method_number == M_PUT)
                     ap_bsetflag(r->connection->client, B_ASCII2EBCDIC, 0);
                     /* don't translate non-text files to EBCDIC */
          }
      Also, your change to Vincent's mod_put should be undone.
      
      In a next step, I will try to make EBCDIC conversion completely
      configurable. Any volunteers for helping (designing/implementing)?
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@84232 13f79535-47bb-0310-9956-ffa450edef68
      5b983ed2
  2. 04 Dec, 1999 4 commits
  3. 02 Dec, 1999 1 commit
  4. 01 Dec, 1999 7 commits
  5. 30 Nov, 1999 1 commit
  6. 28 Nov, 1999 20 commits
  7. 27 Nov, 1999 4 commits
  8. 26 Nov, 1999 2 commits