summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Push SoupContext into the background in preparation for itssoup-refactoringDan Winship2003-06-0316-138/+119
* Add a "connected" signal and use that rather than a callback. UpdateDan Winship2003-05-1513-406/+635
* Remove some unused #includes (SoupConnectionPrivate): Add ac and proxy_acDan Winship2003-04-257-442/+504
* Make this a GObject and an abstract base class. Change the methods aroundDan Winship2003-04-2130-898/+2115
* Fix up #includes a bit (so it will compile on OS X). Make socklen_tDan Winship2003-04-214-6/+14
* Make this a GObject. Remove a few unused functions that haven't actuallyDan Winship2003-04-1814-478/+436
* Make this a GObject and an abstract base class. Also remove all theDan Winship2003-04-1819-1167/+1268
* Don't ref the channel. (soup_socket_get_local_address,Dan Winship2003-04-176-37/+40
* Make this a subclass of SoupSocket. (soup_connection_new,Dan Winship2003-04-169-274/+313
* New "constructor". Replaces soup_socket_new andDan Winship2003-04-157-228/+158
* Make this a GObject. (soup_address_new_from_hostent): New constructor.Dan Winship2003-04-1410-461/+334
* New. Move most of the DNS code here from SoupAddress.Dan Winship2003-04-148-899/+799
* Make SoupSocket a GObject. All fields are now private. (soup_socket_new):Dan Winship2003-04-1412-531/+458
* Remove. Proxies must be dealt with at the connection level, not globally.Dan Winship2003-04-1120-370/+56
* Remove. NTLM totally violates the HTTP auth spec, and shoehorning it intoDan Winship2003-04-1111-1071/+27
* make sure path is never NULLDan Winship2002-11-231-0/+2
* New, typedefs for basic soup structs, to prevent #include loops.Dan Winship2002-11-2219-22/+57
* hm... why did the test program compile if this was broken?Dan Winship2002-11-221-1/+1
* Update this to match RFC 2396. In particular: Don't parse "parameters"Dan Winship2002-11-224-131/+68
* Move context into SoupMessagePrivate. Update for that.Dan Winship2002-11-1910-59/+69
* Moved here from soup-private.h (SoupServerMessage): Made private andDan Winship2002-11-186-192/+178
* Moved here from soup-private.h. (soup_socket_connect,Dan Winship2002-11-189-182/+330
* New, split SoupConnection stuff out of soup-context.c. (A SoupConnectionDan Winship2002-11-1811-498/+552
* add SOUP_ERROR_CANT_RESOLVE and SOUP_ERROR_CANT_RESOLVE_PROXY.Dan Winship2002-11-1813-130/+126
* Fix spelling of SOUP_ERROR_MOVED_PERMANENTLY and its description.Dan Winship2002-11-186-3/+169
* Update with newer code taken from Camel. Handles relative URIs, URIDan Winship2002-11-1714-581/+872
* Set the callback and user_data before calling soup_queue_message.Dan Winship2002-11-175-21/+21
* Add a "port" field. (SoupConnections to a given host are already beingDan Winship2002-11-1710-31/+82
* Change old Helix Code refs to Ximian (and update copyright dates).Dan Winship2002-11-1540-90/+61
* tests/Makefile.am: uncomment lines to make timeserver build correctlyFrank Belew (Myth)2002-11-152-1/+6
* When we get an address from the hash, call our address lookup callback orJoe Shaw2002-11-142-0/+7
* Oops, commit this.Dan Winship2002-11-134-2/+59
* Replace the BINDIR define with LIBEXECDIR. (install-exec-hook): InstallJoe Shaw2002-11-137-10/+32
* Check for IPv6 support in networking headers.Dan Winship2002-11-1210-751/+685
* Move the SoupAddress code from soup-socket.c and soup-socket-unix.c toDan Winship2002-11-1112-666/+726
* Split libsoup out of soup. ChangeLog.old contains the original soupDan Winship2002-11-0546-5681/+1620
* add 'typedef'Jacob Berkman2002-05-312-1/+6
* Return copied auth context. doh.Alex Graveley2002-04-082-0/+7
* Handle forced no-content response codes 204, 205, and 304. CheckAlex Graveley2002-03-212-18/+32
* Return default handler if none exist. Unregister default handler beforeAlex Graveley2002-03-212-23/+38
* Issue callback directly as we might not be in the request processing loop.Alex Graveley2002-03-212-7/+24
* Add stub so soup-apache modules an be run by soup-httpd.Alex Graveley2002-03-141-0/+20
* Check for transport error.Alex Graveley2002-03-131-0/+8
* #if 0 out generated code to use overridden URL in requests.Alex Graveley2002-03-131-0/+11
* Update for new server API.Alex Graveley2002-03-131-0/+7
* Use soup_env_add_recv_header to add the new header to the incomingAlex Graveley2002-03-131-0/+6
* Loop on SSL_connect for some buggy versions of OpenSSL that still returnAlex Graveley2002-03-122-4/+25
* Blah. Cvs sucks.Alex Graveley2002-03-124-0/+740
* Bump development version to 0.7.99.Alex Graveley2002-03-1230-1501/+3877
* Add a soup_message_get_http_version() function.Joe Shaw2002-01-173-0/+15