summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 0.4.12 - prepare release0.4.12Dominique Leuenberger2016-01-122-2/+5
|
* dist: create tar.xz instead of tar.gzDominique Leuenberger2016-01-121-1/+1
|
* Merge pull request #5 from Vogtinator/masterDominique Leuenberger2016-01-126-129/+156
|\ | | | | Replace KDE4 config module by more generic one
| * Add generic KDE config moduleFabian Vogt2016-01-125-129/+155
| | | | | | | | - Does not depend on Qt, uses kreadconfig/kreadconfig5
| * Fix CMake policy warningFabian Vogt2016-01-121-0/+1
|/
* Merge pull request #1 from DimStar77/pxgsettingsDominique Leuenberger2015-05-031-2/+1
|\ | | | | pxgsettings: g_signal_connect does not emmit changed signals
| * pxgsettings: g_signal_connect does not emmit changed signalsDominique Leuenberger2015-05-031-2/+1
|/ | | | | | | In recent versions of GLIB, it is mandatory to FIRST connect to the changed:: signal and then read values. Without reading the values, it seems there is an initialization missing to start the change monitoring. So: we now first connect the signal handler, directly followed by reading all the settings we care about.
* bindings: perl: Do not link against libperl.dominique.leuenberger@gmail.com2013-09-071-1/+1
| | | | | | | | | | | | As the binding is always running in context of perl, the perl libraries are guaranteed to be in memory and we do not have to take care of those. This allows the perl bindings to be built against a different version of perl as it will be finally run with (perl keeps on installing the library in a versioned directory, hence on each perl upgrade, a rebuild is needed in order to link against the new location of the library).
* Fix Build on Mac OS X - Fixes bug 183dominique.leuenberger@gmail.com2013-08-272-4/+5
|
* Fix test #10dominique.leuenberger@gmail.com2013-08-272-11/+20
| | | | | | | | | | | | | | | Fix the way we detect if get_pac correctly aborted on our server trying to send a > 102400 byte long stream (which we do to avoid malicious pac files/wpad server to buffer overflow us). Replace assert calls with proper error handling, which avoids the server from hanging (the write command to send the quit was wrapped in assert()). When not building for a Debug release with CMAKE, the -DNDEBUG is being specified, which in turn disables the assert macro. Fixes bug 189.
* NEWS for Bug 192 fixdominique.leuenberger@gmail.com2013-08-271-0/+1
|
* Simlplify object cleanup.dominique.leuenberger@gmail.com2013-08-261-3/+1
| | | | | g_object_unref() does a good enough job for us. Fixes bug 192.
* News for bug 188dominique.leuenberger@gmail.com2013-05-101-0/+1
|
* pacrunner: mozjs: mozjs185 is not always properly versioned.dominique.leuenberger@gmail.com2013-05-101-1/+1
| | | | | | | We have to assume that Mozilla knows what they are doing and thus, if we find mozjs185.pc, we accept it as being present. Fixes bug 188.
* Link perl bindings to pthread. Fix bug 182dominique.leuenberger@gmail.com2013-02-142-1/+2
|
* pxgsettings: rename "client" object to "settings", to follow GSettings ↵dominique.leuenberger@gmail.com2013-02-091-8/+8
| | | | guidelines and forget GConf
* Detect MATE session.dominique.leuenberger@gmail.com2013-02-092-1/+4
|
* Fix leaks. Fixes issue 185.dominique.leuenberger@gmail.com2012-12-102-0/+6
|
* Version 0.4.11dominique.leuenberger@gmail.com2012-11-302-2/+3
|
* NEWS fixesdominique.leuenberger@gmail.com2012-11-121-1/+5
|
* cmake 2.8.10 has slight changes to the internal APIdominique.leuenberger@gmail.com2012-11-121-1/+5
|
* COPYING: use lates published version of LGPL 2.1 ↵dominique.leuenberger@gmail.com2012-11-111-18/+18
| | | | (http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt) - Corrected FSF address.
* Version 0.4.10nicolas.dufresne@gmail.com2012-10-152-1/+7
|
* Fix mixed used of tabs and space for indentationnicolas.dufresne@gmail.com2012-10-151-6/+6
|
* Add HTTP client unit testnicolas.dufresne@gmail.com2012-10-152-0/+265
| | | | This should help in preventing regression that could lead to new security issues. This unit test only runs on Unix for now.
* Add a .gitignore to ease life of the git svn usersnicolas.dufresne@gmail.com2012-10-151-0/+18
|
* Fix http chunk encoded PACnicolas.dufresne@gmail.com2012-10-151-5/+4
| | | | This has been broken in previous patch that tried fix an infinit loop that occured uppon truncated content.
* Version 0.4.9nicolas.dufresne@gmail.com2012-10-102-1/+6
|
* Fix usage of delete instead of delete[]nicolas.dufresne@gmail.com2012-10-101-1/+1
|
* Fix potential infinit loop uppon network errornicolas.dufresne@gmail.com2012-10-101-2/+5
|
* Fix buffer overflow downloading large pac filenicolas.dufresne@gmail.com2012-10-101-1/+2
| | | This fixes CVE CVE-2012-4504
* Version 0.4.8 (News)nicolas.dufresne@gmail.com2012-10-021-1/+2
|
* Version 0.4.8nicolas.dufresne@gmail.com2012-10-021-1/+1
|
* pkg-config: when we build static libs, we do require pthread and libm (note: ↵dominique.leuenberger@gmail.com2012-08-261-0/+1
| | | | this should be more dynamic, but so far we assume to require them in all places)
* Don't confuse ":" in path with a port dividernicolas.dufresne@gmail.com2012-07-052-0/+24
|
* Fix mix usage of new[] and newnicolas.dufresne@gmail.com2012-07-051-4/+4
|
* Don't use HTTP Connect for http:// schemenicolas.dufresne@gmail.com2012-07-052-2/+2
|
* Fix return NULL instead of falsenicolas.dufresne@gmail.com2012-07-051-1/+1
|
* Allow multiple result to be returned from static confignicolas.dufresne@gmail.com2012-07-0515-230/+292
|
* Change the way we decide upon pkg-config being available.dominique.leuenberger@gmail.com2012-05-042-1/+2
| | | | Fixes issue 179.
* NEWS for issue 177dominique.leuenberger@gmail.com2012-04-011-0/+1
|
* Speed up importing libproxy in python.dominique.leuenberger@gmail.com2012-04-012-9/+12
| | | | Fixes issue 177.
* python bindings: guard the destructor. In case the app is shut down, the ↵dominique.leuenberger@gmail.com2012-03-142-1/+3
| | | | destructor might run too late. Fixes issue 176.
* NEWS: Fixes issue 147dominique.leuenberger@gmail.com2012-03-101-0/+1
|
* Use instead of assuming libdl is the right name. Fixes issues 147.dominique.leuenberger@gmail.com2012-03-102-2/+2
|
* INSTALL: Document the use of BIPRdominique.leuenberger@gmail.com2012-03-101-0/+7
|
* Allow to forcibly build pacrunners as module.dominique.leuenberger@gmail.com2012-03-092-1/+2
| | | | | | | | | | | | | The default is to build the pacrunner internal to libproxy if only one pacrunner is to be built. Using -DBIPR{ON|OFF} it is now possible to override this and have a pacrunner built as module even if there is only one to be built. In case of multiple pacrunners, BIPR is being ignored and forcibly set to OFF. Fixes issue 172.
* Fix build with gcc 4.7. Fixes issue 173dominique.leuenberger@gmail.com2012-03-096-1/+8
|
* Fix issue 171: Argumets of dnsResolve_() are wrongdominique.leuenberger@gmail.com2012-03-092-1/+3
|
* Add NEWS entry for fixed issue 170dominique.leuenberger@gmail.com2012-02-051-0/+1
|