[libsoup: 4/4] soup-server: add new-and-improved APIs
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup: 4/4] soup-server: add new-and-improved APIs
- Date: Fri, 2 May 2014 13:14:04 +0000 (UTC)
commit 2e28875a3ba7e0302cb181a85b7681d6b32ffd1b
Merge: d17d1ba b067c1a
Author: Dan Winship <danw gnome org>
Date: Fri May 2 09:13:27 2014 -0400
soup-server: add new-and-improved APIs
https://bugzilla.gnome.org/show_bug.cgi?id=522519
https://bugzilla.gnome.org/show_bug.cgi?id=561547
https://bugzilla.gnome.org/show_bug.cgi?id=621138
docs/reference/libsoup-2.4-docs.sgml | 3 +-
docs/reference/libsoup-2.4-sections.txt | 46 +-
docs/reference/server-howto.xml | 150 +++--
examples/simple-httpd.c | 68 +-
examples/simple-proxy.c | 26 +-
libsoup/libsoup-2.4.sym | 12 +
libsoup/soup-address.c | 11 +
libsoup/soup-message-private.h | 1 +
libsoup/soup-message-server-io.c | 18 +-
libsoup/soup-misc-private.h | 2 +
libsoup/soup-server.c | 1170 ++++++++++++++++++++++++++-----
libsoup/soup-server.h | 139 +++-
libsoup/soup-socket-private.h | 1 +
libsoup/soup-socket.c | 26 +
po/POTFILES.in | 1 +
tests/auth-test.c | 16 +-
tests/cache-test.c | 3 +-
tests/chunk-io-test.c | 6 +-
tests/chunk-test.c | 8 +-
tests/coding-test.c | 5 +-
tests/connection-test.c | 13 +-
tests/context-test.c | 10 +-
tests/continue-test.c | 47 +-
tests/cookies-test.c | 10 +-
tests/forms-test.c | 24 +-
tests/misc-test.c | 54 +-
tests/multipart-test.c | 5 +-
tests/no-ssl-test.c | 18 +-
tests/ntlm-test.c | 11 +-
tests/proxy-test.c | 5 +-
tests/range-test.c | 14 +-
tests/redirect-test.c | 20 +-
tests/requester-test.c | 73 +-
tests/server-auth-test.c | 11 +-
tests/server-test.c | 360 +++++++++-
tests/session-test.c | 49 +-
tests/sniffing-test.c | 5 +-
tests/socket-test.c | 8 +-
tests/ssl-test.c | 23 +-
tests/streaming-test.c | 7 +-
tests/test-utils.c | 234 +++++--
tests/test-utils.h | 14 +-
tests/timeout-test.c | 48 +-
tests/xmlrpc-server-test.c | 9 +-
44 files changed, 2140 insertions(+), 644 deletions(-)
---
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]