summaryrefslogtreecommitdiff
path: root/libproxy
Commit message (Collapse)AuthorAgeFilesLines
...
* Use more normal path variablesnpmccallum2010-06-135-19/+18
|
* Fix KDE builds and tests, fixes #127 and #128npmccallum2010-06-132-2/+1
|
* rearrainge the build system ; make libmodman optionally build against ↵npmccallum2010-06-1214-189/+220
| | | | external libmodman ; please test
* pacrunner_webkit: Don't throw bad_alloc on script errorsnicolas.dufresne2010-06-041-2/+3
|
* Don't leak lock when pacrunner throws exceptionnicolas.dufresne2010-06-041-37/+57
|
* Fix Issue 109: Username and password are not encodednicolas.dufresne2010-06-021-2/+2
|
* Implemented url::encode() and unit testnicolas.dufresne2010-06-024-0/+63
|
* 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.
* Improved URL unit testnicolas.dufresne2010-06-011-21/+109
|
* Rewrite url parser classnicolas.dufresne2010-06-012-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 116nicolas.dufresne2010-05-263-0/+57
|
* Use pkg_search_module() to find correct MOZJSnicolas.dufresne2010-05-191-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.txtnicolas.dufresne2010-05-191-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 ignoresnicolas.dufresne2010-05-171-6/+9
|
* Fix URL reassembly so we keep @ and : is presentnicolas.dufresne2010-05-171-2/+9
|
* Don't hang if a gconf key is missingnicolas.dufresne2010-05-171-1/+8
|
* Added WITH_ options to allow custom buildsnicolas.dufresne2010-05-171-15/+24
|
* Update documentation for socks[45]:// support and explain what is thenicolas.dufresne2010-04-021-0/+15
| | | expected behavior with socks://. Also mention existence of other protocols.
* 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.
* 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,
* Remove scheme base filterring on config extensionnicolas.dufresne2010-04-021-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 ↵npmccallum2010-03-291-45/+43
| | | | os x in some cases
* Added missing backslash in from of 't'nicolas.dufresne2010-03-291-1/+1
|
* Check that pxgconf file exist before popen()nicolas.dufresne2010-03-291-1/+5
|
* Allow configuring pxgconf path through environment variablenicolas.dufresne2010-03-291-0/+5
|
* Allow configuring modules PATH through environment variablenicolas.dufresne2010-03-291-2/+7
|
* Merge branch 'gnome-config'nicolas.dufresne2010-03-291-45/+86
|
* Added {} at the end of loops that does nothingnicolas.dufresne2010-03-292-2/+2
| | | This removes warnings emited by GCC.
* Add support for socks4 and socks5 in the PACnpmccallum2010-03-261-0/+4
|
* Make config_gnome use O_NONBLOCK instead of FNONBLOCK; patch by raimuenpmccallum2010-03-261-1/+1
|
* make url option consistently const; patch from Nicolas Dufresnenpmccallum2010-03-261-1/+1
|
* remove the X11 dependency from libproxy, it is no longer needed since we ↵npmccallum2010-03-251-14/+11
| | | | don't do xhasclient()
* remove xhasclient; use envvars to find the desktop sessionnpmccallum2010-03-253-91/+7
|
* fix .pc filenpmccallum2010-03-161-2/+2
|
* don't ignore dup2() retval; fixes issue 97npmccallum2010-03-141-2/+4
|
* use the correct headernpmccallum2010-03-121-1/+1
|
* test fix for stranger crashernpmccallum2010-03-121-1/+2
|
* remove unneeded setenv macronpmccallum2010-03-121-1/+0
|
* fix the webkit mac fix :)npmccallum2010-03-121-1/+1
|
* make config_gnome's pipe reading semantics much saner; avoid infinite loopsnpmccallum2010-03-111-30/+15
|
* fix issue #93 - Allow out-of-tree building and still be able to install ↵dominique.leuenberger2010-03-111-4/+4
| | | | libproxy-1.0.pc and Findlibproxy.cmake
* fix gcc 4.5 compilation issue; resolves issue 92npmccallum2010-03-101-2/+2
|
* fix missing slashnpmccallum2010-03-091-1/+1
|
* Lucid build fix from agriffis; thanks!npmccallum2010-03-091-2/+2
|
* fix JavaScriptCore header for old versions of Mac OS Xnpmccallum2010-03-081-0/+6
|
* Respect the command line moduledir and install modules there (use moduledir ↵dominique.leuenberger2010-03-071-1/+1
| | | | instead of rmoduledir)
* use libdir to install the files instead of rlibdir.dominique.leuenberger2010-03-061-3/+3
|
* cmake: Add a Findlibproxy.cmake to our bundle.dominique.leuenberger2010-03-062-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 ordernpmccallum2010-03-061-12/+9
|
* fix build errors for openSuSEnpmccallum2010-03-061-11/+11
|