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
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2002-11-11
Move the SoupAddress code from soup-socket.c and soup-socket-unix.c to
Dan Winship
1
-0
/
+15
2002-11-05
Split libsoup out of soup. ChangeLog.old contains the original soup
Dan Winship
1
-3907
/
+16
2002-05-31
add 'typedef'
Jacob Berkman
1
-0
/
+5
2002-04-08
Return copied auth context. doh.
Alex Graveley
1
-0
/
+5
2002-03-21
Handle forced no-content response codes 204, 205, and 304. Check
Alex Graveley
1
-0
/
+7
2002-03-21
Return default handler if none exist. Unregister default handler before
Alex Graveley
1
-0
/
+8
2002-03-21
Issue callback directly as we might not be in the request processing loop.
Alex Graveley
1
-0
/
+10
2002-03-14
Add stub so soup-apache modules an be run by soup-httpd.
Alex Graveley
1
-0
/
+20
2002-03-13
Check for transport error.
Alex Graveley
1
-0
/
+8
2002-03-13
#if 0 out generated code to use overridden URL in requests.
Alex Graveley
1
-0
/
+11
2002-03-13
Update for new server API.
Alex Graveley
1
-0
/
+7
2002-03-13
Use soup_env_add_recv_header to add the new header to the incoming
Alex Graveley
1
-0
/
+6
2002-03-12
Loop on SSL_connect for some buggy versions of OpenSSL that still return
Alex Graveley
1
-0
/
+7
2002-03-12
Bump development version to 0.7.99.
Alex Graveley
1
-7
/
+549
2002-01-17
Add a soup_message_get_http_version() function.
Joe Shaw
1
-0
/
+5
2001-11-09
Update to call renamed SoupHandlerEvents.
Alex Graveley
1
-0
/
+21
2001-11-08
Bump HEAD version to 0.6.99. Ditto.
Alex Graveley
1
-0
/
+5
2001-11-08
Version 0.6.0. Ditto.
SOUP_0_6_0
Alex Graveley
1
-0
/
+5
2001-11-08
Set debug default to "minimum", which turns off G_ENABLE_DEBUG (and the
Alex Graveley
1
-0
/
+9
2001-11-08
Add cleanup function to avoid leaving context/address references around.
Alex Graveley
1
-0
/
+10
2001-11-07
Mark the auth completed after sending the response string.
Dan Winship
1
-0
/
+8
2001-11-02
Add death_tag to _SoupConnection.
Alex Graveley
1
-0
/
+30
2001-11-02
Remove NSS-related code, as this is now moved to libsoup.
Alex Graveley
1
-0
/
+5
2001-11-02
Rename killme to cached in _SoupAddress.
Alex Graveley
1
-0
/
+10
2001-11-02
Remove old fixed FIXME.
Alex Graveley
1
-0
/
+11
2001-11-01
Null terminate recv_buf before copying the data pointer.
Alex Graveley
1
-0
/
+5
2001-11-01
Drop connection count of connect failed. (soup_context_get_connection):
Alex Graveley
1
-0
/
+15
2001-10-31
Fix the popt check so you can pass CPPFLAGS and LDFLAGS in in the
Dan Winship
1
-0
/
+5
2001-10-30
Remove the existing SoupAuth from the from the server's valid_auths hash.
Alex Graveley
1
-0
/
+7
2001-10-30
Consider existing addresses with a zero refcount valid to return (with an
Alex Graveley
1
-0
/
+16
2001-10-30
Call soup_auth_fn if we don't have auth data in the URI, then call
Alex Graveley
1
-0
/
+22
2001-10-27
Include soup-error.h
Alex Graveley
1
-0
/
+14
2001-10-26
Use WUNTRACED, which should fix possible hang situation.
Alex Graveley
1
-0
/
+9
2001-10-26
Use soup_uri_set_auth().
Alex Graveley
1
-0
/
+15
2001-10-26
Handle redirects when source uri has auth data by copying auth to new url.
Alex Graveley
1
-0
/
+5
2001-10-26
Fixe bug where informational responses were treated as an unknown
Alex Graveley
1
-0
/
+7
2001-10-25
Fix up the networking library checks to work on Solaris. Check for
Dan Winship
1
-0
/
+8
2001-10-22
Make sure we handle G_IO_IN before we handle G_IO_HUP so we don't lose
Joe Shaw
1
-0
/
+7
2001-10-22
use new error api
JP Rosevear
1
-0
/
+10
2001-10-21
Reorganize.
Alex Graveley
1
-2
/
+15
2001-10-19
This is the first attempt at authentication inheritence, it still needs
Alex Graveley
1
-0
/
+42
2001-10-18
Set encoding out param appropriately. Ditto.
Alex Graveley
1
-0
/
+18
2001-10-18
the array length assertion should be >= rather than less than.
JP Rosevear
1
-0
/
+5
2001-10-17
Don't call chunk callback if there is no new data.
Alex Graveley
1
-0
/
+5
2001-10-17
Add some bounds checking.
Alex Graveley
1
-0
/
+8
2001-10-16
Impl. (remove_block_at_index): Impl. (decode_chunk): Simplify using
Alex Graveley
1
-0
/
+8
2001-10-16
A NULL passwd is perfectly valid, so we want to avoid crashing if that is
Joe Shaw
1
-0
/
+5
2001-10-16
Fix nasty chunked encoding bug when the message is set to truncate chunks.
Alex Graveley
1
-0
/
+14
2001-10-09
Assign source connection correctly.
Alex Graveley
1
-0
/
+5
2001-10-09
don't call __uri_exists as __is_collection should check this.
Alex Graveley
1
-0
/
+5
[next]