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-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
2011-11-13
auth-test: reorganize this a bit to be more like other test programs
Dan Winship
1
-127
/
+136
2011-11-12
context-test: fix cleanup code to avoid a crash
Dan Winship
1
-4
/
+5
2011-11-12
soup-uri: %-encode non-ASCII characters when parsing URIs
Dan Winship
1
-1
/
+4
2011-11-08
Add SoupSession:use-thread-context
Dan Winship
1
-24
/
+156
2011-11-05
SoupSession: add some API for handling redirections
Dan Winship
5
-28
/
+9
2011-10-26
remove unnecessary libgthread references
Dan Winship
6
-6
/
+0
2011-10-20
oops, I apparently didn't run "make check" after the tls changes...
Dan Winship
1
-0
/
+6
2011-10-20
tests: make "./tests/foo" work from the toplevel dir
Dan Winship
1
-1
/
+1
2011-10-20
Fix SoupMessage https status information to be set more reliably
Dan Winship
1
-0
/
+7
2011-09-29
libsoup.supp: belatedly commit some fixes
Dan Winship
1
-1
/
+8
2011-09-29
redirect-test: add a test for accidental connection sharing
Dan Winship
1
-11
/
+129
2011-09-19
tests/ssl-test: belatedly commit this
Dan Winship
1
-0
/
+166
2011-09-19
tests/ssl-test: add a test of https-related functionality
Dan Winship
1
-0
/
+3
2011-09-19
tests: update the test ssl key
Dan Winship
3
-34
/
+40
2011-09-17
tests: fix a few leaks, update valgrind suppressions file
Dan Winship
4
-2
/
+137
2011-08-16
Add SOUP_MESSAGE_CAN_REBUILD, for regeneratable streamed request bodies
Dan Winship
1
-44
/
+68
2011-08-15
Fix distcheck
Dan Winship
1
-1
/
+4
2011-08-08
SoupContentSniffer: don't use gio anymore
arno
4
-21
/
+17
2011-08-08
Call soup_message_clean_response() when restarting a message
Dan Winship
2
-1
/
+41
2011-07-31
soup-request-http: fix usage with non-default-context
Dan Winship
2
-0
/
+216
2011-06-03
Fix few memory leaks
Milan Crha
1
-0
/
+2
2011-05-22
SoupContentDecoder: deal with broken apache Content-Encoding
Dan Winship
1
-32
/
+138
[next]