summaryrefslogtreecommitdiff
path: root/libsoup/soup-server.c
Commit message (Expand)AuthorAgeFilesLines
...
* Ref the auth domain when adding it.Dan Winship2008-02-071-0/+1
* fix default connections-per-host again; it was defined in two places. AddDan Winship2008-02-031-0/+39
* Use GObject properties. (soup_address_new, soup_address_new_from_sockaddr)Dan Winship2008-02-011-9/+43
* fix to not sometimes read beyond the end of the string.Dan Winship2008-01-271-0/+1
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-252/+747
* don't leak the async_contextDan Winship2007-11-211-0/+24
* ref the socket around the processing of the message, since otherwise itDan Winship2007-10-281-0/+2
* Make a real SoupSSLCredentials type rather than just using gpointerDan Winship2007-04-161-1/+1
* Fix leaks pointed out by Paolo Borelli. #351500Dan Winship2006-11-031-3/+3
* initialize encoding to SOUP_TRANSFER_CONTENT_LENGTH rather thanDan Winship2006-07-211-1/+1
* bump version to 2.2.90. This will not be officially released, but onceDan Winship2005-11-101-6/+27
* Fix compilation errors.Tambet Ingo2005-08-151-2/+5
* new method to get the server's listening socket.Dan Winship2005-08-121-0/+7
* require glib-2.0 >= 2.4.0Dan Winship2005-04-111-106/+129
* Redo the various IPv4/IPv6-abstracting macros to not use ?: expressions asDan Winship2004-06-021-10/+9
* declare soup_ssl_supported.Dan Winship2003-11-181-0/+4
* *** empty log message ***Joe Shaw2003-10-241-0/+1
* Remove refcounting, but note whether or not the CA file has been loaded.Dan Winship2003-09-231-36/+146
* Move RESPONSE_BLOCK_SIZE #define here from soup-private.hDan Winship2003-09-221-1/+0
* free the hostent.Dan Winship2003-09-191-2/+13
* Remove the "status" field from here, since it's mostly used byDan Winship2003-09-101-1/+0
* Renamed from soup-error.h, with types and defines renamed accordingly.Dan Winship2003-09-031-7/+7
* Major rewrite. There is now only a single IO state object (instead of oneDan Winship2003-08-291-211/+15
* New header with typedefs, to avoid #include loops among other headers.Dan Winship2003-08-271-8/+4
* Higher-than-soup-message-io-level functions to do client-side IO. (CodeDan Winship2003-08-261-7/+5
* Define SoupMessage signal stuff (READ_HEADERS, READ_CHUNK, READ_BODY,Dan Winship2003-08-261-29/+32
* Add a "user_data" arg, pass it to the callbacks.Dan Winship2003-08-251-21/+16
* Take a uri string instead of a context. Also, swap the args (so the methodDan Winship2003-08-251-2/+2
* New file containing SoupMessagePrivate and some otherDan Winship2003-08-221-116/+61
* Make this a GObject. (Note that since SoupMessage was not refcountedDan Winship2003-08-201-258/+142
* New API for doing socket IO. Works both synchronously and asynchronously,Dan Winship2003-08-191-127/+59
* Make this a GObject. Remove SoupServerMessage code (toDan Winship2003-08-191-562/+172
* Make this more like a struct sockaddr again (like it used to be). InDan Winship2003-08-181-88/+23
* New, split out from soup-context and made into a GObject.Dan Winship2003-08-141-3/+5
* add gobject-2.0 to the PKG_CHECK_MODULES callDan Winship2003-08-121-8/+10
* add a ref_count field. (soup_transfer_read, create_writer): Set initialDan Winship2003-06-171-4/+2
* Use non-deprecated g_main_loop_* calls throughout. (soup_server_unref):Joe Shaw2003-03-211-6/+7
* Bump up to 1.99.6 for snaps.Joe Shaw2003-02-041-9/+7
* Added. Starts a server only on the interface specified, instead of allJoe Shaw2002-12-201-5/+28
* Don't use s6_addr32 since it's apparently non-portable. Use s6_addrDan Winship2002-11-181-1/+1
* Change old Helix Code refs to Ximian (and update copyright dates).Dan Winship2002-11-151-1/+1
* Check for IPv6 support in networking headers.Dan Winship2002-11-121-1/+1
* Split libsoup out of soup. ChangeLog.old contains the original soupDan Winship2002-11-051-98/+161
* Return copied auth context. doh.Alex Graveley2002-04-081-0/+2
* Return default handler if none exist. Unregister default handler beforeAlex Graveley2002-03-211-23/+30
* Bump development version to 0.7.99.Alex Graveley2002-03-121-268/+1037
* Drop connection count of connect failed. (soup_context_get_connection):Alex Graveley2001-11-011-3/+3
* Use soup_uri_set_auth().Alex Graveley2001-10-261-2/+2
* Set encoding out param appropriately. Ditto.Alex Graveley2001-10-181-5/+7
* Fix nasty chunked encoding bug when the message is set to truncate chunks.Alex Graveley2001-10-161-2/+6