summaryrefslogtreecommitdiff
path: root/libproxy
Commit message (Collapse)AuthorAgeFilesLines
* Detect MATE session.dominique.leuenberger@gmail.com2013-02-091-1/+3
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@871 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix leaks. Fixes issue 185.dominique.leuenberger@gmail.com2012-12-101-0/+2
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@870 c587cffe-e639-0410-9787-d7902ae8ed56
* Version 0.4.11dominique.leuenberger@gmail.com2012-11-301-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@868 c587cffe-e639-0410-9787-d7902ae8ed56
* Version 0.4.10nicolas.dufresne@gmail.com2012-10-151-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@863 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix mixed used of tabs and space for indentationnicolas.dufresne@gmail.com2012-10-151-6/+6
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@862 c587cffe-e639-0410-9787-d7902ae8ed56
* 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. git-svn-id: http://libproxy.googlecode.com/svn/trunk@861 c587cffe-e639-0410-9787-d7902ae8ed56
* 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. git-svn-id: http://libproxy.googlecode.com/svn/trunk@859 c587cffe-e639-0410-9787-d7902ae8ed56
* Version 0.4.9nicolas.dufresne@gmail.com2012-10-101-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@856 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix usage of delete instead of delete[]nicolas.dufresne@gmail.com2012-10-101-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@855 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix potential infinit loop uppon network errornicolas.dufresne@gmail.com2012-10-101-2/+5
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@854 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix buffer overflow downloading large pac filenicolas.dufresne@gmail.com2012-10-101-1/+2
| | | | | | This fixes CVE CVE-2012-4504 git-svn-id: http://libproxy.googlecode.com/svn/trunk@853 c587cffe-e639-0410-9787-d7902ae8ed56
* Version 0.4.8nicolas.dufresne@gmail.com2012-10-021-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@848 c587cffe-e639-0410-9787-d7902ae8ed56
* 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) git-svn-id: http://libproxy.googlecode.com/svn/trunk@847 c587cffe-e639-0410-9787-d7902ae8ed56
* Don't confuse ":" in path with a port dividernicolas.dufresne@gmail.com2012-07-052-0/+24
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@846 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix mix usage of new[] and newnicolas.dufresne@gmail.com2012-07-051-4/+4
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@845 c587cffe-e639-0410-9787-d7902ae8ed56
* Don't use HTTP Connect for http:// schemenicolas.dufresne@gmail.com2012-07-052-2/+2
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@844 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix return NULL instead of falsenicolas.dufresne@gmail.com2012-07-051-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@843 c587cffe-e639-0410-9787-d7902ae8ed56
* Allow multiple result to be returned from static confignicolas.dufresne@gmail.com2012-07-0515-230/+292
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@842 c587cffe-e639-0410-9787-d7902ae8ed56
* Change the way we decide upon pkg-config being available.dominique.leuenberger@gmail.com2012-05-041-1/+1
| | | | | | | Fixes issue 179. git-svn-id: http://libproxy.googlecode.com/svn/trunk@841 c587cffe-e639-0410-9787-d7902ae8ed56
* Speed up importing libproxy in python.dominique.leuenberger@gmail.com2012-04-011-0/+1
| | | | | | | Fixes issue 177. git-svn-id: http://libproxy.googlecode.com/svn/trunk@839 c587cffe-e639-0410-9787-d7902ae8ed56
* Use instead of assuming libdl is the right name. Fixes issues 147.dominique.leuenberger@gmail.com2012-03-101-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@836 c587cffe-e639-0410-9787-d7902ae8ed56
* Allow to forcibly build pacrunners as module.dominique.leuenberger@gmail.com2012-03-091-1/+1
| | | | | | | | | | | | | | | | 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. git-svn-id: http://libproxy.googlecode.com/svn/trunk@834 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix build with gcc 4.7. Fixes issue 173dominique.leuenberger@gmail.com2012-03-095-0/+7
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@833 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix issue 171: Argumets of dnsResolve_() are wrongdominique.leuenberger@gmail.com2012-03-091-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@832 c587cffe-e639-0410-9787-d7902ae8ed56
* Issue 170: need also check "Transfer-Encoding: chunked" for chunk for http pacdominique.leuenberger@gmail.com2012-02-051-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@830 c587cffe-e639-0410-9787-d7902ae8ed56
* build: install .pc file on OSX. Fixes issue#168dominique.leuenberger@gmail.com2011-11-021-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@827 c587cffe-e639-0410-9787-d7902ae8ed56
* build system: Pass a real value to _POSIX_C_SOURCE. Fixes issue#160dominique.leuenberger@gmail.com2011-11-021-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@826 c587cffe-e639-0410-9787-d7902ae8ed56
* Revert #824: too many local changes were applied.dominique.leuenberger@gmail.com2011-11-022-9/+4
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@825 c587cffe-e639-0410-9787-d7902ae8ed56
* build system: Pass a real value to _POSIX_C_SOURCE. Fixes issue#160dominique.leuenberger@gmail.com2011-11-022-4/+9
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@824 c587cffe-e639-0410-9787-d7902ae8ed56
* Make sure GNOME2 setting is always visible in ccmakenicolas.dufresne2011-09-021-0/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@823 c587cffe-e639-0410-9787-d7902ae8ed56
* Trim the ignore-values before comparing themdominique.leuenberger@gmail.com2011-08-081-0/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@821 c587cffe-e639-0410-9787-d7902ae8ed56
* print suffix even if the list is emptynicolas.dufresne2011-07-281-1/+3
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@819 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix detection of libwebkit. pkg_config syntax can be harddominique.leuenberger@gmail.com2011-06-211-2/+2
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@817 c587cffe-e639-0410-9787-d7902ae8ed56
* Support building with javascriptcoregtk 1.5 (split in webkitgtk 1.5, thus ↵dominique.leuenberger@gmail.com2011-06-201-1/+4
| | | | | | webkitgtk 1.5 does not build without this detection) git-svn-id: http://libproxy.googlecode.com/svn/trunk@816 c587cffe-e639-0410-9787-d7902ae8ed56
* Only support mozjs185 as valid mozilla pacrunner backend.dominique.leuenberger@gmail.com2011-06-201-11/+7
| | | | | | | | | Xulrunner is no longer trackable from upstream due to the lightning fast movement of the Firefox source base. Also, Mozilla does not support usage of xulrunner from other apps. git-svn-id: http://libproxy.googlecode.com/svn/trunk@815 c587cffe-e639-0410-9787-d7902ae8ed56
* Version 0.4.7nicolas.dufresne2011-06-061-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@813 c587cffe-e639-0410-9787-d7902ae8ed56
* Remove unused mime type checknicolas.dufresne2011-06-061-8/+2
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@812 c587cffe-e639-0410-9787-d7902ae8ed56
* Issue 150: Add sysconfig parser for distributions using /etc/sysconfig for ↵dominique.leuenberger@gmail.com2011-06-033-0/+172
| | | | | | their 'admin' suites (openSUSE/SLE/EduLife for example The module is enabled when libproxy is being built on a system that has /etc/sysconfig to be found git-svn-id: http://libproxy.googlecode.com/svn/trunk@810 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix issue 162: IP/CIDR based ignore patterns were mis-interpreted.dominique.leuenberger@gmail.com2011-05-191-5/+11
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@809 c587cffe-e639-0410-9787-d7902ae8ed56
* pacutils: syncing function isInNet() (bmo#646509) and dateRange (bmo#419510) ↵dominique.leuenberger@gmail.com2011-05-031-23/+22
| | | | | | with mozilla source git-svn-id: http://libproxy.googlecode.com/svn/trunk@807 c587cffe-e639-0410-9787-d7902ae8ed56
* Cleanup debug includesdominique.leuenberger@gmail.com2011-05-021-1/+0
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@806 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix issue 161: in case host is one char longer than any of the domain ignore ↵dominique.leuenberger@gmail.com2011-05-021-2/+3
| | | | | | patterns, it is triggered as a ignore match. git-svn-id: http://libproxy.googlecode.com/svn/trunk@805 c587cffe-e639-0410-9787-d7902ae8ed56
* pxgsettings: =/-1.. counting can be so harddominique.leuenberger@gmail.com2011-05-021-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@804 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix missing cast causing wrong type warningnicolas.dufresne2011-05-021-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@803 c587cffe-e639-0410-9787-d7902ae8ed56
* pxgsettings: fixed "operation on 'count' may be undefined"dominique.leuenberger@gmail.com2011-05-021-1/+3
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@802 c587cffe-e639-0410-9787-d7902ae8ed56
* pgxconf/pxgsettings: also trap SIGABRT, fix issue 157dominique.leuenberger@gmail.com2011-04-302-2/+2
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@801 c587cffe-e639-0410-9787-d7902ae8ed56
* BUILD: gsettings was introduced in gio 2.26dominique.leuenberger@gmail.com2011-04-281-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@800 c587cffe-e639-0410-9787-d7902ae8ed56
* BUILD: pxgsettings and pxgconf are being skipped due to wrong ↵dominique.leuenberger@gmail.com2011-04-281-3/+3
| | | | | | GNOME/GNOME2/GNOME3 checks git-svn-id: http://libproxy.googlecode.com/svn/trunk@799 c587cffe-e639-0410-9787-d7902ae8ed56
* GNOME3: have a pxgsettings helper and a config_gnome3 moduledominique.leuenberger@gmail.com2011-04-284-5/+485
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@798 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix issue 159: a pac http://address.pac.com is valid and should be treated ↵dominique.leuenberger@gmail.com2011-04-081-1/+1
| | | | | | as http://address.pac.com/ git-svn-id: http://libproxy.googlecode.com/svn/trunk@795 c587cffe-e639-0410-9787-d7902ae8ed56