index
:
platform/upstream/libsoup
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
devel
pristine-tar
sandbox/pcoval/devel
sandbox/pcoval/upstream
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
Domain: Network & Connectivity / Data Network; Licenses: ETC;
Jaehyun Kim <jeik01.kim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-13
Clean up includes
Dan Winship
32
-418
/
+132
2012-07-13
Remove an unnecessary old demo program that doesn't work any more
Dan Winship
2
-155
/
+0
2012-07-13
requester-test: fix some debug printfs
Dan Winship
1
-2
/
+2
2012-07-10
SoupCookie: ignore values on httponly and secure attributes
Dan Winship
1
-2
/
+110
2012-07-10
Fix cookies-test.c indentation
Dan Winship
1
-52
/
+52
2012-06-14
soup-tld: added soup_tld_* utils
Sergio Villar Senin
2
-0
/
+134
2012-06-06
tests/date: Fix compiler warning
Colin Walters
1
-2
/
+2
2012-05-27
proxy-test: unskip accidentally skipped tests
Dan Winship
1
-1
/
+0
2012-05-24
Fix the handling of trailing junk with Content-Encoding
Dan Winship
1
-32
/
+271
2012-05-15
Correctly handle unsuccessful CONNECTs via request API
Dan Winship
1
-59
/
+76
2012-05-15
Test case
Sergio Villar Senin
1
-1
/
+95
2012-05-15
soup-message-io: keep cancellable alive for duration of io_run_until
Dan Winship
1
-1
/
+17
2012-05-03
Fix a few recent request API bugs, add some more tests
Dan Winship
1
-3
/
+359
2012-05-02
requester-test: add an early-cancellation test
Dan Winship
1
-44
/
+144
2012-04-28
tests/get: use GProxyResolverDefault
Dan Winship
1
-15
/
+2
2012-04-17
tests: add some more SoupRequester-based tests
Dan Winship
2
-25
/
+303
2012-04-17
soup-message-io: use gio streams rather than SoupSocket
Dan Winship
2
-14
/
+13
2012-04-17
Add gettext support
Dan Winship
1
-0
/
+2
2012-04-11
soup-session: unpause messages when cancelling them
Dan Winship
1
-0
/
+25
2012-04-10
soup-session: fix up TLS/SSL property interactions
Dan Winship
1
-1
/
+160
2012-03-04
Use G_GNUC_BEGIN_IGNORE_DEPRECATIONS (where available)
Dan Winship
3
-0
/
+14
2012-03-04
connection-test, requester-test: test non-persistent connections
Dan Winship
2
-11
/
+143
2012-03-04
tests: split connection-test out of misc-test
Dan Winship
3
-482
/
+523
2012-02-27
requester-test: add some more tests
Dan Winship
1
-23
/
+124
2012-02-25
SoupURI: fix fallback handling of soup_uri_set_path(uri, NULL)
Dan Winship
1
-1
/
+51
2012-02-24
SoupAuthManagerNTLM: fix don't-fallback-to-Basic code
Dan Winship
1
-42
/
+90
2012-02-13
SoupSessionAsync: don't queue idles from dispose()
Dan Winship
1
-0
/
+33
2012-02-13
soup-message-server-io: fix processing of IPv6 HTTP/1.0 messages
Dan Winship
1
-0
/
+51
2012-02-12
valgrind run...
Dan Winship
2
-6
/
+77
2012-02-10
soup-uri: revert some of the previously-added return-if-fails
Dan Winship
1
-0
/
+102
2012-02-08
tests: sniffing: Avoid loop with uninitialised length
Robert Swain
1
-1
/
+1
2012-02-08
tests: simple-httpd: Don't leak index_path string
Robert Swain
1
-0
/
+1
2012-02-03
uri-parsing test: add a case that was exercised by a protocol fuzzer
Simon McVittie
1
-0
/
+3
2012-02-03
uri-parsing test: verify that URIs are split correctly
Simon McVittie
1
-89
/
+243
2012-02-03
Header parsing test: verify that a full URI can appear after the "GET"
Simon McVittie
1
-0
/
+24
2012-01-30
requester-test: add some more tests
Dan Winship
1
-5
/
+26
2012-01-27
chunk-test: add a check that wrote-body-data gives the right data
Dan Winship
1
-0
/
+56
2012-01-18
SoupSession: Do not actually send a request if it was cancelled before.
Raphael Kubo da Costa
1
-0
/
+26
2012-01-16
Belatedly add regression test for CVE-2011-2524
Dan Winship
1
-0
/
+28
2011-12-22
Force some SoupMessages to use a fresh SoupConnection
Dan Winship
1
-4
/
+71
2011-12-21
soup-headers: misc improvements
Dan Winship
1
-5
/
+118
2011-12-01
soup-session: fix some http-aliases/https-aliases problems
Dan Winship
1
-3
/
+103
2011-12-01
misc-test: fix a bug
Dan Winship
1
-5
/
+10
2011-12-01
Require glib 2.31 and update to new thread APIs
Dan Winship
4
-31
/
+22
2011-11-30
SoupMessage: fix setting of SOUP_MESSAGE_CERTIFICATE_TRUSTED flag
Dan Winship
1
-0
/
+15
2011-11-21
Fix distcheck
Dan Winship
1
-2
/
+4
2011-11-17
coding-test.c: refactored and added deflate support.
Sergio Villar Senin
1
-205
/
+166
2011-11-17
Adding zlib and raw encoded versions of mbox file for the coding-test
Sergio Villar Senin
2
-0
/
+0
2011-11-13
SoupAuthManagerNTLM: allow non-ASCII usernames/passwords
Dan Winship
2
-3
/
+9
2011-11-13
auth-test: add a test for server-closes-connection-during-auth
Dan Winship
1
-0
/
+95
[next]