summaryrefslogtreecommitdiff
path: root/libproxy
Commit message (Expand)AuthorAgeFilesLines
...
* Build: Add option to link against libwebkit-gtk3.dominique.leuenberger@gmail.com2011-03-291-2/+6
* pacrunner_mozjs: ^Ct's not pretend we support xulrunner < 2.0b12... who wants...dominique.leuenberger@gmail.com2011-03-222-9/+1
* xulrunner2: retry to fix build. This one works with 2.0b12 (will fail with an...dominique.leuenberger@gmail.com2011-03-222-13/+26
* Revert r786 - This introduces more errors than needed - And even fails buildi...dominique.leuenberger@gmail.com2011-03-221-24/+11
* eorder the JS search order:dominique.leuenberger@gmail.com2011-03-071-1/+1
* cmake: small rewrite on detecting mozilla js engine.dominique.leuenberger@gmail.com2011-03-051-11/+14
* issue 155: fix build against xulrunner 2.0 (tested up to 2.0b11)dominique.leuenberger@gmail.com2011-02-152-11/+28
* cleanup natus pacrunnernpmccallum2011-02-061-11/+3
* fix invalid size read in fstat()npmccallum2011-02-061-7/+5
* fix mismatched delete[]npmccallum2011-02-061-1/+1
* fix mismatched delete[]npmccallum2011-02-061-1/+1
* added natus pacrunnernpmccallum2011-02-063-1/+129
* Get url from file: Initialize the buffer to 0, to not have garbage. dominique.leuenberger@gmail.com2011-02-061-0/+1
* Avoid using static constructor in shared librarynicolas.dufresne2011-01-033-16/+9
* Close all uneeded file descriptors in pxgconfnicolas.dufresne2011-01-031-4/+2
* Disable transient linkingnicolas.dufresne2010-10-121-0/+1
* Avoid sending negative values to isalnum()nicolas.dufresne2010-10-061-1/+1
* Don't read NULL character in url::encodenicolas.dufresne2010-10-061-1/+1
* On win32, init WSA in url-testnicolas.dufresne2010-10-061-0/+10
* Avoid to read the NULL character in stringsnicolas.dufresne2010-10-061-3/+4
* add a test case for the URL with nothing but schemenpmccallum2010-09-291-0/+7
* two more win32 fixesnpmccallum2010-09-262-2/+2
* Inlclude typelib in proxy.cpp for debug messages.dominique.leuenberger@gmail.com2010-09-261-0/+1
* Updated files for version 0.4.6nicolas.dufresne2010-09-011-1/+1
* Avoid reading one too far inside a std::stringnicolas.dufresne2010-09-011-1/+2
* Fix compilation with Visual Studionicolas.dufresne2010-09-011-0/+6
* Fixed crash in URL parsenicolas.dufresne2010-08-203-4/+11
* 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