summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Bump the glib api implementation to the latest versionRuslan N. Marchenko2020-09-231-4/+1
* Remove direct openssl backend, available via env GIO_USE_TLSRuslan N. Marchenko2020-05-171-76/+2
* Suppress GCC 8 cast-function-type errorRuslan N. Marchenko2020-05-091-0/+1
* Make GTK Docs optionalRuslan N. Marchenko2020-04-251-0/+6
* Merge branch 'gabble-0.18'George Kiagiadakis2016-07-091-11/+3
|\
| * Bump required glib version to 2.44, as we now depend on GIO http proxyGeorge Kiagiadakis2016-07-041-3/+3
| * Remove wocky-http-proxy, upstreamed in GIO nowGeorge Kiagiadakis2016-07-041-8/+0
| * soup_session_async_new is deprecated (Closes: #96383)Diane Trout2016-07-031-1/+1
* | soup_session_async_new is deprecated (Closes: #96383)Diane Trout2016-06-121-1/+1
* | configure.ac: fix "stream-cihpers" typoWill Thompson2013-06-191-1/+1
|/
* Require GLib 2.32Simon McVittie2013-05-301-4/+4
* Find and use a sensible default CA certificate pathWill Thompson2013-01-221-0/+36
* Add optional libsoup dependency for google:relayWill Thompson2012-12-131-0/+14
* Add a pkg-config file.Will Thompson2012-12-131-0/+1
* use new GLib API checking macrosGuillaume Desmottes2012-04-041-0/+3
* If configured with --enable-shared-suffix=*, install a shared librarySimon McVittie2012-02-231-0/+10
* g_source_get_current_time() is replaced by g_source_get_time()Xavier Claessens2011-12-141-1/+1
* gtk-doc: Fix out-of-tree builds with 1.17Will Thompson2011-10-121-1/+1
* gtk-doc: use no-tmpl flavour.Will Thompson2011-10-121-1/+1
* tls: prefer stream ciphers when --enable-stream-ciphers is usedMarco Barisione2011-08-031-0/+7
* configure: add an --enable-prefer-stream-ciphers optionMarco Barisione2011-08-031-0/+11
* configure: set HAVE_LIBSASL2=no if we don't have itWill Thompson2011-07-081-1/+3
* configure: depend on libiphb >= 0.61.31Marco Barisione2011-05-161-1/+1
* Hold off on depending on gio 2.28 just for one function.Stef Walter2011-03-231-1/+1
* configure: depend on gio >= 2.28Jonny Lamb2011-03-221-1/+1
* wocky: link to sqlite3Jonny Lamb2011-01-181-3/+7
* Add a GSource wrapping libiphb.Will Thompson2010-10-251-0/+9
* Added support for HTTP Connect ProxyNicolas Dufresne2010-10-041-0/+8
* configure: add configure outputCosimo Cecchi2010-08-301-0/+15
* configure: always set the right value to $enable_coverageCosimo Cecchi2010-08-301-3/+7
* configure: always set the right value to $with_tlsCosimo Cecchi2010-08-301-2/+2
* configure: cleanup debug checksCosimo Cecchi2010-08-301-7/+5
* Turn on coding style checkingSjoerd Simons2010-06-141-1/+1
* Add a configure switch to install headersWill Thompson2010-05-301-0/+10
* Revert "Add a configure switch to install headers"Will Thompson2010-04-281-10/+0
* Add a configure switch to install headersWill Thompson2010-04-281-0/+10
* configure.ac: check for unistd.hSimon McVittie2010-03-231-0/+1
* configure.ac: work around mis-syntax-highlighting of apostropheSimon McVittie2010-03-231-1/+1
* use AC_HELP_STRING for --with-tls configure optionDafydd Harries2009-11-121-1/+3
* configure.ac: override official release logicDafydd Harries2009-11-121-3/+4
* Overriding gnutls autodetection to use openssl was broken.Vivek Dasmohapatra2009-10-051-1/+3
* Pick one of gnutls and openssl automatically, unless the user choose explicitly.Vivek Dasmohapatra2009-10-051-2/+22
* Move from shave to automake 1.11's silent rules system.Jonny Lamb2009-09-251-5/+3
* Now preserving generated certs, so don't check for certtool at configure time.Vivek Dasmohapatra2009-09-211-6/+0
* Add check for gnutls certtool in configure.acVivek Dasmohapatra2009-09-211-0/+6
* Check for sasl/sasl.h as well as libsasl2.so (no .pc, so no pkg-config)Vivek Dasmohapatra2009-09-211-7/+8
* configure.ac: don't call GTK_DOC_CHECK twice (fd.o #23943)Guillaume Desmottes2009-09-151-3/+0
* configure.ac: define WOCKY_CFLAGS which will be used to build tests and examplesGuillaume Desmottes2009-08-251-0/+4
* Merge branch 'tls-handshake-async'Guillaume Desmottes2009-08-251-1/+1
|\
| * gnutls async handshake bug was actually fixed in 2.8.2Vivek Dasmohapatra2009-08-201-1/+1