summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version, libtool numbersLIBSOUP_2_1_10JP Rosevear2004-05-192-4/+8
* define some GError codes and stuffDan Winship2004-05-185-7/+73
* Do this less kludgefully, using the magic of GClosure, to fix x86_64Dan Winship2004-05-112-17/+30
* free the elements of priv structure before freeing privSivaiah Nallagatla2004-05-042-0/+25
* if re-sending the message, call soup_message_restarted() (send_request):Dan Winship2004-04-203-7/+44
* Connect to the socket's "disconnect" signal. (We were only doing this fromDan Winship2004-04-153-0/+16
* bump version, libtool numberLIBSOUP_2_1_9JP Rosevear2004-04-022-2/+6
* Fix up types to kill a warning with -Wall -O2Dan Winship2004-03-152-3/+8
* bump version, libtool numberLIBSOUP_2_1_8JP Rosevear2004-03-053-6/+12
* Only loop on EINTR if bytes_read is -1, since the value of errno isDan Winship2004-03-022-2/+8
* removed not-implemented function's prototype.Rodrigo Moya2004-03-012-1/+5
* Use a different variable for linking to the static version of gnutls, soRodney Dawes2004-02-273-4/+16
* Pass gsize *, not guint *, to soup_socket_read/write, to make this work onDan Winship2004-02-203-5/+16
* update this a bunchlibsoup-hacking-branch-baselibsoup-hacking-branchDan Winship2004-02-201-6/+53
* Fixes #54512Rodrigo Moya2004-02-183-5/+43
* LikewiseDan Winship2004-02-182-1/+4
* Fix a typo. #54433, from Mariano Suarez-Alvarez.Dan Winship2004-02-172-1/+6
* HTTP connections require a hostname, and we also hash on the host forRodney Dawes2004-02-172-0/+11
* Use POSIX-compliant "test $foo = bar", rather than GNU-only "test $foo ==Dan Winship2004-02-142-2/+7
* Call read() in a do-while loop to prevent DNS errors from short reads.Joe Shaw2004-02-132-2/+15
* Bumped version number to 2.1.7 and libtool current.LIBSOUP_2_1_7Joe Shaw2004-02-112-2/+7
* Update Joe's comment here with a gory explanation of exactly what's goingDan Winship2004-02-112-6/+44
* Add a workaround for SSL connections which time-out but don't close theJoe Shaw2004-02-103-4/+20
* Bump libtool numbersLIBSOUP_2_1_6JP Rosevear2004-02-098-43/+50
* Ref the filter when adding it. (soup_session_remove_filter): And unref itDan Winship2004-02-062-0/+9
* Don't try to free the hostent if it's NULL. (soup_dns_entry_check_lookup):Joe Shaw2004-02-052-1/+14
* Always remove the WWW-Authenticate headers before returning, so theDan Winship2004-02-052-11/+38
* Call soup_message_io_stop so we don't get a callback on the io after it'sDan Winship2004-02-033-3/+11
* Use memmove rather than memcpy here, since the source and destination willDan Winship2004-02-032-2/+9
* Call gnutls_bye() with the GNUTLS_SHUT_WR flag (instead of RDWR) and checkJoe Shaw2004-02-022-3/+11
* bumped version number to 2.1.6.Rodrigo Moya2004-01-302-1/+5
* new function.Rodrigo Moya2004-01-293-0/+17
* removed 'const' from return type.Rodrigo Moya2004-01-294-5/+10
* Initialize the certificate before we try to use it. Ahem.Joe Shaw2004-01-292-0/+10
* forgot these on fridayJoe Shaw2004-01-262-2/+6
* Require at least GnuTLS 1.0.0.LIBSOUP_2_1_5Joe Shaw2004-01-213-18/+26
* gnutls_bye() doesn't close the socket itself, so we need to do it or elseJoe Shaw2004-01-202-6/+6
* builddir != srcdir fix.Jacob Leach2004-01-192-2/+6
* Remove the check for GNUTLS_CERT_CORRUPTED, it's not in 1.0.x.Joe Shaw2004-01-142-1/+5
* bump version and libtool revisionLIBSOUP_2_1_4JP Rosevear2004-01-122-2/+6
* Add a g_thread_init() so this works again.Dan Winship2004-01-122-0/+6
* use LIBGNUTLS_LIBS in the substitution string.Larry Ewing2004-01-102-1/+6
* Include the libgnutls.m4 file.Joe Shaw2004-01-096-20/+217
* allow soup_soap_response_from_string to ignore header element if presentHarish Krishnaswamy2004-01-091-0/+5
* added code to soup_soap_response_from_string to ignore header elementHarish Krishnaswamy2004-01-091-0/+2
* Remove no-longer-relevant socklen_t checkDan Winship2004-01-054-8/+12
* bump version and libtool numberLIBSOUP_2_1_3JP Rosevear2003-12-293-3/+8
* Update theseDan Winship2003-12-223-27/+45
* Lots of thread-safety stuff, primarly so you can disconnect a socket fromDan Winship2003-12-228-59/+168
* If const_path is NULL un the non-proxy case, then use the root ("/").Joe Shaw2003-12-202-0/+8