guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, wip-ethreads, created. v2.0.5-100-g247


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, wip-ethreads, created. v2.0.5-100-g2479c16
Date: Fri, 23 Mar 2012 12:17:28 +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=2479c1684e16142c7da8e93dc3a3f3275314e542

The branch, wip-ethreads has been created
        at  2479c1684e16142c7da8e93dc3a3f3275314e542 (commit)

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

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

commit e097f0464d5e8acda7ad5e79969761f916e41369
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 a743be81f44467a341d3837e2ae60ee0ebf43ed9
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 391b63371a65cdb27a5642f51b29046fe96c5894
Author: Andy Wingo <address@hidden>
Date:   Thu Mar 22 10:49:22 2012 +0100

    add (ice-9 ethreads)
    
    * module/ice-9/ethreads.scm: New module, providing cooperative
      lightweight threads that yield when they would otherwise sleep or wait
      for I/O.
    
    * module/Makefile.am: Add to build.

commit 4fcc220354a576c1e8efd7be74655d688fc7b98b
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 93ad159c76e983134b7355be09a47b3cf6f84fac
Author: Andy Wingo <address@hidden>
Date:   Fri Mar 23 11:41:57 2012 +0100

    add (ice-9 eports)
    
    * module/ice-9/eports.scm: New file, implementing buffered nonblocking
      ports.
    
    * module/Makefile.am: Add to build.

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

    add (ice-9 nio)
    
    * module/ice-9/nio.scm: New module, providing nonblocking I/O
      primitives.
    
    * libguile/nio.c:
    * libguile/nio.h: New files, providing non-blocking read(2), write(2),
      and accept(2) primitives.
    
    * libguile/init.c:
    * libguile/Makefile.am:
    * module/Makefile.am: Add to build.

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


hooks/post-receive
-- 
GNU Guile



reply via email to

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