summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove the "connect_result" signal. Make local_address and remote_addresslibsoup-pre214-branchDan Winship2005-12-226-272/+170
* replace locale-ish strcasecmps with g_ascii_strcasecmpDan Winship2005-11-199-30/+42
* clear priv->io_data right away, to protect against this being re-enteredDan Winship2005-11-172-4/+14
* add the "name" element to the struct member. #321362, patch from SebastianDan Winship2005-11-162-0/+9
* [from HEAD]Dan Winship2005-11-1313-59/+290
* fix some old search-and-replace-o'sDan Winship2005-11-134-4/+4
* add a "user-agent" property, defaulting to "libsoup/VERSION"Dan Winship2005-11-129-25/+142
* Update for RFC 3986 changes, bgo 266516, and general conformanceDan Winship2005-11-105-147/+286
* Constify a bunch of char * parametersDan Winship2005-11-084-17/+20
* make the buffer a gconstpointer rather than a guchar.Dan Winship2005-11-0814-192/+205
* tell it to generate an indexlibsoup-pre214-branch-baseDan Winship2005-11-0120-0/+66
* Cast the argument to g_object_add/remove_weak_pointer to the wrong type,Dan Winship2005-11-013-3/+15
* update usage message to match realityDan Winship2005-10-281-1/+1
* (socket_read_watch, read_from_network, socket_write_watch,Dan Winship2005-10-272-6/+22
* unref the SoupAddress passed to soup_socket_connect to avoid a leak. BasedDan Winship2005-10-272-2/+15
* gr. save then commitDan Winship2005-10-271-5/+5
* bgo #316313 / bnc #116762, and probably also bgo #318252Dan Winship2005-10-274-8/+40
* updatageDan Winship2005-10-272-5/+11
* Include documentation in developer zipfile.Tor Lillqvist2005-08-302-0/+5
* Call g_type_class_add_private.LIBSOUP_2_2_6_1Dan Winship2005-08-224-2/+17
* Bump to 2.2.6. Bump SOUP_AGE and SOUP_CURRENT for soup_server_get_socket()LIBSOUP_2_2_6Dan Winship2005-08-223-4/+28
* Fix g_object_add/remove_weak_pointer usage to prevent a crash whenDan Winship2005-08-222-2/+8
* Fix a connection leak reported by Tambet.Dan Winship2005-08-166-63/+88
* use G_GNUC_NULL_TERMINATED.Dan Winship2005-08-157-5/+26
* Fix compilation errors.Tambet Ingo2005-08-153-8/+18
* new method to get the server's listening socket.Dan Winship2005-08-125-0/+44
* Free priv->read_buf. From Tambet. (soup_socket_connect): Make sure thatDan Winship2005-08-052-4/+14
* drop version back down to 2.2.5 and SOUP_API_VERSION back to 2.2; due toLIBSOUP_2_2_5Dan Winship2005-08-015-14/+86
* Finalize a SoupMD5Context and write out the digest in hex digits.Dan Winship2005-08-015-56/+55
* Allow relative URIs, since some servers are lame. Based on a patch fromDan Winship2005-07-153-2/+24
* Mention in the doc comment that gmtime() is thread-safe on Windows.Tor Lillqvist2005-07-062-2/+11
* check for gmtime_rDan Winship2005-06-1414-8/+1670
* add/fix gtk-doc comments, make functions match prototypes, etcDan Winship2005-06-1461-1217/+2652
* Check also for inet_ntop(). Pre-cache knowledge that we do haveTor Lillqvist2005-06-143-26/+57
* Fix this to use just the domain name for the domain, not the wholeDan Winship2005-06-082-1/+9
* lock host_lock around this, since it can be called from set_property().Dan Winship2005-06-072-0/+8
* Use --type-init-func to force g_thread_init to be called. [#302674]Dan Winship2005-05-052-6/+8
* ignore libsoup-zipDan Winship2005-05-021-0/+1
* Call AC_LIBTOOL_WIN32_DLL. Check for Win32, set Automake conditionalTor Lillqvist2005-04-1915-45/+274
* make this work with pre-EAI_OVERFLOW glibc [#300620]Dan Winship2005-04-152-3/+14
* updateDan Winship2005-04-142-1/+2
* Remove the various gethostbyname_r checks and just check forDan Winship2005-04-126-727/+464
* require glib-2.0 >= 2.4.0Dan Winship2005-04-1138-1228/+1247
* bump version to 2.3.0. bump SOUP_API_VERSION to 2.4Dan Winship2005-04-118-14/+34
* belatedly pull up changes from gnome-2-10 branchDan Winship2005-04-115-25/+101
* ** See ximian bug #70323.Not Zed2005-01-122-20/+27
* updateDan Winship2004-10-061-8/+17
* oops, forgot to save after adding bug #Dan Winship2004-10-061-1/+1
* add SOUP_SSL_ERROR_CERTIFICATE.Dan Winship2004-10-064-5/+49
* Add this, with some extra initialization needed for libgcrypt 1.2 orDan Winship2004-10-042-2/+31