Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix Build on Mac OS X - Fixes bug 183 | dominique.leuenberger@gmail.com | 2013-08-27 | 1 | -3/+3 | |
| | ||||||
* | Simlplify object cleanup. | dominique.leuenberger@gmail.com | 2013-08-26 | 1 | -3/+1 | |
| | | | | | g_object_unref() does a good enough job for us. Fixes bug 192. | |||||
* | pxgsettings: rename "client" object to "settings", to follow GSettings ↵ | dominique.leuenberger@gmail.com | 2013-02-09 | 1 | -8/+8 | |
| | | | | guidelines and forget GConf | |||||
* | Detect MATE session. | dominique.leuenberger@gmail.com | 2013-02-09 | 1 | -1/+3 | |
| | ||||||
* | Fix mix usage of new[] and new | nicolas.dufresne@gmail.com | 2012-07-05 | 1 | -4/+4 | |
| | ||||||
* | Don't use HTTP Connect for http:// scheme | nicolas.dufresne@gmail.com | 2012-07-05 | 2 | -2/+2 | |
| | ||||||
* | Fix return NULL instead of false | nicolas.dufresne@gmail.com | 2012-07-05 | 1 | -1/+1 | |
| | ||||||
* | Allow multiple result to be returned from static config | nicolas.dufresne@gmail.com | 2012-07-05 | 11 | -160/+181 | |
| | ||||||
* | Fix build with gcc 4.7. Fixes issue 173 | dominique.leuenberger@gmail.com | 2012-03-09 | 4 | -0/+6 | |
| | ||||||
* | Fix issue 171: Argumets of dnsResolve_() are wrong | dominique.leuenberger@gmail.com | 2012-03-09 | 1 | -1/+1 | |
| | ||||||
* | print suffix even if the list is empty | nicolas.dufresne | 2011-07-28 | 1 | -1/+3 | |
| | ||||||
* | Issue 150: Add sysconfig parser for distributions using /etc/sysconfig for ↵ | dominique.leuenberger@gmail.com | 2011-06-03 | 1 | -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 | |||||
* | Fix issue 162: IP/CIDR based ignore patterns were mis-interpreted. | dominique.leuenberger@gmail.com | 2011-05-19 | 1 | -5/+11 | |
| | ||||||
* | pacutils: syncing function isInNet() (bmo#646509) and dateRange (bmo#419510) ↵ | dominique.leuenberger@gmail.com | 2011-05-03 | 1 | -23/+22 | |
| | | | | with mozilla source | |||||
* | Cleanup debug includes | dominique.leuenberger@gmail.com | 2011-05-02 | 1 | -1/+0 | |
| | ||||||
* | Fix issue 161: in case host is one char longer than any of the domain ignore ↵ | dominique.leuenberger@gmail.com | 2011-05-02 | 1 | -2/+3 | |
| | | | | patterns, it is triggered as a ignore match. | |||||
* | pxgsettings: =/-1.. counting can be so hard | dominique.leuenberger@gmail.com | 2011-05-02 | 1 | -1/+1 | |
| | ||||||
* | Fix missing cast causing wrong type warning | nicolas.dufresne | 2011-05-02 | 1 | -1/+1 | |
| | ||||||
* | pxgsettings: fixed "operation on 'count' may be undefined" | dominique.leuenberger@gmail.com | 2011-05-02 | 1 | -1/+3 | |
| | ||||||
* | pgxconf/pxgsettings: also trap SIGABRT, fix issue 157 | dominique.leuenberger@gmail.com | 2011-04-30 | 2 | -2/+2 | |
| | ||||||
* | GNOME3: have a pxgsettings helper and a config_gnome3 module | dominique.leuenberger@gmail.com | 2011-04-28 | 2 | -0/+468 | |
| | ||||||
* | pacrunner_mozjs: ^Ct's not pretend we support xulrunner < 2.0b12... who ↵ | dominique.leuenberger@gmail.com | 2011-03-22 | 1 | -4/+0 | |
| | | | | wants new libproxy wants new xul too | |||||
* | xulrunner2: retry to fix build. This one works with 2.0b12 (will fail with ↵ | dominique.leuenberger@gmail.com | 2011-03-22 | 1 | -12/+25 | |
| | | | | any xul2 below that... but I honestly think we can safely ignore these beta versions... sorry) | |||||
* | Revert r786 - This introduces more errors than needed - And even fails ↵ | dominique.leuenberger@gmail.com | 2011-03-22 | 1 | -24/+11 | |
| | | | | building on xul 1.9 | |||||
* | issue 155: fix build against xulrunner 2.0 (tested up to 2.0b11) | dominique.leuenberger@gmail.com | 2011-02-15 | 1 | -11/+24 | |
| | ||||||
* | cleanup natus pacrunner | npmccallum | 2011-02-06 | 1 | -11/+3 | |
| | ||||||
* | added natus pacrunner | npmccallum | 2011-02-06 | 1 | -0/+119 | |
| | ||||||
* | Avoid using static constructor in shared library | nicolas.dufresne | 2011-01-03 | 1 | -2/+2 | |
| | ||||||
* | Close all uneeded file descriptors in pxgconf | nicolas.dufresne | 2011-01-03 | 1 | -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. | |||||
* | Ported libproxy to new libmodman API/ABI | nicolas.dufresne | 2010-08-18 | 10 | -17/+19 | |
| | | | | This solves issue 133 by using real builtin modules instead of relying on symbols being visible in current process. | |||||
* | Fix wrong delete operator in config_gnome | nicolas.dufresne | 2010-07-23 | 1 | -1/+1 | |
| | ||||||
* | Fix usage of free instead of delete[] | nicolas.dufresne | 2010-07-22 | 1 | -3/+3 | |
| | ||||||
* | pacrunner_webkit: Don't throw bad_alloc on script errors | nicolas.dufresne | 2010-06-04 | 1 | -2/+3 | |
| | ||||||
* | Fix Issue 109: Username and password are not encoded | nicolas.dufresne | 2010-06-02 | 1 | -2/+2 | |
| | ||||||
* | Added missing includeis in config_gnome | nicolas.dufresne | 2010-06-01 | 1 | -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. | |||||
* | Don't hang if a gconf key is missing | nicolas.dufresne | 2010-05-17 | 1 | -1/+8 | |
| | ||||||
* | Updated OS X proxy server scheme mapping. | nicolas.dufresne | 2010-04-02 | 1 | -4/+2 | |
| | | | | RTSP protocol support proxying and does not rely on another protocol while Gopher relies on HTTP GET. | |||||
* | Fix FTP to return HTTP for proxy type, and explain what is expected from | nicolas.dufresne | 2010-04-02 | 1 | -2/+7 | |
| | | | | HTTP server. Also improved doc to explain what is expected for HTTPS proxy server, | |||||
* | Added missing backslash in from of 't' | nicolas.dufresne | 2010-03-29 | 1 | -1/+1 | |
| | ||||||
* | Check that pxgconf file exist before popen() | nicolas.dufresne | 2010-03-29 | 1 | -1/+5 | |
| | ||||||
* | Allow configuring pxgconf path through environment variable | nicolas.dufresne | 2010-03-29 | 1 | -0/+5 | |
| | ||||||
* | Merge branch 'gnome-config' | nicolas.dufresne | 2010-03-29 | 1 | -45/+86 | |
| | ||||||
* | Added {} at the end of loops that does nothing | nicolas.dufresne | 2010-03-29 | 1 | -1/+1 | |
| | | | This removes warnings emited by GCC. | |||||
* | Make config_gnome use O_NONBLOCK instead of FNONBLOCK; patch by raimue | npmccallum | 2010-03-26 | 1 | -1/+1 | |
| | ||||||
* | remove xhasclient; use envvars to find the desktop session | npmccallum | 2010-03-25 | 3 | -91/+7 | |
| | ||||||
* | don't ignore dup2() retval; fixes issue 97 | npmccallum | 2010-03-14 | 1 | -2/+4 | |
| | ||||||
* | fix the webkit mac fix :) | npmccallum | 2010-03-12 | 1 | -1/+1 | |
| | ||||||
* | make config_gnome's pipe reading semantics much saner; avoid infinite loops | npmccallum | 2010-03-11 | 1 | -30/+15 | |
| | ||||||
* | fix gcc 4.5 compilation issue; resolves issue 92 | npmccallum | 2010-03-10 | 1 | -2/+2 | |
| | ||||||
* | fix missing slash | npmccallum | 2010-03-09 | 1 | -1/+1 | |
| |