Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use more normal path variables | npmccallum | 2010-06-13 | 5 | -19/+18 | |
| | ||||||
* | Fix KDE builds and tests, fixes #127 and #128 | npmccallum | 2010-06-13 | 2 | -2/+1 | |
| | ||||||
* | rearrainge the build system ; make libmodman optionally build against ↵ | npmccallum | 2010-06-12 | 14 | -189/+220 | |
| | | | | external libmodman ; please test | |||||
* | pacrunner_webkit: Don't throw bad_alloc on script errors | nicolas.dufresne | 2010-06-04 | 1 | -2/+3 | |
| | ||||||
* | Don't leak lock when pacrunner throws exception | nicolas.dufresne | 2010-06-04 | 1 | -37/+57 | |
| | ||||||
* | Fix Issue 109: Username and password are not encoded | nicolas.dufresne | 2010-06-02 | 1 | -2/+2 | |
| | ||||||
* | Implemented url::encode() and unit test | nicolas.dufresne | 2010-06-02 | 4 | -0/+63 | |
| | ||||||
* | 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. | |||||
* | Improved URL unit test | nicolas.dufresne | 2010-06-01 | 1 | -21/+109 | |
| | ||||||
* | Rewrite url parser class | nicolas.dufresne | 2010-06-01 | 2 | -154/+217 | |
| | | | | | This version has a better parsing design and is closer to RFC2396. It solved trailing slash bugs found in previous version and support IPv6 addresses. This work is base on URI parse found in GLib GIO. | |||||
* | Added URL test to demonstrate Issue 116 | nicolas.dufresne | 2010-05-26 | 3 | -0/+57 | |
| | ||||||
* | Use pkg_search_module() to find correct MOZJS | nicolas.dufresne | 2010-05-19 | 1 | -6/+14 | |
| | | | | | The foreach did not work well with FindPkgConfig modules cache. Changed it to use pkg_search_module() which does exactly what we cant. Also, manually make LIBPROXY_LIBRARY_DIRS using PARENT_SCOPE trick. | |||||
* | Set link_directories in every CMakeList.txt | nicolas.dufresne | 2010-05-19 | 1 | -5/+8 | |
| | | | | | This is a workaround to a cmake bug. CMake tends to link libraries against other library dependency (first bug) but does not deal with the fact that those libraries may be in non-standard directory (second bug). | |||||
* | Reduce excessive string copy when dealing with ignores | nicolas.dufresne | 2010-05-17 | 1 | -6/+9 | |
| | ||||||
* | Fix URL reassembly so we keep @ and : is present | nicolas.dufresne | 2010-05-17 | 1 | -2/+9 | |
| | ||||||
* | Don't hang if a gconf key is missing | nicolas.dufresne | 2010-05-17 | 1 | -1/+8 | |
| | ||||||
* | Added WITH_ options to allow custom builds | nicolas.dufresne | 2010-05-17 | 1 | -15/+24 | |
| | ||||||
* | Update documentation for socks[45]:// support and explain what is the | nicolas.dufresne | 2010-04-02 | 1 | -0/+15 | |
| | | | expected behavior with socks://. Also mention existence of other protocols. | |||||
* | 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, | |||||
* | Remove scheme base filterring on config extension | nicolas.dufresne | 2010-04-02 | 1 | -19/+11 | |
| | | | | | Filtering scheme returned by config modules was odd. This would mean that libproxy knows all the protocols that has internal proxy mechanism and even guess the one that does not exist yet. | |||||
* | rework the dependency detection, should fix the problem of gnome building on ↵ | npmccallum | 2010-03-29 | 1 | -45/+43 | |
| | | | | os x in some cases | |||||
* | 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 | |
| | ||||||
* | Allow configuring modules PATH through environment variable | nicolas.dufresne | 2010-03-29 | 1 | -2/+7 | |
| | ||||||
* | 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 | 2 | -2/+2 | |
| | | | This removes warnings emited by GCC. | |||||
* | Add support for socks4 and socks5 in the PAC | npmccallum | 2010-03-26 | 1 | -0/+4 | |
| | ||||||
* | Make config_gnome use O_NONBLOCK instead of FNONBLOCK; patch by raimue | npmccallum | 2010-03-26 | 1 | -1/+1 | |
| | ||||||
* | make url option consistently const; patch from Nicolas Dufresne | npmccallum | 2010-03-26 | 1 | -1/+1 | |
| | ||||||
* | remove the X11 dependency from libproxy, it is no longer needed since we ↵ | npmccallum | 2010-03-25 | 1 | -14/+11 | |
| | | | | don't do xhasclient() | |||||
* | remove xhasclient; use envvars to find the desktop session | npmccallum | 2010-03-25 | 3 | -91/+7 | |
| | ||||||
* | fix .pc file | npmccallum | 2010-03-16 | 1 | -2/+2 | |
| | ||||||
* | don't ignore dup2() retval; fixes issue 97 | npmccallum | 2010-03-14 | 1 | -2/+4 | |
| | ||||||
* | use the correct header | npmccallum | 2010-03-12 | 1 | -1/+1 | |
| | ||||||
* | test fix for stranger crasher | npmccallum | 2010-03-12 | 1 | -1/+2 | |
| | ||||||
* | remove unneeded setenv macro | npmccallum | 2010-03-12 | 1 | -1/+0 | |
| | ||||||
* | 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 issue #93 - Allow out-of-tree building and still be able to install ↵ | dominique.leuenberger | 2010-03-11 | 1 | -4/+4 | |
| | | | | libproxy-1.0.pc and Findlibproxy.cmake | |||||
* | 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 | |
| | ||||||
* | Lucid build fix from agriffis; thanks! | npmccallum | 2010-03-09 | 1 | -2/+2 | |
| | ||||||
* | fix JavaScriptCore header for old versions of Mac OS X | npmccallum | 2010-03-08 | 1 | -0/+6 | |
| | ||||||
* | Respect the command line moduledir and install modules there (use moduledir ↵ | dominique.leuenberger | 2010-03-07 | 1 | -1/+1 | |
| | | | | instead of rmoduledir) | |||||
* | use libdir to install the files instead of rlibdir. | dominique.leuenberger | 2010-03-06 | 1 | -3/+3 | |
| | ||||||
* | cmake: Add a Findlibproxy.cmake to our bundle. | dominique.leuenberger | 2010-03-06 | 2 | -0/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings.cmake: Add a Findlibproxy.cmake to our bundle. This allows any cmake based package to simply invoke find_package(libproxy) to get all the needed settings. | |||||
* | Added ability to select mozjs search order | npmccallum | 2010-03-06 | 1 | -12/+9 | |
| | ||||||
* | fix build errors for openSuSE | npmccallum | 2010-03-06 | 1 | -11/+11 | |
| |