lp:~vcs-imports/libsoup/+git/libsoup

Owned by VCS imports
Get this repository:
git clone https://git.launchpad.net/~vcs-imports/libsoup/+git/libsoup

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://gitlab.gnome.org/GNOME/libsoup.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log

Branches

Name Last Modified Last Commit
master 2024-05-07 17:17:43 UTC
Update Hindi translation

Author: G Karunakar
Author Date: 2024-05-07 17:17:43 UTC

Update Hindi translation

libsoup-2-74 2024-04-12 15:16:47 UTC
Set same_site_policy to NONE if COL_SAME_SITE_POLICY is NULL

Author: Kanagaraj
Author Date: 2024-03-18 09:25:17 UTC

Set same_site_policy to NONE if COL_SAME_SITE_POLICY is NULL

wip/heimdal-builds 2023-11-01 08:19:15 UTC
GSSAPI: Support builds using Heimdal

Author: Chun-wei Fan
Author Date: 2023-11-01 08:15:48 UTC

GSSAPI: Support builds using Heimdal

After finishing the check to see whether we are using Heimdal, define a new
build-time macro that will include headers, in particular for Windows, that
will define extra things that we need for building with Heimdal.

Also add in soup-auth-negotiate.c checks that we are not attempting to mix
using Heimdal libs with MIT Kerberos headers (or vice-versa).

pgriffis/revert-cancellation 2023-10-05 12:37:24 UTC
Revert "session: handle request cancellation earlier"

Author: Patrick Griffis
Author Date: 2023-10-05 12:37:24 UTC

Revert "session: handle request cancellation earlier"

This reverts commit cad8cc385338bf5681e62b82979c4442bc64319b.

It is causing crashes again. #365.

carlosgc/http2-data-provider-bytes-to-write 2023-09-11 08:46:45 UTC
http2: use bytes left to write instead of bytes written in data provider to d...

Author: Carlos Garcia Campos
Author Date: 2023-09-11 08:46:45 UTC

http2: use bytes left to write instead of bytes written in data provider to detect EOF

This way we avoid getting the content lenght on every data chunk read,
we get it once when setting up the provider and substract the bytes
read, so that we reach EOF when it becomes 0.

header-escape 2023-05-29 15:52:59 UTC
headers: Fix reserved characters not being escaped

Author: Patrick Griffis
Author Date: 2023-05-29 15:51:12 UTC

headers: Fix reserved characters not being escaped

This was a regression in 737eef09

Fixes #349

pgriffis/soup-logger-crash 2023-03-16 19:16:14 UTC
Fix crash using SOUP_LOGGER_LOG_BODY with SoupContentSniffer

Author: Patrick Griffis
Author Date: 2023-03-16 18:43:10 UTC

Fix crash using SOUP_LOGGER_LOG_BODY with SoupContentSniffer

pgriffis/cookies-logging 2023-01-22 23:51:05 UTC
cookie-jar: Fix valid Secure cookies being rejected

Author: Patrick Griffis
Author Date: 2023-01-22 23:35:03 UTC

cookie-jar: Fix valid Secure cookies being rejected

The documentation for soup_cookie_jar_add_cookie_full() states
NULL uris are always treated as a secure origin.

libsoup-3-2 2022-11-02 19:46:22 UTC
3.2.2

Author: Patrick Griffis
Author Date: 2022-11-02 19:46:22 UTC

3.2.2

wip/pkg-config-tweaks 2022-10-19 16:59:27 UTC
Use Requires.internal in pkg-config file

Author: Patrick Griffis
Author Date: 2022-10-19 16:56:03 UTC

Use Requires.internal in pkg-config file

The Requires.private field in pkg-config is vague and does not express
what these dependencies are well. They are internal dependencies
that are not part of our public API.

wip/threaded-body-reads 2022-10-08 17:13:14 UTC
tests: Add test for threaded http2 body reads

Author: Patrick Griffis
Author Date: 2022-10-08 17:11:16 UTC

tests: Add test for threaded http2 body reads

libsoup-3-0 2022-09-02 18:30:50 UTC
3.0.8

Author: Patrick Griffis
Author Date: 2022-09-02 18:30:50 UTC

3.0.8

carlosgc/auth-fixes 2022-04-22 09:55:59 UTC
auth: emit authenticate signal if authenticate from uri credentials results i...

Author: Carlos Garcia Campos
Author Date: 2022-04-22 09:54:14 UTC

auth: emit authenticate signal if authenticate from uri credentials results in no authentication

wip/uri-normalize-fixes 2022-01-28 16:59:40 UTC
uri: Improve soup_uri_copy_with_normalized_flags encoding non-encoded segments

Author: Patrick Griffis
Author Date: 2022-01-27 14:34:28 UTC

uri: Improve soup_uri_copy_with_normalized_flags encoding non-encoded segments

wip/smcv/error-log 2021-12-27 19:58:08 UTC
Record Apache error log for unit tests and show it during teardown

Author: Simon McVittie
Author Date: 2021-12-27 18:10:25 UTC

Record Apache error log for unit tests and show it during teardown

This helps to diagnose problems with the Apache-based tests.

pgriffis/fedora-i686-ci 2021-11-24 21:00:15 UTC
ci: Run tests on i686

Author: Patrick Griffis
Author Date: 2021-09-30 16:02:01 UTC

ci: Run tests on i686

- Update to F35 (makes this much easier so we don't have to build anything).
- Workaround libsoup-doc disappearing?!?!
- Install i686 dependencies
- Add cross file for meson

pgriffis/digest-sha256 2021-10-08 14:17:41 UTC
WIP: auth: Add Digest support for SHA-256

Author: Patrick Griffis
Author Date: 2021-10-08 12:38:46 UTC

WIP: auth: Add Digest support for SHA-256

pgriffis/pygobject-overridedir 2021-09-23 20:15:33 UTC
Fix pygobject override dir on multiarch

Author: Patrick Griffis
Author Date: 2021-09-23 19:58:36 UTC

Fix pygobject override dir on multiarch

gnome-3-38 2021-08-08 19:25:06 UTC
Improve support for rfc 7230

Author: Ignacio Casal Quinteiro
Author Date: 2021-02-03 14:41:40 UTC

Improve support for rfc 7230

A server MUST NOT send a Content-Length header field in any response
with a status code of 1xx (Informational) or 204 (No Content)

wip/noload 2021-04-22 00:21:36 UTC
Abort when libsoup 2 is already loaded in process

Author: Patrick Griffis
Author Date: 2021-04-21 15:19:37 UTC

Abort when libsoup 2 is already loaded in process

This avoids accidental mixups causing unpredictable issues

gnome-3-32 2020-12-13 18:33:15 UTC
2.66.5

Author: Patrick Griffis
Author Date: 2020-12-13 18:33:15 UTC

2.66.5

gnome-3-30 2020-12-13 18:24:47 UTC
2.64.3

Author: Patrick Griffis
Author Date: 2020-12-13 18:24:47 UTC

2.64.3

pgriffis/redirection-signal 2020-12-09 20:24:55 UTC
Change signal name to redirect

Author: Patrick Griffis
Author Date: 2020-12-09 20:24:55 UTC

Change signal name to redirect

pgriffis/valgrind 2020-11-13 21:45:59 UTC
ci: Simplify coverage reports

Author: Patrick Griffis
Author Date: 2020-11-13 21:38:49 UTC

ci: Simplify coverage reports

wip/pgriffis/markdown-docs 2020-11-03 23:19:06 UTC
WIP: Try using markdown for docs

Author: Patrick Griffis
Author Date: 2020-11-03 23:19:06 UTC

WIP: Try using markdown for docs

gnome-3-34 2020-09-13 13:42:34 UTC
Update Portuguese translation

Author: Juliano Camargo
Author Date: 2020-09-13 13:42:34 UTC

Update Portuguese translation

wip/test-runner 2020-08-20 01:20:55 UTC
fixup!

Author: Patrick Griffis
Author Date: 2020-08-20 01:20:49 UTC

fixup!

wip/smcv/skip-apache 2020-03-11 09:38:17 UTC
tests: Skip tests if unable to start Apache

Author: Simon McVittie
Author Date: 2020-03-11 09:37:32 UTC

tests: Skip tests if unable to start Apache

This is a workaround for Apache not always being able to bind to its
hard-coded ports, which happens often enough to be a problem for Debian
QA infrastructure, but not often enough to be able to debug it.

Mitigates: GNOME/libsoup#175

issue-171 2019-09-26 10:14:58 UTC
meson: do not build with c89

Author: Ignacio Casal Quinteiro
Author Date: 2019-09-26 10:10:07 UTC

meson: do not build with c89

This makes the build to fail on centos 6

Fixes #171

wip/ricotz/issue129 2019-05-03 15:07:49 UTC
vapi: Fix Message.add_*_handler() by unhiding user_data parameter

Author: Rico Tzschichholz
Author Date: 2019-01-12 09:11:16 UTC

vapi: Fix Message.add_*_handler() by unhiding user_data parameter

GLib.Callback doesn't have a target/data parameter and therefore vala
doesn't create this usual implicit parameter.

Basically g-i shouldn't add a closure attribute for GObject.Callback
parameters.

Fixes https://gitlab.gnome.org/GNOME/libsoup/issues/129

wip/tingping/cached-resolver 2019-02-28 14:26:07 UTC
Create SoupCachedResolver

Author: Patrick Griffis
Author Date: 2019-02-26 15:22:55 UTC

Create SoupCachedResolver

This is a simple implementation of GResolver to add caching
to an existing GResolver.

structured-log 2019-02-07 08:25:06 UTC
Enable structured logging

Author: Ignacio Casal Quinteiro
Author Date: 2019-02-07 08:25:06 UTC

Enable structured logging

wip/hadess/reverse-http 2018-10-21 12:43:27 UTC
all: Add source tags for all the GTasks

Author: Bastien Nocera
Author Date: 2015-09-28 16:20:20 UTC

all: Add source tags for all the GTasks

This might make it easier to debug async tasks, when necessary.

gnome-3-28 2018-08-10 07:58:00 UTC
2.62.3

Author: Claudio Saavedra
Author Date: 2018-08-10 07:58:00 UTC

2.62.3

gnome-3-26 2018-06-28 17:12:50 UTC
cookie-jar: bail if hostname is an empty string

Author: Michael Catanzaro
Author Date: 2018-06-25 00:46:19 UTC

cookie-jar: bail if hostname is an empty string

There are several other ways to fix the problem with this function, but
skipping over all of the code is probably the simplest.

Fixes #3

(cherry picked from commit db2b0d5809d5f8226d47312b40992cadbcde439f)

(cherry picked from commit c5c41ad1d36c1efb3226a74ac8ea591419882892)

wip/tintou/many-gir-fixes 2018-03-29 21:40:41 UTC
Many fixes to the GObject Introspection

Author: Corentin Noël
Author Date: 2018-03-29 21:40:41 UTC

Many fixes to the GObject Introspection

gnome-3-24 2018-03-26 13:38:43 UTC
Crash under soup_socket_new()

Author: Milan Crha
Author Date: 2018-03-26 13:34:50 UTC

Crash under soup_socket_new()

https://bugzilla.gnome.org/show_bug.cgi?id=762138

gnome-3-16 2018-03-23 16:40:35 UTC
Update zh_CN translation

Author: Aron Xu
Author Date: 2018-03-23 16:40:35 UTC

Update zh_CN translation

gnome-3-18 2018-03-23 16:40:12 UTC
Update zh_CN translation

Author: Aron Xu
Author Date: 2018-03-23 16:40:12 UTC

Update zh_CN translation

gnome-3-22 2017-11-14 08:48:48 UTC
heap-buffer-overflow in soup_ntlm_parse_challenge()

Author: Milan Crha
Author Date: 2017-11-14 08:36:46 UTC

heap-buffer-overflow in soup_ntlm_parse_challenge()

https://bugzilla.gnome.org/show_bug.cgi?id=788037

gnome-3-20 2016-07-29 19:11:08 UTC
Prefix signal ID enum entries with SIGNAL_ to avoid using EOF

Author: Philip Withnall
Author Date: 2016-07-12 13:12:29 UTC

Prefix signal ID enum entries with SIGNAL_ to avoid using EOF

glibc defines EOF as a macro, so we cannot use that as the name for a
signal ID enum entry, otherwise it will be preprocessed to some number
if we end up with the wrong header included, and compilation will fail.
Instead, prefix signal ID enum entries with ‘SIGNAL_’ in
SoupCacheClientInputStream and SoupClientInputStream.

https://bugzilla.gnome.org/show_bug.cgi?id=768731

wip/aplazas/hsts 2016-06-02 07:49:49 UTC
Add SoupHstsEnforcer

Author: Adrien Plazas
Author Date: 2016-03-29 11:30:27 UTC

Add SoupHstsEnforcer

This is a WIP.

Add the SoupSessionFeature SoupHstsEnforcer to allow a session to
support HSTS (RFC 6797).

This also adds SoupHstsPolicy and an early version of
SoupHstsEnforcerDb.

gnome-3-14 2015-11-24 07:50:02 UTC
Updated Portuguese translation

Author: Pedro Albuquerque
Author Date: 2015-11-24 07:50:02 UTC

Updated Portuguese translation

gnome-3-10 2015-10-07 09:05:54 UTC
Updated Portuguese translation

Author: Pedro Albuquerque
Author Date: 2015-10-07 09:05:54 UTC

Updated Portuguese translation

wip/xmlrpc-variant 2015-08-12 15:34:27 UTC
xmlrpc: Rework datetime API

Author: Xavier Claessens
Author Date: 2015-08-11 20:10:59 UTC

xmlrpc: Rework datetime API

soup_xmlrpc_variant_new_datetime() now takes a SoupDate.
<datetime> is no longer parsed to a uint64 but into an opaque
type that must be parsed using soup_xmlrpc_variant_get_datetime().

wip/xclaesse/xmlrpc 2015-07-28 19:05:16 UTC
xmlrpc: Deprecate gvalue API

Author: Xavier Claessens
Author Date: 2015-07-27 20:24:34 UTC

xmlrpc: Deprecate gvalue API

https://bugzilla.gnome.org/show_bug.cgi?id=746495

gnome-3-8 2015-05-27 16:54:49 UTC
Added Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-27 16:54:49 UTC

Added Occitan translation

gnome-3-6 2015-05-27 16:54:17 UTC
Added Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-27 16:54:17 UTC

Added Occitan translation

gnome-3-12 2015-05-27 16:52:34 UTC
Added Occitan translation

Author: Cédric VALMARY (Tot en òc)
Author Date: 2015-05-27 16:52:34 UTC

Added Occitan translation

websocket 2015-02-27 22:59:04 UTC
websockets: add WebSocket support to SoupSession and SoupServer

Author: Dan Winship
Author Date: 2014-11-30 15:26:23 UTC

websockets: add WebSocket support to SoupSession and SoupServer

Add new SoupSession and SoupServer API to use the new WebSocket
support.

Based on code originally from the Cockpit project, and on earlier work
by Lionel Landwerlin to merge that into libsoup.

server-handlers 2015-02-27 22:57:42 UTC
soup-server: add "early" handlers

Author: Dan Winship
Author Date: 2014-12-07 12:10:51 UTC

soup-server: add "early" handlers

Add soup_server_add_early_handler(), for registering handlers to be
run from got-headers rather than got-body.

wip/http2-b 2014-12-10 16:33:57 UTC
wip

Author: Dan Winship
Author Date: 2014-12-09 11:19:40 UTC

wip

wip/http2-a 2014-12-08 09:28:42 UTC
SoupSessionHost: split from SoupSession

Author: Dan Winship
Author Date: 2013-12-09 11:16:05 UTC

SoupSessionHost: split from SoupSession

HTTP/2.0 will need to do connection management differently than
HTTP/1.1, so let's split SoupSessionHost out of soup-session.c in
preparation for making it more complicated.

wip/server-features 2014-11-29 15:35:17 UTC
add SoupServerFeature support to SoupLogger, use it in simple-httpd

Author: Dan Winship
Author Date: 2008-10-25 14:30:58 UTC

add SoupServerFeature support to SoupLogger, use it in simple-httpd

wip/async-close 2014-11-02 15:35:44 UTC
soup-message-io: do an async close when doing non-blocking I/O [WIP]

Author: Dan Winship
Author Date: 2014-06-09 12:52:38 UTC

soup-message-io: do an async close when doing non-blocking I/O [WIP]

When using chunked encoding, SoupBodyOutputStream needs to write the
final "0" chunk when it's closed, and thus may block. So we have to do
an async close in the non-blocking case.

(Does not currently pass "make check".)

https://bugzilla.gnome.org/show_bug.cgi?id=727138

wip/proxy-connect 2014-06-07 16:05:42 UTC
fixup! soup-session: add soup_session_proxy_connect* functions

Author: Dan Winship
Author Date: 2014-06-07 16:05:42 UTC

fixup! soup-session: add soup_session_proxy_connect* functions

wip/server-early 2014-05-02 13:37:57 UTC
wip early

Author: Dan Winship
Author Date: 2014-03-29 01:22:02 UTC

wip early

wip/auth 2014-03-28 17:28:43 UTC
soup-message: expose auth/proxy-auth

Author: Dan Winship
Author Date: 2012-12-28 21:45:31 UTC

soup-message: expose auth/proxy-auth

Add SoupMessage:auth and :proxy-auth properties, make the
corresponding getters and setters public, so that callers can force
their own authentication in some cases.

https://bugzilla.gnome.org/show_bug.cgi?id=690839

wip/server-api 2014-03-18 21:15:39 UTC
SoupServer: add deprecation tags to deprecated API

Author: Dan Winship
Author Date: 2014-03-09 14:05:21 UTC

SoupServer: add deprecation tags to deprecated API

glib-build.mk 2013-12-09 17:54:48 UTC
Replace Makefile.glib with glib-build.mk

Author: Dan Winship
Author Date: 2013-06-22 18:58:37 UTC

Replace Makefile.glib with glib-build.mk

wip/danw/guri 2013-11-24 19:50:41 UTC
wip

Author: Dan Winship
Author Date: 2013-11-24 19:50:41 UTC

wip

badconnect 2013-05-25 13:31:12 UTC
wip

Author: Dan Winship
Author Date: 2013-05-25 13:31:12 UTC

wip

gnome-3-4 2012-08-23 16:52:48 UTC
Add missing transfer full annotation to soup_cookie_jar_add_cookie

Author: Daniel Drake
Author Date: 2012-08-23 16:04:08 UTC

Add missing transfer full annotation to soup_cookie_jar_add_cookie

Adding a cookie to a jar from Python (via introspection) wasn't working
right, since the cookie was being freed as soon as the python object
went out of scope, but soup_cookie_jar_add_cookie() explicitly states
that freeing shouldn't happen.

Add a missing annotation to fix this. Thanks to Benjamin Berg for the
suggestion.

Fixes http://bugs.sugarlabs.org/ticket/3825
https://bugzilla.gnome.org/show_bug.cgi?id=682554

gnome-3-2 2011-10-18 01:33:24 UTC
2.36.1

Author: Dan Winship
Author Date: 2011-10-18 01:33:24 UTC

2.36.1

gnome-3-0 2011-07-28 21:13:21 UTC
Doh, fix the CVE number: should have been CVE-2011-2524

Author: Dan Winship
Author Date: 2011-07-28 21:12:36 UTC

Doh, fix the CVE number: should have been CVE-2011-2524

gnome-2-32 2010-11-29 23:01:58 UTC
2.32.2

Author: Dan Winship
Author Date: 2010-11-29 23:01:58 UTC

2.32.2

gnome-2-30 2010-06-22 17:07:17 UTC
2.30.2

Author: Dan Winship
Author Date: 2010-06-22 15:54:32 UTC

2.30.2

gnome-2-28 2009-12-16 14:59:14 UTC
fix dist

Author: Dan Winship
Author Date: 2009-12-16 14:59:14 UTC

fix dist

gnome-2-26 2009-06-29 22:46:16 UTC
2.26.3

Author: Dan Winship
Author Date: 2009-06-29 22:46:16 UTC

2.26.3

gnome-2-24 2009-01-12 22:43:12 UTC
2.24.3

Author: Dan Winship
Author Date: 2009-01-12 22:43:12 UTC

2.24.3

 * configure.in: 2.24.3

 * NEWS: Update

svn path=/branches/gnome-2-24/; revision=1229

gnome-2-22 2008-04-07 17:22:00 UTC
gnome-2-22 branch

Author: Dan Winship
Author Date: 2008-04-07 17:22:00 UTC

gnome-2-22 branch

svn path=/branches/gnome-2-22/; revision=1131

gnome-2-20 2008-02-11 19:50:59 UTC
2.2.105

Author: Dan Winship
Author Date: 2008-02-11 19:50:59 UTC

2.2.105

 * configure.in: 2.2.105

 * NEWS: Update

svn path=/branches/gnome-2-20/; revision=1084

libsoup-2.4 2008-01-15 22:48:40 UTC
Replaces SoupConnectionNTLM; now works as a SoupSession::request_started

Author: Dan Winship
Author Date: 2008-01-15 22:48:40 UTC

Replaces SoupConnectionNTLM; now works as a SoupSession::request_started

 * libsoup/soup-auth-manager-ntlm.c: Replaces SoupConnectionNTLM;
 now works as a SoupSession::request_started watcher.

 * libsoup/soup-connection.c: remove the no-longer-needed
 "authenticate" signal

 * libsoup/soup-session.c: Use a SoupAuthManagerNTLM if USE_NTLM is
 set. Remove connection-authenticate-signal references.

svn path=/branches/libsoup-2.4/; revision=1042

gnome-2-18 2007-03-08 21:11:00 UTC
don't return G_IO_STATUS_AGAIN if we're doing blocking I/O; just keep

Author: Dan Winship
Author Date: 2007-03-08 21:11:00 UTC

don't return G_IO_STATUS_AGAIN if we're doing blocking I/O; just keep

 * libsoup/soup-gnutls.c (do_handshake): don't return
 G_IO_STATUS_AGAIN if we're doing blocking I/O; just keep retrying
 until the handshake is complete.
 (soup_gnutls_read, soup_gnutls_write): if we get
 GNUTLS_E_REHANDSHAKE, call do_handshake() immediately rather than
 returning G_IO_STATUS_AGAIN; if the socket is blocking then
 G_IO_STATUS_AGAIN is wrong, and if the socket is non-blocking, we
 might already need to return SOUP_SSL_ERROR_HANDSHAKE_NEEDS_WRITE
 or SOUP_SSL_ERROR_HANDSHAKE_NEEDS_READ.

 #415402, based on a patch from Jacob Berkman.

 * tests/ssl-test.c: basic ssl test. In particular, tests that
 rehandshake requests are handled correctly during both synchronous
 and asynchronous I/O. Might eventually test other stuff too...

 * configure.in:
 * tests/Makefile.am: updates for ssl-test

svn path=/trunk/; revision=914

gnome-2-12 2005-11-17 16:03:39 UTC
bump version to 2.2.7

Author: Dan Winship
Author Date: 2005-11-17 16:03:39 UTC

bump version to 2.2.7

 * configure.in: bump version to 2.2.7

 * NEWS: update

gnome-2-10 2005-08-22 17:00:18 UTC
Fix g_object_add/remove_weak_pointer usage to prevent a crash when

Author: Dan Winship
Author Date: 2005-08-22 17:00:18 UTC

Fix g_object_add/remove_weak_pointer usage to prevent a crash when

        * libsoup/soup-connection.c (set_current_request,
        clear_current_request): Fix g_object_add/remove_weak_pointer usage
        to prevent a crash when canceling a request. From Tambet.

gnome-2-8 2005-01-24 16:05:12 UTC
bump version to 2.2.2

Author: Dan Winship
Author Date: 2005-01-24 16:05:12 UTC

bump version to 2.2.2

 * configure.in: bump version to 2.2.2

 * NEWS: update

libsoup-2-0-branch 2003-12-10 17:39:28 UTC
Commit ChangeLog also.

Author: Tambet Ingo
Author Date: 2003-12-10 17:39:28 UTC

Commit ChangeLog also.

2003-12-10 Tambet Ingo <tambet@ximian.com>

 * Commit ChangeLog also.

soup-0-7 2002-10-28 21:52:31 UTC
update to 0.7.9

Author: Dan Winship
Author Date: 2002-10-28 21:52:31 UTC

update to 0.7.9

 * configure.in (VERSION): update to 0.7.9

 * src/libsoup/soup-private.h (VERSION): Likewise.

soup-0-5 2002-05-09 16:17:02 UTC
Version 0.5.14

Author: Joe Shaw
Author Date: 2002-05-09 16:17:02 UTC

Version 0.5.14

2002-05-09 Joe Shaw <joe@ximian.com>

 * configure.in, src/libsoup/soup-private.h: Version 0.5.14

soup-0-7-1 2002-04-09 20:51:22 UTC
pull up a few changes from 0.7.2 and call it 0.7.1.1

Author: Dan Winship
Author Date: 2002-04-09 20:51:22 UTC

pull up a few changes from 0.7.2 and call it 0.7.1.1

soup-0-6 2002-03-07 18:35:45 UTC
SOUP_AGE goes to 1, SOUP_CURRENT goes to 4. Update version to 0.6.99.

Author: Alex Graveley
Author Date: 2002-03-07 18:35:45 UTC

SOUP_AGE goes to 1, SOUP_CURRENT goes to 4. Update version to 0.6.99.

2002-03-07 Alex Graveley <alex@ximian.com>

 * configure.in: SOUP_AGE goes to 1, SOUP_CURRENT goes to 4.
 Update version to 0.6.99.

 * src/libsoup/soup-private.h (VERSION): Update win version to
 Win/0.6.99.

soup-0-4 2001-08-28 17:58:05 UTC
Perform deep unix magic in order to identify if we are running in a

Author: Alex Graveley
Author Date: 2001-08-28 17:58:05 UTC

Perform deep unix magic in order to identify if we are running in a

2001-08-28 Alex Graveley <alex@ximian.com>

 * src/soup-core/soup-socket.c (soup_address_new): Perform deep
 unix magic in order to identify if we are running in a
 debugger. This is needed because gdb causes segfaults in child
 processes that load shlibs due to breakpoints being left over in
 the new unwatched process. Now, gethostbyname() loads shared libs
 to do name resolution on many unixes, which would cause soup to be
 hard to use and otherwise suck when run inside a debugger. So now
 everything works perfectly both inside and outside of gdb.
 (soup_address_new_cb): Resolve the hostname syncronously if we are
 inside a debugger.

183 of 83 results
This repository contains Public information 
Everyone can see this information.

Subscribers