1. 31 Jan, 2009 4 commits
  2. 30 Jan, 2009 4 commits
  3. 29 Jan, 2009 1 commit
  4. 28 Jan, 2009 1 commit
  5. 27 Jan, 2009 2 commits
  6. 25 Jan, 2009 2 commits
  7. 24 Jan, 2009 5 commits
  8. 22 Jan, 2009 3 commits
  9. 21 Jan, 2009 5 commits
  10. 20 Jan, 2009 5 commits
  11. 18 Jan, 2009 3 commits
  12. 17 Jan, 2009 2 commits
  13. 16 Jan, 2009 3 commits
    • Nilgun Belma Buguner's avatar
      update transformation · 572810f7
      Nilgun Belma Buguner authored
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735119 13f79535-47bb-0310-9956-ffa450edef68
      572810f7
    • Nilgun Belma Buguner's avatar
      update for sync with English doc. · b5b1d1a5
      Nilgun Belma Buguner authored
      Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
      Reviewed by:  Orhan Berent <berent belgeler.org>
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735116 13f79535-47bb-0310-9956-ffa450edef68
      b5b1d1a5
    • William A. Rowe Jr's avatar
      Introduce Win32 AcceptFilter handling. · f770ba42
      William A. Rowe Jr authored
      Divided into 3 classes, this implements the first two;
      
       * AcceptFilter 'data' - much as on Unix, accept will not complete
         until data is ready to be accepted.  Unlike Unix, it will actually
         fetch the first bucket full of data from the tcp socket, and this
         patch implements passing that bucket into the core net brigade
         in front of the accepted socket.
      
       * AcceptFilter 'connect' - just as in Apache 2.2, accept will not
         complete until three way handshake is complete and the endpoints
         are resolved, and quickly grabs the endpoint addresses using the
         AcceptEx API (which some people have problems with).  This will
         not be the default.
      
       * AcceptFilter 'none' [not yet implemented] - will be the traditional
         select/WSAAccept style processing for broken network socket stacks
         and more trivial tcp style connections.  If AcceptEx appears to be
         a problem, the listener will be able to downgrade to 'none'.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@735093 13f79535-47bb-0310-9956-ffa450edef68
      f770ba42