summaryrefslogtreecommitdiff
path: root/libproxy/modules
Commit message (Collapse)AuthorAgeFilesLines
* Fix Build on Mac OS X - Fixes bug 183dominique.leuenberger@gmail.com2013-08-271-3/+3
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@879 c587cffe-e639-0410-9787-d7902ae8ed56
* Simlplify object cleanup.dominique.leuenberger@gmail.com2013-08-261-3/+1
| | | | | | | | g_object_unref() does a good enough job for us. Fixes bug 192. git-svn-id: http://libproxy.googlecode.com/svn/trunk@876 c587cffe-e639-0410-9787-d7902ae8ed56
* pxgsettings: rename "client" object to "settings", to follow GSettings ↵dominique.leuenberger@gmail.com2013-02-091-8/+8
| | | | | | guidelines and forget GConf git-svn-id: http://libproxy.googlecode.com/svn/trunk@872 c587cffe-e639-0410-9787-d7902ae8ed56
* 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 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-0511-160/+181
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@842 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix build with gcc 4.7. Fixes issue 173dominique.leuenberger@gmail.com2012-03-094-0/+6
| | | | 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
* 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
* Issue 150: Add sysconfig parser for distributions using /etc/sysconfig for ↵dominique.leuenberger@gmail.com2011-06-031-0/+165
| | | | | | 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
* GNOME3: have a pxgsettings helper and a config_gnome3 moduledominique.leuenberger@gmail.com2011-04-282-0/+468
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@798 c587cffe-e639-0410-9787-d7902ae8ed56
* pacrunner_mozjs: ^Ct's not pretend we support xulrunner < 2.0b12... who ↵dominique.leuenberger@gmail.com2011-03-221-4/+0
| | | | | | wants new libproxy wants new xul too git-svn-id: http://libproxy.googlecode.com/svn/trunk@791 c587cffe-e639-0410-9787-d7902ae8ed56
* xulrunner2: retry to fix build. This one works with 2.0b12 (will fail with ↵dominique.leuenberger@gmail.com2011-03-221-12/+25
| | | | | | any xul2 below that... but I honestly think we can safely ignore these beta versions... sorry) git-svn-id: http://libproxy.googlecode.com/svn/trunk@790 c587cffe-e639-0410-9787-d7902ae8ed56
* Revert r786 - This introduces more errors than needed - And even fails ↵dominique.leuenberger@gmail.com2011-03-221-24/+11
| | | | | | building on xul 1.9 git-svn-id: http://libproxy.googlecode.com/svn/trunk@789 c587cffe-e639-0410-9787-d7902ae8ed56
* issue 155: fix build against xulrunner 2.0 (tested up to 2.0b11)dominique.leuenberger@gmail.com2011-02-151-11/+24
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@786 c587cffe-e639-0410-9787-d7902ae8ed56
* cleanup natus pacrunnernpmccallum2011-02-061-11/+3
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@783 c587cffe-e639-0410-9787-d7902ae8ed56
* added natus pacrunnernpmccallum2011-02-061-0/+119
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@779 c587cffe-e639-0410-9787-d7902ae8ed56
* Avoid using static constructor in shared librarynicolas.dufresne2011-01-031-2/+2
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@777 c587cffe-e639-0410-9787-d7902ae8ed56
* Close all uneeded file descriptors in pxgconfnicolas.dufresne2011-01-031-4/+2
| | | | | | | | When we start pxconf we fork but we don't close all the uneeded file descriptors. This has the side effect that any listening socket stays open even if closed by the parent process. git-svn-id: http://libproxy.googlecode.com/svn/trunk@776 c587cffe-e639-0410-9787-d7902ae8ed56
* Ported libproxy to new libmodman API/ABInicolas.dufresne2010-08-1810-17/+19
| | | | | | | This solves issue 133 by using real builtin modules instead of relying on symbols being visible in current process. git-svn-id: http://libproxy.googlecode.com/svn/trunk@721 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix wrong delete operator in config_gnomenicolas.dufresne2010-07-231-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@715 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix usage of free instead of delete[]nicolas.dufresne2010-07-221-3/+3
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@714 c587cffe-e639-0410-9787-d7902ae8ed56
* pacrunner_webkit: Don't throw bad_alloc on script errorsnicolas.dufresne2010-06-041-2/+3
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@689 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix Issue 109: Username and password are not encodednicolas.dufresne2010-06-021-2/+2
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@686 c587cffe-e639-0410-9787-d7902ae8ed56
* Added missing includeis in config_gnomenicolas.dufresne2010-06-011-0/+2
| | | | | | | Base on "man 2 stat" config_gnome was missing some include files required when using stat(). This cause build to fail on Fedora 13. git-svn-id: http://libproxy.googlecode.com/svn/trunk@684 c587cffe-e639-0410-9787-d7902ae8ed56
* Don't hang if a gconf key is missingnicolas.dufresne2010-05-171-1/+8
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@664 c587cffe-e639-0410-9787-d7902ae8ed56
* Updated OS X proxy server scheme mapping.nicolas.dufresne2010-04-021-4/+2
| | | | | | | RTSP protocol support proxying and does not rely on another protocol while Gopher relies on HTTP GET. git-svn-id: http://libproxy.googlecode.com/svn/trunk@658 c587cffe-e639-0410-9787-d7902ae8ed56
* Fix FTP to return HTTP for proxy type, and explain what is expected fromnicolas.dufresne2010-04-021-2/+7
| | | | | | | HTTP server. Also improved doc to explain what is expected for HTTPS proxy server, git-svn-id: http://libproxy.googlecode.com/svn/trunk@657 c587cffe-e639-0410-9787-d7902ae8ed56
* Added missing backslash in from of 't'nicolas.dufresne2010-03-291-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@651 c587cffe-e639-0410-9787-d7902ae8ed56
* Check that pxgconf file exist before popen()nicolas.dufresne2010-03-291-1/+5
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@650 c587cffe-e639-0410-9787-d7902ae8ed56
* Allow configuring pxgconf path through environment variablenicolas.dufresne2010-03-291-0/+5
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@649 c587cffe-e639-0410-9787-d7902ae8ed56
* Merge branch 'gnome-config'nicolas.dufresne2010-03-291-45/+86
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@647 c587cffe-e639-0410-9787-d7902ae8ed56
* Added {} at the end of loops that does nothingnicolas.dufresne2010-03-291-1/+1
| | | | | | This removes warnings emited by GCC. git-svn-id: http://libproxy.googlecode.com/svn/trunk@646 c587cffe-e639-0410-9787-d7902ae8ed56
* Make config_gnome use O_NONBLOCK instead of FNONBLOCK; patch by raimuenpmccallum2010-03-261-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@628 c587cffe-e639-0410-9787-d7902ae8ed56
* remove xhasclient; use envvars to find the desktop sessionnpmccallum2010-03-253-91/+7
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@625 c587cffe-e639-0410-9787-d7902ae8ed56
* don't ignore dup2() retval; fixes issue 97npmccallum2010-03-141-2/+4
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@621 c587cffe-e639-0410-9787-d7902ae8ed56
* fix the webkit mac fix :)npmccallum2010-03-121-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@616 c587cffe-e639-0410-9787-d7902ae8ed56
* make config_gnome's pipe reading semantics much saner; avoid infinite loopsnpmccallum2010-03-111-30/+15
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@615 c587cffe-e639-0410-9787-d7902ae8ed56
* fix gcc 4.5 compilation issue; resolves issue 92npmccallum2010-03-101-2/+2
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@613 c587cffe-e639-0410-9787-d7902ae8ed56
* fix missing slashnpmccallum2010-03-091-1/+1
| | | | git-svn-id: http://libproxy.googlecode.com/svn/trunk@611 c587cffe-e639-0410-9787-d7902ae8ed56