1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
guile/module/web
Mark H Weaver fa980bcc0f Merge remote-tracking branch 'origin/stable-2.0'
Moved scm_i_struct_hash from struct.c to hash.c and made it static.

The port's alist is now a field of 'scm_t_port'.

Conflicts:
	libguile/arrays.c
	libguile/hash.c
	libguile/ports.c
	libguile/print.h
	libguile/read.c
2012-10-30 23:46:31 -04:00
..
server web server http: 400 Bad Request on bad requests 2012-03-11 10:29:06 +01:00
client.scm web: Fix possible file descriptor leak in `open-socket-for-uri'. 2012-10-13 21:13:10 +02:00
http.scm Document and export `declare-opaque-header!' 2012-07-06 22:18:13 +02:00
request.scm add bad-request printer 2012-03-22 09:56:27 +01:00
response.scm Add HTTP Chunked Encoding support to web modules. 2012-07-06 22:18:12 +02:00
server.scm micro-optimization in (web server) 2012-03-06 22:22:31 +01:00
uri.scm Fix uri-encoding for strings with no unreserved chars 2012-08-26 23:36:36 +02:00