guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, wip-nio, created. v2.1.0-200-g725f7fd


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, wip-nio, created. v2.1.0-200-g725f7fd
Date: Sun, 18 Mar 2012 16:05:44 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=725f7fd7abbc785ee4fb508f74bd7d3fd3a52765

The branch, wip-nio has been created
        at  725f7fd7abbc785ee4fb508f74bd7d3fd3a52765 (commit)

- Log -----------------------------------------------------------------
commit 725f7fd7abbc785ee4fb508f74bd7d3fd3a52765
Author: Andy Wingo <address@hidden>
Date:   Sun Mar 18 10:41:18 2012 +0100

    add (web server nio)
    
    * module/web/server/nio.scm: New file, an NIO-based HTTP server.
    
    * module/Makefile.am: Add to build.

commit c2d6ff6eaf0f625dad280300b47ca023751bca7b
Author: Andy Wingo <address@hidden>
Date:   Fri Mar 16 13:06:14 2012 +0100

    add (ice-9 nio)
    
    * module/ice-9/nio.scm: New file, a nonblocking IO system based on epoll
      and coroutines.
    
    * libguile/nio.c:
    * libguile/nio.h: New files, providing non-blocking read(2), write(2),
      and accept(2) primitives.
    
    * libguile/Makefile.am:
    * module/Makefile.am: Add to build.

commit 62db4fc9e15097db7e481cfa6bffd0c7b376489c
Author: Andy Wingo <address@hidden>
Date:   Thu Mar 15 12:16:22 2012 +0100

    add (ice-9 epoll)
    
    * configure.ac: Add checks for sys/epoll.h, epoll_create, and
      epoll_create1.
    
    * libguile/poll.c (scm_primitive_epoll_create, scm_primitive_epoll_ctl)
      (scm_primitive_epoll_wait): New primitives for (ice-9 epoll).
      Registered via a scm_init_epoll extension.
    
    * module/Makefile.am: Add ice-9/epoll.scm.
    
    * module/ice-9/epoll.scm: New file.

commit 3de3def5075ffc2e3562841fb4066fe61e6a12e1
Author: Andy Wingo <address@hidden>
Date:   Sun Mar 18 17:03:27 2012 +0100

    setsockopt can take an fd
    
    * libguile/socket.c (scm_setsockopt): Accept a raw FD in addition to
      file ports.

commit ff5e09d245a6a380bd3af4c9adcf42a93aef4aa2
Author: Andy Wingo <address@hidden>
Date:   Sun Mar 18 10:41:03 2012 +0100

    http: allow custom read-line / continuation-line? functions
    
    * module/web/http.scm (read-line): Rename from read-line*.  Just use
      string-trim-right instead of our loop; the previous behavior was
      always falling through to the "substring" case because of \r.
      (continuation-line?): New predicate.
      (read-continuation-line): Take read-line and continuation-line? as
      arguments.
      (read-header, read-headers, read-request-line, read-response-line):
      Take optional read-line and (for the first two) continuation-line?
      predicates, so that client code can override these if desired.

commit 114396e2d7df71c71f42da7ed2f9173e7262f4ac
Author: Andy Wingo <address@hidden>
Date:   Fri Mar 16 18:13:06 2012 +0100

    add accept-fdes
    
    * libguile/socket.c (scm_accept_fdes): New function.

-----------------------------------------------------------------------


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]