summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-12http web server: allow concurrent write operationswip-threaded-http-serverAndy Wingo1-21/+83
2012-03-12http web server: allow concurrent read operationsAndy Wingo1-29/+104
2012-03-12add ability to wake up the poll() in http.scmAndy Wingo1-4/+31
2012-03-12add ice-9 thread-poolAndy Wingo2-0/+193
2012-03-12add (ice-9 async-queue)Andy Wingo2-0/+165
2012-03-12Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo1-1/+1
2012-03-12Merge branch 'master' of git.sv.gnu.org:/srv/git/guileAndy Wingo1-5/+123
2012-03-12web http: fix Ma -> MarAndy Wingo1-2/+2
2012-03-11fix bad-request-printerAndy Wingo1-1/+1
2012-03-11Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo3-3/+23
2012-03-11add bad-request printerAndy Wingo1-1/+12
2012-03-11web server http: 400 Bad Request on bad requestsAndy Wingo1-2/+14
2012-03-11add exception printers for bad-header, bad-header-componentAndy Wingo1-1/+16
2012-03-08more libgc 7.1 compatAndy Wingo2-1/+9
2012-03-08elisp rngBT Templeton1-0/+15
2012-03-08elisp i/oBT Templeton1-0/+13
2012-03-08elisp: symbol-name, internBT Templeton1-0/+2
2012-03-08elisp: when, unlessBT Templeton1-0/+8
2012-03-08elisp sequence functionsBT Templeton1-0/+82
2012-03-08integerp, wholenump return nil for non-numbersBT Templeton1-5/+3
2012-03-08Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo11-221/+86
2012-03-08run finalizers asynchronously in asyncsAndy Wingo5-2/+67
2012-03-08use the new finalizer helpersAndy Wingo5-60/+12
2012-03-08add scm_i_set_finalizer, scm_i_add_finalizer, scm_i_add_resuscitatorAndy Wingo4-2/+170
2012-03-08scm_new_smob, scm_new_double_smob inline functionsAndy Wingo3-113/+173
2012-03-08scm_cell, scm_double_cell, scm_words back to gc.hAndy Wingo3-97/+104
2012-03-08simplify inline function infrastructureAndy Wingo4-108/+101
2012-03-07Fix flush on soft ports, so that it actually runs.Ian Price1-14/+4
2012-03-07Change `scm_words' to accept a 32-bit word number.Ludovic Courtès2-5/+6
2012-03-07Improve port benchmark.Ludovic Courtès1-40/+44
2012-03-07Fix a segfault when /dev/urandom is not accessibleGiuseppe Scrivano1-2/+2
2012-03-07faster (make-prompt-tag); default-prompt-tag is a parameterAndy Wingo2-5/+18
2012-03-07call-with-{input,output}-string implemented in schemeAndy Wingo2-22/+28
2012-03-07micro-optimizations to string-trim-both, and to (web http)Andy Wingo2-29/+28
2012-03-07names of encodings are asciiAndy Wingo1-6/+25
2012-03-07dynstack: pushing a prompt no longer allocates memoryAndy Wingo11-182/+152
2012-03-06micro-optimization in (web server)Andy Wingo1-2/+4
2012-03-06ports.c: inline get_codepointAndy Wingo1-1/+1
2012-03-06optimize symbol printingAndy Wingo2-22/+60
2012-03-06shuffle r4rs procedures into boot-9Andy Wingo1-126/+119
2012-03-06load parameters earlier in boot-9Andy Wingo1-92/+90
2012-03-06slight tweak to file-exists?, file-is-directory?Andy Wingo1-3/+3
2012-03-06bootstrapping shenanigans in `warn'Andy Wingo1-7/+5
2012-03-06more clear comments in boot-9.scmAndy Wingo1-11/+10
2012-03-06remove deprecated close-io-portAndy Wingo1-2/+0
2012-03-06inline ice-9/r4rs.scm into ice-9/boot-9.scmAndy Wingo3-247/+221
2012-03-05use #nil as default for elisp rest parametersBT Templeton1-1/+8
2012-03-05deprecate close-io-portAndy Wingo2-3/+6
2012-03-05Merge branch 'bt/elisp'BT Templeton23-1632/+1316
2012-03-04Don't call SYMBOL_STRINGBUF on a stringMark H Weaver1-1/+1