summaryrefslogtreecommitdiff
path: root/libsoup
Commit message (Expand)AuthorAgeFilesLines
* Fix leaks pointed out by Paolo Borelli. #351500Dan Winship2006-11-031-3/+3
* fix build on cygwin. From "Cygwin Ports maintainer", #321827.Dan Winship2006-11-031-2/+1
* New, from Fernando Herrera, bug 348532.Dan Winship2006-07-242-2/+50
* if the constructed auth doesn't have a realm, it's invalid, as per RFCDan Winship2006-07-211-1/+6
* If the server handler set a Content-Length header on the message, don'tDan Winship2006-07-211-1/+2
* initialize encoding to SOUP_TRANSFER_CONTENT_LENGTH rather thanDan Winship2006-07-217-86/+176
* add tests for apache mod_php5 and xmlrpc-epi-phpDan Winship2006-06-195-58/+65
* s/SOAP/XMLRPC/ in one place where it was missed long agoDan Winship2006-06-121-6/+6
* New client and server API tutorials.Dan Winship2006-06-123-4/+4
* Further fixes from Brent Smith. #344458. (soup_xmlrpc_value_get_boolean):Dan Winship2006-06-121-16/+12
* Add tests for apache, output tests/httpd.confDan Winship2006-06-091-2/+6
* Check return value of strtol/g_ascii_strtod correctly. #344222, patch fromDan Winship2006-06-081-3/+3
* record whether or not the response was a fault.Dan Winship2006-06-072-0/+10
* add a new state "FINISHING" which means "done I/O, but not yet doneDan Winship2006-05-291-24/+43
* #include <sys/time.h> for struct timeval. #342048Dan Winship2006-05-261-0/+1
* Start SSL after CONNECTing! Doh. Part of bnc #174255.Dan Winship2006-05-261-14/+31
* tests if IO is currently in progress on a message.Dan Winship2006-05-263-2/+19
* Don't free the hosts while holding host_lock; that's not allowed and canDan Winship2006-05-221-1/+7
* g_return_if_fail if these get called after the IO is done. This isn'tDan Winship2006-04-102-2/+8
* Write out correct digest algorithm value. #328615.Dan Winship2006-04-031-1/+4
* fix most signed/unsigned mismatch warningsDan Winship2006-04-0210-175/+167
* replace locale-ish strcasecmps with g_ascii_strcasecmpDan Winship2006-04-027-27/+27
* Rewrite Request-Line-parsing code to not have a lame max length. #335040.Dan Winship2006-04-021-10/+23
* add some commentsDan Winship2006-04-021-0/+27
* Take a GMainContext as well, and update the resolution code to dispatchDan Winship2006-03-035-28/+55
* add a "timeout" property, which gets passed from server to socket, andVeerapuram Varadhan2006-02-246-4/+98
* fix two bugs in the YYYYMMDD case.Dan Winship2005-12-211-2/+2
* clear priv->io_data right away, to protect against this being re-enteredLIBSOUP_2_2_90_NOT_A_REAL_RELEASEDan Winship2005-11-171-4/+5
* add the "name" element to the struct member. #321362, patch from SebastianDan Winship2005-11-161-0/+1
* make this buildDan Winship2005-11-101-2/+2
* bump version to 2.2.90. This will not be officially released, but onceDan Winship2005-11-1011-56/+250
* Cast the argument to g_object_add/remove_weak_pointer to the wrong type,Dan Winship2005-11-012-3/+3
* (socket_read_watch, read_from_network, socket_write_watch,Dan Winship2005-10-271-5/+15
* unref the SoupAddress passed to soup_socket_connect to avoid a leak. BasedDan Winship2005-10-271-2/+8
* bgo #316313 / bnc #116762, and probably also bgo #318252Dan Winship2005-10-273-8/+24
* Call g_type_class_add_private.LIBSOUP_2_2_6_1Dan Winship2005-08-221-0/+2
* Fix g_object_add/remove_weak_pointer usage to prevent a crash whenDan Winship2005-08-221-2/+2
* Fix a connection leak reported by Tambet.Dan Winship2005-08-164-42/+40
* use G_GNUC_NULL_TERMINATED.Dan Winship2005-08-156-5/+14
* Fix compilation errors.Tambet Ingo2005-08-152-8/+11
* new method to get the server's listening socket.Dan Winship2005-08-124-0/+36
* Free priv->read_buf. From Tambet. (soup_socket_connect): Make sure thatDan Winship2005-08-051-4/+6
* drop version back down to 2.2.5 and SOUP_API_VERSION back to 2.2; due toLIBSOUP_2_2_5Dan Winship2005-08-011-5/+5
* Finalize a SoupMD5Context and write out the digest in hex digits.Dan Winship2005-08-014-56/+44
* Allow relative URIs, since some servers are lame. Based on a patch fromDan Winship2005-07-151-1/+5
* Mention in the doc comment that gmtime() is thread-safe on Windows.Tor Lillqvist2005-07-061-2/+5
* check for gmtime_rDan Winship2005-06-147-2/+1444
* add/fix gtk-doc comments, make functions match prototypes, etcDan Winship2005-06-1428-208/+886
* Check also for inet_ntop(). Pre-cache knowledge that we do haveTor Lillqvist2005-06-141-25/+44
* Fix this to use just the domain name for the domain, not the wholeDan Winship2005-06-081-1/+3