summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump up to 1.99.15.LIBSOUP_1_99_15Joe Shaw2003-03-172-1/+5
* because creating client credentials isIan Peters2003-03-122-15/+78
* add ssl libs to defaults, since ssl doesn't use pkgconfigFrank Belew (Myth)2003-03-112-1/+6
* Bump up to 1.99.14.Joe Shaw2003-03-102-1/+3
* Add support for GnuTLS. Patch from Ian Peters.Joe Shaw2003-03-106-42/+627
* Bump up to 1.99.13.Joe Shaw2003-03-076-16/+26
* Bump up to 1.99.12.Joe Shaw2003-02-283-20/+34
* Try to apply some order to the iochannel refcounting...Joe Shaw2003-02-274-13/+31
* Bump up to 1.99.10.Joe Shaw2003-02-273-1/+10
* Bump up to 1.99.9.Joe Shaw2003-02-263-2/+16
* added workaround to link ssl-proxy staticallyFrank Belew (Myth)2003-02-262-0/+9
* Bump up to 1.99.8 for snaps.Joe Shaw2003-02-112-1/+9
* *** empty log message ***Joe Shaw2003-02-111-9/+6
* Bump up to 1.99.7 for snaps.Joe Shaw2003-02-113-2/+15
* Bump up to 1.99.6 for snaps.Joe Shaw2003-02-045-17/+50
* Bump up to 1.99.5 for the snaps.Joe Shaw2003-01-223-2/+12
* It's not uncommon for us to get a G_IO_ERROR_AGAIN when trying to writeJoe Shaw2003-01-172-1/+12
* bump up version for snapsJoe Shaw2003-01-101-1/+1
* Load some X509 and SSL error strings and print out the error when the certJoe Shaw2003-01-102-2/+13
* Fix a memcpy overrun noticed by valgrindDan Winship2003-01-092-2/+7
* Added. Starts a server only on the interface specified, instead of allJoe Shaw2002-12-204-6/+39
* use $libdir instead of /usr/lib when looking for librariesJeremy Katz2002-12-162-3/+8
* I am an idiot. Don't set a variable to NULL and then immediately try toJoe Shaw2002-12-112-5/+11
* Put a timeout on the select()s when we get SSL_ERROR_WANT_READ/WRITE so weJoe Shaw2002-12-091-0/+8
* *** empty log message ***Joe Shaw2002-12-092-12/+11
* We never want to release the connection on message free, even if theJoe Shaw2002-12-092-5/+11
* stfuJoe Shaw2002-12-031-1/+1
* Call g_io_channel_set_close_on_unref() on the second half of the socketJoe Shaw2002-12-032-0/+7
* libsoup/soup-address.c: add signal.h to the list of headers to pick up SIGKILLFrank Belew (Myth)2002-12-032-0/+6
* Build the tests directory againJoe Shaw2002-11-252-1/+5
* Don't require autoconf 2.5x, needs to work with 2.13Rodney Dawes2002-11-213-5/+7
* require autoconf 2.52 not 2.53.Michael Meeks2002-11-202-1/+5
* Fix spelling of SOUP_ERROR_MOVED_PERMANENTLY and its description.Dan Winship2002-11-183-2/+5
* Don't use s6_addr32 since it's apparently non-portable. Use s6_addrDan Winship2002-11-1810-149/+37
* Add "-6" to listen on the IPv6 local address instead of IPv4. (Tested onDan Winship2002-11-181-3/+18
* 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