summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Call AC_LIBTOOL_WIN32_DLL. Check for Win32, set Automake conditionalTor Lillqvist2005-04-192-2/+7
* Remove the various gethostbyname_r checks and just check forDan Winship2005-04-121-15/+24
* require glib-2.0 >= 2.4.0Dan Winship2005-04-111-4/+9
* Basic SOAP test, using Aonaware's SOAP->DICT gatewayDan Winship2004-07-083-1/+169
* if the protocol is http or https, require a hostname. For #61049Dan Winship2004-07-071-5/+24
* Simple test of the dns codeDan Winship2004-06-023-0/+57
* Pass gsize *, not guint *, to soup_socket_read/write, to make this work onDan Winship2004-02-201-2/+2
* Add a g_thread_init() so this works again.Dan Winship2004-01-121-0/+1
* New. An interface for objects that want to act on every message passingDan Winship2003-12-192-2/+13
* comment out some code that doesn't work currentlyDan Winship2003-12-171-0/+2
* Add gthread to glib checkDan Winship2003-12-174-40/+41
* Remove refcounting, but note whether or not the CA file has been loaded.Dan Winship2003-09-237-22/+83
* Move RESPONSE_BLOCK_SIZE #define here from soup-private.hDan Winship2003-09-221-1/+0
* free the hostent.Dan Winship2003-09-192-6/+24
* Replaces the three previous soup_connection_new* functions and usesDan Winship2003-09-173-13/+13
* Add "authenticate" and "reauthenticate" signals. (invalidate_auth): RemoveDan Winship2003-09-101-49/+115
* Remove the "status" field from here, since it's mostly used byDan Winship2003-09-101-1/+0
* Beginnings of improved synchronous API supportDan Winship2003-09-095-27/+25
* Move a bunch of logic here from soup-context. Now the session keeps trackDan Winship2003-09-051-5/+4
* Renamed from soup-error.h, with types and defines renamed accordingly.Dan Winship2003-09-034-25/+26
* First draft at the new object to maintain formerly-global state. (Not yetDan Winship2003-09-023-8/+18
* Major rewrite. There is now only a single IO state object (instead of oneDan Winship2003-08-292-5/+76
* New header with typedefs, to avoid #include loops among other headers.Dan Winship2003-08-274-2/+5
* Take a uri string instead of a context. Also, swap the args (so the methodDan Winship2003-08-254-20/+13
* belated fix to make this compile againDan Winship2003-08-221-0/+1
* Make this a GObject. (Note that since SoupMessage was not refcountedDan Winship2003-08-203-1/+6
* New API for doing socket IO. Works both synchronously and asynchronously,Dan Winship2003-08-194-101/+185
* Make this a GObject. Remove SoupServerMessage code (toDan Winship2003-08-192-3/+6
* Make this more like a struct sockaddr again (like it used to be). InDan Winship2003-08-183-33/+60
* New, split out from soup-context and made into a GObject.Dan Winship2003-08-141-1/+1
* Make this an abstract GObject. Tweak some of the interfaces around aDan Winship2003-08-121-2/+2
* add gobject-2.0 to the PKG_CHECK_MODULES callDan Winship2003-08-125-7/+47
* Pull over some new test programs from the soup-refactoring branch,Dan Winship2003-08-127-27/+627
* Bump API version to 2.2 and package version to 2.1.0. Remove NSS andDan Winship2003-08-121-3/+3
* These are all really SoupContext functions, so move them to soup-context.clibsoup-2-0-branch-baseDan Winship2003-08-113-3/+282
* Add "-6" to listen on the IPv6 local address instead of IPv4. (Tested onDan Winship2002-11-181-3/+18
* tests/Makefile.am: uncomment lines to make timeserver build correctlyFrank Belew (Myth)2002-11-151-1/+1
* Oops, commit this.Dan Winship2002-11-133-2/+53
* Replace the BINDIR define with LIBEXECDIR. (install-exec-hook): InstallJoe Shaw2002-11-131-3/+4
* Check for IPv6 support in networking headers.Dan Winship2002-11-121-4/+8
* Move the SoupAddress code from soup-socket.c and soup-socket-unix.c toDan Winship2002-11-113-0/+47