summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* pull up a few changes from 0.7.2 and call it 0.7.1.1soup-0-7-1Dan Winship2002-04-091-0/+19
* Bump version to 0.7.1.SOUP_0_7_1Alex Graveley2002-03-211-0/+13
* Bump version to 0.7.0.SOUP_0_7_0Alex Graveley2002-03-191-0/+4
* SOUP_AGE goes to 1, SOUP_CURRENT goes to 4. Update version to 0.6.99.soup-0-6Alex Graveley2002-03-071-0/+8
* Remove debugging g_print.Alex Graveley2002-03-071-0/+5
* Add soup_address_lookup_in_cache.Alex Graveley2002-03-071-0/+19
* inaddr is a different type for inet_addr, calculate sizeof directlyJP Rosevear2002-02-261-0/+5
* apparently some platforms don't define INADDR_NONE eitherJP Rosevear2002-02-261-0/+5
* add popt cflags to includesJP Rosevear2002-02-261-0/+13
* Pull proxy connection code out of soup_queue_connect_cb to here.Alex Graveley2002-02-231-0/+21
* Check result from soup_socket_new.Alex Graveley2002-02-171-0/+14
* Only g_source_remove the idle handler if it's been set, to avoid a glibDan Winship2002-02-151-0/+6
* Check if soup_initialized is FALSE signifying that soup_shutdown has beenAlex Graveley2002-02-141-0/+10
* Set `decodelen' to be 5 bytes less than the challenge's length to avoidEttore Perazzoli2002-02-131-0/+6
* Routines to all simulataneous iteration and modification of the activeDan Winship2002-02-131-0/+13
* Temporary fix for 100% cpu usage as HUPs are not being caught in someAlex Graveley2002-02-101-0/+5
* Handle SSL_ERROR_WANT_READ here too. Fixes at least Ximian 19792 and maybeDan Winship2002-02-081-0/+6
* Add soup_message_get_http_version() function.Joe Shaw2002-01-171-0/+5
* Add SOUP_ERROR_MOVED_TEMPORARILY (which was in early HTTP1.1 and HTTP1.0Alex Graveley2002-01-091-0/+10
* Remove the gio sources from the reader before invoking the read_doneDan Winship2002-01-081-0/+9
* UpdateAlex Graveley2002-01-081-0/+16
* updated for the new field names in SoupServerAuthBasicRodrigo Moya2002-01-021-0/+5
* Add soup-server-auth.c.Alex Graveley2001-12-221-0/+44
* #define RAND_status to constants for older versions of OpenSSL (beforeAlex Graveley2001-12-191-0/+9
* Use RAND_status less often.Alex Graveley2001-12-171-0/+5
* Implement a simple PRNG seed if needed.Alex Graveley2001-12-171-0/+10
* Add test for server push, which creates a SoupServerMessage and sends theAlex Graveley2001-12-141-0/+41
* Impl. Returns the SoupServer which handles this request's port andAlex Graveley2001-12-131-0/+9
* Add path normalization code from libxml.Alex Graveley2001-12-091-0/+5
* Free state before callback. (soup_socket_connect_inetaddr_cb): Don'tAlex Graveley2001-12-071-0/+6
* Create.Alex Graveley2001-12-061-0/+15
* Allow recursive calls and/or blocking on a running async server.Alex Graveley2001-12-061-0/+5
* Formatting nitpicks.Alex Graveley2001-12-051-0/+27
* Don't try to wait for the rest of the data if the read_tag is 0 (eg, ifDan Winship2001-12-041-0/+7
* Remove req_header from SoupMessagePrivate.Alex Graveley2001-12-021-0/+13
* Pull the SoupServerAuth from soup-server.h to here.Alex Graveley2001-12-011-0/+59
* Split this functionality out of soup_headers_parse_response.SOUP_0_6_0_PRE_SERVER_PATCHDan Winship2001-11-301-0/+8
* Remove. (soup_address_get_sockaddr): Impl. Return the address's internalAlex Graveley2001-11-211-0/+6
* Simplify. Don't specify a host and domain, and tweak the flags to a newDan Winship2001-11-211-0/+12
* Add auth member to SoupConnection.Alex Graveley2001-11-201-0/+33
* Don't leak state on failure, pass address's name, not a copy.Alex Graveley2001-11-141-0/+7
* Use soup_message_requeue. (soup_queue_read_headers_cb): Don't end theAlex Graveley2001-11-131-0/+25
* Impl. Move request sending code here from soup_queue_connect_cb.Alex Graveley2001-11-121-0/+18
* Version 0.6.0. Ditto.SOUP_0_6_0Alex Graveley2001-11-081-0/+5
* Set debug default to "minimum", which turns off G_ENABLE_DEBUG (and theAlex Graveley2001-11-081-0/+9
* Add cleanup function to avoid leaving context/address references around.Alex Graveley2001-11-081-0/+10
* Mark the auth completed after sending the response string.Dan Winship2001-11-071-0/+8
* Add death_tag to _SoupConnection.Alex Graveley2001-11-021-0/+30
* Remove NSS-related code, as this is now moved to libsoup.Alex Graveley2001-11-021-0/+5
* Rename killme to cached in _SoupAddress.Alex Graveley2001-11-021-0/+10