summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add libproxy.morph to drive cmake buildbaserock/morphSam Thursfield2012-08-201-0/+14
* 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
* 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
* python bindings: guard the destructor. In case the app is shut down, the dest...dominique.leuenberger@gmail.com2012-03-142-1/+3
* 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
* 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
* Issue 170: need also check "Transfer-Encoding: chunked" for chunk for http pacdominique.leuenberger@gmail.com2012-02-051-1/+1
* NEWS: Add comment for issue#160dominique.leuenberger@gmail.com2011-11-021-0/+1
* build: install .pc file on OSX. Fixes issue#168dominique.leuenberger@gmail.com2011-11-022-1/+2
* build system: Pass a real value to _POSIX_C_SOURCE. Fixes issue#160dominique.leuenberger@gmail.com2011-11-021-1/+1
* Revert #824: too many local changes were applied.dominique.leuenberger@gmail.com2011-11-022-9/+4
* build system: Pass a real value to _POSIX_C_SOURCE. Fixes issue#160dominique.leuenberger@gmail.com2011-11-022-4/+9
* Make sure GNOME2 setting is always visible in ccmakenicolas.dufresne2011-09-021-0/+1
* NEWS: Mention which bugs we closed so far on the road to 0.4.8dominique.leuenberger@gmail.com2011-08-111-0/+6
* Trim the ignore-values before comparing themdominique.leuenberger@gmail.com2011-08-081-0/+1
* typo: fix spelling of googe.com. Pointed out by Marcus Meissnerdominique.leuenberger@gmail.com2011-08-081-1/+1
* print suffix even if the list is emptynicolas.dufresne2011-07-281-1/+3
* INSTALL: Document use of WITH_GNOME3 and WITH_WEBKIT3dominique.leuenberger@gmail.com2011-06-291-2/+7
* Fix detection of libwebkit. pkg_config syntax can be harddominique.leuenberger@gmail.com2011-06-211-2/+2
* Support building with javascriptcoregtk 1.5 (split in webkitgtk 1.5, thus web...dominique.leuenberger@gmail.com2011-06-202-1/+6
* Only support mozjs185 as valid mozilla pacrunner backend.dominique.leuenberger@gmail.com2011-06-202-11/+14
* Version 0.4.7nicolas.dufresne2011-06-061-1/+1
* Remove unused mime type checknicolas.dufresne2011-06-061-8/+2
* NEWS for the SUSE config moduledominique.leuenberger@gmail.com2011-06-031-0/+1
* Issue 150: Add sysconfig parser for distributions using /etc/sysconfig for th...dominique.leuenberger@gmail.com2011-06-033-0/+172
* Fix issue 162: IP/CIDR based ignore patterns were mis-interpreted.dominique.leuenberger@gmail.com2011-05-191-5/+11
* pacutils: syncing function isInNet() (bmo#646509) and dateRange (bmo#419510) ...dominique.leuenberger@gmail.com2011-05-031-23/+22
* Cleanup debug includesdominique.leuenberger@gmail.com2011-05-021-1/+0
* Fix issue 161: in case host is one char longer than any of the domain ignore ...dominique.leuenberger@gmail.com2011-05-021-2/+3
* pxgsettings: =/-1.. counting can be so harddominique.leuenberger@gmail.com2011-05-021-1/+1
* Fix missing cast causing wrong type warningnicolas.dufresne2011-05-021-1/+1
* pxgsettings: fixed "operation on 'count' may be undefined"dominique.leuenberger@gmail.com2011-05-021-1/+3
* pgxconf/pxgsettings: also trap SIGABRT, fix issue 157dominique.leuenberger@gmail.com2011-04-302-2/+2
* BUILD: gsettings was introduced in gio 2.26dominique.leuenberger@gmail.com2011-04-281-1/+1
* BUILD: pxgsettings and pxgconf are being skipped due to wrong GNOME/GNOME2/GN...dominique.leuenberger@gmail.com2011-04-281-3/+3
* GNOME3: have a pxgsettings helper and a config_gnome3 moduledominique.leuenberger@gmail.com2011-04-285-5/+487
* NEWS: inform which bugs we close...dominique.leuenberger@gmail.com2011-04-081-1/+7
* python bindings: install them where python says they belong. For weird cases ...dominique.leuenberger@gmail.com2011-04-081-15/+5
* Fix issue 159: a pac http://address.pac.com is valid and should be treated as...dominique.leuenberger@gmail.com2011-04-081-1/+1