summaryrefslogtreecommitdiff
path: root/libproxy
Commit message (Expand)AuthorAgeFilesLines
* Add version information for Findlibproxy.cmakenicolas.dufresne2010-08-191-0/+6
* Bumped to version 0.4.5nicolas.dufresne2010-08-191-1/+1
* Clean flags and commentsnicolas.dufresne2010-08-181-4/+3
* Synced with libmodman enhancementnicolas.dufresne2010-08-181-1/+1
* Ported libproxy to new libmodman API/ABInicolas.dufresne2010-08-1813-22/+29
* Fix relative path bug with LIBEXECDIR and MODULEDIRnicolas.dufresne2010-08-182-3/+14
* Fixed libproxy version in libproxy-1.0.pc.innicolas.dufresne2010-08-121-1/+1
* Fix wrong delete operator in config_gnomenicolas.dufresne2010-07-231-1/+1
* Fix usage of free instead of delete[]nicolas.dufresne2010-07-221-3/+3
* Make sure authority_end is not nposnicolas.dufresne2010-07-221-0/+2
* Fixed generation of libproxy-1.0.pc filenicolas.dufresne2010-07-012-3/+17
* Removed non-needed PREFIX to install PATH and fixed conventionnicolas.dufresne2010-06-141-1/+1
* fix the default MODULE_INSTALL_DIRnpmccallum2010-06-141-2/+2
* 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 externa...npmccallum2010-06-1214-189/+220
* 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
* Improved URL unit testnicolas.dufresne2010-06-011-21/+109
* Rewrite url parser classnicolas.dufresne2010-06-012-154/+217
* 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
* Set link_directories in every CMakeList.txtnicolas.dufresne2010-05-191-5/+8
* 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
* Updated OS X proxy server scheme mapping.nicolas.dufresne2010-04-021-4/+2
* Fix FTP to return HTTP for proxy type, and explain what is expected fromnicolas.dufresne2010-04-021-2/+7
* Remove scheme base filterring on config extensionnicolas.dufresne2010-04-021-19/+11
* rework the dependency detection, should fix the problem of gnome building on ...npmccallum2010-03-291-45/+43
* 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
* 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 don'...npmccallum2010-03-251-14/+11
* 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