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-12-17
soup-message: deprecate soup_message_set_chunk_allocator()
Dan Winship
1
-0
/
+2
2012-12-11
tests: fix memory leaks
Dan Winship
4
-5
/
+37
2012-12-10
soup-uri: don't decode %00 in URIs
Dan Winship
1
-0
/
+3
2012-12-10
tests: fix SoupRequester deprecation warnings
Dan Winship
3
-28
/
+20
2012-12-10
SoupSession: add soup_session_request_http() and _request_http_uri()
Dan Winship
2
-77
/
+55
2012-12-10
SoupRequest: add soup_request_disable_feature()
Dan Winship
1
-51
/
+75
2012-12-10
SoupRequestHTTP: mirror SoupMessage fields/API
Dan Winship
3
-27
/
+21
2012-12-10
Move SoupRequester API into SoupSession, declare SoupRequest stable
Dan Winship
7
-96
/
+71
2012-12-10
SoupSession: allow creating a "plain" SoupSession for use with new APIs
Dan Winship
1
-19
/
+44
2012-12-09
tests/uri-parsing: check empty username/password
Dan Winship
1
-0
/
+5
2012-12-04
Better handle the failure of URI embedded credentials
Martin Robinson
1
-1
/
+4
2012-12-04
tests: fix a few bugs
Dan Winship
2
-6
/
+8
2012-12-04
tests/simple-httpd: use GMappedFile rather than mmap
Dan Winship
1
-45
/
+12
2012-11-17
SoupLogger: fix printing of Host header with IPv6 literal
Dan Winship
1
-1
/
+29
2012-11-02
connection-test: make it not require access to private SoupConnection symbols
Dan Winship
1
-6
/
+3
2012-11-02
soup-multipart-input-stream: belatedly add .h file to soup.h
Dan Winship
1
-6
/
+0
2012-10-31
tests: fix some race conditions
Dan Winship
2
-4
/
+12
2012-10-29
soup_header_parse_param_list: return empty GHashTable instead of NULL
Dan Winship
1
-6
/
+1
2012-10-22
tests: add support for Apache 2.4
Dan Winship
4
-7
/
+310
2012-10-22
Remove now-unnecessary g_type_init() calls
Dan Winship
5
-7
/
+0
2012-10-20
soup-request: Add support to handle gresource URI requests
Carlos Garcia Campos
3
-9
/
+322
2012-10-16
soup-auth-manager-ntlm.c: don't include the default domain in the response
Dan Winship
1
-1
/
+1
2012-08-25
SoupConnection: fix up ::event signal emissions
Dan Winship
1
-0
/
+116
2012-08-25
SoupConnection: fix up states during connection
Dan Winship
1
-0
/
+133
2012-08-20
Add missing file for last commit
Gustavo Noronha Silva
1
-0
/
+617
2012-08-20
Add SoupMultipartInputStream for handling multipart responses
Gustavo Noronha Silva
1
-0
/
+3
2012-08-11
valgrindage
Dan Winship
7
-4
/
+90
2012-08-10
tests: parallelize proxy-test to make it faster
Dan Winship
3
-7
/
+67
2012-08-07
SoupTLD: fix a regression in soup_tld_is_public_suffix()
Sergio Villar Senin
1
-32
/
+53
2012-08-06
soup-xmlrpc: fix parsing of <methodCall> without <params>
Dan Winship
3
-19
/
+104
2012-08-06
Add a simple regression test for unbound sockets
Simon McVittie
2
-0
/
+116
2012-08-06
tld-test: update for changes to TLD data
Dan Winship
1
-7
/
+7
2012-07-26
Fix building with MinGW compiler
Paweł Forysiuk
3
-0
/
+12
2012-07-25
test-utils: simplify the SoupRequest test utils a bit
Dan Winship
8
-83
/
+58
2012-07-24
SoupSessionAsync: fix handling of timed-out SoupRequests
Dan Winship
1
-21
/
+186
2012-07-17
SoupConverterWrapper: handle empty "compressed" responses
Dan Winship
1
-2
/
+47
2012-07-17
soup_uri_normalize: more fixes
Dan Winship
1
-0
/
+48
2012-07-16
soup-tld: do not consider non suffixed domains as public
Dan Winship
1
-11
/
+14
2012-07-13
Fix the retry-on-broken-connection codepath for SoupRequest
Dan Winship
1
-3
/
+119
2012-07-13
Add some test-utils helpers for async SoupRequest usage
Dan Winship
6
-119
/
+115
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
[next]