summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SOUP_AGE goes to 1, SOUP_CURRENT goes to 4. Update version to 0.6.99.soup-0-6Alex Graveley2002-03-073-5/+14
* Remove debugging g_print.Alex Graveley2002-03-072-2/+5
* Add soup_address_lookup_in_cache.Alex Graveley2002-03-074-41/+116
* inaddr is a different type for inet_addr, calculate sizeof directlyJP Rosevear2002-02-262-1/+15
* apparently some platforms don't define INADDR_NONE eitherJP Rosevear2002-02-263-1/+9
* add popt cflags to includesJP Rosevear2002-02-264-8/+44
* Pull proxy connection code out of soup_queue_connect_cb to here.Alex Graveley2002-02-235-145/+224
* Check result from soup_socket_new.Alex Graveley2002-02-174-12/+48
* Only g_source_remove the idle handler if it's been set, to avoid a glibDan Winship2002-02-152-2/+10
* Check if soup_initialized is FALSE signifying that soup_shutdown has beenAlex Graveley2002-02-143-0/+17
* Set `decodelen' to be 5 bytes less than the challenge's length to avoidEttore Perazzoli2002-02-132-1/+7
* Routines to all simulataneous iteration and modification of the activeDan Winship2002-02-134-17/+70
* Temporary fix for 100% cpu usage as HUPs are not being caught in someAlex Graveley2002-02-102-2/+17
* Handle SSL_ERROR_WANT_READ here too. Fixes at least Ximian 19792 and maybeDan Winship2002-02-082-0/+8
* and fix a warning too...Joe Shaw2002-01-171-1/+1
* fix typoJoe Shaw2002-01-171-1/+1
* Add soup_message_get_http_version() function.Joe Shaw2002-01-173-0/+15
* Add SOUP_ERROR_MOVED_TEMPORARILY (which was in early HTTP1.1 and HTTP1.0Alex Graveley2002-01-093-3/+16
* Remove the gio sources from the reader before invoking the read_doneDan Winship2002-01-082-2/+17
* UpdateAlex Graveley2002-01-084-38/+86
* updated for the new field names in SoupServerAuthBasicRodrigo Moya2002-01-021-0/+5
* Add soup-server-auth.c.Alex Graveley2001-12-2215-667/+1297
* #define RAND_status to constants for older versions of OpenSSL (beforeAlex Graveley2001-12-193-6/+35
* Use RAND_status less often.Alex Graveley2001-12-172-8/+16
* Implement a simple PRNG seed if needed.Alex Graveley2001-12-172-2/+55
* Add test for server push, which creates a SoupServerMessage and sends theAlex Graveley2001-12-147-185/+398
* 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-092-0/+193
* Const correct getenv strings.Alex Graveley2001-12-072-5/+7
* Free state before callback. (soup_socket_connect_inetaddr_cb): Don'tAlex Graveley2001-12-072-18/+21
* Create.Alex Graveley2001-12-067-15/+155
* Allow recursive calls and/or blocking on a running async server.Alex Graveley2001-12-062-3/+9
* Windows build fixes.Alex Graveley2001-12-062-15/+12
* Formatting nitpicks.Alex Graveley2001-12-057-34/+147
* Don't try to wait for the rest of the data if the read_tag is 0 (eg, ifDan Winship2001-12-042-1/+8
* Remove req_header from SoupMessagePrivate.Alex Graveley2001-12-025-26/+32
* Pull the SoupServerAuth from soup-server.h to here.Alex Graveley2001-12-0116-465/+1333
* Split this functionality out of soup_headers_parse_response.SOUP_0_6_0_PRE_SERVER_PATCHDan Winship2001-11-304-30/+59
* Remove. (soup_address_get_sockaddr): Impl. Return the address's internalAlex Graveley2001-11-214-10/+24
* Simplify. Don't specify a host and domain, and tweak the flags to a newDan Winship2001-11-214-59/+37
* Add auth member to SoupConnection.Alex Graveley2001-11-207-23/+203
* Don't leak state on failure, pass address's name, not a copy.Alex Graveley2001-11-142-6/+10
* Use soup_message_requeue. (soup_queue_read_headers_cb): Don't end theAlex Graveley2001-11-136-67/+144
* Impl. Move request sending code here from soup_queue_connect_cb.Alex Graveley2001-11-122-73/+193
* Version 0.6.0. Ditto.SOUP_0_6_0Alex Graveley2001-11-083-2/+7
* Set debug default to "minimum", which turns off G_ENABLE_DEBUG (and theAlex Graveley2001-11-083-14/+20
* Add cleanup function to avoid leaving context/address references around.Alex Graveley2001-11-082-9/+65
* Mark the auth completed after sending the response string.Dan Winship2001-11-072-1/+11
* Add death_tag to _SoupConnection.Alex Graveley2001-11-025-52/+118
* Add missing newlines after sections.Alex Graveley2001-11-021-0/+2