Age | Commit message (Expand) | Author | Files | Lines |
2012-03-12 | http web server: allow concurrent write operationswip-threaded-http-server | Andy Wingo | 1 | -21/+83 |
2012-03-12 | http web server: allow concurrent read operations | Andy Wingo | 1 | -29/+104 |
2012-03-12 | add ability to wake up the poll() in http.scm | Andy Wingo | 1 | -4/+31 |
2012-03-12 | add ice-9 thread-pool | Andy Wingo | 2 | -0/+193 |
2012-03-12 | add (ice-9 async-queue) | Andy Wingo | 2 | -0/+165 |
2012-03-12 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -1/+1 |
2012-03-12 | Merge branch 'master' of git.sv.gnu.org:/srv/git/guile | Andy Wingo | 1 | -5/+123 |
2012-03-12 | web http: fix Ma -> Mar | Andy Wingo | 1 | -2/+2 |
2012-03-11 | fix bad-request-printer | Andy Wingo | 1 | -1/+1 |
2012-03-11 | Merge remote-tracking branch 'local-2.0/stable-2.0' | Andy Wingo | 3 | -3/+23 |
2012-03-11 | add bad-request printer | Andy Wingo | 1 | -1/+12 |
2012-03-11 | web server http: 400 Bad Request on bad requests | Andy Wingo | 1 | -2/+14 |
2012-03-11 | add exception printers for bad-header, bad-header-component | Andy Wingo | 1 | -1/+16 |
2012-03-08 | more libgc 7.1 compat | Andy Wingo | 2 | -1/+9 |
2012-03-08 | elisp rng | BT Templeton | 1 | -0/+15 |
2012-03-08 | elisp i/o | BT Templeton | 1 | -0/+13 |
2012-03-08 | elisp: symbol-name, intern | BT Templeton | 1 | -0/+2 |
2012-03-08 | elisp: when, unless | BT Templeton | 1 | -0/+8 |
2012-03-08 | elisp sequence functions | BT Templeton | 1 | -0/+82 |
2012-03-08 | integerp, wholenump return nil for non-numbers | BT Templeton | 1 | -5/+3 |
2012-03-08 | Merge remote-tracking branch 'local-2.0/stable-2.0' | Andy Wingo | 11 | -221/+86 |
2012-03-08 | run finalizers asynchronously in asyncs | Andy Wingo | 5 | -2/+67 |
2012-03-08 | use the new finalizer helpers | Andy Wingo | 5 | -60/+12 |
2012-03-08 | add scm_i_set_finalizer, scm_i_add_finalizer, scm_i_add_resuscitator | Andy Wingo | 4 | -2/+170 |
2012-03-08 | scm_new_smob, scm_new_double_smob inline functions | Andy Wingo | 3 | -113/+173 |
2012-03-08 | scm_cell, scm_double_cell, scm_words back to gc.h | Andy Wingo | 3 | -97/+104 |
2012-03-08 | simplify inline function infrastructure | Andy Wingo | 4 | -108/+101 |
2012-03-07 | Fix flush on soft ports, so that it actually runs. | Ian Price | 1 | -14/+4 |
2012-03-07 | Change `scm_words' to accept a 32-bit word number. | Ludovic Courtès | 2 | -5/+6 |
2012-03-07 | Improve port benchmark. | Ludovic Courtès | 1 | -40/+44 |
2012-03-07 | Fix a segfault when /dev/urandom is not accessible | Giuseppe Scrivano | 1 | -2/+2 |
2012-03-07 | faster (make-prompt-tag); default-prompt-tag is a parameter | Andy Wingo | 2 | -5/+18 |
2012-03-07 | call-with-{input,output}-string implemented in scheme | Andy Wingo | 2 | -22/+28 |
2012-03-07 | micro-optimizations to string-trim-both, and to (web http) | Andy Wingo | 2 | -29/+28 |
2012-03-07 | names of encodings are ascii | Andy Wingo | 1 | -6/+25 |
2012-03-07 | dynstack: pushing a prompt no longer allocates memory | Andy Wingo | 11 | -182/+152 |
2012-03-06 | micro-optimization in (web server) | Andy Wingo | 1 | -2/+4 |
2012-03-06 | ports.c: inline get_codepoint | Andy Wingo | 1 | -1/+1 |
2012-03-06 | optimize symbol printing | Andy Wingo | 2 | -22/+60 |
2012-03-06 | shuffle r4rs procedures into boot-9 | Andy Wingo | 1 | -126/+119 |
2012-03-06 | load parameters earlier in boot-9 | Andy Wingo | 1 | -92/+90 |
2012-03-06 | slight tweak to file-exists?, file-is-directory? | Andy Wingo | 1 | -3/+3 |
2012-03-06 | bootstrapping shenanigans in `warn' | Andy Wingo | 1 | -7/+5 |
2012-03-06 | more clear comments in boot-9.scm | Andy Wingo | 1 | -11/+10 |
2012-03-06 | remove deprecated close-io-port | Andy Wingo | 1 | -2/+0 |
2012-03-06 | inline ice-9/r4rs.scm into ice-9/boot-9.scm | Andy Wingo | 3 | -247/+221 |
2012-03-05 | use #nil as default for elisp rest parameters | BT Templeton | 1 | -1/+8 |
2012-03-05 | deprecate close-io-port | Andy Wingo | 2 | -3/+6 |
2012-03-05 | Merge branch 'bt/elisp' | BT Templeton | 23 | -1632/+1316 |
2012-03-04 | Don't call SYMBOL_STRINGBUF on a string | Mark H Weaver | 1 | -1/+1 |