summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version to 2.2.7LIBSOUP_2_2_7gnome-2-12Dan Winship2005-11-173-1/+25
* clear priv->io_data right away, to protect against this being re-enteredDan Winship2005-11-172-4/+12
* add the "name" element to the struct member. #321362, patch from SebastianDan Winship2005-11-162-0/+7
* updategnome-2-12-baseDan Winship2005-11-101-3/+19
* 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
* add some thingsDan Winship2004-08-311-0/+5
* Bump version to 2.2.0.LIBSOUP_2_2_0Dan Winship2004-08-262-2/+4
* Update this to reflect the last 2 years.Dan Winship2004-08-266-31/+143
* add/fix lots of gtk-doc commentsDan Winship2004-08-2638-242/+948
* bump version, libtool numberLIBSOUP_2_1_13JP Rosevear2004-08-132-3/+7
* Don't use conn after emitting the "connect_result" signal, since it mightDan Winship2004-08-102-3/+9