summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Perform deep unix magic in order to identify if we are running in aSOUP_0_5SOUP_0_4soup-0-4Alex Graveley2001-08-282-20/+79
* Remove mega FIXME.Alex Graveley2001-08-286-28/+74
* Rewrite HEX decoding to hopefully be easier to understand and maintain.Alex Graveley2001-08-283-10/+31
* Set the compare func on the returned object.Alex Graveley2001-08-282-0/+6
* Just return NULL from this function for now. There are some bugs in it.Joe Shaw2001-08-282-0/+12
* forgot to commit thisJoe Shaw2001-08-271-1/+1
* Format fixes. Format fixes.Alex Graveley2001-08-271-0/+5
* impl. (soup_config_ssl_ca_directory): impl. (soup_config_ssl_certificate):Alex Graveley2001-08-262-0/+38
* impl. (soup_set_ssl_ca_dir): impl. (soup_set_ssl_cert_files): impl.Alex Graveley2001-08-264-0/+107
* Always regenerate req->priv->req_header.Alex Graveley2001-08-255-60/+76
* Fix under-allocation. (ntlm_parse): Comment out the NTLM host/domainAlex Graveley2001-08-232-10/+28
* Add SoupAuth.compare_func and call this from here, to remove hardcodedAlex Graveley2001-08-232-26/+61
* Take an old_auth argument, if auth_types do not match always return TRUE.Alex Graveley2001-08-234-6/+17
* Microsoft NTLM authentication support compliments of Dan WinshipAlex Graveley2001-08-236-25/+1225
* Update Chris Blizzard's email address.Alex Graveley2001-08-231-1/+1
* Bump up version to 0.4.4 Ditto.Joe Shaw2001-08-203-3/+24
* Update for DAV methods.Alex Graveley2001-08-171-0/+4
* Oops.Alex Graveley2001-08-171-0/+2
* Initial WebDAV server support.Alex Graveley2001-08-177-6/+28
* Connect to HUP signal to avoid indefinate hangs. Remove idle waitpidAlex Graveley2001-08-122-5/+10
* Fix typo causes O_NONBLOCK to to be set.Alex Graveley2001-08-113-2/+9
* Include sys/socket.h for sa in SoupAddress.Alex Graveley2001-08-102-0/+9
* Bump version to 0.4.3.Alex Graveley2001-08-092-1/+5
* Handle entity headers after chunk body, closes bug #6846.Alex Graveley2001-08-093-17/+36
* Oops.Alex Graveley2001-08-071-1/+1
* Define VERSION to "Win/0.4.2" for Windows clients.Alex Graveley2001-08-072-0/+6
* Remove warning used for testing. (soup_transfer_write_cb): Ditto.Alex Graveley2001-08-062-6/+6
* Read speedup to read all available data before processing and returning toAlex Graveley2001-08-063-27/+85
* Remove special case for GET and HEAD when adding content-length header.Alex Graveley2001-07-312-3/+9
* Bump version to 0.4.2.Alex Graveley2001-07-312-1/+5
* Content-length should be avoided for HEAD requests.Alex Graveley2001-07-302-1/+10
* Fix bug where only the first valid config token is loaded from the configAlex Graveley2001-07-302-3/+10
* Fix dangling pointer error where a resolved SoupAddress is passed to theAlex Graveley2001-07-304-47/+64
* strdup response_phrase.Alex Graveley2001-07-306-17/+47
* sigh. I am dumb.SOUP_0_4_1Joe Shaw2001-07-261-1/+2
* Don't display the SOAPAction header if it's either provided by the user orJoe Shaw2001-07-263-1/+9
* Bump the version up to 0.4.1.Joe Shaw2001-07-263-3/+11
* Close a bunch of leaked file descriptors from piping.Joe Shaw2001-07-252-2209/+2228
* Allow override of http version. Only include Content-Length if method isAlex Graveley2001-07-195-8/+53
* Bump version to 0.4.0.Alex Graveley2001-07-192-1/+5
* Remove -Werror from WSDL_CFLAGS as this ills on so many redhat distros.Alex Graveley2001-07-192-39/+20
* Add querysting to hash. (soup_context_uri_equal): Compare querystring forAlex Graveley2001-07-175-76/+133
* Set len to 0 before calling callback to handle cases where no contentAlex Graveley2001-07-172-1/+8
* Remove the unused digest_data from _SoupMessagePrivate.Alex Graveley2001-07-163-205/+238
* Add windows x86 type alignment defines.Alex Graveley2001-07-131-0/+5
* Replace SOUP_PROTOCOL_SHTTP with SOUP_PROTOCOL_HTTPS. Ditto. Ditto.Alex Graveley2001-07-104-3/+10
* Typo to go to SETUP_ERROR on error.Alex Graveley2001-07-102-6/+10
* Use g_strncasecmp.Alex Graveley2001-07-109-479/+539
* Use unique Debug output directory.Alex Graveley2001-07-101-0/+6
* Initial run of windows build scripts.Alex Graveley2001-07-101-2083/+2093