summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove NSS-related code, as this is now moved to libsoup.Alex Graveley2001-11-022-22/+9
* Rename killme to cached in _SoupAddress.Alex Graveley2001-11-023-16/+27
* Fix typo.Alex Graveley2001-11-021-3/+4
* Remove extraneous return.Alex Graveley2001-11-021-1/+0
* Remove old fixed FIXME.Alex Graveley2001-11-023-17/+23
* Windows build fixes and warning smashes.Alex Graveley2001-11-021-2/+2
* Null terminate recv_buf before copying the data pointer.Alex Graveley2001-11-012-6/+11
* Drop connection count of connect failed. (soup_context_get_connection):Alex Graveley2001-11-014-7/+28
* Fix the popt check so you can pass CPPFLAGS and LDFLAGS in in theDan Winship2001-10-312-10/+7
* Remove the existing SoupAuth from the from the server's valid_auths hash.Alex Graveley2001-10-302-9/+23
* Consider existing addresses with a zero refcount valid to return (with anAlex Graveley2001-10-304-28/+110
* Call soup_auth_fn if we don't have auth data in the URI, then callAlex Graveley2001-10-308-87/+207
* Include soup-error.hAlex Graveley2001-10-275-34/+123
* Use WUNTRACED, which should fix possible hang situation.Alex Graveley2001-10-263-11/+10
* Use soup_uri_set_auth().Alex Graveley2001-10-266-16/+73
* Handle redirects when source uri has auth data by copying auth to new url.Alex Graveley2001-10-262-11/+40
* Fixe bug where informational responses were treated as an unknownAlex Graveley2001-10-262-1/+14
* Fix up the networking library checks to work on Solaris. Check forDan Winship2001-10-253-5/+20
* Make sure we handle G_IO_IN before we handle G_IO_HUP so we don't loseJoe Shaw2001-10-222-2/+9
* use new error apiJP Rosevear2001-10-223-4/+14
* Reorganize.Alex Graveley2001-10-216-246/+323
* This is the first attempt at authentication inheritence, it still needsAlex Graveley2001-10-198-130/+247
* Set encoding out param appropriately. Ditto.Alex Graveley2001-10-185-100/+165
* the array length assertion should be >= rather than less than.JP Rosevear2001-10-182-1/+6
* Don't call chunk callback if there is no new data.Alex Graveley2001-10-172-0/+10
* Add some bounds checking.Alex Graveley2001-10-173-14/+74