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
/
chunk-test.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-17
soup-message: deprecate soup_message_set_chunk_allocator()
Dan Winship
1
-0
/
+2
2012-07-13
Clean up includes
Dan Winship
1
-9
/
+0
2012-04-17
soup-message-io: use gio streams rather than SoupSocket
Dan Winship
1
-10
/
+0
2012-01-27
chunk-test: add a check that wrote-body-data gives the right data
Dan Winship
1
-0
/
+56
2011-11-05
SoupSession: add some API for handling redirections
Dan Winship
1
-3
/
+1
2011-08-16
Add SOUP_MESSAGE_CAN_REBUILD, for regeneratable streamed request bodies
Dan Winship
1
-44
/
+68
2011-03-21
Add restarted streaming chunk-test, which is where it really starts to get fun
David Woodhouse
1
-14
/
+66
2011-03-21
Add client streaming test to chunk-test.c
David Woodhouse
1
-7
/
+37
2010-06-11
Allow calling soup_test_server_new() multiple times in test programs
Dan Winship
1
-0
/
+1
2009-09-11
Fix leaks in test programs, update libsoup.supp
Dan Winship
1
-5
/
+10
2009-07-27
Do not discard the request body after sending, even if !accumulate
Dan Winship
1
-0
/
+4
2009-04-03
Bug 576760 – soup_message_headers_get_content_type returns bad headers
Dan Winship
1
-3
/
+6
2009-03-27
Bug 576583 - Tests fail if "localhost" resolves to ::1
Dan Winship
1
-1
/
+1
2009-01-29
Fix this; previously it would discard the entire message body after
Dan Winship
1
-0
/
+62
2008-09-30
soup_value_hash_insert_value() copies the value, so we have to
Dan Winship
1
-1
/
+2
2008-09-30
store the GSource in priv, don't ref the session. Otherwise the session
Dan Winship
1
-2
/
+1
2008-04-05
New, replaces SOUP_MESSAGE_OVERWRITE_CHUNKS, but can be set on either the
Dan Winship
1
-3
/
+2
2008-04-05
Misc fixes noticed by "sparse" or by running gcc with additional
Dan Winship
1
-1
/
+1
2008-04-04
add a new signal "wrote-body-data" to address the problem that
Dan Winship
1
-0
/
+314