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
/
simple-proxy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-26
remove unnecessary libgthread references
Dan Winship
1
-1
/
+0
2010-04-10
soup_auth_domain_covers: skip the URI path check with proxy auth domains
Dan Winship
1
-5
/
+21
2010-01-23
tests/simple-proxy.c: remove obvious dead assignment noted by clang
Dan Winship
1
-1
/
+0
2008-04-05
Misc fixes noticed by "sparse" or by running gcc with additional
Dan Winship
1
-2
/
+2
2008-03-13
g_thread_init should be called before any other glib function.
Xan Lopez
1
-1
/
+1
2008-01-15
Merge libsoup-2.4 branch to trunk
Dan Winship
1
-34
/
+36
2007-10-28
ref the socket around the processing of the message, since otherwise it
Dan Winship
1
-3
/
+2
2006-05-29
add a new state "FINISHING" which means "done I/O, but not yet done
Dan Winship
1
-0
/
+1
2003-12-19
New. An interface for objects that want to act on every message passing
Dan Winship
1
-1
/
+1
2003-12-17
comment out some code that doesn't work currently
Dan Winship
1
-0
/
+2
2003-12-17
Add gthread to glib check
Dan Winship
1
-1
/
+1
2003-09-23
Remove refcounting, but note whether or not the CA file has been loaded.
Dan Winship
1
-1
/
+2
2003-09-17
Replaces the three previous soup_connection_new* functions and uses
Dan Winship
1
-1
/
+1
2003-09-09
Beginnings of improved synchronous API support
Dan Winship
1
-1
/
+1
2003-09-03
Renamed from soup-error.h, with types and defines renamed accordingly.
Dan Winship
1
-3
/
+4
2003-09-02
First draft at the new object to maintain formerly-global state. (Not yet
Dan Winship
1
-1
/
+6
2003-08-29
Major rewrite. There is now only a single IO state object (instead of one
Dan Winship
1
-4
/
+75
2003-08-27
New header with typedefs, to avoid #include loops among other headers.
Dan Winship
1
-0
/
+1
2003-08-25
Take a uri string instead of a context. Also, swap the args (so the method
Dan Winship
1
-1
/
+1
2003-08-22
belated fix to make this compile again
Dan Winship
1
-0
/
+1
2003-08-20
Make this a GObject. (Note that since SoupMessage was not refcounted
Dan Winship
1
-0
/
+2
2003-08-19
Make this a GObject. Remove SoupServerMessage code (to
Dan Winship
1
-1
/
+2
2003-08-18
Make this more like a struct sockaddr again (like it used to be). In
Dan Winship
1
-1
/
+1
2003-08-12
add gobject-2.0 to the PKG_CHECK_MODULES call
Dan Winship
1
-0
/
+12
2003-08-12
Pull over some new test programs from the soup-refactoring branch,
Dan Winship
1
-0
/
+77